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: 3.4 PATCH: Fix Solaris 8 Ada bootstrap failure


> 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

Right, you can work around it by reverting the last change in
gcc/stor-layout.c

> But this seems to be a known bug, and my change fixes a compile failure
> which completely breaks Solaris 2 Ada bootstrap right now.

Please revert (in your local build, I mean) stor-layout.c, to be sure there's
no other issue, thanks.

Arno


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