[Bug optimization/12661] [tree-ssa] gimplification failure
jason at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Oct 17 19:59:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list