Handle 16 bit targets in diagnostic pruning
gcc/testsuite * gcc.dg/Wbuiltin-declaration-mismatch-9.c: Improve pruning of invalid scanf call messages.
This commit is contained in:
parent
292c92715b
commit
deb1365e5c
1 changed files with 2 additions and 1 deletions
|
@ -12,4 +12,5 @@ void a (void)
|
|||
}
|
||||
|
||||
/* The invalid scanf call may also trigger:
|
||||
{ dg-prune-output "accessing 4 bytes in a region of size 1" } */
|
||||
{ dg-prune-output "accessing 4 bytes in a region of size 1" }
|
||||
{ dg-prune-output "accessing 2 bytes in a region of size 1" } */
|
||||
|
|
Loading…
Add table
Reference in a new issue