This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/61565] ICE building libjava/interpret.cc
- From: "rth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jun 2014 04:47:33 +0000
- Subject: [Bug bootstrap/61565] ICE building libjava/interpret.cc
- Auto-submitted: auto-generated
- References: <bug-61565-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61565
Richard Henderson <rth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mshawcroft at gcc dot gnu.org
--- Comment #1 from Richard Henderson <rth at gcc dot gnu.org> ---
git bisect says the offending commit is
commit c0277521db0192171b1275c2b8d7cb5d4be488d9
Author: mshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue Apr 22 16:08:33 2014 +0000
[AArch64] Define TARGET_FLAGS_REGNUM
Ramana noted:
This defines TARGET_FLAGS_REGNUM for AArch64 to be CC_REGNUM. Noticed
this turns on the cmpelim pass after reload and in a few examples and
a couple of benchmarks I noticed a number of comparisons getting
deleted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209643
138bc75d-0d04-0410-961f-82ee72b054a4