GCC 5.4 Release Candidate available from gcc.gnu.org
Dominique d'Humières
dominiq@lps.ens.fr
Sun May 29 08:47:00 GMT 2016
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?
TIA
Dominique
More information about the Gcc
mailing list