public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/37313]  New: [4.4 Regression]: trunk broken for sel-sched patches
@ 2008-09-01 12:13 hp at gcc dot gnu dot org
  2008-09-01 16:04 ` [Bug tree-optimization/37313] " hp at gcc dot gnu dot org
  2008-09-02 20:46 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-09-01 12:13 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug tree-optimization/37313] [4.4 Regression]: trunk broken for sel-sched patches
  2008-09-01 12:13 [Bug tree-optimization/37313] New: [4.4 Regression]: trunk broken for sel-sched patches hp at gcc dot gnu dot org
@ 2008-09-01 16:04 ` hp at gcc dot gnu dot org
  2008-09-02 20:46 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-09-01 16:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hp at gcc dot gnu dot org  2008-09-01 16:02 -------
Confirmed with 139863 that build works again.


-- 

hp at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/37313] [4.4 Regression]: trunk broken for sel-sched patches
  2008-09-01 12:13 [Bug tree-optimization/37313] New: [4.4 Regression]: trunk broken for sel-sched patches hp at gcc dot gnu dot org
  2008-09-01 16:04 ` [Bug tree-optimization/37313] " hp at gcc dot gnu dot org
@ 2008-09-02 20:46 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-02 20:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.4.0


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


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

end of thread, other threads:[~2008-09-02 20:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-01 12:13 [Bug tree-optimization/37313] New: [4.4 Regression]: trunk broken for sel-sched patches hp at gcc dot gnu dot org
2008-09-01 16:04 ` [Bug tree-optimization/37313] " hp at gcc dot gnu dot org
2008-09-02 20:46 ` pinskia 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).