Bug 36180 - [4.4 Regression] Multiple bootstrap failures due to revision 135069
Summary: [4.4 Regression] Multiple bootstrap failures due to revision 135069
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: 4.4.0
Assignee: Kai Tietz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 10:26 UTC by Dominique d'Humieres
Modified: 2008-05-28 18:50 UTC (History)
1 user (show)

See Also:
Host: *-apple-darwin9
Target: *-apple-darwin9
Build: *-apple-darwin9
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Committed patch at revision 135079. (634 bytes, patch)
2008-05-08 11:37 UTC, Kai Tietz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique d'Humieres 2008-05-08 10:26:30 UTC
Building gcc on powerpc-apple-darwin9, I got the following error:

...
/opt/gcc/darwin_buildw/./prev-gcc/xgcc -B/opt/gcc/darwin_buildw/./prev-gcc/ -B/opt/gcc/gcc4.4w/powerpc-apple-darwin9/bin/ -c  -g -O2 -mdynam
ic-no-pic -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pe
dantic -Wno-long-long -Wno-variadic-macros                                   -Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I
. -I. -I../../gcc-4.4-work/gcc -I../../gcc-4.4-work/gcc/. -I../../gcc-4.4-work/gcc/../include -I../../gcc-4.4-work/gcc/../libcpp/include -I/
sw/include  -I../../gcc-4.4-work/gcc/../libdecnumber -I../../gcc-4.4-work/gcc/../libdecnumber/dpd -I../libdecnumber  ../../gcc-4.4-work/gcc/
calls.c -o calls.o
cc1: warnings being treated as errors
../../gcc-4.4-work/gcc/calls.c: In function 'compute_argument_block_size':
../../gcc-4.4-work/gcc/calls.c:1192: error: unused parameter 'fndecl'
../../gcc-4.4-work/gcc/calls.c: In function 'emit_library_call_value_1':
../../gcc-4.4-work/gcc/calls.c:3284: error: unused variable 'fndecl'
make[3]: *** [calls.o] Error 1
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [all] Error 2

And bootstraping on i686-apple-darwin9 fails with:

...
/opt/gcc/i686-darwin/./prev-gcc/xgcc -B/opt/gcc/i686-darwin/./prev-gcc/ -B/opt/gcc/gcc4.4w/i686-apple-darwin9/bin/ -c  -g -O2 -fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros                                      -Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.4-work/gcc -I../../gcc-4.4-work/gcc/. -I../../gcc-4.4-work/gcc/../include -I./../intl -I../../gcc-4.4-work/gcc/../libcpp/include -I/sw/include  -I../../gcc-4.4-work/gcc/../libdecnumber -I../../gcc-4.4-work/gcc/../libdecnumber/dpd -I../libdecnumber  ../../gcc-4.4-work/gcc/c-common.c -o c-common.o
In file included from ../../gcc-4.4-work/gcc/c-common.c:50:
../../gcc-4.4-work/gcc/target-def.h:548:1: error: "TARGET_RETURN_IN_MEMORY" redefined
In file included from ./tm.h:5,
                 from ../../gcc-4.4-work/gcc/c-common.c:24:
../../gcc-4.4-work/gcc/config/i386/i386.h:1281:1: error: this is the location of the previous definition
...
Comment 1 Kai Tietz 2008-05-08 11:37:27 UTC
Created attachment 15618 [details]
Committed patch at revision 135079.
Comment 2 Kai Tietz 2008-05-08 11:38:47 UTC
Committed at revision135079 to gcc trunk.