This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: document inconsistant?
- To: Alexandre Oliva <aoliva at cygnus dot com>
- Subject: Re: document inconsistant?
- From: Min Xu <mxu at cae dot wisc dot edu>
- Date: Mon, 03 Apr 2000 12:37:54 -0500
- CC: gcc at gcc dot gnu dot org
- References: <59C8A3391243D311B5390000E865F4C501CF3B10@rssesnexb.rogers.com> <38E55CF3.1F675846@cae.wisc.edu> <orem8pcws4.fsf@zecarneiro.lsd.ic.unicamp.br>
- Reply-To: mxu at cae dot wisc dot edu
Alexandre Oliva wrote:
> On Mar 31, 2000, Min Xu <mxu@cae.wisc.edu> wrote:
>
>
> Was GCC configured to generate code for ultrasparc by default? It
> isn't fully supported, and will sometimes cause crashes like this when
> loading or storing doubles in memory when the address is not properly
> aligned.
>
Thanks much for pointed out this point to me. I have confirmed with
my system admin. And he does use UltraSPARC default option
when compiling gcc.
I think, due to the popularity of UltraSPARC for the time being, it is a
good
idea to state this "feature" explicitly in gcc installation documents.
Cheers,
-Owen