[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24306 Bug 24306 depends on bug 34010, which changed state. Bug 34010 Summary: [4.9 Regression] ppc64 bad stdargs codegen for zero sized objects https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34010 What|Removed |Added -

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2012-02-07 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24306 --- Comment #19 from rsandifo at gcc dot gnu.org 2012-02-07 19:15:15 UTC --- Author: rsandifo Date: Tue Feb 7 19:15:10 2012 New Revision: 183977 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183977 Log: gcc/ PR middle-end/24306

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2007-12-22 Thread howarth at nitro dot med dot uc dot edu
--- Comment #18 from howarth at nitro dot med dot uc dot edu 2007-12-22 17:51 --- For tmpdir-gcc.dg-struct-layout-1/t026 c_compat_x_tst.o-c_compat_y_tst.o on powerpc-apple-darwin9 at -m64, the failing line in t026_test.h is... T(2468,float a;long double b;Tchar c;Tal8llong d;,F(2468,a,

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2007-12-22 Thread howarth at nitro dot med dot uc dot edu
--- Comment #17 from howarth at nitro dot med dot uc dot edu 2007-12-22 17:37 --- For tmpdir-gcc.dg-struct-layout-1/t016 c_compat_x_tst.o-c_compat_y_tst.o on powerpc-apple-darwin9 at -m64, the failing line in t016_test.h is... T(1604,char a;TE7 b;enum E6 c;unsigned int d;long int e;cha

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2007-12-22 Thread howarth at nitro dot med dot uc dot edu
--- Comment #16 from howarth at nitro dot med dot uc dot edu 2007-12-22 17:16 --- For tmpdir-gcc.dg-struct-layout-1/t008 c_compat_x_tst.o-c_compat_y_tst.o on powerpc-apple-darwin9 at -m64, the failing line in t008_test.h is... T(1234,double a;signed char atal16 b;union{unsigned int d;s

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2007-12-22 Thread howarth at nitro dot med dot uc dot edu
--- Comment #15 from howarth at nitro dot med dot uc dot edu 2007-12-22 16:56 --- For tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o on powerpc-apple-darwin9 at -m64, the line in t005_test.h that causes the testcase failure is... T(998,df a;Talllong b:BQN(20);long

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2007-12-22 Thread howarth at nitro dot med dot uc dot edu
--- Comment #14 from howarth at nitro dot med dot uc dot edu 2007-12-22 16:41 --- For tmpdir-gcc.dg-struct-layout-1/t003 c_compat_x_tst.o-c_compat_y_tst.o on powerpc-apple-darwin9 at -m64, the two lines in t003_test.h that cause the failure are... T(693,double atal2 a;Tal16long b;short

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2007-12-21 Thread howarth at nitro dot med dot uc dot edu
--- Comment #13 from howarth at nitro dot med dot uc dot edu 2007-12-21 20:45 --- Reversing the change... http://gcc.gnu.org/viewcvs/trunk/gcc/builtins.c?r1=108629&r2=108854&pathrev=108854 reduces the failures at -m64 on powerpc-apple-darwin9 from... Running /sw/src/fink.build/gcc43-

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2007-11-06 Thread mrs at apple dot com
--- Comment #12 from mrs at apple dot com 2007-11-07 01:06 --- This patch is wrong. See http://gcc.gnu.org/PR34010 for details. -- mrs at apple dot com changed: What|Removed |Added --

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #11 from gdr at gcc dot gnu dot org 2007-02-03 15:46 --- Fixed in GCC-4.1.0 and higher. -- gdr at gcc dot gnu dot org changed: What|Removed |Added