This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/36711] New: FAIL: gcc.dg/compat/struct-by-value-17a c_compat_* compile
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2008 09:03:57 -0000
- Subject: [Bug testsuite/36711] New: FAIL: gcc.dg/compat/struct-by-value-17a c_compat_* compile
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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