public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/39919]  New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64
@ 2009-04-26 20:12 howarth at nitro dot med dot uc dot edu
  2009-04-26 20:13 ` [Bug c/39919] " 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 20:12 UTC (permalink / raw)
  To: gcc-bugs

The tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o
execute test case fails at -m64 on powerpc-apple-darwin9. The offending section
of the test case is the line...

T(2017,union{}a atal16;,)

in t024_test.h. When that line is removed, the remainder of the test case
passes its execution test. I am attaching the preprocessed source and assembly
files for the test case when compiled, with just the line above in t024_test.h,
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/t024_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//t024_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//t024_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-t024-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/t024 c_compat_x_tst.o-
                    c_compat_y_tst.o execute fails 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=39919


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

* [Bug c/39919] tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64
  2009-04-26 20:12 [Bug c/39919] New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64 howarth at nitro dot med dot uc dot edu
  2009-04-26 20:13 ` [Bug c/39919] " howarth at nitro dot med dot uc dot edu
@ 2009-04-26 20:13 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 20:14 ` 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 20:13 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39919] tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64
  2009-04-26 20:12 [Bug c/39919] New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64 howarth at nitro dot med dot uc dot edu
@ 2009-04-26 20:13 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 20:13 ` 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 20:13 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39919] tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64
  2009-04-26 20:12 [Bug c/39919] New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64 howarth at nitro dot med dot uc dot edu
  2009-04-26 20:13 ` [Bug c/39919] " howarth at nitro dot med dot uc dot edu
  2009-04-26 20:13 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 20:14 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 20:14 ` 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 20:14 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39919] tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64
  2009-04-26 20:12 [Bug c/39919] New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64 howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2009-04-26 20:14 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 20:14 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 20:15 ` 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 20:14 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39919] tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64
  2009-04-26 20:12 [Bug c/39919] New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64 howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2009-04-26 20:14 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 20:15 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 20:15 ` howarth at nitro dot med dot uc dot edu
  2010-07-24  8:00 ` [Bug target/39919] " 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 20:15 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39919] tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64
  2009-04-26 20:12 [Bug c/39919] New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64 howarth at nitro dot med dot uc dot edu
                   ` (4 preceding siblings ...)
  2009-04-26 20:15 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 20:15 ` howarth at nitro dot med dot uc dot edu
  2010-07-24  8:00 ` [Bug target/39919] " 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 20:15 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug target/39919] tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64
  2009-04-26 20:12 [Bug c/39919] New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64 howarth at nitro dot med dot uc dot edu
                   ` (5 preceding siblings ...)
  2009-04-26 20:15 ` howarth at nitro dot med dot uc dot edu
@ 2010-07-24  8:00 ` 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  8:00 UTC (permalink / raw)
  To: gcc-bugs



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


*** 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=39919


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-26 20:12 [Bug c/39919] New: tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute fails at -m64 howarth at nitro dot med dot uc dot edu
2009-04-26 20:13 ` [Bug c/39919] " howarth at nitro dot med dot uc dot edu
2009-04-26 20:13 ` howarth at nitro dot med dot uc dot edu
2009-04-26 20:14 ` howarth at nitro dot med dot uc dot edu
2009-04-26 20:14 ` howarth at nitro dot med dot uc dot edu
2009-04-26 20:15 ` howarth at nitro dot med dot uc dot edu
2009-04-26 20:15 ` howarth at nitro dot med dot uc dot edu
2010-07-24  8:00 ` [Bug target/39919] " 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).