This is the mail archive of the gcc@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]

[no subject]


f@gromit.moeb> <20020331021538.A21223@redhat.com> <u8lmc9rpcn.fsf@gromit.moeb>
Subject: Re: exception error using SSE extensions with gcc3.1/cygwin
Date: Wed, 3 Apr 2002 10:50:00 +0900
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

Hi there,

I have submitted the bug report using GNATS regarding this problem, info
below:

I followed the instructions on the gnats home page so hopefully there are no
problems with the bug submission.

------- snip --------
Thank you very much for your problem report.
It has the internal identification `c++/6144'.
The individual assigned to look at your
report is: unassigned.

>Category:       c++
>Responsible:    unassigned
>Synopsis:       segment-faults when using sse extensions and ia32 g++
>Arrival-Date:   Tue Apr 02 17:46:21 PST 2002
------- snip --------

Regards

---------------------------------
Q-Games, Dylan Cuthbert.
http://www.q-games.com

----- Original Message -----
From: "Andreas Jaeger" <aj@suse.de>
To: "Richard Henderson" <rth@redhat.com>
Cc: "Dylan Cuthbert" <dylan@q-games.com>; "Jan Hubicka" <jh@suse.cz>;
<gcc@gcc.gnu.org>
Sent: Sunday, March 31, 2002 7:41 PM
Subject: Re: exception error using SSE extensions with gcc3.1/cygwin


> Richard Henderson <rth@redhat.com> writes:
>
> > On Sun, Mar 31, 2002 at 11:06:27AM +0200, Andreas Jaeger wrote:
> >> 0x8048847 <_Z4Testv+267>:       movaps %xmm0,0x4(%esp,1)
> >> (gdb) p $esp
> >> $1 = (void *) 0xbffff360
> >>
> >> Not sure what goes wrong here,
> >
> > Alignment trap.  esp+4 % 16 == 4.
>
> Argh that's right.  We do compile this correct with -O1 or higher, it
> seems to fail only with -O0.
>
> Dylan, can you please fill in a complete bugreport using the gccbug
> script or the web interface on gcc.gnu.org?  Please follow the
> instructions at http://gcc.gnu.org/bugs.html, especially provide
> preprocessed sources and try to generate an example that's as small as
> possible.
>
> Thanks,
> Andreas
> --
>  Andreas Jaeger
>   SuSE Labs aj@suse.de
>    private aj@arthur.inka.de
>     http://www.suse.de/~aj


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