This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14545] [3.4/3.5 Regression] Cannot compile pooma-gcc (regression)
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2004 14:04:12 -0000
- Subject: [Bug c++/14545] [3.4/3.5 Regression] Cannot compile pooma-gcc (regression)
- References: <20040312062911.14545.schmid@snake.iap.physik.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-03-18 14:04 -------
I just happened to find the same bug in my code, and after
reduction I found this, probably shortest possible, code snippet:
---------------------
template <int> void f() { int i = int(); }
template void f<1> ();
---------------------
:-)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14545