[Bug target/111556] OMP_* environment variables not read if libgomp is loaded via dlopen([..], [..]|RTLD_DEEPBIND) and the process executable access the environ global variable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111556 Jay changed: What|Removed |Added CC||gnu.org at hovland dot cx --- Comment #4 from
[Bug c++/61609] New: running libraries compiled with different gcc versions
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gnu.org at hovland dot cx I have an application that tried to access a C++ class that was compiled into 2 different .so/library files. This class uses std::mt19937 and std::uniform_int_distribution When only the first