Commit f23f16d4 by Jakub Jelinek Committed by Jakub Jelinek

re PR middle-end/70307 (ICE: in gimplify_expr, at gimplify.c:10915 on valid code)

	PR middle-end/70307
	* gcc.dg/torture/pr70307.c: Add -Wno-psabi to dg-options.  Prune
	rs6000 ABI warnings.

From-SVN: r234723
parent 123451d7
2016-04-04 Jakub Jelinek <jakub@redhat.com>
PR middle-end/70307
* gcc.dg/torture/pr70307.c: Add -Wno-psabi to dg-options. Prune
rs6000 ABI warnings.
2016-04-04 Jan Hubicka <hubicka@ucw.cz>
PR ipa/66223
......
/* PR c/70307 */
/* { dg-do compile } */
/* { dg-options "-Wno-psabi" } */
typedef int v4si __attribute__ ((vector_size (16)));
......@@ -60,3 +61,7 @@ fn8 (int i)
struct S s = { .v = (v4si){(1, i++)} == (v4si){(0, 0)} };
return s.v;
}
/* Ignore a warning that is irrelevant to the purpose of this test. */
/* { dg-prune-output "\[^\n\r\]*GCC vector passed by reference\[^\n\r\]*" } */
/* { dg-prune-output "\[^\n\r\]*GCC vector returned by reference\[^\n\r\]*" } */
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