<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot compile dpc++ file that has &amp;quot;try&amp;quot; in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288728#M1290</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for accepting as a solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As this issue has been resolved, we will no longer respond to this thread.&lt;/P&gt;
&lt;P&gt;If you require any additional assistance from Intel, please start a new thread.&lt;/P&gt;
&lt;P&gt;Any further interaction in this thread will be considered community only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Noorjaha.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 11:28:54 GMT</pubDate>
    <dc:creator>NoorjahanSk_Intel</dc:creator>
    <dc:date>2021-06-21T11:28:54Z</dc:date>
    <item>
      <title>Cannot compile dpc++ file that has "try"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288300#M1285</link>
      <description>&lt;P&gt;When I use "dpcpp *.cpp" to compile a cpp file that has "try" in it, the cmd shows me the error below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;error: cannot use 'try' with exceptions disabled&lt;BR /&gt;try {&lt;BR /&gt;^&lt;BR /&gt;1 error generated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anybody tell me why this happened and how I should deal with this problem?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 03:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288300#M1285</guid>
      <dc:creator>Siqiao_Fu</dc:creator>
      <dc:date>2021-06-09T03:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot compile dpc++ file that has "try"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288451#M1286</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;Could you please provide the below details.&lt;/P&gt;
&lt;P&gt;OS version&lt;/P&gt;
&lt;P&gt;oneAPI compiler version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Noorjahan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 12:09:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288451#M1286</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-07-15T12:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot compile dpc++ file that has "try"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288613#M1287</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Noorjahan,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My OS is win10 and my oneAPI version is the latest (according to the Intel oneAPI command prompt). Should I add any flag when I compile?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 01:57:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288613#M1287</guid>
      <dc:creator>Siqiao_Fu</dc:creator>
      <dc:date>2021-06-10T01:57:06Z</dc:date>
    </item>
    <item>
      <title>Re:Cannot compile dpc++ file that has &amp;quot;try&amp;quot;</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288682#M1288</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for providing the details.&lt;/P&gt;&lt;P&gt;Could you please try using /EHsc flag&lt;/P&gt;&lt;P&gt;Command:&lt;/P&gt;&lt;P&gt;   dpcpp *.cpp /EHsc&lt;/P&gt;&lt;P&gt;Please do let us know, if it works.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Noorjahan&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2021 07:02:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288682#M1288</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-06-10T07:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Cannot compile dpc++ file that has &amp;quot;try&amp;quot;</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288684#M1289</link>
      <description>&lt;P&gt;It works. Thank you&amp;nbsp;&lt;SPAN&gt;Noorjahan!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 07:07:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288684#M1289</guid>
      <dc:creator>Siqiao_Fu</dc:creator>
      <dc:date>2021-06-10T07:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot compile dpc++ file that has "try"</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288728#M1290</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for accepting as a solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As this issue has been resolved, we will no longer respond to this thread.&lt;/P&gt;
&lt;P&gt;If you require any additional assistance from Intel, please start a new thread.&lt;/P&gt;
&lt;P&gt;Any further interaction in this thread will be considered community only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Noorjaha.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 11:28:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Cannot-compile-dpc-file-that-has-quot-try-quot/m-p/1288728#M1290</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-06-21T11:28:54Z</dc:date>
    </item>
  </channel>
</rss>

