------- 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