Hide Forgot
Created attachment 484107 [details] C++ test file Description of problem: The following code: #include <sys/timex.h> int main(int argc, char **argv) { return 0; } results in a compilation error when compiling with g++: $ g++ test.cpp In file included from test.cpp:1: /usr/include/sys/timex.h:145: error: expected initializer before ‘throw’ Version-Release number of selected component (if applicable): glibc-headers-2.12-1.7.el6.x86_64 How reproducible: reproducible if attached file is compiled with g++, but not with gcc. Additional info: On Fedora it was fixed with glibc-2.12-2 , see Bug 593762
*** This bug has been marked as a duplicate of bug 652661 ***