Created attachment 688161 [details] Compiling this with g++ gives a segmentation fault. Description of problem: Compiling the attached program causes g++ to segfault. Version-Release number of selected component (if applicable): g++ (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8) How reproducible: g++ gcc-segfault.cc Steps to Reproduce: 1. Run "g++ gcc-segfault.cc" 2. 3. Actual results: g++: internal compiler error: Segmentation fault (program cc1plus) Expected results: No segfault. Additional info:
This also crashes clang++. Should I file a second bug report for that, or is it likely to be a common cause?
Tracking upstream, instead of tricky I'd say invalid, but let's wait for Jason's confirmation.