[Bug c++/34895] ICE at dwarf2out.c:13742

2008-01-20 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #1 from theodore dot papadopoulo at sophia dot inria dot fr 2008-01-21 03:15 --- Created an attachment (id=14984) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14984action=view) The code that triggers the ICE Just compile with -g -O2 to see the problem. -- http

[Bug c++/34895] New: ICE at dwarf2out.c:13742

2008-01-20 Thread theodore dot papadopoulo at sophia dot inria dot fr
ReportedBy: theodore dot papadopoulo at sophia dot inria dot fr GCC build triplet: x86_64-redhat-linux GCC host triplet: x86_64-redhat-linux GCC target triplet: x86_64-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34895

[Bug c++/33025] [4.3 Regression] Wrong calling of placement new with conditionals

2007-08-09 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #4 from theodore dot papadopoulo at sophia dot inria dot fr 2007-08-09 12:02 --- Created an attachment (id=14046) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14046action=view) A new more minimal test case The same program was still working with gcc version 4.3.0

[Bug c++/33025] New: Wrong optimisation

2007-08-08 Thread theodore dot papadopoulo at sophia dot inria dot fr
... -- Summary: Wrong optimisation Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: theodore dot papadopoulo at sophia

[Bug c++/33025] Wrong optimisation

2007-08-08 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #1 from theodore dot papadopoulo at sophia dot inria dot fr 2007-08-08 17:49 --- Created an attachment (id=14043) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14043action=view) The piece of code that shows the problem. One more note. The bug seems related

[Bug libgomp/32789] Profiling not possible with -fopenmp

2007-07-17 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #1 from theodore dot papadopoulo at sophia dot inria dot fr 2007-07-17 09:55 --- This is similar to the comment (maybe misplaced) of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31862 The problem, as far as I understand it is that any kind of profiling (gprof, profile-arcs

[Bug libgomp/32789] Profiling not possible with -fopenmp

2007-07-17 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #2 from theodore dot papadopoulo at sophia dot inria dot fr 2007-07-17 10:11 --- And to reply to myself, it needs either to use thread local storage to hold the counters and then to add some piece of code to fuse the values of the various counters at the end of a thread

[Bug middle-end/31862] Loop IM and other optimizations harmful for -fopenmp

2007-06-04 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #11 from theodore dot papadopoulo at sophia dot inria dot fr 2007-06-04 18:12 --- (In reply to comment #8) I suspect (unless I'm overlooked something) that this problem cause wrong statistics when using jointly the -fopenmp and -profile-* flags. I tried that and seen

[Bug c++/32177] g++ crashes on some valid OpenMP code

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

[Bug c++/32177] New: g++ crashes on some valid OpenMP code

2007-06-01 Thread theodore dot papadopoulo at sophia dot inria dot fr
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: theodore dot papadopoulo at sophia dot inria dot fr GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc

[Bug c++/31708] threadprivate with function block static reports incomplete type

2007-04-26 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #1 from theodore dot papadopoulo at sophia dot inria dot fr 2007-04-26 07:32 --- This is a duplicate of PR 31598 (which was against 4.3 not 4.2). Jakub Jelinek proposed a patch (http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01572.html) that seems to be accepted

[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-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

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

2007-04-17 Thread theodore dot papadopoulo at sophia dot inria dot fr
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: theodore dot papadopoulo at sophia dot inria dot fr GCC build triplet: i686-pc-linux-gnu GCC

[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 -- http://gcc.gnu.org/bugzilla

[Bug c++/25278] New: g++ seems to ignore an overloaded function.

2005-12-06 Thread theodore dot papadopoulo at sophia dot inria dot fr
: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: theodore dot papadopoulo at sophia dot inria dot fr GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686

[Bug c++/25278] g++ seems to ignore an overloaded function.

2005-12-06 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #1 from theodore dot papadopoulo at sophia dot inria dot fr 2005-12-06 17:39 --- Created an attachment (id=10419) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10419action=view) The code describing the regression. Simplify compile with g++ -- http://gcc.gnu.org

[Bug c++/25278] g++ seems to ignore an overloaded function.

2005-12-06 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #3 from theodore dot papadopoulo at sophia dot inria dot fr 2005-12-06 18:46 --- (In reply to comment #0) The code attached does not compile since version 4.0 of gcc. Remove either the Cpu namespace or one element in the enumeration or replace the array size in RGBPixel

[Bug c++/25278] g++ seems to ignore an overloaded function.

2005-12-06 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Comment #4 from theodore dot papadopoulo at sophia dot inria dot fr 2005-12-06 18:51 --- (In reply to comment #2) I may accept that g++ is right to reject this code. I cannot convince myself from reading the standard but I'm not a langage lawyer. I think that this is a major flaw

[Bug c++/22549] New: Differing error messages depending on thelocality of a variable

2005-07-18 Thread theodore dot papadopoulo at sophia dot inria dot fr
Severity: minor Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: theodore dot papadopoulo at sophia dot inria dot fr CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-redhat-linux GCC host triplet

[Bug c++/22549] Differing error messages depending on thelocality of a variable

2005-07-18 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Additional Comments From theodore dot papadopoulo at sophia dot inria dot fr 2005-07-18 15:00 --- Created an attachment (id=9301) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9301action=view) The two function should give the same error message!!! -- http://gcc.gnu.org

[Bug c++/22549] Differing error messages depending on thelocality of a variable

2005-07-18 Thread theodore dot papadopoulo at sophia dot inria dot fr
--- Additional Comments From theodore dot papadopoulo at sophia dot inria dot fr 2005-07-18 15:26 --- Subject: Re: Differing error messages depending on thelocality of a variable On Mon, 2005-07-18 at 15:12 +, bangerth at dealii dot org wrote: --- Additional Comments