Search

fatal error C1001 by A Fog

Closed
as Fixed Help for as Fixed

2
0
Sign in
to vote
Type: Bug
ID: 735861
Opened: 4/7/2012 3:56:03 AM
Access Restriction: Public
Moderator Decision: Sent to Engineering Team for consideration
0
Workaround(s)
0
User(s) can reproduce this bug
The attached project gives a fatal error C1001 when compiling for win32, release mode.
The error does not occur when compiling for debug mode or x64.

The project includes XOP and AVX2 intrinsics.

VS 11.0.50214.1
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling version

Visual Studio 11 Beta

Steps to reproduce

Compile for Win32 release mode

Product Language

English

Operating System

Windows 7

Operating System Language

English (US)

Actual results

1>c:\assem\bug6_c1001_fatal\vectori256.h(318): fatal error C1001: An internal error has occurred in the compiler.
1> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 211)
1> To work around this problem, try simplifying or changing the program near the locations listed above.
1> Please choose the Technical Support command on the Visual C++
1> Help menu, or open the Technical Support help file for more information

Expected results

compile OK
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 4/24/2012 at 2:48 PM
Thankyou for this bug report. The bug was tracked down to a missing case statement in the optimizer. We have a fix, and it will be checked-in for VS11.

Thanks,

Jim
Posted by A Fog on 4/9/2012 at 5:20 AM
There were problems uploading the file. I have uploaded it again.

The error seems to disappear when _mm256_extracti128_si256 is replaced with the almost equivalent instruction _mm256_extractf128_si256
Posted by Microsoft on 4/8/2012 at 8:43 PM
We didn't get your project, please zip the project and use "FeedbackID-735861" as prefix of the file name. You can use the following workspace to upload the file:
https://sftus.one.microsoft.com/choosetransfer.aspx?key=ae115d07-6f06-43f9-b73e-aa3e6598b94f
Password: 58oVCW*+@Q02Q

Thanks.
Microsoft Visual Studio Connect Support Team
Posted by MS-Moderator10 [Feedback Moderator] on 4/8/2012 at 6:59 PM
Thanks for your feedback. Your issue has been routed to the appropriate VS development team for investigation. We will contact you if we require any additional information.
Posted by MS-Moderator01 on 4/8/2012 at 6:41 PM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.