[Bug c++/36767] [4.3/4.4 Regression] Segmentation fault with -fprofile-arcs -O2

2008-07-24 Thread dodji at gcc dot gnu dot org
--- Comment #7 from dodji at gcc dot gnu dot org 2008-07-25 00:03 --- Created an attachment (id=15957) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15957&action=view) fixes DECL_CONTEXT() of the temporary variables in the initialiser So this patch seems to make the crash

[Bug c++/36767] [4.3/4.4 Regression] Segmentation fault with -fprofile-arcs -O2

2008-07-24 Thread dodji at gcc dot gnu dot org
--- Comment #8 from dodji at gcc dot gnu dot org 2008-07-25 00:04 --- By the way, I can reproduce the problem on trunk. I think I was lacking sleep when I first said I could not reproduce it on trunk. Sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36767

[Bug c++/36767] [4.3/4.4 Regression] Segmentation fault with -fprofile-arcs -O2

2008-07-28 Thread dodji at gcc dot gnu dot org
--- Comment #10 from dodji at gcc dot gnu dot org 2008-07-28 07:19 --- Created an attachment (id=15968) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15968&action=view) try scanning DECL_EXPR instead of VAR_DECLs directly. @Jason: I have tried scanning DECL_EXPR and setti

[Bug c++/36767] [4.3/4.4 Regression] Segmentation fault with -fprofile-arcs -O2

2008-07-28 Thread dodji at gcc dot gnu dot org
--- Comment #11 from dodji at gcc dot gnu dot org 2008-07-28 10:52 --- Created an attachment (id=15969) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15969&action=view) update vars more specifically, adding BIND_EXPR After talking with Jakub, it appeared that I was forget

[Bug c++/36767] [4.3/4.4 Regression] Segmentation fault with -fprofile-arcs -O2

2008-07-28 Thread dodji at gcc dot gnu dot org
--- Comment #13 from dodji at gcc dot gnu dot org 2008-07-28 17:01 --- Created an attachment (id=15972) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15972&action=view) reworked patch Reworked patch to walk BIND_EXPR_VARs only. I think there is no need to walk VAR_DE

[Bug translation/36958] New: typos in french translation.

2008-07-28 Thread dodji at gcc dot gnu dot org
effet" -- Summary: typos in french translation. Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: translation AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dodji at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36958

[Bug translation/36958] typos in french translation.

2008-07-28 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org |dot org

[Bug translation/36958] typos in french translation.

2008-07-28 Thread dodji at gcc dot gnu dot org
--- Comment #2 from dodji at gcc dot gnu dot org 2008-07-28 22:40 --- Ah okay. So what is the email address to send the translation fixes to ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36958

[Bug c++/36767] [4.3/4.4 Regression] Segmentation fault with -fprofile-arcs -O2

2008-07-30 Thread dodji at gcc dot gnu dot org
--- Comment #14 from dodji at gcc dot gnu dot org 2008-07-30 13:09 --- Subject: Bug 36767 Author: dodji Date: Wed Jul 30 13:07:50 2008 New Revision: 138308 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138308 Log: 2008-07-30 Dodji Seketeli <[EMAIL PROTECTED]>

[Bug c++/36767] [4.3/4.4 Regression] Segmentation fault with -fprofile-arcs -O2

2008-07-30 Thread dodji at gcc dot gnu dot org
--- Comment #15 from dodji at gcc dot gnu dot org 2008-07-30 13:19 --- Subject: Bug 36767 Author: dodji Date: Wed Jul 30 13:18:31 2008 New Revision: 138309 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138309 Log: 2008-07-30 Dodji Seketeli <[EMAIL PROTECTED]>

[Bug c++/36478] [4.3/4.4 regression] warning not emitted when code expanded from macro

2008-07-31 Thread dodji at gcc dot gnu dot org
--- Comment #2 from dodji at gcc dot gnu dot org 2008-07-31 12:22 --- Created an attachment (id=15984) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15984&action=view) candidate partial fix This patch fixes the problem patially. if you have: void foo () {

[Bug c++/36408] [4.3/4.4 regression] ICE with statement expression in template

2008-08-01 Thread dodji at gcc dot gnu dot org
--- Comment #5 from dodji at gcc dot gnu dot org 2008-08-01 08:54 --- Created an attachment (id=15988) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15988&action=view) first fix attempt. This patch fixes the problem for me on gcc-4_3-branch. Regtested for x86_64 on

[Bug c++/36408] [4.3/4.4 regression] ICE with statement expression in template

2008-08-01 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org |dot org

[Bug c++/36408] [4.3/4.4 regression] ICE with statement expression in template

2008-08-01 Thread dodji at gcc dot gnu dot org
--- Comment #7 from dodji at gcc dot gnu dot org 2008-08-01 09:33 --- Created an attachment (id=15989) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15989&action=view) fixed a typo. Woops, thanks Paolo. I have Updated the patch. -- dodji at gcc dot gnu dot org

[Bug c++/36408] [4.3/4.4 regression] ICE with statement expression in template

2008-08-01 Thread dodji at gcc dot gnu dot org
--- Comment #9 from dodji at gcc dot gnu dot org 2008-08-01 13:32 --- Created an attachment (id=15991) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15991&action=view) updated patch > - the error message we give in this case is pretty poor. Here we have an >empt

[Bug c++/36408] [4.3/4.4 regression] ICE with statement expression in template

2008-08-01 Thread dodji at gcc dot gnu dot org
--- Comment #11 from dodji at gcc dot gnu dot org 2008-08-01 17:54 --- Doug, thanks for your comments. I have submitted the patch to the list http://gcc.gnu.org/ml/gcc-patches/2008-08/msg00082.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36408

<    1   2   3   4   5   6