[Bug c/60797] gcc hangs with error: only weak aliases are supported in this configuration

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Wed Apr 9 19:44:00 GMT 2014


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-04-09
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
r206658 gives

pr60797.c:3:12: error: only weak aliases are supported in this configuration
 extern int foo __attribute__((alias("bar")));
            ^
pr60797.c:3:12: error: only weak aliases are supported in this configuration

while r206880 gives the "infinite" errors.



More information about the Gcc-bugs mailing list