[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-19 Thread brakiozor at caramail dot com
--- Comment #5 from brakiozor at caramail dot com 2007-10-19 10:06 --- yes, one of the way is to pass by an intermediate template type... (I found it on the web) but the compiler error could(and should) be fixed #define TPL_TYPEOF_MUL(A,B) typename typeof_mulA,B::type #define

[Bug c++/33808] New: internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread brakiozor at caramail dot com
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: brakiozor at caramail dot com GCC build triplet: x86 GCC host triplet: x86 GCC target triplet: x86 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33808

[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread brakiozor at caramail dot com
--- Comment #2 from brakiozor at caramail dot com 2007-10-18 07:56 --- Created an attachment (id=14369) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14369action=view) .ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33808

[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread brakiozor at caramail dot com
--- Comment #3 from brakiozor at caramail dot com 2007-10-18 08:06 --- I found this bug on a more complex program and I did an epurated code. -- brakiozor at caramail dot com changed: What|Removed |Added

[Bug c++/33808] internal compiler error: in write_type, at cp/mangle.c:1651

2007-10-18 Thread brakiozor at caramail dot com
--- Comment #1 from brakiozor at caramail dot com 2007-10-18 07:55 --- Created an attachment (id=14368) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14368action=view) source code I was playing a little with template -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33808