[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-26 Thread sje at cup dot hp dot com
--- Comment #14 from sje at cup dot hp dot com 2009-06-26 17:36 --- Bug has been resolved, we use -frandom-seed to make most objects identical on hppa and extended the comparision exclusions to include the two files we coudln't make identical. -- sje at cup dot hp dot com changed:

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-26 Thread sje at gcc dot gnu dot org
--- Comment #13 from sje at gcc dot gnu dot org 2009-06-26 17:31 --- Subject: Bug 40338 Author: sje Date: Fri Jun 26 17:30:55 2009 New Revision: 148979 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148979 Log: 2009-06-26 Steve Ellcey PR bootstrap/40338 * con

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-26 Thread sje at gcc dot gnu dot org
--- Comment #12 from sje at gcc dot gnu dot org 2009-06-26 17:28 --- Subject: Bug 40338 Author: sje Date: Fri Jun 26 17:28:40 2009 New Revision: 148978 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148978 Log: 2009-06-26 Steve Ellcey PR bootstrap/40338 * con

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-05 Thread sje at cup dot hp dot com
--- Comment #11 from sje at cup dot hp dot com 2009-06-05 22:30 --- Getting back to what is actually causing the failure on HPPA, there seem to be 2 problems. One is the random seed used by get_file_function_name. If I workaround that by using -frandom-seed="make-it-work" I still get a

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2009-06-04 23:49 --- (In reply to comment #8) > Last revision that did bootstrap on hppa-linux is 147972, starting with 147996 > I get on compile farm gcc61: This issue looks like my bug, PR 40347. -- http://gcc.gnu.org/bugzilla/

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread sje at cup dot hp dot com
--- Comment #9 from sje at cup dot hp dot com 2009-06-04 23:47 --- Laurent, your bootstrap problem on hppa-linux looks like a separate problem and you should submit a new defect for that bug. This problem is definitely due to r148080 when we started comparing libgcc objects during the s

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread laurent at guerby dot net
--- Comment #8 from laurent at guerby dot net 2009-06-04 20:31 --- Last revision that did bootstrap on hppa-linux is 147972, starting with 147996 I get on compile farm gcc61: /home/guerby/build/./gcc/xgcc -B/home/guerby/build/./gcc/ -B/n/61/guerby/install-trunk/hppa2.0-unknown-linux-gnu

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread dje at gcc dot gnu dot org
--- Comment #7 from dje at gcc dot gnu dot org 2009-06-04 19:25 --- Okay, I think these are separate bugs. The HP-PA error may be due to Alexandre's change. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40338

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread dje at gcc dot gnu dot org
--- Comment #6 from dje at gcc dot gnu dot org 2009-06-04 17:17 --- Alexandre committed the change in revision 148080 and I successfully bootstrapped AIX yesterday with revision 148105. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40338

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread dje at gcc dot gnu dot org
--- Comment #5 from dje at gcc dot gnu dot org 2009-06-04 17:11 --- Jakub mentioned that Alexandre patch added comparison of libgcc, which may not have been compared before. But I successfully bootstrapped with Alexandre's patch the previous day. -- http://gcc.gnu.org/bugzilla/show

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2009-06-04 16:42 --- I am not sure I understand the what the pointer in comment #3 has to do with this failure. I think the issue is get_file_function_name in tree.c. If first_global_object_name is false and targetm.have_ctors_dtors is fals

[Bug bootstrap/40338] [4.5 Regression] bootstrap comparision fails on 32 bit PA when comparing libgcc objects

2009-06-04 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-06-04 16:30 --- http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01800.html Reading that makes me understand why libgcc was not being checked before. -- pinskia at gcc dot gnu dot org changed: What|Removed