mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
libsanitizer: update test
gcc/testsuite/ChangeLog: * c-c++-common/ubsan/builtin-1.c: Update test case due to sanitizer has change the error message.
This commit is contained in:
parent
4d2cd30471
commit
1b35b92935
@ -30,7 +30,7 @@ main ()
|
||||
}
|
||||
|
||||
/* { dg-output "FOO MARKER1(\n|\r\n|\r)" } */
|
||||
/* { dg-output "(\[^\n\r]*runtime error: passing zero to ctz\\\(\\\), which is not a valid argument\[^\n\r]*(\n|\r\n|\r)){4}" } */
|
||||
/* { dg-output "(\[^\n\r]*runtime error: passing zero to __builtin_ctz\\\(\\\), which is not a valid argument\[^\n\r]*(\n|\r\n|\r)){4}" } */
|
||||
/* { dg-output "FOO MARKER2(\n|\r\n|\r)" } */
|
||||
/* { dg-output "(\[^\n\r]*runtime error: passing zero to clz\\\(\\\), which is not a valid argument\[^\n\r]*(\n|\r\n|\r)){4}" } */
|
||||
/* { dg-output "(\[^\n\r]*runtime error: passing zero to __builtin_clz\\\(\\\), which is not a valid argument\[^\n\r]*(\n|\r\n|\r)){4}" } */
|
||||
/* { dg-output "FOO MARKER3" } */
|
||||
|
Loading…
Reference in New Issue
Block a user