From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3385 invoked by alias); 26 Apr 2009 18:44:59 -0000 Received: (qmail 3298 invoked by uid 48); 26 Apr 2009 18:44:45 -0000 Date: Sun, 26 Apr 2009 18:44:00 -0000 Subject: [Bug c/39915] New: tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute failure at -m64 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg02451.txt.bz2 The tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute testcase fails at -m64 on powerpc-apple-darwin9. The offending line in t005_test.h is... T(998,df a;Talllong b:BQN(20);long long int c:BQN(1);TE4 d:19;long int e;,F(998,a,140017.484375,-160009.218750)B(998,b,-303431,345440)B(998,c,0,0)B(998,d,e4_253,e4_2)F(998,e,3562377756672343063LL,5761410617366885841LL)) With that line removed, the remainder of the t005 test case passes its execution test. I am attaching the proprocessed and assembly files from the t005 test case compiled with the single line above using the commands... /sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/ -I/sw/src/fink.build/gcc44-4.4.0-1000/gcc-4.4.0/gcc/testsuite/gcc.dg/compat -fno-common -DSKIP_DECIMAL_FLOAT -c -m64 --save-temps -o c_compat_main_tst.o /sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/testsuite/gcc/gcc.dg-struct-layout-1/t005_main.c /sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/ -w -I/sw/src/fink.build/gcc44-4.4.0-1000/gcc-4.4.0/gcc/testsuite/gcc.dg/compat -fno-common -DSKIP_DECIMAL_FLOAT -c -m64 --save-temps -o c_compat_x_tst.o /sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/testsuite/gcc/gcc.dg-struct-layout-1//t005_x.c /sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/ -w -I/sw/src/fink.build/gcc44-4.4.0-1000/gcc-4.4.0/gcc/testsuite/gcc.dg/compat -fno-common -DSKIP_DECIMAL_FLOAT -c -m64 --save-temps -o c_compat_y_tst.o /sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/testsuite/gcc/gcc.dg-struct-layout-1//t005_y.c /sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.4.0-1000/darwin_objdir/gcc/ c_compat_main_tst.o c_compat_x_tst.o c_compat_y_tst.o -I/sw/src/fink.build/gcc44-4.4.0-1000/gcc-4.4.0/gcc/testsuite/gcc.dg/compat -fno-common -lm -m64 -o tmpdir-gcc-dg-struct-layout-1-t005-01.exe The compiler was built with the specs... Using built-in specs. Target: powerpc-apple-darwin9 Configured with: ../gcc-4.4.0/configure --prefix=/sw --prefix=/sw/lib/gcc4.4 --mandir=/sw/share/man --infodir=/sw/share/info --enable-languages=c,c++,fortran,objc,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-libjava-multilib --build=powerpc-apple-darwin9 --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 Thread model: posix gcc version 4.4.0 (GCC) -- Summary: tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o- c_compat_y_tst.o execute failure at -m64 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: howarth at nitro dot med dot uc dot edu GCC build triplet: powerpc-apple-darwin9 GCC host triplet: powerpc-apple-darwin9 GCC target triplet: powerpc-apple-darwin9 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39915