On 6/25/06, Eric Botcazou <[EMAIL PROTECTED]> wrote:
> It would be nice if you can track down this some more, as I do not
> have access to ppc-darwin.
And to SPARC/Solaris 32-bit? :-)
No ;) But I verified that i386-apple-darwin still works. Also ppc-aix still
works.
/opt/build/eric/gcc/./gcc/xgcc -B/opt/build/eric/gcc/./gcc/
-B/opt/build/eric/local/gcc/sparc-sun-solaris2.7/bin/
-B/opt/build/eric/local/gcc/sparc-sun-solaris2.7/lib/
-isystem /opt/build/eric/local/gcc/sparc-sun-solaris2.7/include
-isystem /opt/build/eric/local/gcc/sparc-sun-solaris2.7/sys-include -O2 -g
-DIN_GCC-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -I. -I. -I/home/eric/svn/gcc/gcc
-I/home/eric/svn/gcc/gcc/. -I/home/eric/svn/gcc/gcc/../include -I./../intl
-I/home/eric/svn/gcc/gcc/../libcpp/include -I/opt/build/eric/local/include
-I/opt/build/eric/local/include -I/home/eric/svn/gcc/gcc/../libdecnumber
-I../libdecnumber \
-c /home/eric/svn/gcc/gcc/config/sparc/gmon-sol2.c -o gmon.o
/home/eric/svn/gcc/gcc/config/sparc/gmon-sol2.c:1: internal compiler error:
BusError
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [gmon.o] Error 1
gmake[3]: Leaving directory `/opt/build/eric/gcc/gcc'
gmake[2]: *** [all-stage2-gcc] Error 2
gmake[2]: Leaving directory `/opt/build/eric/gcc'
gmake[1]: *** [stage2-bubble] Error 2
gmake[1]: Leaving directory `/opt/build/eric/gcc'
gmake: *** [all] Error 2
Reverting your patch makes it go away too. I'll try and look into it
tomorrow.
At least this one looks "easier" to look at. Is SPARC/Solaris a
strict alignment
target?
Richard.