public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [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
@ 2009-04-26 18:44 howarth at nitro dot med dot uc dot edu
  2009-04-26 18:45 ` [Bug c/39915] " howarth at nitro dot med dot uc dot edu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-04-26 18:44 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/39915] tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute  failure at -m64
  2009-04-26 18:44 [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 howarth at nitro dot med dot uc dot edu
@ 2009-04-26 18:45 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-04-26 18:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2009-04-26 18:45 -------
Created an attachment (id=17718)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17718&action=view)
preprocessed source for t005_x.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39915


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/39915] tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute  failure at -m64
  2009-04-26 18:44 [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 howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 18:47 ` howarth at nitro dot med dot uc dot edu
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-04-26 18:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from howarth at nitro dot med dot uc dot edu  2009-04-26 18:46 -------
Created an attachment (id=17720)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17720&action=view)
preprocessed source for t005_main.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39915


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/39915] tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute  failure at -m64
  2009-04-26 18:44 [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 howarth at nitro dot med dot uc dot edu
  2009-04-26 18:45 ` [Bug c/39915] " howarth at nitro dot med dot uc dot edu
@ 2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-04-26 18:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from howarth at nitro dot med dot uc dot edu  2009-04-26 18:46 -------
Created an attachment (id=17721)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17721&action=view)
assembly file for t005_x.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39915


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/39915] tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute  failure at -m64
  2009-04-26 18:44 [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 howarth at nitro dot med dot uc dot edu
  2009-04-26 18:45 ` [Bug c/39915] " howarth at nitro dot med dot uc dot edu
  2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-04-26 18:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2009-04-26 18:45 -------
Created an attachment (id=17719)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17719&action=view)
preprocessed source for t005_y.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39915


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/39915] tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute  failure at -m64
  2009-04-26 18:44 [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 howarth at nitro dot med dot uc dot edu
                   ` (4 preceding siblings ...)
  2009-04-26 18:47 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 18:47 ` howarth at nitro dot med dot uc dot edu
  2010-07-24  7:58 ` [Bug target/39915] " iains at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-04-26 18:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from howarth at nitro dot med dot uc dot edu  2009-04-26 18:47 -------
Created an attachment (id=17722)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17722&action=view)
assembly file for t005_y.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39915


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/39915] tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute  failure at -m64
  2009-04-26 18:44 [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 howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 18:47 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 18:47 ` howarth at nitro dot med dot uc dot edu
  2010-07-24  7:58 ` [Bug target/39915] " iains at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2009-04-26 18:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from howarth at nitro dot med dot uc dot edu  2009-04-26 18:47 -------
Created an attachment (id=17723)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17723&action=view)
assembly file for t005_main.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39915


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug target/39915] tmpdir-gcc.dg-struct-layout-1/t005 c_compat_x_tst.o-c_compat_y_tst.o execute  failure at -m64
  2009-04-26 18:44 [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 howarth at nitro dot med dot uc dot edu
                   ` (5 preceding siblings ...)
  2009-04-26 18:47 ` howarth at nitro dot med dot uc dot edu
@ 2010-07-24  7:58 ` iains at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: iains at gcc dot gnu dot org @ 2010-07-24  7:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from iains at gcc dot gnu dot org  2010-07-24 07:58 -------


*** This bug has been marked as a duplicate of 29090 ***


-- 

iains at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39915


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-07-24  7:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-26 18:44 [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 howarth at nitro dot med dot uc dot edu
2009-04-26 18:45 ` [Bug c/39915] " howarth at nitro dot med dot uc dot edu
2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
2009-04-26 18:46 ` howarth at nitro dot med dot uc dot edu
2009-04-26 18:47 ` howarth at nitro dot med dot uc dot edu
2009-04-26 18:47 ` howarth at nitro dot med dot uc dot edu
2010-07-24  7:58 ` [Bug target/39915] " iains at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).