This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50822] [4.7 regression] Solaris/SPARC bootstrap failure with Sun as: invalid assembler for ios_init.cc
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 25 Oct 2011 15:04:19 +0000
- Subject: [Bug bootstrap/50822] [4.7 regression] Solaris/SPARC bootstrap failure with Sun as: invalid assembler for ios_init.cc
- Auto-submitted: auto-generated
- References: <bug-50822-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50822
--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> 2011-10-25 15:04:19 UTC ---
Even with .weakref disabled in gas, gcc emits
<symbol> = <nonexistant symbol>
which gas silently accepts, while Sun as does not. How is this supposed to
work?
Rainer