This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/37313] New: [4.4 Regression]: trunk broken for sel-sched patches
- From: "hp at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2008 12:12:14 -0000
- Subject: [Bug tree-optimization/37313] New: [4.4 Regression]: trunk broken for sel-sched patches
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Build is broken on trunk, worked with revision 139848, for revision
139854 I see:
gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes \
-Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute
-fno-common -DHAVE_CONFIG_H -I. -I. -I/tmp/\
hpautotest-gcc1/gcc/gcc -I/tmp/hpautotest-gcc1/gcc/gcc/.
-I/tmp/hpautotest-gcc1/gcc/gcc/../include -I/tmp/hpautotest-gc\
c1/gcc/gcc/../libcpp/include -I/tmp/hpautotest-gcc1/cris-elf/gccobj/./gmp
-I/tmp/hpautotest-gcc1/gcc/gmp -I/tmp/hpautot\
est-gcc1/cris-elf/gccobj/./mpfr -I/tmp/hpautotest-gcc1/gcc/mpfr
-I/tmp/hpautotest-gcc1/gcc/gcc/../libdecnumber -I/tmp/\
hpautotest-gcc1/gcc/gcc/../libdecnumber/dpd -I../libdecnumber
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c -o sched-vis.o
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c: In function 'print_exp':
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:381: warning: implicit declaration of
function 'print_pattern'
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:414: warning: implicit declaration of
function 'print_value'
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c: At top level:
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:428: warning: no previous prototype
for 'print_value'
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:428: warning: conflicting types for
'print_value'
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:414: warning: previous implicit
declaration of 'print_value' was here
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:535: warning: no previous prototype
for 'print_pattern'
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:535: warning: conflicting types for
'print_pattern'
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:381: warning: previous implicit
declaration of 'print_pattern' was here
/tmp/hpautotest-gcc1/gcc/gcc/sched-vis.c:645: warning: no previous prototype
for 'print_insn'
...
gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes \
-Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute
-fno-common -DHAVE_CONFIG_H -I. -I. -I/tmp/\
hpautotest-gcc1/gcc/gcc -I/tmp/hpautotest-gcc1/gcc/gcc/.
-I/tmp/hpautotest-gcc1/gcc/gcc/../include -I/tmp/hpautotest-gc\
c1/gcc/gcc/../libcpp/include -I/tmp/hpautotest-gcc1/cris-elf/gccobj/./gmp
-I/tmp/hpautotest-gcc1/gcc/gmp -I/tmp/hpautot\
est-gcc1/cris-elf/gccobj/./mpfr -I/tmp/hpautotest-gcc1/gcc/mpfr
-I/tmp/hpautotest-gcc1/gcc/gcc/../libdecnumber -I/tmp/\
hpautotest-gcc1/gcc/gcc/../libdecnumber/dpd -I../libdecnumber
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-dump.c -o sel-sch\
ed-dump.o
In file included from /tmp/hpautotest-gcc1/gcc/gcc/sel-sched-dump.c:37:
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:93: error: expected
specifier-qualifier-list before 'ds_t'
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:137: error: expected
specifier-qualifier-list before 'ds_t'
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:239: error: expected
specifier-qualifier-list before 'deps_t'
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:280: error: expected
specifier-qualifier-list before 'deps_t'
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:369: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'sched_\
lists_pool'
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h: In function '_list_alloc':
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:374: warning: implicit declaration
of function 'pool_alloc'
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:374: error: 'sched_lists_pool'
undeclared (first use in this function)
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:374: error: (Each undeclared
identifier is reported only once
/tmp/hpautotest-gcc1/gcc/gcc/sel-sched-ir.h:374: error: for each function it
appears in.)
(pruned)
CC to committer of broken patch.
Author@W@ of patches in suspect revision range CC:ed.
--
Summary: [4.4 Regression]: trunk broken for sel-sched patches
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hp at gcc dot gnu dot org
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: cris-axis-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37313