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

icpx ICE in GetFullTypeForDeclarator

vzecca
Beginner
1,296 Views

 The following code provokes an ICE in icpx Version 2021.1 NextGen Beta Build 20200304

// icpx ICE in GetFullTypeForDeclarator
template<typename T> struct A
{
int x[sizeof(T)] __attribute((vector_size(8)));
};

Labels (1)
0 Kudos
6 Replies
AbhishekD_Intel
Moderator
1,280 Views

Hi,

 

Thanks for reaching out to us.

We have tried the snippet of code you have provided and got errors with the ICX compiler.

So we are forwarding this issue to the concerned team.

 

 

Thank you.

 

0 Kudos
vzecca
Beginner
1,270 Views

I have a 30 days license and with it I got icpx NextGen Beta Build 20200304.

How can I get icpx build 2020715?

 

0 Kudos
Viet_H_Intel
Moderator
1,240 Views

I've reported this back to our Developer. And you have downloaded the latest. Unfortunately the issue is still there in beta 9.


0 Kudos
Viet_H_Intel
Moderator
1,047 Views

oneAPI2021.2 fixed this issue. Can you try out this version and let us know so that we can close this thread?

Thanks,


0 Kudos
vzecca
Beginner
1,027 Views
0 Kudos
Viet_H_Intel
Moderator
1,021 Views

This issue has been resolved and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.

Thanks,


0 Kudos
Reply