--- 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
--- 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]>
--- 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
--- 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
--- 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
--- 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; }
--- 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
--
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
--- 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://
101 - 109 of 109 matches
Mail list logo