This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19092] g++ accepts code that violates 14.6.4.2
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Dec 2004 20:43:12 -0000
- Subject: [Bug c++/19092] g++ accepts code that violates 14.6.4.2
- References: <20041220183129.19092.bagnara@cs.unipr.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-12-20 20:43 -------
Indeed. It seems as if I am not the only one who wasn't aware of the
restriction that dependent function calls can only be to functions with
external linkage.
This should be low priority, since we only accept invalid code.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19092