Search

VS11 Beta - fatal error C1001 by cg31

Closed
as Fixed Help for as Fixed

1
0
Sign in
to vote
Type: Bug
ID: 728349
Opened: 3/2/2012 8:30:15 PM
Access Restriction: Public
Moderator Decision: Sent to Engineering Team for consideration
0
Workaround(s)
0
User(s) can reproduce this bug
Just got an internal error C1001 while compiling Boost.Wave for x64.



Details (expand)

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

Visual Studio 11 Beta

Steps to reproduce

1. Use a Windows 7 x64 with VS11 Bets installed

2. Grab boost from its svn repository to c:\boost

3. Open VS11 Beta "Native x64 Command Prompt"

4. Navigate to c:\boost\libs\wave\src

5. Use command: cl -c -Od -Gd -nologo -MTd -Gm -D "WIN32" -D "_DEBUG" -WX- -fp:precise -RTC1 -W3 -Zi -Zc:wchar_t -EHsc -I..\..\.. instantiate_predef_macros.cpp

Then got:
C:\boost\libs\wave\src\instantiate_predef_macros.cpp : fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 211)

Product Language

English

Operating System

Windows 7

Operating System Language

English

Actual results

An internal error C1001 occurs

Expected results

No internal error
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 4/6/2012 at 4:59 PM
Hi,

Thanks for reporting this bug, and we've just fixed it. The original compilation repro step in boost library now compiles successfully. The fix will be in next public release.

Thanks,
Smile Wei
Visual C++ Compiler QA Team
Posted by MS-Moderator09 [Feedback Moderator] on 3/5/2012 at 2:13 AM
Thanks for your feedback. We are routing this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.Thank you !
Posted by MS-Moderator01 on 3/4/2012 at 5:34 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.