------- Comment #2 from aldot at gcc dot gnu dot org  2006-09-16 17:13 -------
This regression is a really severe defect in daily use.

Note that this works with gcc-2.95.4 but fails with any 3.x and 4.x i have.

$ gcc-2.95  -o pr.o -std=c99 -x assembler-with-cpp -c pr25993.S && objdump -D
pr.o

pr.o:     file format elf32-i386

Disassembly of section .text:

00000000 <func>:
   0:   c3                      ret    


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.3.6 3.4.6 4.1.2 4.2.0
      Known to work|                            |2.95.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25993

Reply via email to