[Bug c++/14545] [3.4/3.5 Regression] Cannot compile pooma-gcc (regression)
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 18 14:04:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list