Hide Forgot
Created attachment 512084 [details] The source that segfaults the C++ compiler. Description of problem: I am trying to compile some C++ code (see attachments= and the compiler SEGFAULTS. Version-Release number of selected component (if applicable): Kernel: 2.6.38.8-32.fc15.i686 Name : gcc-c++ Arch : i686 Version : 4.6.0 Release : 9.fc15 How reproducible: Try to compile the attached source file with the following commands: g++ --std=c++0x <sourcefile> Steps to Reproduce: 1. Download the <sourcefile> 2. Run: g++ --std=c++0x <sourcefile> 3. Behold a SEGFAULT. Actual results: A segmentation fault. Expected results: C++ 0x defined behaviour. Additional info:
Created attachment 512085 [details] Preprocessed version of the above code.
Tracking this upstream.