[Bug pch/30702] PCH vs not closing a function in a header

2009-09-20 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-09-20 11:22 --- More proper bugreport is PR33980. *** This bug has been marked as a duplicate of 33980 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug pch/30702] PCH vs not closing a function in a header

2007-04-24 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2007-04-25 01:20 --- Hmm. "gcc t.h" fails and prints an error: opsy. gcc t.h t.h: In function ‘f’: t.h:2: error: expected declaration or statement at end of input However it also leaves a t.h.gch file, which seems a bit weird. Anyway

[Bug pch/30702] PCH vs not closing a function in a header

2007-04-24 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-04-25 01:27 --- > However it also leaves a t.h.gch file, which seems a bit weird. That in itself is a bug and maybe the real bug here :) as if you do: [EMAIL PROTECTED]:~$ ~/x86-local-fsf/bin/gcc t.h t.h: In function 'f': t.h:2: err