[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

2023-12-14 Thread gnu.org at hovland dot cx via Gcc-bugs
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

2014-06-25 Thread gnu.org at hovland dot cx
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