Skip to content
Snippets Groups Projects
Commit 38c17311 authored by David Edelsohn's avatar David Edelsohn
Browse files

testsuite: Add -Wno-psabi to pr104505.c

The testcase references a vector type that elicits a psabi warning.
This patch adds the option to suppress the warning.

	* c-c++-common/pr104505.c: Add -Wno-psabi.
parent 8977f4be
No related branches found
No related tags found
No related merge requests found
/* { dg-do compile } */
/* { dg-additional-options "-Wno-psabi" } */
typedef char __attribute__((__vector_size__ (8))) U;
typedef short __attribute__((__vector_size__ (16))) V;
......
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