[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-27 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-03-27 19:45 --- Confirmed, looking into it. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-27 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2007-03-27 19:57 --- I think I found the missing conversion of using LR register explictly. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-27 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2007-03-27 20:07 --- The patch which I am testing: Index: config/rs6000/rs6000.md === --- config/rs6000/rs6000.md (revision 123248) +++ config/rs6000/rs6000.md (wo

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-27 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2007-03-27 20:33 --- I missed another gen_rtx_SCARTCH also: Index: gcc/gcc/config/rs6000/rs6000.md === --- gcc/gcc/config/rs6000/rs6000.md (revision 123248) +++ gcc/gc

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-27 Thread tbm at cyrius dot com
--- Comment #12 from tbm at cyrius dot com 2007-03-27 20:44 --- (In reply to comment #11) > + > LINK_REGISTER_REGNUM; This should be: LINK_REGISTER_REGNUM))); -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31364

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-27 Thread tbm at cyrius dot com
--- Comment #13 from tbm at cyrius dot com 2007-03-28 04:04 --- Bootstrap is successful with your patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31364

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-28 Thread tbm at cyrius dot com
--- Comment #14 from tbm at cyrius dot com 2007-03-28 11:51 --- Results are in, and it looks good. A bootstrap with the following languages works fine: --enable-languages=c,c++,java,fortran,objc,obj-c++,ada,treelang The test results with --enable-secureplt actually look better than wit

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-28 Thread debian-gcc at lists dot debian dot org
--- Comment #15 from debian-gcc at lists dot debian dot org 2007-03-28 19:23 --- maybe related: http://sourceware.org/bugzilla/show_bug.cgi?id=4267 building current 4.2 branch configured with --enable-secureplt --enable-libstdcxx-debug, with current binutils trunk results in an ld segf

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-28 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2007-03-28 19:24 --- (In reply to comment #15) > maybe related: http://sourceware.org/bugzilla/show_bug.cgi?id=4267 It is unrelated really. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31364

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2007-03-31 22:29 --- Subject: Bug 31364 Author: pinskia Date: Sat Mar 31 22:29:21 2007 New Revision: 123390 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123390 Log: 2007-03-31 Andrew Pinski <[EMAIL PROTECTED]> PR

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2007-03-31 22:30 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE