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

2013-02-04 Thread Jack Howarth
On Mon, Feb 04, 2013 at 08:58:45PM -0500, Jack Howarth wrote: >Attached is the revised patch to sort destructors within code modules > by priority on darwin. The patch now uses a common cdtor_record structure > type and renamed sort_cdtor_records routine. Other misc. formatting issues > are add

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

2013-02-04 Thread Jack Howarth
Attached is the revised patch to sort destructors within code modules by priority on darwin. The patch now uses a common cdtor_record structure type and renamed sort_cdtor_records routine. Other misc. formatting issues are addressed as well as well as enabling the g++.dg/asan/pr55617.C test on a