Waiting for stdin while compiling GCC-trunk

2010-06-22 Thread jeremie . salvucci
Hello all, When I try to compile GCC (trunk revision 161164). It seems that gcc is waiting for reading on stdin after libgcc2.c. This is what I get : make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/export/is005060/jsalvucci/gcc-trunk-build/libcpp' make[2]: Entering directory

Re: Waiting for stdin while compiling GCC-trunk

2010-06-22 Thread jeremie . salvucci
Re, After two ./contrib/gcc_update, the bug disappeared. With Basile, we noticed that cc1 didn't work for a couple of hours when invoked as ./cc1 id.c where id.c is trivial. - Mail Original - De: "jeremie salvucci" À: gcc@gcc.gnu.org Envoyé: Mardi 22 Juin 2010 13h5

About gimple_body in gimple.h

2010-06-28 Thread jeremie . salvucci
't know if I have to traverse basic blocks with FOR_EACH_BB_FN iterator or if there is another solution with gimple_body. Basile believes that gimple_body is nearly useless. Thank you. -- Jeremie Salvucci

Gengtype for plugins

2010-08-18 Thread jeremie . salvucci
. -- Jeremie salvucci

Gengtype : strange code in output_type_enum

2010-08-27 Thread jeremie . salvucci
pe.c which sets ls->kind = TYPE_LANG_STRUCT. Perhaps TYPE_PARAM_STRUCT has two different roles. If that is indeed the case, we have to distinguish them when serializing gengtype's state. Cheers. -- Jeremie Salvucci & Basile Starynkevitch

Re: Gengtype : strange code in output_type_enum

2010-08-27 Thread jeremie . salvucci
(and is typing this). Cheers -- Jeremie Salvucci & Basile Starynkevitch

Re: Gengtype : strange code in output_type_enum

2010-08-27 Thread jeremie . salvucci
), since the union u.param_struct member is the only valid for TYPE_PARAM_STRUCT. -- Jeremie Salvucci & Basile Starynkevitch