Re: [PATCH] fix PR sanitizer/55617 via qsort - dtors part

2013-02-04 Thread Jakub Jelinek
On Mon, Feb 04, 2013 at 04:58:02PM -0500, Jack Howarth wrote: > --- gcc/config/darwin.c (revision 195735) > +++ gcc/config/darwin.c (working copy) > @@ -89,7 +89,14 @@ typedef struct GTY(()) ctor_record { >int position; /* original position */ > } ctor_record; > > +t

[PATCH] fix PR sanitizer/55617 via qsort - dtors part

2013-02-04 Thread Jack Howarth
Mike, Attached is the requested qsort on destructors as well. After gcc branches for 4.8, I would imagine the first baby step towards full constructor/destructor priority support would be to remove... /* The Apple assembler and linker do not support constructor priorities. */ #undef SUPPORTS_I