From 81bdf64f2035b8979549fc533915ea17d429dc9f Mon Sep 17 00:00:00 2001 From: bstarynk Date: Tue, 29 Jul 2008 15:47:54 +0000 Subject: 2008-07-29 Basile Starynkevitch MELT branch merged with trunk r138226 [after tuple merge into trunk] some compiler probe stuff are missing * gcc/compiler-probe.h: more gimple, less tree * gcc/compiler-probe.c: incomplete merge. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@138247 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/parse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/fortran/parse.c') diff --git a/gcc/fortran/parse.c b/gcc/fortran/parse.c index 1a479627668..965e733ea78 100644 --- a/gcc/fortran/parse.c +++ b/gcc/fortran/parse.c @@ -923,7 +923,7 @@ pop_state (void) /* Try to find the given state in the state stack. */ -try +gfc_try gfc_find_state (gfc_compile_state state) { gfc_state_data *p; @@ -1575,7 +1575,7 @@ typedef struct } st_state; -static try +static gfc_try verify_st_order (st_state *p, gfc_statement st) { @@ -3563,7 +3563,7 @@ add_global_program (void) /* Top level parser. */ -try +gfc_try gfc_parse_file (void) { int seen_program, errors_before, errors; -- cgit v1.2.1