This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/17126] [3.5 Regression] ICE in GC with non-unit-at-a-time
- From: "bommar33 at msu dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Aug 2004 17:19:11 -0000
- Subject: [Bug middle-end/17126] [3.5 Regression] ICE in GC with non-unit-at-a-time
- References: <20040820204405.17126.bommar33@msu.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bommar33 at msu dot edu 2004-08-21 17:19 -------
Someone with more knowledge of graph theory and callgraphs will know whether or
not this is actually valid or just a hack to obscure some larger and more
consequential underlying error...
gtype-desc.c - line 200
- while (x != xlimit)
+ while (x != xlimit && x != NULL)
Of course, proper regression should performed, but that seems to fix the problem
for me.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17126