This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32231] [4.3 Regression] Segfault in verify_ssa_name
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2007 09:02:45 -0000
- Subject: [Bug tree-optimization/32231] [4.3 Regression] Segfault in verify_ssa_name
- References: <bug-32231-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from rguenth at gcc dot gnu dot org 2007-06-06 09:02 -------
{GC 21223k -> 16452k}
Program received signal SIGSEGV, Segmentation fault.
verify_ssa_name (ssa_name=0xa5a5a5a5a5a5a5a5, is_virtual=0 '\0')
at gcc/tree-ssa.c:109
109 if (TREE_CODE (ssa_name) != SSA_NAME)
so it just got collected. I bet you'll get an ICE instead with checking
enabled. So, can you nevertheless provide preprocessed source?
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rguenth at gcc dot gnu dot
| |org
Keywords|GC, ice-on-valid-code |
Target Milestone|4.3.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32231