Commit 1c070612 by Jakub Jelinek Committed by Jakub Jelinek

re PR c/87286 (ICE on vectors of enums)

	PR c/87286
	* gcc.dg/pr87286.c: Add -Wno-psabi to dg-options.

From-SVN: r265006
parent 6cdd5aec
2018-10-10 Jakub Jelinek <jakub@redhat.com>
PR c/87286
* gcc.dg/pr87286.c: Add -Wno-psabi to dg-options.
2018-10-09 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/84423
......
/* { dg-options "-Wno-psabi" } */
enum foo { F };
typedef enum foo vec_foo __attribute__((vector_size (16)));
vec_foo add (vec_foo x, vec_foo y) { return x + y; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment