------- Comment #9 from manu at gcc dot gnu dot org 2008-02-11 23:43 ------- (In reply to comment #8) > This bug is present in gcc 3.4.3. Was ever fixed or forgotten forever?
[EMAIL PROTECTED]:~$ ~/132202/build/gcc/cc1plus --version GNU C++ (GCC) version 4.3.0 20080209 (experimental) [trunk revision 132202] (x86_64-unknown-linux-gnu) compiled by GNU C version 4.3.0 20080209 (experimental) [trunk revision 132202], GMP version 4.2.2, MPFR version 2.3.0. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 [EMAIL PROTECTED]:~$ ~/132202/build/gcc/cc1plus src/pr9050.C void Y::foo(T) [with T = bool] void Y::foo(T) [with T = int] Y::Y(T) [with T = bool] Y::Y(T) [with T = bool] Y::Y(T) [with T = bool] src/pr9050.C: At global scope: src/pr9050.C:11: error: Y is not a template src/pr9050.C:11: error: expected unqualified-id before int src/pr9050.C:11: error: expected `)' before int Not fixed. -- manu at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu dot org Last reconfirmed|2006-09-03 21:39:40 |2008-02-11 23:43:25 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9050