[Bug c/28697] Behavior of __extension__ within __asm__ changed with regards to 3.4.4

2006-11-11 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c/28697] Behavior of __extension__ within __asm__ changed with regards to 3.4.4

2006-08-13 Thread 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