[Bug target/63874] vtable address generation goes through memory

2016-07-06 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63874 Ramana Radhakrishnan changed: What|Removed |Added Target Milestone|--- |7.0

[Bug target/63874] vtable address generation goes through memory

2016-07-04 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63874 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/63874] vtable address generation goes through memory

2016-07-04 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63874 --- Comment #3 from Ramana Radhakrishnan --- Author: ramana Date: Mon Jul 4 09:06:02 2016 New Revision: 237957 URL: https://gcc.gnu.org/viewcvs?rev=237957=gcc=rev Log: [AArch64] Fix PR target/63874 In this PR we have a situation where we

[Bug target/63874] vtable address generation goes through memory

2016-03-31 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63874 --- Comment #2 from Ramana Radhakrishnan --- (In reply to Richard Earnshaw from comment #1) > Sounds like this might be confusion between weak definitions and weak > references. If we have a weak reference to the object, we cannot convert it >

[Bug target/63874] vtable address generation goes through memory

2014-11-18 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63874 --- Comment #1 from Richard Earnshaw rearnsha at gcc dot gnu.org --- Sounds like this might be confusion between weak definitions and weak references. If we have a weak reference to the object, we cannot convert it into a pc-relative expression,

[Bug target/63874] vtable address generation goes through memory

2014-11-17 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63874 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW