Created attachment 37699 [details] ii file and command line response rar compressed Hi, I have got internal compiler error using mingw-builds gcc posix-dwarf 4.9.2 best victor bombi PD:I attach ii file and command line response
I can't reproduce the ICE with -std=c++11 -fpermissive on x86_64-linux.
(In reply to Marek Polacek from comment #1) > I can't reproduce the ICE with -std=c++11 -fpermissive on x86_64-linux. I am on 32 bits
I see, but I still can't reproduce even with -m32.
(In reply to Marek Polacek from comment #3) > I see, but I still can't reproduce even with -m32. I have added -fpermissive but nothing changes for me. May be its no gcc issue but only mingw-builds issue?
Yeah, likely.
Might be a dup of bug 65572.
Even though PR 83756 is newer, it has a reduced testcase already. You need -fms-extensions to hit the ICE. *** This bug has been marked as a duplicate of bug 83756 ***