This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14556] New: ICE with <?= operator
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2004 16:02:57 -0000
- Subject: [Bug c++/14556] New: ICE with <?= operator
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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