[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-27 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-04-28 00:46 --- *** Bug 31708 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-26 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #4 from theodore dot papadopoulo at sophia dot inria dot fr 2007-04-26 07:32 --- The patch at posted by Jakub http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01572.html seems to resolve this bug. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31598

[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-26 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2007-04-26 08:32 --- Subject: Bug 31598 Author: jakub Date: Thu Apr 26 08:32:27 2007 New Revision: 124178 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=124178 Log: PR c++/31598 * tree-inline.c (copy_body_r): Don't

[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-26 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2007-04-26 08:39 --- Subject: Bug 31598 Author: jakub Date: Thu Apr 26 08:39:25 2007 New Revision: 124180 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=124180 Log: PR c++/31598 * tree-inline.c (copy_body_r): Don't

[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-26 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2007-04-26 08:46 --- Fixed (4.3/4.2/4.1-rh). -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-24 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-23 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #2 from theodore dot papadopoulo at sophia dot inria dot fr 2007-04-23 16:46 --- (From update of attachment 13378) Slightly simplified the testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31598

[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-23 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #3 from theodore dot papadopoulo at sophia dot inria dot fr 2007-04-23 17:01 --- Sorry to have added you without asking Jakub, but it looks like you are one of the person that deals with OpenMP and this bug seems to have been unnoticed up to now... It seems that this

[Bug c++/31598] g++ does not accept some OpenMP code

2007-04-17 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #1 from theodore dot papadopoulo at sophia dot inria dot fr 2007-04-17 09:21 --- Created an attachment (id=13378) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13378action=view) The source code showing the potential bug --