Skip to content
Snippets Groups Projects
Commit deb1365e authored by Jeff Law's avatar Jeff Law
Browse files

Handle 16 bit targets in diagnostic pruning

gcc/testsuite
	* gcc.dg/Wbuiltin-declaration-mismatch-9.c: Improve pruning of
	invalid scanf call messages.
parent 292c9271
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,5 @@ void a (void) ...@@ -12,4 +12,5 @@ void a (void)
} }
/* The invalid scanf call may also trigger: /* 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" } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment