This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] -longcall branch islands for Darwin/PPC


Stuart Hastings wrote:

    Given that all of the changes are local to the rs6000 port, if
Apple wants this in GCC 3.4, I'm willing to approve it there as well,
unless Geoff has some concerns.


I have no objection.


Thank-you both.

Apple would like to have this in 3.4, so I'll commit it to the trunk later today (unless someone objects). We're content for it to migrate into tree-ssa via a regular merge.


Did you test it on trunk ?


Andreas

Output on ppc linux machine......

gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cc1 \
c-parse.o c-lang.o c-pretty-print.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o libcpp.a rs6000-c.o main.o libbackend.a ../libiberty/libiberty.a
libbackend.a(insn-output.o)(.text+0x1fcc): In function `output_347':
/mnt/slice1/gcc-trunk/objdir/gcc/insn-output.c:1498: undefined reference to `output_call'
libbackend.a(insn-output.o)(.text+0x2158): In function `output_349':
/mnt/slice1/gcc-trunk/objdir/gcc/insn-output.c:1530: undefined reference to `output_call'
collect2: ld returned 1 exit status
make[1]: *** [cc1] Error 1
make[1]: Leaving directory `/mnt/slice1/gcc-trunk/objdir/gcc'



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]