This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/80775] [8 Regression] -O3 produces ice in group_case_labels_stmt
- From: "bergner at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 06 Jul 2017 02:32:39 +0000
- Subject: [Bug middle-end/80775] [8 Regression] -O3 produces ice in group_case_labels_stmt
- Auto-submitted: auto-generated
- References: <bug-80775-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80775
Peter Bergner <bergner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Peter Bergner <bergner at gcc dot gnu.org> ---
(In reply to David Binderman from comment #16)
> (In reply to Peter Bergner from comment #15)
> > Doesn't fail for me on x86_64 either, so I'll need target/configure options
> > as well as full compile options.
>
> Seems fixed somewhere between revision 249638 and 249861.
It could be fixed by either richi's:
https://gcc.gnu.org/ml/gcc-patches/2017-06/msg02237.html
or my fix to:
https://gcc.gnu.org/PR81194
I'm going to close this again, since it's not reproducible anymore.