view gcc/testsuite/gcc.dg/pr92768.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
line wrap: on
line source

/* 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 }; }

/* { dg-final { scan-tree-dump {{ 0\.0, -0\.0, 0\.0, -0\.0 }} "optimized" } } */