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: [PATCH] Fix PR45645



On 14 Sep 2010, at 11:04, Richard Guenther wrote:


On Tue, Sep 14, 2010 at 12:32 AM, Jack Howarth <howarth@bromo.med.uc.edu > wrote:
Currently the g++.dg/torture/pr44972.C is failing on non-Linux
targets such as *-*-solaris2* and *-*-darwin* due to the expansion of
assert() into the non-portable __assert_fail() call in the testcase. The
following patch fixes this by replacing this call with the portable assert().
Tested on x86_64-apple-darwin10 at -m32/-m64. Okay for gcc trunk?
Jack

Ok.

r164479 Iain


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