This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15770] [3.4/3.5 regression] compiler does not reject illegal forward reference
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2004 14:15:23 -0000
- Subject: [Bug c++/15770] [3.4/3.5 regression] compiler does not reject illegal forward reference
- References: <20040602065348.15770.jbeulich@novell.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-06-02 14:15 -------
Confirmed, a regression in 3.4 and mainline. We seem to fail to
expand the body of the (inlined) member function at the point
of its definition.
FWIW, icc71 rejects this code in strict mode.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Known to fail| |3.4.0 3.5.0
Last reconfirmed|0000-00-00 00:00:00 |2004-06-02 14:15:17
date| |
Summary|compiler does not reject |[3.4/3.5 regression]
|illegal forward reference |compiler does not reject
| |illegal forward reference
Target Milestone|--- |3.4.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15770