https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67950
Andrew Dixie changed:
What|Removed |Added
CC||gcc at dixie dot net.nz
--- Comment #6
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at dixie dot net.nz
I believe this is rejects-valid:
class Base { public: virtual ~Base () {} };
class Derived: virtual Base { public: virtual ~Derived() {} };
class D2: virtual public Base, public Derived { public
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64077
--- Comment #2 from Andrew Dixie ---
(In reply to Daniel Krügler from comment #1)
Thanks for investigating and providing the reference.
I did not understand that upcasts were intended to override potential cross
casts, issue 665 makes this clea
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64077
Andrew Dixie changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12277
Andrew Dixie changed:
What|Removed |Added
CC||gcc at dixie dot net.nz
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12277
--- Comment #8 from Andrew Dixie ---
Created attachment 34130
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34130&action=edit
dynamic_cast warning
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at dixie dot net.nz
Host: powerpc-ibm-aix7.1.0.0
Target: powerpc-ibm-aix7.1.0.0
Build: powerpc-ibm-aix7.1.0.0
Created attachment 33638
--> https://gcc.gnu.org/bugzilla/attachment.cgi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435
Andrew Dixie changed:
What|Removed |Added
CC||dje at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435
--- Comment #4 from Andrew Dixie ---
I tried gcc-5-20140928 snapshot
This snapshot doesn't generate a localalias for the testcase, and it generates
very few localalias symbols in general.
There was only one localalias symbol produced in the ent
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36022
--- Comment #6 from Andrew Dixie 2010-11-01 01:32:39
UTC ---
Created attachment 22215
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22215
add key functions to classes in stdexcept
FWIW. This patch an top of the patch from Benjamin Kosnik
10 matches
Mail list logo