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 inline-asm/11910] inline assembler causes compiler error


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

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c++                         |inline-asm
         Resolution|                            |FIXED
   Target Milestone|3.4                         |---


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-14 00:13 -------
The code no longer ICEs in 3.3 but gives an error:
pr11910.ii: In member function `void 
   dosadi::Aqua::Surface::blitMaskedSurface(dosadi::Aqua::Surface&, const 
   dosadi::geom::gRect&, const dosadi::geom::gRect&, const 
   dosadi::Aqua::Pixel&)':
pr11910.ii:2093: error: impossible constraint in `asm'
I do not know how to fix your code as it ICEs with -O0-3 so the code is still invalid.


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