[Bug c++/88061] section attributes of variable templates are ignored

2023-12-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 --- Comment #11 from Patrick Palka --- N.B. that commit just naively fixes the attribute propagation issue which seems to make at least simple examples work as expected. The question of section + comdat handling could IIUC be demonstrated using

[Bug c++/88061] section attributes of variable templates are ignored

2023-12-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Patrick Palka changed: What|Removed |Added Target Milestone|--- |14.0 Resolution|---

[Bug c++/88061] section attributes of variable templates are ignored

2023-12-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 --- Comment #9 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:ea7bebff7cc5a5eb780a6ca646cb77cad1b625d6 commit r14-6595-gea7bebff7cc5a5eb780a6ca646cb77cad1b625d6 Author: Patrick Palka Date:

[Bug c++/88061] section attributes of variable templates are ignored

2023-04-20 Thread milan.svoboda at centrum dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 --- Comment #8 from Milan Svoboda --- Well, additional workaround is to use -fdata-sections. Then the workaround with the linker script works also for the templated static functions and for functions (templated, static) in anonymous namespace

[Bug c++/88061] section attributes of variable templates are ignored

2023-04-20 Thread milan.svoboda at centrum dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Milan Svoboda changed: What|Removed |Added CC||milan.svoboda at centrum dot cz ---

[Bug c++/88061] section attributes of variable templates are ignored

2023-04-06 Thread barry.revzin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 --- Comment #6 from Barry Revzin --- Any action on this one? A workaround right now is to change code that would ideally look like (which is pretty clean in my opinion): template void foo() { [[gnu::section(".meow")]] static int value =

[Bug c++/88061] section attributes of variable templates are ignored

2022-03-08 Thread barry.revzin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Barry Revzin changed: What|Removed |Added CC||barry.revzin at gmail dot com ---

[Bug c++/88061] section attributes of variable templates are ignored

2021-08-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Andrew Pinski changed: What|Removed |Added CC||erstrauss at gmail dot com --- Comment

[Bug c++/88061] section attributes of variable templates are ignored

2021-08-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW

[Bug c++/88061] section attributes of variable templates are ignored

2019-11-06 Thread strager.nds at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Strager Neds changed: What|Removed |Added CC||strager.nds at gmail dot com --- Comment

[Bug c++/88061] section attributes of variable templates are ignored

2019-09-18 Thread fewix3000 at hotmail dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Felix Jones changed: What|Removed |Added CC||fewix3000 at hotmail dot co.uk ---

[Bug c++/88061] section attributes of variable templates are ignored

2018-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|