This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/81546] [8 Regression] ICE at -O3 during GIMPLE pass dom
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 25 Jul 2017 08:13:38 +0000
- Subject: [Bug tree-optimization/81546] [8 Regression] ICE at -O3 during GIMPLE pass dom
- Auto-submitted: auto-generated
- References: <bug-81546-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81546
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wschmidt at gcc dot gnu.org
Known to work| |7.1.1
Target Milestone|--- |8.0
Summary|ICE at -O3 during GIMPLE |[8 Regression] ICE at -O3
|pass dom |during GIMPLE pass dom
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
SLSR goes nuts on the testcase, probably the PHI work. Bill?