[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-02-06 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2006-02-06 18:49 --- Fixed, sorry for causing this in the first place. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-02-06 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-02-06 18:49 --- Subject: Bug 23359 Author: pinskia Date: Mon Feb 6 18:49:05 2006 New Revision: 110660 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110660 Log: 2006-02-06 Andrew Pinski <[EMAIL PROTECTED]> PR

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-02-06 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-02-06 18:39 --- Subject: Bug 23359 Author: pinskia Date: Mon Feb 6 18:39:30 2006 New Revision: 110657 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110657 Log: 2006-02-06 Andrew Pinski <[EMAIL PROTECTED]> PR

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-02-02 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-02-02 14:58 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2006-02/msg00130.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-02-01 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-02-01 19:12 --- Testing the fix on x86_64-linux-gnu. Thanks for confirming it fixes the problems. Sorry for breaking this in the first place. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-02-01 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #12 from ro at techfak dot uni-bielefeld dot de 2006-02-01 19:00 --- Subject: Re: [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word I've now tried this patch on the 4.1 branch, and many testsuite failures due to missing .word support

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-01-31 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #11 from ro at techfak dot uni-bielefeld dot de 2006-01-31 21:56 --- Subject: Re: [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word A --disable-multilib (the amd64 doesn't yet work with Solaris as) bootstrap with the native as complet

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-01-31 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #10 from ro at techfak dot uni-bielefeld dot de 2006-01-31 20:08 --- Subject: Re: [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word pinskia at gcc dot gnu dot org writes: > Can you try this patch: sure, bootstrap in progress. Thank

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-01-31 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-01-31 20:01 --- Can you try this patch: Index: i386.md === --- i386.md (revision 110427) +++ i386.md (working copy) @@ -20199,7 +20199,9 @@ (define_insn "trap"

[Bug target/23359] [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2006-01-31 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #8 from ro at techfak dot uni-bielefeld dot de 2006-01-31 19:36 --- Subject: Re: [4.1/4.2 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word > pinskia at gcc dot gnu dot org changed: > >What|Removed |Added