This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 PATCH: Fix Solaris 8 Ada bootstrap failure
Arnaud Charlet writes:
> OK if your build succeeded (including gnatlib_and_tools).
make gnatlib_and_tools didn't due to the following:
../../xgcc -B../../ -c -g -O2 -W -Wall -gnatpg s-casi16.adb -o s-casi16.o
s-casi16.adb:49:28: alignment for "Uhalf" must be at least 2
make[2]: *** [s-casi16.o] Error 1
But this seems to be a known bug, and my change fixes a compile failure
which completely breaks Solaris 2 Ada bootstrap right now.
Rainer