Re: gcc-in-cxx branch created

2008-06-19 Thread Jens-Michael Hoffmann
Am Mittwoch, 18. Juni 2008 08:01:35 schrieb Ian Lance Taylor:

> I have not yet committed any patches to the branch--at present it is
> just a copy of the trunk.  I will start committing patches soon, and
> anybody else may submit patches as well.  The branch will follow the
> usual gcc maintainership rules, except that any non-algorithmic
> maintainer may additionally approve or commit patches which permit
> compilation with C++.

Should the branch compile right now? I'm asking because I get the following
error when I try to bootstrap:

make[3]: Entering directory `/home/jm/src/gcc/gcc-in-cxx/build/gcc'
g++ -x 
c++ -c  -g -fkeep-inline-functions -g -fkeep-inline-functions -DIN_GCC   -W 
-Wall -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long 
-Wno-variadic-macros 
-Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc 
-I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include  
-I../../gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/bid 
-I../libdecnumber  ../../gcc/gcc/c-lang.c -o 
c-lang.o
In file included from ../../gcc/gcc/double-int.h:24,
 from ../../gcc/gcc/tree.h:30,
 from ../../gcc/gcc/c-lang.c:26:
/usr/include/gmp.h:520: Fehler: »std::FILE« wurde nicht deklariert


Best regards

Jens-Michael


Re: gcc-in-cxx branch created

2008-06-19 Thread Jens-Michael Hoffmann
Am Donnerstag, 19. Juni 2008 18:20:43 schrieb Ian Lance Taylor:

> > Should the branch compile right now?
>
> No.  I've flipped the branch to start compiling the source files in
> gcc with C++.  Unfortunately a number of issues will need to be
> addressed before all the code will compile in C++.  Most of this work
> can and will be contributed back to mainline gcc as well.
>
> I'll send out a note when everything on the branch compiles in C++.

Is there a todo list? I would like to contribute to this branch, how can I 
help?

Jens-Michael