--- Comment #7 from rguenth at gcc dot gnu dot org 2010-06-02 22:24 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-06-02 22:23 ---
Subject: Bug 44291
Author: rguenth
Date: Wed Jun 2 22:22:52 2010
New Revision: 160197
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160197
Log:
2010-06-03 Richard Guenther
PR middle-end/44291
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-06-02 20:48 ---
Mine.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-06-02 20:47 ---
id = get_identifier (name);
hash = htab_hash_string (name);
this should be
hash = IDENTIFIER_HASH_VALUE (id);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44291
--- Comment #3 from mikpe at it dot uu dot se 2010-06-02 20:36 ---
It's caused by r159455:
Author: rguenth
Date: Sun May 16 14:47:38 2010
New Revision: 159455
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159455
Log:
2010-05-16 Richard Guenther
* lto-symtab.c (lto_s
--- Comment #2 from mikpe at it dot uu dot se 2010-06-02 15:33 ---
I see this error too, it's causing gcc.c-torture/execute/builtins/memops-asm.c
and gcc.dg/pr39443.c to regress on arm-linux-gnueabi due to ICEs. I didn't see
the problem in 4.6-20100515 (r159445), but do see it in 4.6-20
--- Comment #1 from jules at gcc dot gnu dot org 2010-05-27 10:44 ---
Created an attachment (id=20760)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20760&action=view)
The test case.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44291
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44291