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: GCC bootstrap breakage


2008/3/5 Gerald Pfeifer <gerald@pfeifer.com>:
> Hi Rafael,
>
>  any chance this
>
>   2008-03-04  Rafael Espindola  <espindola@google.com>
>
>         * fold-const.c (tree_simple_nonnegative_warnv_p): New.
>         (tree_unary_nonnegative_warnv_p): New.
>         (tree_binary_nonnegative_warnv_p): New.
>         (tree_single_nonnegative_warnv_p): New.
>         (tree_invalid_nonnegative_warnv_p): New.
>         (tree_expr_nonnegative_warnv_p): Redefine in term of the new functions.
>
>  is causing this
>
>   -I/sw/test/GCC/trunk/gcc/../include -I./../intl
>   -I/sw/test/GCC/trunk/gcc/../libcpp/include -I/usr/local/include
>   -I/sw/test/GCC/trunk/gcc/../libdecnumber
>   -I/sw/test/GCC/trunk/gcc/../libdecnumber/dpd -I../libdecnumber
>   /sw/test/GCC/trunk/gcc/fold-const.c -o fold-const.o
>   cc1: warnings being treated as errors
>   /sw/test/GCC/trunk/gcc/fold-const.c: In function'tree_single_nonnegative_warnv_p':
>   /sw/test/GCC/trunk/gcc/fold-const.c:14241: error: ISO C90 forbids mixed declarations and code
>   /sw/test/GCC/trunk/gcc/fold-const.c: In function 'tree_invalid_nonnegative_warnv_p':
>   /sw/test/GCC/trunk/gcc/fold-const.c:14282: error: ISO C90 forbids mixed declarations and code
>   gmake[3]: *** [fold-const.o] Error 1
>   gmake[3]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0305-0028/gcc'
>   gmake[2]: *** [all-stage2-gcc] Error 2
>   gmake[2]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0305-0028'
>   gmake[1]: *** [stage2-bubble] Error 2
>   gmake[1]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0305-0028'
>   gmake: *** [bootstrap-lean] Error 2
>
>  ?

Could be.  I am very sorry about that. Working on the tuples branch I
just got used to using "--disable-bootstrap" :-(

>  Gerald
>


Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047


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