This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/11910] inline assembler causes compiler error
- 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: 14 Aug 2003 00:13:20 -0000
- Subject: [Bug inline-asm/11910] inline assembler causes compiler error
- References: <20030813235707.11910.paradox@bbhc.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.