public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/1885
@ 2001-04-01  0:00 bkoz
  0 siblings, 0 replies; 2+ messages in thread
From: bkoz @ 2001-04-01  0:00 UTC (permalink / raw)
  To: egcs; +Cc: gcc-prs

The following reply was made to PR libstdc++/1885; it has been noted by G
>From rth@redhat.com Sun Apr 01 00:00:00 2001
From: rth@redhat.com
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: optimization/190
Date: Sun, 01 Apr 2001 00:00:00 -0000
Message-id: <20010213020602.9365.qmail@sourceware.cygnus.com>
X-SW-Source: 2001-q1/msg01189.html
Content-length: 876

The following reply was made to PR optimization/190; it has been noted by GNATS.

From: rth@redhat.com
To: martin@loewis.home.cs.tu-berlin.de, gcc-gnats@gcc.gnu.org,
        micksa@knobbits.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: optimization/190
Date: Mon, 12 Feb 2001 18:02:26 -0800

 This code uses incorrect asm constraints such as 
 
   __asm__ __volatile__ ("movq %%mm3, %0" : "=X" (*dst_2) : );
 
 You are wanting to describe a memory operand, and so should
 have used "=m" instead of "=X".  The later means "any pattern
 whatsoever", so the optimizer is free to create any old complex
 expression that it likes.  We later abort trying to interpret
 this as an address.
 
 It's true that the compiler should not abort even on illegal
 input, but it is not clear how to fix this cleanly.  I'm making
 this low priority, to be handled sometime after gcc 3.0.
 
 
 r~


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: libstdc++/1885
@ 2001-03-14 13:46 bkoz
  0 siblings, 0 replies; 2+ messages in thread
From: bkoz @ 2001-03-14 13:46 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/1885; it has been noted by GNATS.

From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, bumgard@roguewave.com, gcc-gnats@gcc.gnu.org,
  nobody@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/1885
Date: 14 Mar 2001 21:41:20 -0000

 Synopsis: bits/basic_ios.h does not include bits/basic_ios.tcc
 
 Responsible-Changed-From-To: unassigned->bkoz
 Responsible-Changed-By: bkoz
 Responsible-Changed-When: Wed Mar 14 13:41:20 2001
 Responsible-Changed-Why:
     Responsible.
 State-Changed-From-To: open->closed
 State-Changed-By: bkoz
 State-Changed-When: Wed Mar 14 13:41:20 2001
 State-Changed-Why:
     Fixed.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1885&database=gcc


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-01  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-01  0:00 libstdc++/1885 bkoz
  -- strict thread matches above, loose matches on Subject: below --
2001-03-14 13:46 libstdc++/1885 bkoz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).