This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14545] [3.4/3.5 Regression] Cannot compile pooma-gcc (regression)


------- Additional Comments From giovannibajo at libero dot it  2004-03-18 14:42 -------
Subject: Re:  [3.4/3.5 Regression] Cannot compile pooma-gcc (regression)

bangerth at dealii dot org wrote:

> 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> ();
> ---------------------

Actually, this is not fixed by my patch, I'm updating it right now. Thanks for
the reduction.

Giovanni Bajo




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14545


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]