-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 25.03.2015 18:30, schrieb Rainer Emrich:
> Am 25.03.2015 17:22, schrieb Kai Tietz:
>> Hmm, this seems to be something I haven't noticed until now. It might
>> be new ... I see that cp-tree.h is part of gtfiles in config-lang.in. So
>> the warning
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 25.03.2015 17:22, schrieb Kai Tietz:
> Hmm, this seems to be something I haven't noticed until now. It might be
> new ... I see that cp-tree.h is part of gtfiles in config-lang.in. So the
> warning about being not tagged for that language is weir
Hmm, this seems to be something I haven't noticed until now. It might
be new ...
I see that cp-tree.h is part of gtfiles in config-lang.in. So the
warning about being not tagged for that language is weird. Issue
might be not directly within gcc.
Instead it might be a make issue.
You could ask on
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This is on x86_64-w64-mingw32.
build/gengtype.exe \
-S
../../../../../../../opt/devel/gnu/src/gcc-mingw-w64/gcc-5.0.0/gcc -I
gtyp-input.list -w tmp-gtype.state
gtyp-input.list:101: file
../../../../../../../opt/devel/gnu/src/gc
On Tue, 2007-07-24 at 11:23 +0200, Thomas Veith wrote:
> Hi *,
>
> bootstrap is broken on trunk rev. 126866 during Stage3:
Thanks. This has been fixed by Tobias Burnus with
http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00736.html
.
Hi *,
bootstrap is broken on trunk rev. 126866 during Stage3:
libtool: compile: /home/xtv/gcc-devel/gcc/obj/./gcc/xgcc
-B/home/xtv/gcc-devel/gcc/obj/./gcc/ -B/home/xtv/i686-pc-linux-gnu/bin/
-B/home/xtv/i686-pc-linux-gnu/lib/ -isystem
/home/xtv/i686-pc-linux-gnu/include -isystem
/home/xtv/i
Hi Thomas,
> bootstrap is broken on trunk during stage1:
Seems to be not in general. It is related to the whitespaces for the new
types used in splay-tree.h. If shrink them, it seems to work as Uros
detected. This smells, that the gengtype-lex.l has problems about too much
spaces in a typedef.
Hi,
bootstrap is broken on trunk during stage1:
echo '/home/xtv/gcc-devel/gcc/gcc/c-common.c' >> tmp-gi.list
echo '/home/xtv/gcc-devel/gcc/gcc/c-common.h' >> tmp-gi.list
echo '/home/xtv/gcc-devel/gcc/gcc/c-pragma.h' >> tmp-gi.list
echo '/home/xtv/gcc-devel/gcc/gcc/c-pragma.c' >> tmp-gi.list
echo
Hello world,
bootstrap appears to be broken totally on i686-pc-linux-gnu (see PR 27763).
Can somebody have a look?
Thomas