Bug 10144 - gas on solaris complains about bad .stabs lines for java, native as unaffected
Bug#: 10144 Product:  gcc Version: 3.2.2
Host:  Target:  Build: 
Status: RESOLVED Severity: normal Priority: P3
Resolution: FIXED Assigned To: unassigned@gcc.gnu.org Reported By: jbuck@synopsys.com
Component: java Target Milestone: ---
Summary: gas on solaris complains about bad .stabs lines for java, native as unaffected
Keywords:  
Opened: 2003-03-19 01:06
Description:   Last confirmed: Opened: 2003-03-19 01:06
This bug has been fixed in CVS; I am reporting it here to
describe the problem in GCC 3.2.2.

Hundreds of the libjava tests fail with sparc-sun-solaris2.8
when gas (2.13.1) is used; these failures don't show up
when the native assembler is used (and might not show up
for older gas versions, though I can't be sure).

Release:
gcc 3.2.2

Environment:
sparc-sun-solaris2.8 with gas version 2.13.1

How-To-Repeat:
Do a bootstrap on sparc-sun-solaris2.8, configured to use
gas version 2.13.1 (probably other similar gas versions will
show the problem as well).  Run the tests with "make check"
and observe hundreds of failures.  The log shows messages
like the following coming from gas, many times:

Warning: .stabs: description field '10001' too big, try a different debug format

------- Comment #1 From Joe Buck 2003-03-19 01:06 -------
Fix:
http://gcc.gnu.org/ml/gcc/2003-02/msg00808.html

------- Comment #2 From Joe Buck 2003-03-19 01:14 -------
State-Changed-From-To: open->closed
State-Changed-Why: Fixed by patch referenced in "Fix" section below.