[Bug c++/67950] AIX: Illegal instruction in accept()

2016-02-11 Thread gcc at dixie dot net.nz
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

[Bug c++/64077] New: dynamic_cast incorrectly rejected for private base

2014-11-25 Thread gcc at dixie dot net.nz
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

[Bug c++/64077] dynamic_cast incorrectly rejected for private base

2014-11-26 Thread gcc at dixie dot net.nz
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

[Bug c++/64077] dynamic_cast incorrectly rejected for private base

2014-11-27 Thread gcc at dixie dot net.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64077 Andrew Dixie changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/12277] Warn on dynamic casts with known NULL results.

2014-11-27 Thread gcc at dixie dot net.nz
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

[Bug c++/12277] Warn on dynamic casts with known NULL results.

2014-11-27 Thread gcc at dixie dot net.nz
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

[Bug c/63435] New: Bad code with weak vs localalias on AIX

2014-10-01 Thread gcc at dixie dot net.nz
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

[Bug c/63435] Bad code with weak vs localalias on AIX

2014-10-01 Thread gcc at dixie dot net.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435 Andrew Dixie changed: What|Removed |Added CC||dje at gcc dot gnu.org,

[Bug target/63435] Bad code with weak vs localalias on AIX

2014-10-05 Thread gcc at dixie dot net.nz
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

[Bug libstdc++/36022] stl templates exported as weak symbols though visibility hidden is used

2010-10-31 Thread gcc at dixie dot net.nz
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