Commit aa806c3b by Jakub Jelinek

re PR middle-end/78295 (Spurious -Wuninitialized warning for vector element assignment)

	PR middle-end/78295
	* gcc.dg/uninit-pr78295.c: Add -Wno-psabi to dg-options.

From-SVN: r242413
parent f632d671
2016-11-15 Jakub Jelinek <jakub@redhat.com>
PR middle-end/78295
* gcc.dg/uninit-pr78295.c: Add -Wno-psabi to dg-options.
2016-11-14 Michael Meissner <meissner@linux.vnet.ibm.com>
* gcc.target/powerpc/vec-set-int.c: New test.
......
/* { dg-do compile } */
/* { dg-options "-O2 -Wall" } */
/* { dg-options "-O2 -Wall -Wno-psabi" } */
typedef double vectype __attribute__ ((__vector_size__ (16)));
......
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