Bug 44720 - [4.6 Regression] Yet another bootstrap failure on x86_64-apple-darwin10
Summary: [4.6 Regression] Yet another bootstrap failure on x86_64-apple-darwin10
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.6.0
: P3 normal
Target Milestone: 4.6.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 20:12 UTC by Dominique d'Humieres
Modified: 2010-06-30 16:41 UTC (History)
2 users (show)

See Also:
Host: x86_64-apple-darwin10
Target: x86_64-apple-darwin10
Build: x86_64-apple-darwin10
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique d'Humieres 2010-06-29 20:12:27 UTC
Bootstrapping revision 161565 on x86_64-apple-darwin10 fails with

...

gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -I. -I../../p_work/gcc -I../../p_work/gcc/. -I../../p_work/gcc/../include -I../../p_work/gcc/../libcpp/include -I/opt/sw64/include -I/opt/sw64/include  -I../../p_work/gcc/../libdecnumber -I../../p_work/gcc/../libdecnumber/dpd -I../libdecnumber -I/opt/sw64/include  -I/opt/sw64/include -DCLOOG_PPL_BACKEND   -I/opt/sw64/include -I. -I. -I../../p_work/gcc -I../../p_work/gcc/. -I../../p_work/gcc/../include -I../../p_work/gcc/../libcpp/include -I/opt/sw64/include -I/opt/sw64/include  -I../../p_work/gcc/../libdecnumber -I../../p_work/gcc/../libdecnumber/dpd -I../libdecnumber -I/opt/sw64/include  -I/opt/sw64/include -DCLOOG_PPL_BACKEND   \
		../../p_work/gcc/config/darwin.c
../../p_work/gcc/config/darwin.c: In function 'darwin_override_options':
../../p_work/gcc/config/darwin.c:1867: error: 'struct asm_out' has no member named 'unwind_label'
Comment 2 Dominique d'Humieres 2010-06-30 16:41:46 UTC
Subject: Bug 44034

Author: iains
Date: Wed Jun 30 14:33:40 2010
New Revision: 161606

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161606
Log:

        PR other/44034
        * config/darwin.c (darwin_override_options): Use renamed
        targetm.asm_out.emit_unwind_label.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/darwin.c