Snapshot gcc-4.7-20110423 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20110423/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk
> ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a
> ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a-lmpc -lmpfr
> -lgmp -rdynamic -ldl -L../zlib -lz
> lto1: internal compiler error: vector VEC(tree,base) index domain error,
> in evaulate_conditions_for_edge at ipa-inline-analys
Hello Boris,
Boris Kolpackov a écrit:
> I am trying to figure out how to get a typedef hierarchy from the C/C++
> tree in GCC. Consider the following declarations:
>
> struct s {};
>
> typedef s s_t;
> typedef s_t my_s_t;
>
> my_s_t x;
>
> Giveb 'x' VAR_DECL I can have this traversal using TYPE_
As follows:
/home/toon/compilers/obj-t/./prev-gcc/xgcc
-B/home/toon/compilers/obj-t/./prev-gcc/
-B/usr/snp/x86_64-unknown-linux-gnu/bin/
-B/usr/snp/x86_64-unknown-linux-gnu/bin/
-B/usr/snp/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/snp/x86_64-unknown-linux-gnu/include -isystem
/usr/snp/x86