From b3dc87c5708c4df79482cda911e8703f5e182609 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sat, 5 Oct 2002 19:44:37 +0200 Subject: [PATCH] * c-common.c (cb_register_builtins): Use really_no_inline. From-SVN: r57844 --- gcc/ChangeLog | 4 ++++ gcc/c-common.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b6dcbca9d69..c0686d42a14 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 5 19:42:45 CEST 2002 Jan Hubicka + + * c-common.c (cb_register_builtins): Use really_no_inline. + 2002-10-04 David Edelsohn * unroll.c (copy_loop_body): Remove REG_EQUAL note attached to diff --git a/gcc/c-common.c b/gcc/c-common.c index b3358c2c1c2..4350f25ddaf 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4951,7 +4951,7 @@ cb_register_builtins (pfile) if (fast_math_flags_set_p ()) cpp_define (pfile, "__FAST_MATH__"); - if (flag_no_inline) + if (flag_really_no_inline) cpp_define (pfile, "__NO_INLINE__"); if (flag_signaling_nans) cpp_define (pfile, "__SUPPORT_SNAN__"); -- 2.30.2