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: "sirl 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:29:51 -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
------- Additional Comments From sirl at gcc dot gnu dot org 2003-07-17 21:29 -------
Using the result of (?:) as an lvalue is a GCC extension IIRC. And it would be
very unfortunate if this no longer works, cause this is triggered via kernels
get_user() which is used uncountable times. The replacement you suggested
additionally can't be done there (I tried) without triggering a lot of wrong
warnings.