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 g++.dg/abi/key2.C testcase on darwin (PR testsuite/37241)


On Mon, 2008-11-03 at 21:29 +0100, Jakub Jelinek wrote:
> Hi!
> 
> This testcase fails since -O0 went to -funit-at-a-time
> -fno-toplevel-reorder, as the _ZT{V,S,I}* objects are now emitted
> in different order and __ZT{V,I}* which are in the same section
> now use just one .section directive instead of 2, when __ZTS* was
> emitted in between them.
> Tested by Dominique, ok for trunk?

OK.

Janis



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