public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14556] New: ICE with <?= operator
@ 2004-03-12 16:02 jakub at gcc dot gnu dot org
  2004-03-12 16:15 ` [Bug c++/14556] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2004-03-12 16:02 UTC (permalink / raw)
  To: gcc-bugs

struct S
{
  double d;
  S (double x) { d = x; }
  operator double& () { return d; }
};

double foo (S x, S y)
{
  return x <?= y;
}

causes ICE on any GCC I've tried so far (egcs 1.1.2, 2.96-RH, 3.2.3, 3.3.3, 3.4,
trunk).

-- 
           Summary: ICE with <?= operator
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: any
  GCC host triplet: any
GCC target triplet: any


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14556


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

end of thread, other threads:[~2006-08-15  0:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-14556-87@http.gcc.gnu.org/bugzilla/>
2006-08-14 23:14 ` [Bug c++/14556] ICE with <?= operator sje at gcc dot gnu dot org
2006-08-14 23:16 ` sje at gcc dot gnu dot org
2006-08-15  0:53 ` pinskia at gcc dot gnu dot org
2004-03-12 16:02 [Bug c++/14556] New: " jakub at gcc dot gnu dot org
2004-03-12 16:15 ` [Bug c++/14556] " pinskia at gcc dot gnu dot org
2004-06-11  0:56 ` pinskia at gcc dot gnu dot org
2005-04-07  6:26 ` pinskia at gcc dot gnu dot org
2005-05-31 17:20 ` pinskia at gcc dot gnu dot org

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).