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: [PATCH] C++0x, teach the parser to parse virt-specifier-seq for member functions


On Thu, Apr 28, 2011 at 8:57 AM, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> On 28 April 2011 01:40, Gabriel Dos Reis <gdr@integrable-solutions.net> wrote:
>> My configuration command line is:
>> ?/home/gdr/src/gcc.svn/configure --enable-languages=c,c++
>> --enable-build-with-cxx --disable-multilib --disable-nls
>> and the builds is progressing quite very well with "g++".
>> There is no need for manual setting of -fpermissive.
>
> It goes quite far, but fails at stage1. This is without any patches of mine...
>
> libbackend.a(gimple.o): In function `internal_fn_flags':
> /home/ville/projects/c++/gcc-git/gcc/villebuild/gcc/../../gcc/internal-fn.h:46:
> undefined reference to `internal_fn_flags_array'
> libbackend.a(gimple-pretty-print.o): In function `internal_fn_name':
> /home/ville/projects/c++/gcc-git/gcc/villebuild/gcc/../../gcc/internal-fn.h:37:
> undefined reference to `internal_fn_name_array'
> libbackend.a(tree-ssa-dom.o): In function `internal_fn_name':
> /home/ville/projects/c++/gcc-git/gcc/villebuild/gcc/../../gcc/internal-fn.h:37:
> undefined reference to `internal_fn_name_array'
> collect2: ld returned 1 exit status

Thanks.  Fixed yesterday evening.

-- Gaby


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