public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: 3.3 Warning removal gcc/tree-inline.c
@ 2002-11-19  0:36 rbrown64
  2002-11-19  7:27 ` Andreas Jaeger
  0 siblings, 1 reply; 2+ messages in thread
From: rbrown64 @ 2002-11-19  0:36 UTC (permalink / raw)
  To: gcc-patches

1118/gcc/tree-inline.c:865: warning: function declaration isn't a prototype
1118/gcc/tree-inline.c:878: warning: function declaration isn't a prototype

2002-11-19  Rodney Brown  <rbrown64@csc.com.au>

      * tree-inline.c: Expose find_alloca_call, find_alloca_call_1 prototypes.

--- tree-inline.c.orig  Tue Nov 19 13:28:24 2002
+++ tree-inline.c Tue Nov 19 16:11:23 2002
@@ -112,6 +112,8 @@ static tree copy_body_r PARAMS ((tree *,
 static tree copy_body PARAMS ((inline_data *));
 static tree expand_call_inline PARAMS ((tree *, int *, void *));
 static void expand_calls_inline PARAMS ((tree *, inline_data *));
+static tree find_alloca_call_1 PARAMS ((tree *, int *, void *));
+static tree find_alloca_call PARAMS ((tree));
 static int inlinable_function_p PARAMS ((tree, inline_data *));
 static tree remap_decl PARAMS ((tree, inline_data *));
 #ifndef INLINER_FOR_JAVA
@@ -122,8 +124,6 @@ static void copy_scope_stmt PARAMS ((tre
 static tree initialize_inlined_parameters PARAMS ((inline_data *, tree, tree, tree));
 static void remap_block PARAMS ((tree *, tree, inline_data *));
 static tree add_stmt_to_compound PARAMS ((tree, tree, tree));
-static tree find_alloca_call_1 PARAMS ((tree *, int *, void *));
-static tree find_alloca_call PARAMS ((tree));
 #endif /* INLINER_FOR_JAVA */

 /* The approximate number of instructions per statement.  This number

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch: 3.3 Warning removal gcc/tree-inline.c
  2002-11-19  0:36 Patch: 3.3 Warning removal gcc/tree-inline.c rbrown64
@ 2002-11-19  7:27 ` Andreas Jaeger
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Jaeger @ 2002-11-19  7:27 UTC (permalink / raw)
  To: rbrown64; +Cc: gcc-patches


I committed a similar patch already as obvious,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-19 15:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-19  0:36 Patch: 3.3 Warning removal gcc/tree-inline.c rbrown64
2002-11-19  7:27 ` Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).