2 /* { dg-options "-Werror=sign-conversion -Werror=float-conversion -Werror=frame-larger-than=65536" } */
3 /* { dg-require-effective-target ptr32plus } */
8 unsigned int a
= -5; /* { dg-error "unsigned conversion from .int. to .unsigned int. changes value from .-5. to .\[0-9\]+." } */
15 return 3.1f
; /* { dg-error "conversion from .float. to .int. changes value" } */
25 } /* { dg-error "the frame size of 1\[0-9]* bytes is larger than 65536 bytes" } */
27 /* { dg-prune-output "treated as errors" } */