This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/17126] [3.5 Regression] ICE in GC with non-unit-at-a-time


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]