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 PR sanitizer/55617 via qsort


On Mon, Feb 04, 2013 at 12:12:36PM -0800, Mike Stump wrote:
> On Feb 4, 2013, at 11:23 AM, Mike Stump <mrs@mrs.kithrup.com> wrote:
> > On Feb 4, 2013, at 9:22 AM, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
> >>  Currently darwin is unable to utilize libasan with constructors due to the lack of
> >> constructor priority support on that target.
> > 
> >> Okay for gcc trunk?
> > 
> > Since asan doesn't need cross translation unit priorities, the patch is sufficient to fix all of the semantics needed for asan.
> 
> > Ok.
> 
> Committed revision 195735.
> 
> Note, this doesn't have the test case in it.  Please repost just the test case, thanks.

Mike,
   Sorry about that. Complete patch with testcase attached. I am currently testing
the dtors sorting.
        Jack

Attachment: final_vec_qsort_w_testcase.patch
Description: Text document


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