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

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

T(94,struct atal16{}a;,)

in t001_test.h. With that line deleted, the remainder of the test case passes
without errors. I am
attaching the preprocessed source files generated for this testcase compile as
follows with only that single line in t001_main.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-lay
out-1/t001_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/testsu
ite/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-lay
out-1//t001_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/testsu
ite/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-lay
out-1//t001_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/s
rc/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-t001-01.exe
./tmpdir-gcc-dg-struct-layout-1-t001-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: FAIL: tmpdir-gcc.dg-struct-layout-1/t001
                    c_compat_x_tst.o-c_compat_y_tst.o execute
           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=39912


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

* [Bug c/39912] FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute
  2009-04-26 17:37 [Bug c/39912] New: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute howarth at nitro dot med dot uc dot edu
  2009-04-26 17:38 ` [Bug c/39912] " howarth at nitro dot med dot uc dot edu
@ 2009-04-26 17:38 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 17:39 ` 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 17:38 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39912] FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute
  2009-04-26 17:37 [Bug c/39912] New: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute howarth at nitro dot med dot uc dot edu
@ 2009-04-26 17:38 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 17:38 ` 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 17:38 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39912] FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute
  2009-04-26 17:37 [Bug c/39912] New: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2009-04-26 17:39 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 17:39 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 17:40 ` 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 17:39 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39912] FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute
  2009-04-26 17:37 [Bug c/39912] New: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute howarth at nitro dot med dot uc dot edu
  2009-04-26 17:38 ` [Bug c/39912] " howarth at nitro dot med dot uc dot edu
  2009-04-26 17:38 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 17:39 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 17:39 ` 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 17:39 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39912] FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute
  2009-04-26 17:37 [Bug c/39912] New: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2009-04-26 17:39 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 17:40 ` howarth at nitro dot med dot uc dot edu
  2009-04-26 17:40 ` howarth at nitro dot med dot uc dot edu
  2010-07-24  7:57 ` [Bug target/39912] " 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 17:40 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug c/39912] FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute
  2009-04-26 17:37 [Bug c/39912] New: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute howarth at nitro dot med dot uc dot edu
                   ` (4 preceding siblings ...)
  2009-04-26 17:40 ` howarth at nitro dot med dot uc dot edu
@ 2009-04-26 17:40 ` howarth at nitro dot med dot uc dot edu
  2010-07-24  7:57 ` [Bug target/39912] " 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 17:40 UTC (permalink / raw)
  To: gcc-bugs



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


-- 


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


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

* [Bug target/39912] FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute
  2009-04-26 17:37 [Bug c/39912] New: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute howarth at nitro dot med dot uc dot edu
                   ` (5 preceding siblings ...)
  2009-04-26 17:40 ` howarth at nitro dot med dot uc dot edu
@ 2010-07-24  7:57 ` 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:57 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-26 17:37 [Bug c/39912] New: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute howarth at nitro dot med dot uc dot edu
2009-04-26 17:38 ` [Bug c/39912] " howarth at nitro dot med dot uc dot edu
2009-04-26 17:38 ` howarth at nitro dot med dot uc dot edu
2009-04-26 17:39 ` howarth at nitro dot med dot uc dot edu
2009-04-26 17:39 ` howarth at nitro dot med dot uc dot edu
2009-04-26 17:40 ` howarth at nitro dot med dot uc dot edu
2009-04-26 17:40 ` howarth at nitro dot med dot uc dot edu
2010-07-24  7:57 ` [Bug target/39912] " 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).