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: Re[2]: [Patch Ping] [RFC] Alias export patch


On 3/14/06, Richard Guenther <richard.guenther@gmail.com> wrote:
> On 3/14/06, Daniel Berlin <dberlin@dberlin.org> wrote:
> > >  + a) \ a|).
> > > >
> > > > The patch was bootstrapped and regtested on x86, x86_64 and ia64 with
> > > > March 06 mainline and c,c++ enabled, and on x86 with today's mainline
> > > > and all languages enabled. The SPEC performance change is neutral.
> > >
> > > How does it affect (SPEC) compile-time and memory-usage?
> > >
> >
> > Richard, it would be nice if you could run this patch on tramp-3d and
> > see how it affects memory usage and compile time :).
>
> If there are no conflicts from the patch this night results will
> appear with the daily runs
> at 3am CET.

Doesn't even build for me:

gcc   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
   -DHAVE_CONFIG_H  -o cc1-dummy c-lang.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 c-parser.o  c-gimplify.o tree-mudflap.o
c-pretty-print.o c-omp.o dummy-checksum.o \
  main.o  libbackend.a ../libcpp/libcpp.a
../libdecnumber/libdecnumber.a ../libcpp/libcpp.a  
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
libbackend.a(alias.o): In function
`allocate_extended_alias_set':../../trunk/gcc/alias.c:1287: undefined
reference to `valid_ext_alias_set_part_num_p'
libbackend.a(alias.o): In function
`get_extended_alias_set_part_num':../../trunk/gcc/alias.c:1256:
undefined reference to `valid_ext_alias_set_part_num_p'
libbackend.a(alias.o): In function
`record_ext_alias_sets_conflict':../../trunk/gcc/alias.c:1349:
undefined reference to `valid_ext_alias_set_part_num_p'
:../../trunk/gcc/alias.c:1350: undefined reference to
`valid_ext_alias_set_part_num_p'
libbackend.a(alias.o): In function
`merge_ext_alias_set_partitions':../../trunk/gcc/alias.c:1322:
undefined reference to `valid_ext_alias_set_part_num_p'
libbackend.a(alias.o):../../trunk/gcc/alias.c:1322: more undefined
references to `valid_ext_alias_set_part_num_p' follow
collect2: ld returned 1 exit status
make[2]: *** [cc1-dummy] Error 1

Richard.


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