Compiler crashes when run from the IDE, with crash box popping up.
Compiling from the command line it just ICEs (Internal Compiler Error):
<quote>
> cl main.cpp
main.cpp
C:\Program Files (x86)\Micro…
Created on 11/8/2012 (updated 13 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 770440
|
|
Internal Compiler Error on code using std::initializer_list for the November 2012 CTP of Visual C++ 11.0
With small code variations even direct crash of the compiler (i.e. no ICE info but ordinary cr…
Created on 11/7/2012 (updated 4 days ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 770431
|
|
c1xx : fatal error C1063: INTERNAL COMPILER ERROR
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more informatio…
Created on 10/24/2012 (updated 12 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 768644
|
|
|
Closed
as Deferred
|
|
FatalAppExit exits the process with process exit code 0 which by convention in Windows, and in particular in Windows' [cmd.exe] and [powershell.exe], and in C and C++, as well as in *nix, means *SUCCE…
Created on 3/31/2012 (updated 56 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 734905
|
|
|
Closed
as External
|
|
ICE with reference to compiler's own source code 'msc1.cpp', line 1420.
Created on 3/28/2012 (updated 57 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 734023
|
|
|
Closed
as Fixed
|
|
When part of the program specification in a command line is quoted, CommandLineToArgvW incorrectly treats the rest of the program specification as an argument (or arguments).
PS: Sorry for posting th…
Created on 3/28/2012 (updated 56 weeks ago) | 0 validations | 0 workarounds | 4 comments | feedback id: 733959
|
|
|
Closed
as External
|
|
As of Visual C++ 10.0,
#include <exception>
int main()
{
std::exception_ptr const p = std::current_exception();
(p == nullptr); // OK
(p != nullptr); //…
Created on 2/29/2012 (updated 62 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 727374
|
|
|
Closed
as Fixed
|
|
std::reference_wrapper fails to wrap reference to object of abstract class.
it oes not compile.
the std lib code attempts to instantiate the class.
Created on 2/29/2012 (updated 62 weeks ago) | 0 validations | 1 workaround | 3 comments | feedback id: 727368
|
|
|
Closed
as Fixed
|
|
Up to and including Visual C++ 11 (I only have the preview of that compiler) the following code fails to compile:
#ifdef _MSC_VER
# pragma warning( disable: 4480 ) // enum base as "nonstandard …
Created on 11/4/2011 (updated 52 weeks ago) | 3 validations | 0 workarounds | 3 comments | feedback id: 699236
|
|
|
Closed
as Fixed
|
|