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: "pinskia 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:01:46 -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 #4 from pinskia at gcc dot gnu dot org 2007-06-06 09:01 -------
Since this is obviously caused by GC (look at the backtrace and you have
0xa5a5a5a5....), use "--param ggc-min-expand=0 --param ggc-min-heapsize=0" as
options to get a reduced testcase (it might take a little while but you should
be able to reproduce it easier).
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |GC, ice-on-valid-code
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32231