This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [c++,committed] Revert patch for PR/c++2294


Eric Botcazou wrote:
I just reverted Bernardo's reverting patch and ran the C++ testsuite: the
hundreds of failures didn't show up.  Weird.

On second thoughts, I have a possible explanation: libstdc++ may have been damaged and the C++ testcases may have failed to link (the failures were all of the kind "compilation failed to produce executable").


Did you re-build libstdc++ after applying your patch?

Actually, yesterday I've run a full rebuild in the combined tree and something in libstdc++ failed to link because of a few missing pthread functions.

I've raised an eyebrow, re-ran the link stage manually adding -lpthread,
and continued the build. As I still had Giovanni's patch applied on my tree,
the build stopped on libjava with the usual errors.

Except for that minor glitch, I think my libstdc++ is fine.

--
 // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]