From 385405940e8b05e4d8e1ad9136f6c9f86b279b07 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 19 Dec 2002 13:25:03 -0500 Subject: [PATCH] tweak From-SVN: r60316 --- gcc/ChangeLog | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eca6990f5a0..b7893ffa44b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -86,14 +86,11 @@ * tree.c (make_node): Don't set TREE_TYPE on 's' class nodes. (build1): Always set TREE_SIDE_EFFECTS on 's' class nodes. - * gcc.c (do_spec_1) ['W']: End any pending argument from the braces. + * gcc.c (do_spec_1) ['W']: End any pending argument from the braces. * calls.c (expand_call): Don't try to be clever about expanding the return slot address. - * calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR - with special struct-return ABIs. - 2002-12-18 Kaz kojima * config/sh/linux.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC):