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 c/34116] GCC for CELL processor does NOT relocate properly with Optimization Turned on.,



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-11-16 19:57 -------
This is not a GCC bug. There are no computed gotos in your function so the
label can be moved anywhere around.  The scheduler moves around the label in
this case.

*** This bug has been marked as a duplicate of 28581 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   GCC host triplet| ???                        |???
         Resolution|                            |DUPLICATE


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


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