------- Comment #3 from jay dot foad at gmail dot com  2010-06-08 14:24 -------
I've just seen this too:

$ gcc --version
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
[...]
$ cat a.h
void a(void);
$ cat b.h
#include "a.h"
$ cat b.c
#include "b.h"
void b(void) {}
$ gcc -c -g3 a.h
$ gcc -c -g3 b.c
/tmp/ccpqcXiZ.s: Assembler messages:
/tmp/ccpqcXiZ.s:429: Error: file number 2 already allocated


-- 

jay dot foad at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jay dot foad at gmail dot
                   |                            |com


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

Reply via email to