Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

icx ICE

vzecca
Beginner
1,240 Views

The following code provokes an icx ICE

// icx ICE
struct S { int c, *b, *e; };

void
foo ()
{
struct S a;
asm volatile ("" : "=rm" (a) : "0" (1));
}

Labels (1)
0 Kudos
5 Replies
AbhishekD_Intel
Moderator
1,223 Views

Hi Vittorio,

 

Please give us details of your environment(compiler version, OS details, etc) so that we can make a proper note of this issue.

 

Warm Regards,

Abhishek

 

0 Kudos
vzecca
Beginner
1,218 Views

uname -a

Linux nero32 5.6.19-300.fc32.x86_64 #1 SMP Wed Jun 17 16:10:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Fedora 32 su x86_64

icx -V
Intel(R) oneAPI DPC++/C++ Compiler Pro for applications running on Intel(R) 64, Version 2021.1 Beta Build 20200827

 

 

0 Kudos
AbhishekD_Intel
Moderator
1,210 Views

Hi Vittorio,

 

Thanks for the details. We are forwarding this issue to the concerned team. 

 

Warm Regards,

Abhishek.

0 Kudos
Viet_H_Intel
Moderator
1,204 Views

I've reported this issue to our Developer.

Thanks,


0 Kudos
Viet_H_Intel
Moderator
611 Views

This issue is now fixed in oneAPI 2022.3. Please upgrade to this version.

I am going to close this thread.

Thanks,


0 Kudos
Reply