diff options
Diffstat (limited to 'gcc/fortran/trans.c')
-rw-r--r-- | gcc/fortran/trans.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c index 3dc2d8f4442..827f54eaa20 100644 --- a/gcc/fortran/trans.c +++ b/gcc/fortran/trans.c @@ -1,6 +1,6 @@ /* Code translation -- generate GCC trees from gfc_code. - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software - Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free + Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. @@ -1055,6 +1055,7 @@ gfc_trans_code (gfc_code * code) switch (code->op) { case EXEC_NOP: + case EXEC_END_BLOCK: res = NULL_TREE; break; |