public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: basic-improvements call for testers
@ 2002-12-15  8:40 Billinghurst, David (CRTS)
  2002-12-15 15:30 ` Zack Weinberg
  0 siblings, 1 reply; 19+ messages in thread
From: Billinghurst, David (CRTS) @ 2002-12-15  8:40 UTC (permalink / raw)
  To: Zack Weinberg, gcc

I have two PRs open for BIB.
 - 8251: Bootstrap failure on irix6.5 
 - 8331: bootstrap failure in ada/decl.c on cygwin


-----Original Message-----
From: Zack Weinberg [mailto:zack@codesourcery.com]
Sent: Sunday, 15 December 2002 5:37 AM
To: gcc@gcc.gnu.org
Subject: basic-improvements call for testers



I have now committed a merge from trunk to the 3.4 basic-improvements
branch.  My tests show only one significant difference between
testsuite results on the mainline and the branch: that is an
additional failure of the libjava testsuite.  As the libjava test
suite is currently in bad shape with 65 unexpected failures on the
mainline, I am not inclined to hold the merge over it.  A pseudo-diff
is appended to this message; if a test suite isn't mentioned, it had
no differences at all between mainline and branch.

Please test the branch and report results using test_summary, but also
copy me; I don't follow gcc-testresults.

I'm aware of three blocker issues for the merge:

- The 32x64 HOST_WIDE_INT problem, which I will be addressing shortly.
- foobar-c.c lacking appropriate dependencies on coretypes.h $(TM_H),
  which I will also address shortly.
- The Darwin sqrt stub problem, which I don't know enough about to
  fix; I'd appreciate it if one of the people experiencing it could
  look into a patch.

If you know of or discover other issues which you think should block
the merge, please say so.

Regarding check-in policies, I would recommend the following:

- For the time being, nothing goes onto mainline unless it is also
  going onto the 3.3 release branch.  To make my life easier, please
  test and apply such patches on the basic-improvements branch also.

- basic-improvements is open for checkins under its usual rules,
  i.e. Stage 2 patches only.

I'd like to get the blocker issues all resolved and the branch merged
to mainline by Monday.  Any help you can lend is greatly appreciated.

zw

--- mainline/report     2002-12-14 10:14:49 -0800
+++ 3.4bib/report       2002-12-14 10:14:49 -0800
 
-Compiler version: 3.3 20021213 (experimental) (i686-pc-linux-gnu)
+Compiler version: 3.4-bi 20021213 (experimental) (i686-pc-linux-gnu)

                === g++ Summary ===
 
-# of expected passes           7891
+# of expected passes           7899
 # of unexpected failures       2
-# of expected failures         92
+# of expected failures         90
 # of untested testcases        9
 # of unsupported tests         3
 
                === gcc Summary ===
 
-# of expected passes           20746
+# of expected passes           20781
 # of unexpected failures       6
 # of expected failures         64
-# of unsupported tests         73
+# of unsupported tests         75

                === libjava tests ===

 ...
 WARNING: program timed out.
 FAIL: SyncTest execution - gij test
 WARNING: program timed out.
+FAIL: SyncTest execution - bytecode->native test
+WARNING: program timed out.
 FAIL: SyncTest execution - gij test
 FAIL: Thread_Alive execution - gij test
 FAIL: Thread_Alive execution - gij test
 ...
 
                === libjava Summary ===
 
-# of expected passes           2772
-# of unexpected failures       65
+# of expected passes           2770
+# of unexpected failures       66
 # of expected failures         14
-# of untested testcases        69
+# of untested testcases        70

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

* Re: basic-improvements call for testers
  2002-12-15  8:40 basic-improvements call for testers Billinghurst, David (CRTS)
@ 2002-12-15 15:30 ` Zack Weinberg
  2002-12-16  1:17   ` Jan Hubicka
  0 siblings, 1 reply; 19+ messages in thread
From: Zack Weinberg @ 2002-12-15 15:30 UTC (permalink / raw)
  To: Billinghurst, David (CRTS); +Cc: gcc

"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:

> I have two PRs open for BIB.
>  - 8521: Bootstrap failure on irix6.5 
>  - 8331: bootstrap failure in ada/decl.c on cygwin

I don't have ready access to either of these platforms.  I need you to
track down (by binary search on the CVS repo, if necessary) the actual
patch which caused each of these bootstrap failures.  We can then
figure out how to fix it.

zw

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

* Re: basic-improvements call for testers
  2002-12-15 15:30 ` Zack Weinberg
@ 2002-12-16  1:17   ` Jan Hubicka
  0 siblings, 0 replies; 19+ messages in thread
From: Jan Hubicka @ 2002-12-16  1:17 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: Billinghurst, David (CRTS), gcc

> "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:
> 
> > I have two PRs open for BIB.
> >  - 8521: Bootstrap failure on irix6.5 
The irix 6.5 problem seems to be indirectly caused by HOST_WIDE_INT
stuff - preprocessor expect HOST_WIDE_INT to be wider than WCHAR that
can be 64bit for irix. Unless someone else will do it, I will debug it
afternoon.

Honza
> >  - 8331: bootstrap failure in ada/decl.c on cygwin
> 
> I don't have ready access to either of these platforms.  I need you to
> track down (by binary search on the CVS repo, if necessary) the actual
> patch which caused each of these bootstrap failures.  We can then
> figure out how to fix it.
> 
> zw

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

* RE: basic-improvements call for testers
  2002-12-16 14:55 Billinghurst, David (CRTS)
  2002-12-16 15:08 ` Jan Hubicka
@ 2002-12-16 15:51 ` Eric Christopher
  1 sibling, 0 replies; 19+ messages in thread
From: Eric Christopher @ 2002-12-16 15:51 UTC (permalink / raw)
  To: Billinghurst, David   (CRTS); +Cc: Jan Hubicka, Zack Weinberg, gcc

On Mon, 2002-12-16 at 14:52, Billinghurst, David (CRTS) wrote:
> The HOST_WIDE_INT stuff is fixed (thanks Zack).
> 
> I strongly suspect (see PR audit trail) that PR 8521 is due to patch
>  

It is. Jan had a patch earlier today that I asked him to check in.

-eric

-- 
Yeah, I used to play basketball...

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

* Re: basic-improvements call for testers
  2002-12-16 14:55 Billinghurst, David (CRTS)
@ 2002-12-16 15:08 ` Jan Hubicka
  2002-12-16 15:51 ` Eric Christopher
  1 sibling, 0 replies; 19+ messages in thread
From: Jan Hubicka @ 2002-12-16 15:08 UTC (permalink / raw)
  To: Billinghurst, David (CRTS); +Cc: Jan Hubicka, Zack Weinberg, gcc

> The HOST_WIDE_INT stuff is fixed (thanks Zack).
> 
> I strongly suspect (see PR audit trail) that PR 8521 is due to patch
>  
>  Wed Nov  6 18:54:47 2002  Alexandre Oliva  <aoliva@redhat.com>
>  
>          * config/mips/mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output
>          .gpword/.gpdword for ABI_N32 and ABI_64 too, if using the GNU
>          assembler.
>          * config/mips/mips.md (tablejump_internal3): Output .cpadd
>          before jump on ABI_N32 too.
>          (tablejump_internal4): Ditto on ABI_64.  Increase maximum
>          length to match.

I've just commited the fix for irix6.5 so I can bootstrap now.
It makes GCC to not use PIC relative code for N32 and non-gas
configurations.

Honza
> 
> I will work on identifying the cygwin problem today.
> 
> 
> -----Original Message-----
> From: Jan Hubicka [mailto:jh@suse.cz]
> Sent: Monday, 16 December 2002 8:05 PM
> To: Zack Weinberg
> Cc: Billinghurst, David (CRTS); gcc@gcc.gnu.org
> Subject: Re: basic-improvements call for testers
> 
> 
> > "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:
> > 
> > > I have two PRs open for BIB.
> > >  - 8521: Bootstrap failure on irix6.5 
> The irix 6.5 problem seems to be indirectly caused by HOST_WIDE_INT
> stuff - preprocessor expect HOST_WIDE_INT to be wider than WCHAR that
> can be 64bit for irix. Unless someone else will do it, I will debug it
> afternoon.
> 
> Honza
> > >  - 8331: bootstrap failure in ada/decl.c on cygwin
> > 
> > I don't have ready access to either of these platforms.  I need you to
> > track down (by binary search on the CVS repo, if necessary) the actual
> > patch which caused each of these bootstrap failures.  We can then
> > figure out how to fix it.
> > 
> > zw

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

* RE: basic-improvements call for testers
@ 2002-12-16 14:55 Billinghurst, David (CRTS)
  2002-12-16 15:08 ` Jan Hubicka
  2002-12-16 15:51 ` Eric Christopher
  0 siblings, 2 replies; 19+ messages in thread
From: Billinghurst, David (CRTS) @ 2002-12-16 14:55 UTC (permalink / raw)
  To: Jan Hubicka, Zack Weinberg; +Cc: gcc

The HOST_WIDE_INT stuff is fixed (thanks Zack).

I strongly suspect (see PR audit trail) that PR 8521 is due to patch
 
 Wed Nov  6 18:54:47 2002  Alexandre Oliva  <aoliva@redhat.com>
 
         * config/mips/mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output
         .gpword/.gpdword for ABI_N32 and ABI_64 too, if using the GNU
         assembler.
         * config/mips/mips.md (tablejump_internal3): Output .cpadd
         before jump on ABI_N32 too.
         (tablejump_internal4): Ditto on ABI_64.  Increase maximum
         length to match.

I will work on identifying the cygwin problem today.


-----Original Message-----
From: Jan Hubicka [mailto:jh@suse.cz]
Sent: Monday, 16 December 2002 8:05 PM
To: Zack Weinberg
Cc: Billinghurst, David (CRTS); gcc@gcc.gnu.org
Subject: Re: basic-improvements call for testers


> "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:
> 
> > I have two PRs open for BIB.
> >  - 8521: Bootstrap failure on irix6.5 
The irix 6.5 problem seems to be indirectly caused by HOST_WIDE_INT
stuff - preprocessor expect HOST_WIDE_INT to be wider than WCHAR that
can be 64bit for irix. Unless someone else will do it, I will debug it
afternoon.

Honza
> >  - 8331: bootstrap failure in ada/decl.c on cygwin
> 
> I don't have ready access to either of these platforms.  I need you to
> track down (by binary search on the CVS repo, if necessary) the actual
> patch which caused each of these bootstrap failures.  We can then
> figure out how to fix it.
> 
> zw

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

* Re: basic-improvements call for testers
  2002-12-16 12:03         ` Daniel Jacobowitz
@ 2002-12-16 12:53           ` Geoff Keating
  0 siblings, 0 replies; 19+ messages in thread
From: Geoff Keating @ 2002-12-16 12:53 UTC (permalink / raw)
  To: drow; +Cc: zack, toa, gcc

> Date: Mon, 16 Dec 2002 14:55:03 -0500
> From: Daniel Jacobowitz <drow@mvista.com>
> Cc: zack@codesourcery.com, toa@pop.agri.ch, gcc@gcc.gnu.org
> Mail-Followup-To: Geoff Keating <geoffk@geoffk.org>,
> 	zack@codesourcery.com, toa@pop.agri.ch, gcc@gcc.gnu.org
> Content-Disposition: inline
> User-Agent: Mutt/1.5.1i
> X-OriginalArrivalTime: 16 Dec 2002 19:54:18.0435 (UTC) FILETIME=[EB50B130:01C2A53C]
> 
> On Mon, Dec 16, 2002 at 11:45:22AM -0800, Geoff Keating wrote:
> > > Cc: Andreas Tobler <toa@pop.agri.ch>, gcc@gcc.gnu.org
> > > From: Zack Weinberg <zack@codesourcery.com>
> > > Date: Sun, 15 Dec 2002 15:09:12 -0800
> > > User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)
> > > X-OriginalArrivalTime: 15 Dec 2002 23:08:47.0062 (UTC) FILETIME=[EBF21F60:01C2A48E]
> > > 
> > > Geoff Keating <geoffk@geoffk.org> writes:
> > > > Andreas Tobler <toa@pop.agri.ch> writes:
> > > >> stage1/xgcc -Bstage1/
> > > >> -B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/   -g -O2
> > > >> -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
> > > >> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> > > >> -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
> > > >>   gengenrtl.o ../libiberty/libiberty.a
> > > >> make[2]: *** [gengenrtl] Abort trap
> > > >> make[1]: *** [stage2_build] Error 2
> > > >> make: *** [bootstrap] Error 2
> > > >
> > > > I now see exactly this on Darwin too, after the last merge into BIB.
> > > 
> > > I don't have access to a Darwin machine.  Would you mind trying to
> > > debug this a bit more?
> > 
> > It happens in the driver:
> > 
> > #0  0x9005d478 in abort ()
> > #1  0x00011bd8 in handle_braces (p=0x63bb4 "@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}}     %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}}     %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L}}     %{!A:%{!nostdlib:%{!nostartfiles"...) at /Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/gcc.c:5703
> > 
> > I don't see anything wrong with the specs string at this point,
> > it looks like an example of the %{S:X} rule.
> 
> @ isn't legal there according to the driver.  The test for the atom is:
> 
>       while (ISIDNUM(*p) || *p == '-' || *p == '+' || *p == '='
>              || *p == ',' || *p == '.')
>         p++;
> 
> If -@ is a valid option here that if statement should be extended to
> include it.

-@ is certainly a valid option.  I think we also have -#.

-- 
- Geoffrey Keating <geoffk@geoffk.org>

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

* Re: basic-improvements call for testers
  2002-12-16 11:49       ` Geoff Keating
@ 2002-12-16 12:03         ` Daniel Jacobowitz
  2002-12-16 12:53           ` Geoff Keating
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel Jacobowitz @ 2002-12-16 12:03 UTC (permalink / raw)
  To: Geoff Keating; +Cc: zack, toa, gcc

On Mon, Dec 16, 2002 at 11:45:22AM -0800, Geoff Keating wrote:
> > Cc: Andreas Tobler <toa@pop.agri.ch>, gcc@gcc.gnu.org
> > From: Zack Weinberg <zack@codesourcery.com>
> > Date: Sun, 15 Dec 2002 15:09:12 -0800
> > User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)
> > X-OriginalArrivalTime: 15 Dec 2002 23:08:47.0062 (UTC) FILETIME=[EBF21F60:01C2A48E]
> > 
> > Geoff Keating <geoffk@geoffk.org> writes:
> > > Andreas Tobler <toa@pop.agri.ch> writes:
> > >> stage1/xgcc -Bstage1/
> > >> -B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/   -g -O2
> > >> -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
> > >> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> > >> -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
> > >>   gengenrtl.o ../libiberty/libiberty.a
> > >> make[2]: *** [gengenrtl] Abort trap
> > >> make[1]: *** [stage2_build] Error 2
> > >> make: *** [bootstrap] Error 2
> > >
> > > I now see exactly this on Darwin too, after the last merge into BIB.
> > 
> > I don't have access to a Darwin machine.  Would you mind trying to
> > debug this a bit more?
> 
> It happens in the driver:
> 
> #0  0x9005d478 in abort ()
> #1  0x00011bd8 in handle_braces (p=0x63bb4 "@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}}     %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}}     %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L}}     %{!A:%{!nostdlib:%{!nostartfiles"...) at /Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/gcc.c:5703
> 
> I don't see anything wrong with the specs string at this point,
> it looks like an example of the %{S:X} rule.

@ isn't legal there according to the driver.  The test for the atom is:

      while (ISIDNUM(*p) || *p == '-' || *p == '+' || *p == '='
             || *p == ',' || *p == '.')
        p++;

If -@ is a valid option here that if statement should be extended to
include it.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

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

* Re: basic-improvements call for testers
  2002-12-15 15:28     ` Zack Weinberg
  2002-12-16 11:45       ` Andreas Tobler
@ 2002-12-16 11:49       ` Geoff Keating
  2002-12-16 12:03         ` Daniel Jacobowitz
  1 sibling, 1 reply; 19+ messages in thread
From: Geoff Keating @ 2002-12-16 11:49 UTC (permalink / raw)
  To: zack; +Cc: toa, gcc

> Cc: Andreas Tobler <toa@pop.agri.ch>, gcc@gcc.gnu.org
> From: Zack Weinberg <zack@codesourcery.com>
> Date: Sun, 15 Dec 2002 15:09:12 -0800
> User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)
> X-OriginalArrivalTime: 15 Dec 2002 23:08:47.0062 (UTC) FILETIME=[EBF21F60:01C2A48E]
> 
> Geoff Keating <geoffk@geoffk.org> writes:
> > Andreas Tobler <toa@pop.agri.ch> writes:
> >> stage1/xgcc -Bstage1/
> >> -B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/   -g -O2
> >> -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
> >> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> >> -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
> >>   gengenrtl.o ../libiberty/libiberty.a
> >> make[2]: *** [gengenrtl] Abort trap
> >> make[1]: *** [stage2_build] Error 2
> >> make: *** [bootstrap] Error 2
> >
> > I now see exactly this on Darwin too, after the last merge into BIB.
> 
> I don't have access to a Darwin machine.  Would you mind trying to
> debug this a bit more?

It happens in the driver:

#0  0x9005d478 in abort ()
#1  0x00011bd8 in handle_braces (p=0x63bb4 "@:-o %f%u.out}%{!@:%{o*}%{!o:-o a.out}}     %{!Zdynamiclib:%{!A:%{!nostdlib:%{!nostartfiles:%S}}}}     %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L}}     %{!A:%{!nostdlib:%{!nostartfiles"...) at /Network/Servers/cauchy/homes/thorin/gkeating/co/basic-improvement/gcc/gcc/gcc.c:5703

I don't see anything wrong with the specs string at this point,
it looks like an example of the %{S:X} rule.

-- 
- Geoffrey Keating <geoffk@geoffk.org>

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

* Re: basic-improvements call for testers
  2002-12-15 15:28     ` Zack Weinberg
@ 2002-12-16 11:45       ` Andreas Tobler
  2002-12-16 11:49       ` Geoff Keating
  1 sibling, 0 replies; 19+ messages in thread
From: Andreas Tobler @ 2002-12-16 11:45 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: Geoff Keating, gcc

Zack Weinberg wrote:

> I don't have access to a Darwin machine.  Would you mind trying to
> debug this a bit more?

Ok, now it's on the trunk. The same behaviour. As mentioned earlier very 
hard to debug.
Here a side note, don't know if related:

[titanium:reserved1/gcchfs/objdir] andreast% ./gcc/stage1/xgcc -v
Using built-in specs.
Configured with:
Thread model: posix
gcc version 3.4 20021216 (experimental)

Typing the above should usually give the specs/configured-with. In the 
gdb bt from earlier I see that the abort happens somewhere with do_spec1 
/ do_spec2.

Any ideas?

Thx,

Andreas

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

* Re: basic-improvements call for testers
  2002-12-15 16:29 Billinghurst, David (CRTS)
@ 2002-12-15 16:48 ` Daniel Jacobowitz
  0 siblings, 0 replies; 19+ messages in thread
From: Daniel Jacobowitz @ 2002-12-15 16:48 UTC (permalink / raw)
  To: Billinghurst, David (CRTS); +Cc: Zack Weinberg, gcc

On Mon, Dec 16, 2002 at 11:09:14AM +1100, Billinghurst, David (CRTS) wrote:
> How does one do a binary search through CVS on a branch?

Try '-r gcc-3_4-basic-improvements-branch:2002-10-20'; I'm not sure
that works, though...

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

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

* RE: basic-improvements call for testers
@ 2002-12-15 16:29 Billinghurst, David (CRTS)
  2002-12-15 16:48 ` Daniel Jacobowitz
  0 siblings, 1 reply; 19+ messages in thread
From: Billinghurst, David (CRTS) @ 2002-12-15 16:29 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: gcc

How does one do a binary search through CVS on a branch?

I want to do something like 

cvs update -r gcc-3_4-basic-improvements-branch -D "2002-10-20 00:00 UTC"


-----Original Message-----
From: Zack Weinberg [mailto:zack@codesourcery.com]
Sent: Monday, 16 December 2002 10:21 AM
To: Billinghurst, David (CRTS)
Cc: gcc@gcc.gnu.org
Subject: Re: basic-improvements call for testers


"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:

> I have two PRs open for BIB.
>  - 8521: Bootstrap failure on irix6.5 
>  - 8331: bootstrap failure in ada/decl.c on cygwin

I don't have ready access to either of these platforms.  I need you to
track down (by binary search on the CVS repo, if necessary) the actual
patch which caused each of these bootstrap failures.  We can then
figure out how to fix it.

zw

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

* Re: basic-improvements call for testers
  2002-12-15 15:09   ` Geoff Keating
@ 2002-12-15 15:28     ` Zack Weinberg
  2002-12-16 11:45       ` Andreas Tobler
  2002-12-16 11:49       ` Geoff Keating
  0 siblings, 2 replies; 19+ messages in thread
From: Zack Weinberg @ 2002-12-15 15:28 UTC (permalink / raw)
  To: Geoff Keating; +Cc: Andreas Tobler, gcc

Geoff Keating <geoffk@geoffk.org> writes:
> Andreas Tobler <toa@pop.agri.ch> writes:
>> stage1/xgcc -Bstage1/
>> -B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/   -g -O2
>> -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
>> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
>> -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
>>   gengenrtl.o ../libiberty/libiberty.a
>> make[2]: *** [gengenrtl] Abort trap
>> make[1]: *** [stage2_build] Error 2
>> make: *** [bootstrap] Error 2
>
> I now see exactly this on Darwin too, after the last merge into BIB.

I don't have access to a Darwin machine.  Would you mind trying to
debug this a bit more?

zw

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

* Re: basic-improvements call for testers
  2002-12-14 14:26 ` Andreas Tobler
@ 2002-12-15 15:09   ` Geoff Keating
  2002-12-15 15:28     ` Zack Weinberg
  0 siblings, 1 reply; 19+ messages in thread
From: Geoff Keating @ 2002-12-15 15:09 UTC (permalink / raw)
  To: Andreas Tobler; +Cc: gcc, zack

Andreas Tobler <toa@pop.agri.ch> writes:

> Zack Weinberg wrote:
> 
> > Please test the branch and report results using test_summary, but also
> > copy me; I don't follow gcc-testresults.
> 
> 
> I get so far (below), but now I go for a sleep.
> 
> Andreas
> 
> stage1/xgcc -Bstage1/
> -B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/ -c   -g -O2
> -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE
> -I. -I. -I/Volumes/xufs/gcc-bib/gcc/gcc
> -I/Volumes/xufs/gcc-bib/gcc/gcc/. -I/Volumes/xufs/gcc-bib/gcc/gcc/config
> -I/Volumes/xufs/gcc-bib/gcc/gcc/../include
> /Volumes/xufs/gcc-bib/gcc/gcc/gengenrtl.c -o gengenrtl.o
> stage1/xgcc -Bstage1/
> -B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/   -g -O2
> -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
>   gengenrtl.o ../libiberty/libiberty.a
> make[2]: *** [gengenrtl] Abort trap
> make[1]: *** [stage2_build] Error 2
> make: *** [bootstrap] Error 2

I now see exactly this on Darwin too, after the last merge into BIB.

-- 
- Geoffrey Keating <geoffk@geoffk.org>

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

* Re: basic-improvements call for testers
  2002-12-14 11:22 Zack Weinberg
                   ` (2 preceding siblings ...)
  2002-12-14 16:16 ` Andrew Pinski
@ 2002-12-15 11:01 ` Mark Mitchell
  3 siblings, 0 replies; 19+ messages in thread
From: Mark Mitchell @ 2002-12-15 11:01 UTC (permalink / raw)
  To: Zack Weinberg, gcc



--On Saturday, December 14, 2002 10:36:50 AM -0800 Zack Weinberg 
<zack@codesourcery.com> wrote:

> - For the time being, nothing goes onto mainline unless it is also
>   going onto the 3.3 release branch.  To make my life easier, please
>   test and apply such patches on the basic-improvements branch also.

Yes, let's do that.

Zack's creation of the BIB was a service to all of us; it allowed people
who were eager to press forward a place to put there code.  Zack is now
merging this branch back; let's make that as easy as possible.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com

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

* Re: basic-improvements call for testers
  2002-12-14 11:22 Zack Weinberg
  2002-12-14 11:30 ` Jan Hubicka
  2002-12-14 14:26 ` Andreas Tobler
@ 2002-12-14 16:16 ` Andrew Pinski
  2002-12-15 11:01 ` Mark Mitchell
  3 siblings, 0 replies; 19+ messages in thread
From: Andrew Pinski @ 2002-12-14 16:16 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: Andrew Pinski, gcc

i686-unknown-openbsd3.1 results:

-<TITLE>Andrew Thomas Pinski - Results for 3.3 20021214 (experimental)  
testsuite on i686-unknown-openbs</TITLE>
+<TITLE>Andrew Thomas Pinski - Results for 3.4-bi 20021213  
(experimental) testsuite on i686-unknown-ope</TITLE>
-<pre>LAST_UPDATED: Sat Dec 14 09:01:14 UTC 2002
+<pre>LAST_UPDATED: Sat Dec 14 20:33:04 UTC 2002

  Native configuration is i686-unknown-openbsd3.1

@@ -66,17 +66,18 @@

  Running target unix
  FAIL: g++.dg/ext/instantiate2.C scan-assembler
+FAIL: g++.dg/parse/stack1.C (test for excess errors)
  FAIL: g++.dg/warn/Wunused-2.C  (test for warnings, line 5)
  FAIL: g++.law/profile1.C (test for excess errors)

                 === g++ Summary ===

-# of expected passes           7750
-# of unexpected failures       3
-# of expected failures         93
+# of expected passes           7757
+# of unexpected failures       4
+# of expected failures         91
  # of untested testcases                15
  # of unsupported tests         3
-/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/gcc/testsuite/../ 
g++ version 3.3 20021214 (experimental)
+/export/gates/pinskia/src/gnu/gccbibtest/src/objdir.openbsd/gcc/ 
testsuite/../g++ version 3.4-bi 20021213 (experimental)

                 === g77 tests ===

@@ -86,7 +87,7 @@
                 === g77 Summary ===

  # of expected passes           1654
-/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/gcc/testsuite/../ 
g77 version 3.3 20021214 (experimental)
+/export/gates/pinskia/src/gnu/gccbibtest/src/objdir.openbsd/gcc/ 
testsuite/../g77 version 3.4-bi 20021213 (experimental)

                 === gcc tests ===

@@ -122,11 +123,11 @@

                 === gcc Summary ===

-# of expected passes           20507
+# of expected passes           20542
  # of unexpected failures       25
  # of expected failures         63
-# of unsupported tests         77
-/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/gcc/xgcc version  
3.3 20021214 (experimental)
+# of unsupported tests         79
+/export/gates/pinskia/src/gnu/gccbibtest/src/objdir.openbsd/gcc/xgcc  
version 3.4-bi 20021213 (experimental)

                 === objc tests ===

@@ -136,7 +137,7 @@
                 === objc Summary ===

  # of expected passes           1153
-/export/gates/pinskia/src/gnu/gcc/src/objdir.openbsd/gcc/xgcc version  
3.3 20021214 (experimental)
+/export/gates/pinskia/src/gnu/gccbibtest/src/objdir.openbsd/gcc/xgcc  
version 3.4-bi 20021213 (experimental)

                 === libstdc++-v3 tests ===

@@ -162,9 +163,9 @@
  # of expected failures         17
  # of unsupported tests         6

-Compiler version: 3.3 20021214 (experimental)
+Compiler version: 3.4-bi 20021213 (experimental)
  Platform: i686-unknown-openbsd3.1
-configure flags: --target=i686-unknown-openbsd3.1  
--host=i686-unknown-openbsd3.1 --build=i686-unknown-openbsd3.1  
--disable-nls --verbose --enable-cpp  
--prefix=/home/gates/pinskia/openbsd --enable-shared
+configure flags: --target=i686-unknown-openbsd3.1  
--host=i686-unknown-openbsd3.1 --build=i686-unknown-openbsd3.1  
--disable-nls --verbose --enable-cpp  
--prefix=/home/gates/pinskia/openbsdbibtest --enable-shared


g++.dg/parse/stack1.C: I think is caused by the stack size being only  
4M, so it looks great for i686-unknown-openbsd3.1 .

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

* Re: basic-improvements call for testers
  2002-12-14 11:22 Zack Weinberg
  2002-12-14 11:30 ` Jan Hubicka
@ 2002-12-14 14:26 ` Andreas Tobler
  2002-12-15 15:09   ` Geoff Keating
  2002-12-14 16:16 ` Andrew Pinski
  2002-12-15 11:01 ` Mark Mitchell
  3 siblings, 1 reply; 19+ messages in thread
From: Andreas Tobler @ 2002-12-14 14:26 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: gcc

Zack Weinberg wrote:

> Please test the branch and report results using test_summary, but also
> copy me; I don't follow gcc-testresults.


I get so far (below), but now I go for a sleep.

Andreas

stage1/xgcc -Bstage1/ 
-B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/ -c   -g -O2 
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common 
  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. 
-I/Volumes/xufs/gcc-bib/gcc/gcc -I/Volumes/xufs/gcc-bib/gcc/gcc/. 
-I/Volumes/xufs/gcc-bib/gcc/gcc/config 
-I/Volumes/xufs/gcc-bib/gcc/gcc/../include 
/Volumes/xufs/gcc-bib/gcc/gcc/gengenrtl.c -o gengenrtl.o
stage1/xgcc -Bstage1/ 
-B/Volumes/reserved1/gcctmp/powerpc-apple-darwin6.2/bin/   -g -O2 
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common 
  -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
  gengenrtl.o ../libiberty/libiberty.a
make[2]: *** [gengenrtl] Abort trap
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2

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

* Re: basic-improvements call for testers
  2002-12-14 11:22 Zack Weinberg
@ 2002-12-14 11:30 ` Jan Hubicka
  2002-12-14 14:26 ` Andreas Tobler
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 19+ messages in thread
From: Jan Hubicka @ 2002-12-14 11:30 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: gcc

> 
> I have now committed a merge from trunk to the 3.4 basic-improvements
> branch.  My tests show only one significant difference between
> testsuite results on the mainline and the branch: that is an
> additional failure of the libjava testsuite.  As the libjava test
> suite is currently in bad shape with 65 unexpected failures on the
> mainline, I am not inclined to hold the merge over it.  A pseudo-diff
> is appended to this message; if a test suite isn't mentioned, it had
> no differences at all between mainline and branch.
> 
> Please test the branch and report results using test_summary, but also
> copy me; I don't follow gcc-testresults.
> 
> I'm aware of three blocker issues for the merge:
> 
> - The 32x64 HOST_WIDE_INT problem, which I will be addressing shortly.
> - foobar-c.c lacking appropriate dependencies on coretypes.h $(TM_H),
>   which I will also address shortly.
> - The Darwin sqrt stub problem, which I don't know enough about to
>   fix; I'd appreciate it if one of the people experiencing it could
>   look into a patch.
I tried sparc and mips targets on rtlopt branch (that is based on BIB
branch).  On sparc I run into 32x64 host problem you mention.  Mips
bootstrap got syntax error.
So in short I am going to bootstrap mips and sparc32 now.

Honza
> 
> If you know of or discover other issues which you think should block
> the merge, please say so.
> 
> Regarding check-in policies, I would recommend the following:
> 
> - For the time being, nothing goes onto mainline unless it is also
>   going onto the 3.3 release branch.  To make my life easier, please
>   test and apply such patches on the basic-improvements branch also.
> 
> - basic-improvements is open for checkins under its usual rules,
>   i.e. Stage 2 patches only.
> 
> I'd like to get the blocker issues all resolved and the branch merged
> to mainline by Monday.  Any help you can lend is greatly appreciated.
> 
> zw
> 
> --- mainline/report     2002-12-14 10:14:49 -0800
> +++ 3.4bib/report       2002-12-14 10:14:49 -0800
>  
> -Compiler version: 3.3 20021213 (experimental) (i686-pc-linux-gnu)
> +Compiler version: 3.4-bi 20021213 (experimental) (i686-pc-linux-gnu)
> 
>                 === g++ Summary ===
>  
> -# of expected passes           7891
> +# of expected passes           7899
>  # of unexpected failures       2
> -# of expected failures         92
> +# of expected failures         90
>  # of untested testcases        9
>  # of unsupported tests         3
>  
>                 === gcc Summary ===
>  
> -# of expected passes           20746
> +# of expected passes           20781
>  # of unexpected failures       6
>  # of expected failures         64
> -# of unsupported tests         73
> +# of unsupported tests         75
> 
>                 === libjava tests ===
> 
>  ...
>  WARNING: program timed out.
>  FAIL: SyncTest execution - gij test
>  WARNING: program timed out.
> +FAIL: SyncTest execution - bytecode->native test
> +WARNING: program timed out.
>  FAIL: SyncTest execution - gij test
>  FAIL: Thread_Alive execution - gij test
>  FAIL: Thread_Alive execution - gij test
>  ...
>  
>                 === libjava Summary ===
>  
> -# of expected passes           2772
> -# of unexpected failures       65
> +# of expected passes           2770
> +# of unexpected failures       66
>  # of expected failures         14
> -# of untested testcases        69
> +# of untested testcases        70

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

* basic-improvements call for testers
@ 2002-12-14 11:22 Zack Weinberg
  2002-12-14 11:30 ` Jan Hubicka
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Zack Weinberg @ 2002-12-14 11:22 UTC (permalink / raw)
  To: gcc


I have now committed a merge from trunk to the 3.4 basic-improvements
branch.  My tests show only one significant difference between
testsuite results on the mainline and the branch: that is an
additional failure of the libjava testsuite.  As the libjava test
suite is currently in bad shape with 65 unexpected failures on the
mainline, I am not inclined to hold the merge over it.  A pseudo-diff
is appended to this message; if a test suite isn't mentioned, it had
no differences at all between mainline and branch.

Please test the branch and report results using test_summary, but also
copy me; I don't follow gcc-testresults.

I'm aware of three blocker issues for the merge:

- The 32x64 HOST_WIDE_INT problem, which I will be addressing shortly.
- foobar-c.c lacking appropriate dependencies on coretypes.h $(TM_H),
  which I will also address shortly.
- The Darwin sqrt stub problem, which I don't know enough about to
  fix; I'd appreciate it if one of the people experiencing it could
  look into a patch.

If you know of or discover other issues which you think should block
the merge, please say so.

Regarding check-in policies, I would recommend the following:

- For the time being, nothing goes onto mainline unless it is also
  going onto the 3.3 release branch.  To make my life easier, please
  test and apply such patches on the basic-improvements branch also.

- basic-improvements is open for checkins under its usual rules,
  i.e. Stage 2 patches only.

I'd like to get the blocker issues all resolved and the branch merged
to mainline by Monday.  Any help you can lend is greatly appreciated.

zw

--- mainline/report     2002-12-14 10:14:49 -0800
+++ 3.4bib/report       2002-12-14 10:14:49 -0800
 
-Compiler version: 3.3 20021213 (experimental) (i686-pc-linux-gnu)
+Compiler version: 3.4-bi 20021213 (experimental) (i686-pc-linux-gnu)

                === g++ Summary ===
 
-# of expected passes           7891
+# of expected passes           7899
 # of unexpected failures       2
-# of expected failures         92
+# of expected failures         90
 # of untested testcases        9
 # of unsupported tests         3
 
                === gcc Summary ===
 
-# of expected passes           20746
+# of expected passes           20781
 # of unexpected failures       6
 # of expected failures         64
-# of unsupported tests         73
+# of unsupported tests         75

                === libjava tests ===

 ...
 WARNING: program timed out.
 FAIL: SyncTest execution - gij test
 WARNING: program timed out.
+FAIL: SyncTest execution - bytecode->native test
+WARNING: program timed out.
 FAIL: SyncTest execution - gij test
 FAIL: Thread_Alive execution - gij test
 FAIL: Thread_Alive execution - gij test
 ...
 
                === libjava Summary ===
 
-# of expected passes           2772
-# of unexpected failures       65
+# of expected passes           2770
+# of unexpected failures       66
 # of expected failures         14
-# of untested testcases        69
+# of untested testcases        70

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

end of thread, other threads:[~2002-12-16 23:40 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-15  8:40 basic-improvements call for testers Billinghurst, David (CRTS)
2002-12-15 15:30 ` Zack Weinberg
2002-12-16  1:17   ` Jan Hubicka
  -- strict thread matches above, loose matches on Subject: below --
2002-12-16 14:55 Billinghurst, David (CRTS)
2002-12-16 15:08 ` Jan Hubicka
2002-12-16 15:51 ` Eric Christopher
2002-12-15 16:29 Billinghurst, David (CRTS)
2002-12-15 16:48 ` Daniel Jacobowitz
2002-12-14 11:22 Zack Weinberg
2002-12-14 11:30 ` Jan Hubicka
2002-12-14 14:26 ` Andreas Tobler
2002-12-15 15:09   ` Geoff Keating
2002-12-15 15:28     ` Zack Weinberg
2002-12-16 11:45       ` Andreas Tobler
2002-12-16 11:49       ` Geoff Keating
2002-12-16 12:03         ` Daniel Jacobowitz
2002-12-16 12:53           ` Geoff Keating
2002-12-14 16:16 ` Andrew Pinski
2002-12-15 11:01 ` Mark Mitchell

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