[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-08-29 Thread howarth at nitro dot med dot uc dot edu
--- Comment #23 from howarth at nitro dot med dot uc dot edu 2010-08-30 03:26 --- Fixed in current gcc trunk. -- howarth at nitro dot med dot uc dot edu changed: What|Removed |Added -

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-27 Thread iains at gcc dot gnu dot org
--- Comment #22 from iains at gcc dot gnu dot org 2010-07-27 13:26 --- Subject: Bug 29090 Author: iains Date: Tue Jul 27 13:26:34 2010 New Revision: 162568 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162568 Log: PR target/29090 * config/rs6000/rs6000.c (rs600

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-27 Thread iains at gcc dot gnu dot org
--- Comment #21 from iains at gcc dot gnu dot org 2010-07-27 13:24 --- Subject: Bug 29090 Author: iains Date: Tue Jul 27 13:24:08 2010 New Revision: 162567 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162567 Log: PR target/35491 PR target/29090 Merge

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #20 from iains at gcc dot gnu dot org 2010-07-24 08:41 --- http://gcc.gnu.org/ml/gcc-patches/2010-07/msg01944.html http://gcc.gnu.org/ml/gcc-patches/2010-07/msg01945.html -- iains at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #19 from iains at gcc dot gnu dot org 2010-07-24 08:01 --- *** Bug 39921 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #18 from iains at gcc dot gnu dot org 2010-07-24 08:00 --- *** Bug 39920 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #17 from iains at gcc dot gnu dot org 2010-07-24 08:00 --- *** Bug 39919 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #16 from iains at gcc dot gnu dot org 2010-07-24 07:59 --- *** Bug 39918 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #15 from iains at gcc dot gnu dot org 2010-07-24 07:59 --- *** Bug 39917 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #14 from iains at gcc dot gnu dot org 2010-07-24 07:58 --- *** Bug 39916 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #13 from iains at gcc dot gnu dot org 2010-07-24 07:58 --- *** Bug 39915 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #12 from iains at gcc dot gnu dot org 2010-07-24 07:57 --- *** Bug 39913 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2010-07-24 Thread iains at gcc dot gnu dot org
--- Comment #11 from iains at gcc dot gnu dot org 2010-07-24 07:56 --- *** Bug 39912 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2008-11-13 Thread dominiq at lps dot ens dot fr
--- Comment #10 from dominiq at lps dot ens dot fr 2008-11-13 22:28 --- At revision 141798 I have similar failures: FAIL: tmpdir-g++.dg-struct-layout-1/t003 cp_compat_x_tst.o-cp_compat_y_tst.o execute FAIL: tmpdir-g++.dg-struct-layout-1/t006 cp_compat_x_tst.o-cp_compat_y_tst.o execute

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2006-09-14 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-09-15 05:40 --- This is most likely an ABI issue where one side of the function call thinks one thing and the other side thinks another about placement of the arguments. This shows up a lot in the darwin back-end even in 32bit mode

[Bug target/29090] gcc.dg-struct-layout-1 failures on Darwin PPC at -m64

2006-09-14 Thread howarth at nitro dot med dot uc dot edu
--- Comment #8 from howarth at nitro dot med dot uc dot edu 2006-09-14 23:10 --- FYI, as a stab in the dark, I tried re-executing each of the build commands above with -fno-common and that doesn't eliminate the abort on the test case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=