comparison gcc/testsuite/gcc.dg/guality/inline-params-2.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 temporarily deletes the assignment to the result, which in turn 4 temporarily deletes the assignment to the result, which in turn
5 resets any debug bind stmts referencing the result. Make sure we 5 resets any debug bind stmts referencing the result. Make sure we
6 don't do that, verifying that the result is visible after the call, 6 don't do that, verifying that the result is visible after the call,
7 and when passed to another inline function. */ 7 and when passed to another inline function. */
8 /* { dg-options "-g" } */ 8 /* { dg-options "-g" } */
9 /* { dg-xfail-run-if "" { "*-*-*" } { "-fno-fat-lto-objects" } } */
10 9
11 #define GUALITY_DONT_FORCE_LIVE_AFTER -1 10 #define GUALITY_DONT_FORCE_LIVE_AFTER -1
12 11
13 #ifndef STATIC_INLINE 12 #ifndef STATIC_INLINE
14 #define STATIC_INLINE /*static*/ 13 #define STATIC_INLINE /*static*/