Bug 69832 - internal compiler error
Summary: internal compiler error
Status: RESOLVED DUPLICATE of bug 83756
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.9.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on: 65572
Blocks:
  Show dependency treegraph
 
Reported: 2016-02-16 09:12 UTC by sonoro
Modified: 2021-12-06 06:09 UTC (History)
1 user (show)

See Also:
Host:
Target: mingw
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
ii file and command line response rar compressed (441.80 KB, application/x-rar-compressed)
2016-02-16 09:12 UTC, sonoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sonoro 2016-02-16 09:12:54 UTC
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
Comment 1 Marek Polacek 2016-03-01 10:19:39 UTC
I can't reproduce the ICE with -std=c++11 -fpermissive on x86_64-linux.
Comment 2 sonoro 2016-03-02 08:11:37 UTC
(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
Comment 3 Marek Polacek 2016-03-02 08:19:53 UTC
I see, but I still can't reproduce even with -m32.
Comment 4 sonoro 2016-03-02 09:48:10 UTC
(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?
Comment 5 Marek Polacek 2016-03-02 09:50:26 UTC
Yeah, likely.
Comment 6 Andrew Pinski 2016-08-04 05:30:52 UTC
Might be a dup of bug 65572.
Comment 7 Andrew Pinski 2021-12-06 06:09:18 UTC
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 ***