[Bug c++/33435] internal compiler error with templates and openmp

2008-06-18 Thread E dot Kuemmerle at fz-juelich dot de
--- Comment #7 from E dot Kuemmerle at fz-juelich dot de 2008-06-18 07:20 --- gcc release 4.3.1 already works! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33435

[Bug c++/33435] internal compiler error with templates and openmp

2008-06-17 Thread E dot Kuemmerle at fz-juelich dot de
--- Comment #6 from E dot Kuemmerle at fz-juelich dot de 2008-06-17 14:06 --- I tried gcc 4.4.0 20080613 (experimental): indeed, it works now! -- E dot Kuemmerle at fz-juelich dot de changed: What|Removed |Added

[Bug c++/33435] internal compiler error with templates and openmp

2008-03-12 Thread E dot Kuemmerle at fz-juelich dot de
--- Comment #4 from E dot Kuemmerle at fz-juelich dot de 2008-03-12 14:45 --- The bug ist still present in gcc 4.3.0: bug.cpp:16: internal compiler error: in create_tmp_var, at gimplify.c:497 -- E dot Kuemmerle at fz-juelich dot de changed: What|Removed

[Bug c++/33435] internal compiler error with templates and openmp

2007-09-19 Thread E dot Kuemmerle at fz-juelich dot de
--- Comment #2 from E dot Kuemmerle at fz-juelich dot de 2007-09-19 09:40 --- Here is a self-contained example: templateclass T, int Sz class Vector { public: explicit Vector() {} ~Vector() {} private: T m_data[Sz]; }; int main

[Bug c++/33435] New: internal compiler error with templates and openmp

2007-09-14 Thread E dot Kuemmerle at fz-juelich dot de
org ReportedBy: E dot Kuemmerle at fz-juelich dot de GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33435