[Bug inline-asm/29119] [4.0/4.1/4.2 Regression] Internal compiler error while adding __asm__ statement
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 18 10:07:00 GMT 2006
------- Comment #4 from rguenth at gcc dot gnu dot org 2006-09-18 10:07 -------
I say this should be made invalid. In fact we already warn about it to become
invalid:
./cc1 -quiet t.c
t.c: In function 'ldt_add_entry':
t.c:3: warning: use of memory input without lvalue in asm operand 0 is
deprecated
A good opportunity to remove this from 4.2 (we warn for this since 3.3!)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29119
More information about the Gcc-bugs
mailing list