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: [PATCH 5/5] Remove the lambda framework and make -ftree-loop-linear an alias of -floop-interchange.


> From ffdce31ad01856d8c531d4eb50ff72d8b66331af Mon Sep 17 00:00:00 2001
> From: Sebastian Pop <sebpop@gmail.com>
> Date: Tue, 18 Jan 2011 10:24:58 -0600
> Subject: [PATCH] fix
>
> ---
>  gcc/hwint.h         |   29 +++++++++++++++++++++++++++++
>  gcc/tree-data-ref.h |   29 -----------------------------
>  2 files changed, 29 insertions(+), 29 deletions(-)

This breaks Ada bootstrap:

 -I../../src/gcc/../libdecnumber -I../../src/gcc/../libdecnumber/bid -I../libdecnumber   ../../src/gcc/ada/targext.c -o 
ada/targext.o
In file included from ../../src/gcc/system.h:254:0,
                 from ../../src/gcc/ada/targext.c:36:
../../src/gcc/hwint.h: In function 'gcd':
../../src/gcc/hwint.h:239:3: error: implicit declaration of function 'abs' 
[-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

make[3]: *** [ada/targext.o] Error 1

-- 
Eric Botcazou


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