nedTo: unassigned at gcc dot gnu dot org
ReportedBy: leblanc at skycomputers dot com
CC: gcc-bugs at gcc dot gnu dot org,paavola at skycomputers
dot com
GCC build triplet: ppc-yellowdog-linux
GCC host triplet: ppc-yellowdog-linux
GCC target triplet: ppc-yello
--- Additional Comments From leblanc at skycomputers dot com 2005-01-12
21:08 ---
The bug I reported in #19400, duplicating this one, is fixed in the compiler as
of 1/12/04. However,
this variant remains busted:
1 #include
2 #include
3
4 template < typen
ReportedBy: leblanc at skycomputers dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: ppc-*-linux
GCC host triplet: ppc-*-linux
GCC target triplet: ppc-*-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19407
--- Additional Comments From leblanc at skycomputers dot com 2005-01-12
21:29 ---
The program below prints 4-s instead of 16-s.
1 #include
2 #include
3
4 template < typename Val > struct S {
5 typedef vector Val vector_type;
6 void p