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] |
On Monday, November 18, 2002, at 03:24 PM, Richard Henderson wrote:
This is the 'excess errors' test; it fails on Darwin because this test overrides malloc(), which causes the linker to complain about duplicate symbols.On Wed, Nov 06, 2002 at 01:00:53PM -0800, Geoffrey Keating wrote:* g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on Darwin.If this passes, then we're not testing what we think we're testing. The C++ runtime _does_ allocate memory when throwing. There is no way you could have affected that. This should still fail.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |