Commit 81884594 by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/92768 (Maybe a wrong code for vector constants)

	PR tree-optimization/92768
	* gcc.dg/pr92768.c: Add -w -Wno-psabi to dg-options.

From-SVN: r279024
parent 38e078da
2019-12-06 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/92768
* gcc.dg/pr92768.c: Add -w -Wno-psabi to dg-options.
2019-12-05 Sandra Loosemore <sandra@codesourcery.com>
* g++.target/nios2/hello-pie.C: New.
......
/* { dg-options "-O2 -fno-signed-zeros -fdump-tree-optimized" } */
/* PR tree-optimization/92768 */
/* { dg-options "-O2 -fno-signed-zeros -fdump-tree-optimized -w -Wno-psabi" } */
typedef float v4sf __attribute__((vector_size(16)));
v4sf f () { return (v4sf) { 0.0, -0.0, 0.0, -0.0 }; }
......
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