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 optimization/12661] [tree-ssa] gimplification failure


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From jason at gcc dot gnu dot org  2003-10-17 19:55 -------
This actually isn't a problem with gimplification, but rather with folding. 
TRUTH_NOT_EXPR isn't currently valid gimple, but it's generated by fold() during
optimization.

The right fix may just be to allow TRUTH_NOT_EXPR in gimple.


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