This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32043] Basic block reordering creates two images of bb2,
- 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: 22 May 2007 16:12:04 -0000
- Subject: [Bug c/32043] Basic block reordering creates two images of bb2,
- References: <bug-32043-13942@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-22 17:12 -------
No, what GCC is doing is correct, it is ok to duplicate Basic blocks. What you
are doing with the inline-asm is incorrect as you cannot jump into an
inline-asm without many troubles.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32043