This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/33374] GCC 4.1.2 produce wrong assembler code with -O2 option enabled.
- From: "_kirpichev_ at mail dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2007 07:45:08 -0000
- Subject: [Bug c/33374] GCC 4.1.2 produce wrong assembler code with -O2 option enabled.
- References: <bug-33374-15076@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from _kirpichev_ at mail dot ru 2007-09-10 07:45 -------
Created an attachment (id=14182)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14182&action=view)
test programm
This example is compiled incorrectly by gcc 4.1.2 with -O2 flag.
But all works fine if we change line 93 in this example on next:
XML_Remove(currNode_sp);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33374