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/21898] Segmentation fault on testsuite case gcc.dg/20020425-1.c



------- Comment #7 from rakdver at atrey dot karlin dot mff dot cuni dot cz  2006-03-23 11:27 -------
Subject: Re:  Segmentation fault on testsuite case gcc.dg/20020425-1.c

> recursive gimplification will of course break at some point here.  I remember
> Zdenek rewriting gimplification to a non-recursive thingie...  any news here?

actually, the changes I worked on would increase the number of recursive
calls.  I will try to think about it a bit, though -- while this example
is stupid (and probably could be fixed by special-casing the ifs with
constant condition easily), a similar spagetti-if code might perhaps
appear in some automatically generated code.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21898


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