This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12472] [tree-ssa] miscompiles stage-2's gengtype
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Oct 2003 00:09:37 -0000
- Subject: [Bug optimization/12472] [tree-ssa] miscompiles stage-2's gengtype
- References: <20031001034618.12472.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12472
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-15 00:09 -------
This is caused by one of the following two options:
flag_loop_optimize = 1;
flag_crossjumping = 1;
Both are RTL based optimizers, if I have some more time to work on this I will.