--- Comment #15 from aldot at gcc dot gnu dot org 2006-05-21 13:10 ---
Subject: Bug 25776
Author: aldot
Date: Sun May 21 13:10:37 2006
New Revision: 113952
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113952
Log:
ACKed by Jan Hubicka in http://gcc.gnu.org/bugzilla/show_bug.cgi
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-05-20 22:35
---
Subject: Bug 25776
Author: pinskia
Date: Sat May 20 22:35:02 2006
New Revision: 113941
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113941
Log:
2006-05-20 Andrew Pinski <[EMAIL PROTECTED]>
PR
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-05-20 22:35
---
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNE
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-05-20 20:20
---
(In reply to comment #11)
> Did you resolve your copyright problems?
No but this patch is small enough not to need a copyright assignment so I am
going to commit it now.
--
http://gcc.gnu.org/bugzilla/show_bu
--- Comment #11 from tbm at cyrius dot com 2006-05-18 09:34 ---
(In reply to comment #10)
> Mine.
Did you resolve your copyright problems?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25776
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-05-05 08:11
---
Mine.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassign
--- Comment #9 from hubicka at gcc dot gnu dot org 2006-04-30 13:27 ---
Both patches (comment #7 and comment #8) are OK assuming they pass testing
(that is rather obvious).
Thanks,
Honza
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25776
--- Comment #8 from aldot at gcc dot gnu dot org 2006-04-25 17:00 ---
Created an attachment (id=11334)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11334&action=view)
fix typo in errormessage in verify_cgraph_node()
Just as a sidenote.. There is a typo in the error message in com
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-04-24 00:38 ---
here is the fix I came up with:
Index: cgraphunit.c
===
--- cgraphunit.c(revision 113199)
+++ cgraphunit.c(working copy)
@@ -1404,7 +140
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-04-19 03:03 ---
This also can ICE with valid code with -Werror and a warning was emitted, PR
27207 was that case.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-04-19 03:02 ---
*** Bug 27207 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-04-02 05:36 ---
*** Bug 26979 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-14 12:49 ---
*** Bug 26281 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #2 from reichelt at gcc dot gnu dot org 2006-01-19 15:57
---
Confirmed. Reduced testcase:
===
struct A
{
ERROR;
~A();
};
struct B
{
virtual ~B();
};
struct C : B, A {};
struct D : C {};
D d;
===
--
reichelt at gcc dot gn
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-16 06:24 ---
The ICE is:
t.cc:33: error: inlined_to pointer is set but no predecesors found
virtual std::events::scrollbar::~scrollbar()/33: (inline copy in void
__static_initialization_and_destruction_0(int, int)/11)
availabilit
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||hubicka at gcc dot gnu dot
|
16 matches
Mail list logo