comparison gcc/testsuite/gcc.dg/pr70317.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* PR tree-optimization/70317 */ 1 /* PR tree-optimization/70317 */
2 /* { dg-do compile } */ 2 /* { dg-do compile } */
3 /* { dg-skip-if "No NaN support" { spu*-*-* vax*-*-* pdp11*-*-* } } */ 3 /* { dg-skip-if "No NaN support" { vax*-*-* pdp11*-*-* } } */
4 /* { dg-options "-O2 -fdump-tree-optimized" } */ 4 /* { dg-options "-O2 -fdump-tree-optimized" } */
5 /* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */ 5 /* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
6 6
7 typedef double V __attribute__((vector_size (256))); 7 typedef double V __attribute__((vector_size (256)));
8 typedef __typeof ((V) {} < (V) {}) T; 8 typedef __typeof ((V) {} < (V) {}) T;