This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16295] -pedantic option resolves compiler error "sorry, unimplemented: ..."
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2004 14:41:07 -0000
- Subject: [Bug c++/16295] -pedantic option resolves compiler error "sorry, unimplemented: ..."
- References: <20040630113614.16295.kai.ludwig@uni-tuebingen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-06-30 14:41 -------
One note: the code is actually invalid. We crash on the line
typedef NonPrefixable<GenericClass<AddT>, GenericUnit, DT> AddU;
but NonPrefixable really only takes two template arguments, not three.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16295