From 965514bd92689acdf4d64d47c9905099a1c7b829 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 16 Jan 2004 19:53:51 +0100 Subject: re PR target/13608 (Incorrect code with -O3 -ffast-math) * i386.md (load_tp_di): Fix pasto. PR opt/13608 * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function. * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator, pp_c_character_constant, pp_c_floating_constant, pp_c_additive_expression, pp_c_shift_expression, pp_c_equality_expression, pp_c_and_expression, pp_c_exclusive_or_expression, pp_c_inclusive_or_expression, pp_c_logical_and_expression): Remove inline modifier. * dwarf2out.c (get_AT): Likewise. * et-forest.c (et_splay): Likewise. * ra.h (ra_alloc, ra_calloc): Likewise * mangle.c (write_mangled_name): Remove inline modifier. From-SVN: r75988 --- gcc/et-forest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/et-forest.c') diff --git a/gcc/et-forest.c b/gcc/et-forest.c index ea7793f..dfc05a3 100644 --- a/gcc/et-forest.c +++ b/gcc/et-forest.c @@ -312,7 +312,7 @@ check_path_after (struct et_occ *occ) /* Splay the occurence OCC to the root of the tree. */ -static inline void +static void et_splay (struct et_occ *occ) { struct et_occ *f, *gf, *ggf; -- cgit v1.1