public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/36711]  New: FAIL: gcc.dg/compat/struct-by-value-17a c_compat_* compile
@ 2008-07-03  9:04 dominiq at lps dot ens dot fr
  2008-11-05 12:03 ` [Bug testsuite/36711] " dominiq at lps dot ens dot fr
  0 siblings, 1 reply; 2+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-07-03  9:04 UTC (permalink / raw)
  To: gcc-bugs

On i686-apple-darwin9 at revision 137407, I get:

FAIL: gcc.dg/compat/struct-by-value-17a c_compat_main_tst.o compile
FAIL: gcc.dg/compat/struct-by-value-17a c_compat_x_tst.o compile
FAIL: gcc.dg/compat/struct-by-value-17a c_compat_y_tst.o compile

The log shows:

...
Executing on host: /opt/gcc/i686-darwin/gcc/xgcc -B/opt/gcc/i686-darwin/gcc/  
-DSKIP_DECIMAL_FLOAT -fno-show-column -c  -o c_compat_main_tst.o
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_main.c   
(timeout = 300)
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_main.c:24:
error: redefinition of 'main'
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_main.c:11:
error: previous definition of 'main' was here
...
Executing on host: /opt/gcc/i686-darwin/gcc/xgcc -B/opt/gcc/i686-darwin/gcc/  
-DSKIP_DECIMAL_FLOAT -fno-show-column -c  -o c_compat_x_tst.o
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_x.c   
(timeout = 300)
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_x.c:44:
error: conflicting types for 'Scd1'
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_x.c:7:
error: previous declaration of 'Scd1' was here
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_x.c:44:
error: conflicting types for 'Scd2'
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_x.c:7:
error: previous declaration of 'Scd2' was here
...
... a lot of similar errors
...
Executing on host: /opt/gcc/i686-darwin/gcc/xgcc -B/opt/gcc/i686-darwin/gcc/  
-DSKIP_DECIMAL_FLOAT -fno-show-column -c  -o c_compat_y_tst.o
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_y.c   
(timeout = 300)
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_y.c:30:
error: redefinition of 'test_va'
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_y.c:8:
error: previous definition of 'test_va' was here
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_y.c:37:
error: conflicting types for 'Scd1'^M
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_y.c:15:
error: previous declaration of 'Scd1' was here
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_y.c:37:
error: conflicting types for 'Scd2'
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.dg/compat//struct-by-value-17a_y.c:15:
error: previous declaration of 'Scd2' was here
...
... a lot of similar errors
...


-- 
           Summary: FAIL: gcc.dg/compat/struct-by-value-17a c_compat_*
                    compile
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


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


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

* [Bug testsuite/36711] FAIL: gcc.dg/compat/struct-by-value-17a c_compat_* compile
  2008-07-03  9:04 [Bug testsuite/36711] New: FAIL: gcc.dg/compat/struct-by-value-17a c_compat_* compile dominiq at lps dot ens dot fr
@ 2008-11-05 12:03 ` dominiq at lps dot ens dot fr
  0 siblings, 0 replies; 2+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-11-05 12:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dominiq at lps dot ens dot fr  2008-11-05 12:01 -------
This PR seems to have been fixed with a revision before r137480. So I close it
as fixed.


-- 

dominiq at lps dot ens dot fr changed:

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


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


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

end of thread, other threads:[~2008-11-05 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-03  9:04 [Bug testsuite/36711] New: FAIL: gcc.dg/compat/struct-by-value-17a c_compat_* compile dominiq at lps dot ens dot fr
2008-11-05 12:03 ` [Bug testsuite/36711] " dominiq at lps dot ens dot fr

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).