This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17456] [3.3 regression] ICE when brackets missing from member function call
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Sep 2004 14:20:39 -0000
- Subject: [Bug c++/17456] [3.3 regression] ICE when brackets missing from member function call
- References: <20040913114901.17456.zak@transversal.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-09-13 14:20 -------
Confirmed. Actually, the compiler goes into a memory-eating infinite
loop after issuing the error -- really bad.
(As for the validity of the error in the first place: the error message
is completely bogus, I think: the statement simply takes the address
of the function -- and there is only one, no overloads! -- and discards
the result. I don't see why it shouldn't accept this code. I just opened
PR 17459 for this.)
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Known to work|2.95.4 3.0.4 3.2.3 3.4.1 |2.95.4 3.0.4 3.2.3 3.4.1
| |4.0.0
Last reconfirmed|0000-00-00 00:00:00 |2004-09-13 14:20:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17456