[Bug c++/54483] undefined reference to static constexpr in .so

2014-11-30 Thread usack at math dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54483 --- Comment #8 from Juisoo --- The described case seems to work in GCC 4.9.2 with the attached files and g++ -c -fpic testicle.cc -std=c++11 g++ -shared -o libtesticle.so testicle.o g++ -L/home/usack/entwicklung/tetris -Wall -o testicles main.c

[Bug c++/54483] undefined reference to static constexpr in .so

2014-11-30 Thread usack at math dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54483 --- Comment #7 from Juisoo --- Created attachment 34148 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34148&action=edit second test case

[Bug c++/54483] undefined reference to static constexpr in .so

2014-11-30 Thread usack at math dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54483 Juisoo changed: What|Removed |Added CC||usack at math dot fu-berlin.de --- Comment #6