[Bug c++/15097] code generator problem with ::delete and multiple inheritance and virtual deconstructs

2007-09-05 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2007-09-06 01:25 --- Subject: Bug 15097 Author: jason Date: Thu Sep 6 01:24:59 2007 New Revision: 128172 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128172 Log: PR c++/15097 * init.c (build_delete): Use build_h

[Bug libfortran/33225] Missing last digit in some formatted output (on 32bit targets), per kind write_float

2007-09-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #22 from jvdelisle at gcc dot gnu dot org 2007-09-06 01:32 --- Subject: Bug 33225 Author: jvdelisle Date: Thu Sep 6 01:32:11 2007 New Revision: 128173 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128173 Log: 2007-09-06 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug bootstrap/33100] [4.3 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0

2007-09-05 Thread hjl at lucon dot org
--- Comment #2 from hjl at lucon dot org 2007-09-06 03:21 --- As indicated in http://gcc.gnu.org/ml/gcc-patches/2007-08/msg00512.html there is at least one person has bootstrapped gcc successfully on i386-pc-solaris2.10. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100

[Bug c++/15745] exception specification incorrectly changes the type of the exception thrown

2007-09-05 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2007-09-06 03:33 --- Subject: Bug 15745 Author: jason Date: Thu Sep 6 03:33:46 2007 New Revision: 128174 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128174 Log: PR c++/15745 * except.c (prepare_eh_type): Use ty

[Bug bootstrap/33306] [4.3 regression] Bootstrap failure on alpha: ICE in convert_move, at expr.c:369

2007-09-05 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #5 from belyshev at depni dot sinp dot msu dot ru 2007-09-06 04:22 --- (In reply to comment #4) > Created an attachment (id=14159) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14159&action=view) [edit] > Proposed patch This patch fixes c-only bootstrap on alphaev56-u

[Bug c++/15764] no cleanup if temporary's dtor terminates with an exception

2007-09-05 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2007-09-06 05:36 --- This version of the test breaks under ICC: -- extern "C" void abort (); int counter = 0; int thrown = 0; struct a { ~a () { if (!thrown++) throw 1; } }; int f (a const&, const a&) { return 1; }

[Bug c++/19163] __attribute__((aligned)) not working in template

2007-09-05 Thread jason at gcc dot gnu dot org
--- Comment #10 from jason at gcc dot gnu dot org 2007-09-06 05:50 --- Vague references: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00247.html http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17743 Seems like Mark and/or Nathan have/had state on this that they haven't shared with the list

[Bug c++/19163] __attribute__((aligned)) not working in template

2007-09-05 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/19163] __attribute__((aligned)) not working in template

2007-09-05 Thread mark at codesourcery dot com
--- Comment #11 from mark at codesourcery dot com 2007-09-06 06:16 --- Subject: Re: __attribute__((aligned)) not working in template jason at gcc dot gnu dot org wrote: > --- Comment #10 from jason at gcc dot gnu dot org 2007-09-06 05:50 > --- > Vague references: > > http://

<    1   2