This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/11564] [3.3/3.4 regression] no longer compilable inline asm breaks linux kernel compile
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2003 21:40:46 -0000
- Subject: [Bug inline-asm/11564] [3.3/3.4 regression] no longer compilable inline asm breaks linux kernel compile
- References: <20030717204658.11564.sirl@gcc.gnu.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=11564
rth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
------- Additional Comments From rth at gcc dot gnu dot org 2003-07-17 21:40 -------
I *would* prefer that the kernel code change to use a temporary, as
suggested by Andrew. That would be most future-proof against gcc
deprecating this extension (which has been suggested before).
I guess I'll see if there's something I can do, but I'm not promising
that this will ever be changed to work like like it used to.