https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14
Daniel Colascione changed:
What|Removed |Added
CC||dancol at dancol dot org
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: dancol at dancol dot org
Target Milestone: ---
Consider the following code. make_vector2() ought to be equivalent to just
"return make_vector_val()", and under Clang (10.0), it i
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: dancol at dancol dot org
Say we have modules Foo and Bar. Foo links against shared libgcc, but Bar does
not. Now, if we load Foo, load Bar, unload Foo, then unload Bar, then Bar