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/11564] [3.3/3.4 regression] no longer compilable inline asm breaks linux kernel compile


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.


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