public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/60797] New: gcc hangs with error: only weak aliases are supported in this configuration
@ 2014-04-09 19:31 junchao.zhang at gmail dot com
  2014-04-09 19:44 ` [Bug c/60797] " dominiq at lps dot ens.fr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: junchao.zhang at gmail dot com @ 2014-04-09 19:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60797
           Summary: gcc hangs with error: only weak aliases are supported
                    in this configuration
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: junchao.zhang at gmail dot com

On my Mac OS X 10.9.2, when I use gcc to compile this program, test.c,

#include <stdio.h>

extern int foo __attribute__((alias("bar")));
int main()
{
    return 0;
}

gcc hangs with countless 
test.c:3:12: error: only weak aliases are supported in this configuration
test.c:3:12: error: only weak aliases are supported in this configuration
test.c:3:12: error: only weak aliases are supported in this configuration
...


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

end of thread, other threads:[~2014-04-11 11:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-09 19:31 [Bug c/60797] New: gcc hangs with error: only weak aliases are supported in this configuration junchao.zhang at gmail dot com
2014-04-09 19:44 ` [Bug c/60797] " dominiq at lps dot ens.fr
2014-04-11  9:11 ` [Bug middle-end/60797] [4.9 Regression] " rguenth at gcc dot gnu.org
2014-04-11  9:25 ` rguenth at gcc dot gnu.org
2014-04-11  9:30 ` rguenth at gcc dot gnu.org
2014-04-11 11:46 ` rguenth at gcc dot gnu.org
2014-04-11 11:46 ` rguenth at gcc dot gnu.org

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).