[Bug bootstrap/50326] [4.7 regression] ICE in set_lattice_value, at tree-ssa-ccp.c:456

jamborm at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 13 13:56:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50326

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamborm at gcc dot gnu.org
          Component|tree-optimization           |bootstrap

--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-09-13 13:14:12 UTC ---
I can confirm it is caused by the aforementioned commit.  The stage 2
compiler ICEs on 

/* confdefs.h */
#define PACKAGE_NAME "GNU C Runtime Library"
#define PACKAGE_TARNAME "libgcc"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "GNU C Runtime Library 1.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}



More information about the Gcc-bugs mailing list