[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-29 Thread dnovillo at gcc dot gnu dot org
--- Comment #7 from dnovillo at gcc dot gnu dot org 2006-01-30 03:11 --- Subject: Bug 25874 Author: dnovillo Date: Mon Jan 30 03:11:29 2006 New Revision: 110393 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110393 Log: PR 25874 * omp-low.c (execute_expand_omp)

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-29 Thread dnovillo at gcc dot gnu dot org
--- Comment #6 from dnovillo at gcc dot gnu dot org 2006-01-30 03:09 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2006-01/msg02090.html. -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-29 Thread dnovillo at gcc dot gnu dot org
--- Comment #5 from dnovillo at gcc dot gnu dot org 2006-01-30 02:37 --- Subject: Bug 25874 Author: dnovillo Date: Mon Jan 30 02:37:09 2006 New Revision: 110392 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110392 Log: PR 25874 * omp-low.c (execute_expand_omp)

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-27 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-01-27 15:45 --- Even shorter C-testcase (compile with -fopenmp -O): void foo(); inline void bar() { int i; for ( i=0; i<1; ++i ) #pragma omp parallel foo(); } void baz() { #pragma omp pa

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-27 Thread dnovillo at gcc dot gnu dot org
--- Comment #3 from dnovillo at gcc dot gnu dot org 2006-01-27 14:26 --- Mine. -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassi

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-20 Thread martin at mpa-garching dot mpg dot de
--- Comment #2 from martin at mpa-garching dot mpg dot de 2006-01-20 19:17 --- Reduced testcase: int foo(); struct wigner_d { void recurse () { int dd; for (int j=0; j<=1; ++j) { #pragma omp parallel dd=5; } } }; template void rotate_alm(T arg) { wig

[Bug c++/25874] [gomp branch] ICE in calc_dfs_tree()

2006-01-20 Thread martin at mpa-garching dot mpg dot de
--- Comment #1 from martin at mpa-garching dot mpg dot de 2006-01-20 14:41 --- Created an attachment (id=10685) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10685&action=view) test case to reproduce the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25874