comparison gcc/testsuite/gcc.dg/pr64465.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/64465 */ 1 /* PR tree-optimization/64465 */
2 /* { dg-do compile } */ 2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fexceptions" } */ 3 /* { dg-options "-O2 -fexceptions" } */
4 /* { dg-require-effective-target exceptions } */
4 5
5 extern int foo (int *); 6 extern int foo (int *);
6 extern int bar (int, int); 7 extern int bar (int, int);
7 static inline __attribute__ ((__always_inline__)) 8 static inline __attribute__ ((__always_inline__))
8 int baz (int o) 9 int baz (int o)