On May 29, 2016 10:47:05 AM GMT+02:00, "Dominique d'Humières" 
<domi...@lps.ens.fr> wrote:
>Richard,
>
>> … If all goes well I'd like to release GCC 5.4 at the beginning of
>next
>> week.
>
>Would it be possible to apply the following patch
>
>---
>../5.4.0-RC/gcc/testsuite/c-c++-common/asan/sanity-check-pure-c-1.c    
>2012-12-13
>00:04:22.000000000 +0100
>+++
>../5_work/gcc/testsuite/c-c++-common/asan/sanity-check-pure-c-1.c      
>2015-10-23
>09:30:02.000000000 +0200
>@@ -10,7 +10,7 @@ int main() {
> }
> 
> /* { dg-output "heap-use-after-free.*(\n|\r\n|\r)" } */
>-/* { dg-output "    #0 \[^\n\r]*(in
>_*(interceptor_|)free|\[(\])\[^\n\r]*(\n|\r\n|\r)" } */
>+/* { dg-output "    #0 \[^\n\r]*(in
>_*(interceptor_|wrap_)free|\[(\])\[^\n\r]*(\n|\r\n|\r)" } */
>/* { dg-output "    #1 \[^\n\r]*(in _*main
>(\[^\n\r]*sanity-check-pure-c-1.c:8|\[^\n\r]*:0)|\[(\]).*(\n|\r\n|\r)"
>} */
>-/* { dg-output "    #0 \[^\n\r]*(in
>_*(interceptor_|)malloc|\[(\])\[^\n\r]*(\n|\r\n|\r)" } */
>+/* { dg-output "    #0 \[^\n\r]*(in
>_*(interceptor_|wrap_)malloc|\[(\])\[^\n\r]*(\n|\r\n|\r)" } */
>/* { dg-output "    #1 \[^\n\r]*(in _*main
>(\[^\n\r]*sanity-check-pure-c-1.c:7|\[^\n\r]*:0)|\[(\])\[^\n\r]*(\n|\r\n|\r)"
>} */
>
>in order to fix the failures
>
>FAIL: c-c++-common/asan/sanity-check-pure-c-1.c *
>
>on darwin?

If the patch is on the gcc 6 branch then yes.

Richard.

>TIA
>
>Dominique


Reply via email to