public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
@ 2003-02-06 17:41 Joe Buck
  2003-02-06 20:29 ` Ranjit Mathew
  0 siblings, 1 reply; 13+ messages in thread
From: Joe Buck @ 2003-02-06 17:41 UTC (permalink / raw)
  To: gcc

I have successful 3.2.2 builds for the following platforms:

i686-pc-linux-gnu (Red Hat Linux 7.2 + binutils 2.13.1)
All languages
test results: http://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00335.html

hppa2.0w-hp-hpux11.00 (with binutils 2.13.1)
All languages requested, but Java isn't supported on this platform.
test results: http://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00337.html

sparc-sun-solaris2.8 (with binutils 2.13.1)
All languages
test results: http://gcc.gnu.org/ml/gcc-testresults/2003-02/msg00336.html

There are many libjava failures on Solaris.  Looking in the log, they
all seem to be coming from the assembler.  Should I be using a later
version of binutils?

There are many warnings of the form

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

and errors like
/var/tmp//ccuYa6Cj.o: In function `main':
/var/tmp/ccSQoAxQ.i:11: undefined reference to `inner_1::class$'
/var/tmp/ccSQoAxQ.i:11: undefined reference to `inner_1::class$'

(I had been skipping Java builds before, as I don't Java and it more
than doubles the build time).

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-02-06 17:41 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX Joe Buck
@ 2003-02-06 20:29 ` Ranjit Mathew
  2003-02-06 20:46   ` Kaveh R. Ghazi
  0 siblings, 1 reply; 13+ messages in thread
From: Ranjit Mathew @ 2003-02-06 20:29 UTC (permalink / raw)
  To: gcc

Joe Buck wrote:
> There are many warnings of the form
> 
> Warning: .stabs: description field '10001' too big, try a different debug format

This has been fixed:

     http://gcc.gnu.org/ml/java-patches/2002-q4/msg00376.html

Ranjit.

-- 
Ranjit Mathew        Email: rmathew AT hotmail DOT com
Bangalore,
INDIA.               Web: http://ranjitmathew.tripod.com/


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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-02-06 20:29 ` Ranjit Mathew
@ 2003-02-06 20:46   ` Kaveh R. Ghazi
  2003-02-06 21:24     ` Joe Buck
  2003-02-07  8:45     ` Gabriel Dos Reis
  0 siblings, 2 replies; 13+ messages in thread
From: Kaveh R. Ghazi @ 2003-02-06 20:46 UTC (permalink / raw)
  To: rmathew; +Cc: gcc, jbuck

 > Joe Buck wrote:
 > 
 > There are many warnings of the form
 > 
 > Warning: .stabs: description field '10001' too big, try a different
 > debug format
 > 
 > This has been fixed:
 > 
 >     http://gcc.gnu.org/ml/java-patches/2002-q4/msg00376.html
 > 
 > Ranjit.


Should we backport it?

(PS: I don't get these failures on solaris2.7 using native as/ld.)

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-02-06 20:46   ` Kaveh R. Ghazi
@ 2003-02-06 21:24     ` Joe Buck
  2003-02-07  8:45     ` Gabriel Dos Reis
  1 sibling, 0 replies; 13+ messages in thread
From: Joe Buck @ 2003-02-06 21:24 UTC (permalink / raw)
  To: Kaveh R. Ghazi; +Cc: rmathew, gcc


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

On Thu, Feb 06, 2003 at 03:46:40PM -0500, Kaveh R. Ghazi wrote:
> (PS: I don't get these failures on solaris2.7 using native as/ld.)

Sigh: C++ works better on Solaris if you use binutils, Java works better
if you don't.

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-02-06 20:46   ` Kaveh R. Ghazi
  2003-02-06 21:24     ` Joe Buck
@ 2003-02-07  8:45     ` Gabriel Dos Reis
  2003-02-11 16:12       ` Kaveh R. Ghazi
  1 sibling, 1 reply; 13+ messages in thread
From: Gabriel Dos Reis @ 2003-02-07  8:45 UTC (permalink / raw)
  To: Kaveh R. Ghazi; +Cc: rmathew, gcc, jbuck

"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:

|  > Joe Buck wrote:
|  > 
|  > There are many warnings of the form
|  > 
|  > Warning: .stabs: description field '10001' too big, try a different
|  > debug format
|  > 
|  > This has been fixed:
|  > 
|  >     http://gcc.gnu.org/ml/java-patches/2002-q4/msg00376.html
|  > 
|  > Ranjit.
| 
| 
| Should we backport it?

I'm supportive of  that idea.

-- Gaby

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-02-07  8:45     ` Gabriel Dos Reis
@ 2003-02-11 16:12       ` Kaveh R. Ghazi
  2003-02-12 15:50         ` Kaveh R. Ghazi
  0 siblings, 1 reply; 13+ messages in thread
From: Kaveh R. Ghazi @ 2003-02-11 16:12 UTC (permalink / raw)
  To: gdr; +Cc: gcc, jbuck, rmathew

 > From: Gabriel Dos Reis <gdr@integrable-solutions.net>
 > 
 > "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:
 > 
 > |  > Joe Buck wrote:
 > |  > 
 > |  > There are many warnings of the form
 > |  > 
 > |  > Warning: .stabs: description field '10001' too big, try a different
 > |  > debug format
 > |  > 
 > |  > This has been fixed:
 > |  > 
 > |  >     http://gcc.gnu.org/ml/java-patches/2002-q4/msg00376.html
 > |  > 
 > |  > Ranjit.
 > | 
 > | 
 > | Should we backport it?
 > 
 > I'm supportive of  that idea.
 > -- Gaby

Hi - what's the status of this issue?

Joe, since this problem requires an appropriate version of gas which
you seem to already have installed would you test the patch please?
I'll check the non-gas case if you like to make sure it doesn't break
anything.

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-02-11 16:12       ` Kaveh R. Ghazi
@ 2003-02-12 15:50         ` Kaveh R. Ghazi
  2003-03-05  6:17           ` Kaveh R. Ghazi
  0 siblings, 1 reply; 13+ messages in thread
From: Kaveh R. Ghazi @ 2003-02-12 15:50 UTC (permalink / raw)
  To: gdr; +Cc: gcc, jbuck, rmathew

 > Joe, since this problem requires an appropriate version of gas which
 > you seem to already have installed would you test the patch please?
 > I'll check the non-gas case if you like to make sure it doesn't break
 > anything.

This patch has been bootstrapped on sparc-sun-solaris2.7 with native
as/ld against 3.2.x, no java regressions.  Once we hear that it fixes
the solaris2 gas problems I think it is safe to install.


2003-02-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	Backport:
	2002-12-05  Ranjit Mathew <rmathew@hotmail.com>
	            Andrew Haley <aph@redhat.com>

	* parse.y (source_end_java_method): Remove custom encoding of line
	numbers for a function decl before passing it to the back end.

diff -rup orig/egcc-3.2-CVS20030211/gcc/java/parse.y egcc-3.2-CVS20030211/gcc/java/parse.y
--- orig/egcc-3.2-CVS20030211/gcc/java/parse.y	Mon Oct 21 16:19:14 2002
+++ egcc-3.2-CVS20030211/gcc/java/parse.y	Tue Feb 11 23:55:54 2003
@@ -7473,6 +7473,8 @@ source_end_java_method ()
       lineno = DECL_SOURCE_LINE_LAST (fndecl);
       expand_function_end (input_filename, lineno, 0);
 
+      DECL_SOURCE_LINE (fndecl) = DECL_SOURCE_LINE_FIRST (fndecl);
+
       /* Run the optimizers and output assembler code for this function. */
       rest_of_compilation (fndecl);
     }

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-02-12 15:50         ` Kaveh R. Ghazi
@ 2003-03-05  6:17           ` Kaveh R. Ghazi
  2003-03-17 23:59             ` Kaveh R. Ghazi
  0 siblings, 1 reply; 13+ messages in thread
From: Kaveh R. Ghazi @ 2003-03-05  6:17 UTC (permalink / raw)
  To: jbuck; +Cc: gcc, gdr, rmathew

So what ever became of the gcc-3.2.2 problems with solaris2, java and
gas?  http://gcc.gnu.org/ml/gcc/2003-02/msg00808.html

As I mentioned, I tested the native as/ld case and there were no
regressions.  Joe - were you able to retest with the patch + gas on
solaris2 and see if the java errors you originally reported went away?

If so, please let us know.

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-03-05  6:17           ` Kaveh R. Ghazi
@ 2003-03-17 23:59             ` Kaveh R. Ghazi
  2003-03-18  2:26               ` Gabriel Dos Reis
  0 siblings, 1 reply; 13+ messages in thread
From: Kaveh R. Ghazi @ 2003-03-17 23:59 UTC (permalink / raw)
  To: gdr; +Cc: gcc-patches, gcc, jbuck, rmathew

Gaby,

I heard back from Joe that this patch cures the solaris2 java failures
which occurred with a recent version of gas.  I've verified the native
as/ld case has no regressions.

Ok for 3.2.x?

		Thanks,
		--Kaveh

http://gcc.gnu.org/ml/gcc/2003-02/msg00808.html

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-03-17 23:59             ` Kaveh R. Ghazi
@ 2003-03-18  2:26               ` Gabriel Dos Reis
  2003-03-18 18:14                 ` Joe Buck
  0 siblings, 1 reply; 13+ messages in thread
From: Gabriel Dos Reis @ 2003-03-18  2:26 UTC (permalink / raw)
  To: Kaveh R. Ghazi; +Cc: gcc-patches, gcc, jbuck, rmathew

"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:

| Gaby,
| 
| I heard back from Joe that this patch cures the solaris2 java failures
| which occurred with a recent version of gas.  I've verified the native
| as/ld case has no regressions.
| 
| Ok for 3.2.x?

Sure!

Thanks to both of you.

-- Gaby

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-03-18  2:26               ` Gabriel Dos Reis
@ 2003-03-18 18:14                 ` Joe Buck
  2003-03-18 22:47                   ` Kaveh R. Ghazi
  0 siblings, 1 reply; 13+ messages in thread
From: Joe Buck @ 2003-03-18 18:14 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: Kaveh R. Ghazi, gcc-patches, gcc, rmathew

On Tue, Mar 18, 2003 at 12:57:32AM +0100, Gabriel Dos Reis wrote:
> "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:
> 
> | Gaby,
> | 
> | I heard back from Joe that this patch cures the solaris2 java failures
> | which occurred with a recent version of gas.  I've verified the native
> | as/ld case has no regressions.
> | 
> | Ok for 3.2.x?
> 
> Sure!
> 
> Thanks to both of you.

Is there a PR for this issue?

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-03-18 18:14                 ` Joe Buck
@ 2003-03-18 22:47                   ` Kaveh R. Ghazi
  2003-03-19  3:00                     ` Joe Buck
  0 siblings, 1 reply; 13+ messages in thread
From: Kaveh R. Ghazi @ 2003-03-18 22:47 UTC (permalink / raw)
  To: gdr, jbuck; +Cc: gcc-patches, gcc, rmathew

 > From: Joe Buck <jbuck@synopsys.com>
 > 
 > On Tue, Mar 18, 2003 at 12:57:32AM +0100, Gabriel Dos Reis wrote:
 > > "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:
 > > 
 > > | Gaby,
 > > | 
 > > | I heard back from Joe that this patch cures the solaris2 java failures
 > > | which occurred with a recent version of gas.  I've verified the native
 > > | as/ld case has no regressions.
 > > | 
 > > | Ok for 3.2.x?
 > > 
 > > Sure!
 > > 
 > > Thanks to both of you.
 > 
 > Is there a PR for this issue?

Not that I'm aware of, i.e. I didn't file one.  (I heard about the
issue directly from you, not the GNATS database.)

If you're asking WRT the next release notes and want to increase our
fixed-PR count, open a PR and immediately close it. ;-)

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

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

* Re: 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX
  2003-03-18 22:47                   ` Kaveh R. Ghazi
@ 2003-03-19  3:00                     ` Joe Buck
  0 siblings, 0 replies; 13+ messages in thread
From: Joe Buck @ 2003-03-19  3:00 UTC (permalink / raw)
  To: Kaveh R. Ghazi; +Cc: gdr, gcc-patches, gcc, rmathew

On Tue, Mar 18, 2003 at 04:16:09PM -0500, Kaveh R. Ghazi wrote:
> If you're asking WRT the next release notes and want to increase our
> fixed-PR count, open a PR and immediately close it. ;-)

Done (PR 10144).
 

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

end of thread, other threads:[~2003-03-19  1:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-06 17:41 3.2.2 successful builds: GNU/Linux, Solaris, HP-UX Joe Buck
2003-02-06 20:29 ` Ranjit Mathew
2003-02-06 20:46   ` Kaveh R. Ghazi
2003-02-06 21:24     ` Joe Buck
2003-02-07  8:45     ` Gabriel Dos Reis
2003-02-11 16:12       ` Kaveh R. Ghazi
2003-02-12 15:50         ` Kaveh R. Ghazi
2003-03-05  6:17           ` Kaveh R. Ghazi
2003-03-17 23:59             ` Kaveh R. Ghazi
2003-03-18  2:26               ` Gabriel Dos Reis
2003-03-18 18:14                 ` Joe Buck
2003-03-18 22:47                   ` Kaveh R. Ghazi
2003-03-19  3:00                     ` Joe Buck

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