public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/35925]  New: -g1 causes "Error: file number 1 already allocated"
@ 2008-04-13 17:29 mrs at mythic-beasts dot com
  2008-04-14 23:56 ` [Bug debug/35925] " wilson at gcc dot gnu dot org
  2008-04-29 21:03 ` mrs at mythic-beasts dot com
  0 siblings, 2 replies; 3+ messages in thread
From: mrs at mythic-beasts dot com @ 2008-04-13 17:29 UTC (permalink / raw)
  To: gcc-bugs

$ echo "void foo(void) { }" >test.c
$ gcc -g1 -S test.c
$ gcc -g1 -c test.s
test.s: Assembler messages:
test.s:79: Error: file number 1 already allocated

If "-g1" is changed to "-g", "-g0" or "-g2", or is removed, the error goes
away.

This causes problems when building glibc with CFLAGS="-g1".  glibc's configure
script invokes gcc as above in order to test whether --noexecstack is
available.  It gets an error and wrongly concludes that --noexecstack is not
available, which means libc.so doesn't get the benefit of a non-executable
stack.

Is this supposed to work, or should glibc work around it, perhaps by not
passing CFLAGS to the second invocation of gcc?


-- 
           Summary: -g1 causes "Error: file number 1 already allocated"
           Product: gcc
           Version: 4.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mrs at mythic-beasts dot com


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-29 21:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-13 17:29 [Bug c/35925] New: -g1 causes "Error: file number 1 already allocated" mrs at mythic-beasts dot com
2008-04-14 23:56 ` [Bug debug/35925] " wilson at gcc dot gnu dot org
2008-04-29 21:03 ` mrs at mythic-beasts dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).