[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-11-14 Thread niva at niisi dot msk.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 --- Comment #9 from niva at niisi dot msk.ru --- I have built gcc-9.2.0 with --enable-vtable-verify for x86_64 under Fedora 22 with the correction https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=274386 Linking with -fvtable-verify and -st

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-11-13 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 --- Comment #7 from ctice at gcc dot gnu.org --- To the best of my knowledge this is fixed; do you have evidence otherwise?

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-11-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 --- Comment #6 from Eric Gallager --- (In reply to ctice from comment #5) > Author: ctice > Date: Tue Aug 13 16:11:20 2019 > New Revision: 274386 > > URL: https://gcc.gnu.org/viewcvs?rev=274386&root=gcc&view=rev > Log: > Fix PR other/91396 stati

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-08-13 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 --- Comment #5 from ctice at gcc dot gnu.org --- Author: ctice Date: Tue Aug 13 16:11:20 2019 New Revision: 274386 URL: https://gcc.gnu.org/viewcvs?rev=274386&root=gcc&view=rev Log: Fix PR other/91396 static linke error with -fvtable-verify Fix

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-08-09 Thread ctice at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 ctice at gcc dot gnu.org changed: What|Removed |Added CC||ctice at gcc dot gnu.org --- C

[Bug other/91396] Link error when I use -fvtable-verify=std and -static

2019-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91396 Richard Biener changed: What|Removed |Added Component|driver |other --- Comment #3 from Richard Biene