--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-12 00:26 ---
__extension__ has always gone at the begining of a statement/expression, the
string inside an asm is required to be a constant string and not an expression
so this is not a bug.
--
pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-13 16:08 ---
Can you provide a self contained example?
Really the __extension__ goes at the begining of the statement and not in the
middle of it.
--
pinskia at gcc dot gnu dot org changed:
What|Removed