https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64202
Michael Truog changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64202
Michael Truog changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #7 from Michael Truog
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64202
--- Comment #3 from Michael Truog ---
The commands to compile the minimal example are:
g++ -O0 -g -c test_lib.cpp -o test_lib.o
g++ -fPIC -DPIC -shared test_lib.o -o libtest.so.0.0.0
gcc -O0 -g -c -o test_main.o test_main.c
gcc -o test test_main
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64202
--- Comment #1 from Michael Truog ---
Created attachment 34204
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34204&action=edit
shared library implementation compiled as C++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64202
--- Comment #2 from Michael Truog ---
Created attachment 34205
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34205&action=edit
Main executable compiled as C
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mjtruog at gmail dot com
Created attachment 34203
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34203&action=edit
Shared library interface with C linkag