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: [PING] real.c: Remove hexfloat middle-end support


On 5/21/07, Eric Botcazou <ebotcazou@adacore.com> wrote:
> could someone please have a look at the following patch:
>
> http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00963.html

It breaks Ada bootstrap:

gcc32 -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes     -fno-common   -DHAVE_CONFIG_H
-I. -Iada -I/home/eric/gnat/gnat-head/src/gcc
-I/home/eric/gnat/gnat-head/src/gcc/ada
-I/home/eric/gnat/gnat-head/src/gcc/../include
-I/home/eric/gnat/gnat-head/src/gcc/../libcpp/include
-I/home/eric/gnat/gnat-head/src/gcc/../libdecnumber
-I/home/eric/gnat/gnat-head/src/gcc/../libdecnumber/dpd
-I../libdecnumber    /home/eric/gnat/gnat-head/src/gcc/ada/misc.c -o
ada/misc.o
/home/eric/gnat/gnat-head/src/gcc/ada/misc.c: In function `enumerate_modes':
/home/eric/gnat/gnat-head/src/gcc/ada/misc.c:919: error: structure has no
member named `log2_b'

And this should be easy to fix as log2_b was always one after the removal of hexfloat support. I can test the change tomorrow if nobody else has gotten to it yet. Note the real line number is 899.

Thanks,
Andrew Pinski


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