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 target/12108] gcc tries to skip asm() with comiclr


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|optimization                |target
 GCC target triplet|                            |hppa-linux
            Summary|wrong code generated in the |gcc tries to skip asm() with
                   |presence of asm("...")      |comiclr


------- Additional Comments From falk at debian dot org  2003-09-12 12:48 -------
I can reproduce this with the same compiler version on hppa. This seems to be
target specific; gcc thinks it can skip an asm with comiclr, but it can't,
because an asm might be more than one instruction. I have no current 3.4 or 3.3,
so I'll leave it unconfirmed for now.


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