aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.h
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2006-11-07 15:17:17 +0000
committerPaul Thomas <pault@gcc.gnu.org>2006-11-07 15:17:17 +0000
commit8f81c3c650cb19b50c44d52639fc05738736c88a (patch)
treee381d60e6698b9bdf2995a250640098b1187c13a /gcc/fortran/gfortran.h
parent36b8206084f7c4812f565e01d86ccf711e60b702 (diff)
downloadgcc-8f81c3c650cb19b50c44d52639fc05738736c88a.zip
gcc-8f81c3c650cb19b50c44d52639fc05738736c88a.tar.gz
gcc-8f81c3c650cb19b50c44d52639fc05738736c88a.tar.bz2
re PR fortran/29539 (ICE in variable_decl)
2006-11-07 Paul Thomas <pault@gcc.gnu.org> PR fortran/29539 PR fortran/29634 * decl.c (variable_decl): Add test for presence of proc_name. * error.c (gfc_error_flag_test): New function. * gfortran.h : Prototype for gfc_error_flag_test. 2006-11-07 Paul Thomas <pault@gcc.gnu.org> PR fortran/29539 * gfortran.dg/gfortran.dg/blockdata_3.f90: New test. PR fortran/29634 * gfortran.dg/gfortran.dg/derived_function_interface_1.f90: New test. From-SVN: r118553
Diffstat (limited to 'gcc/fortran/gfortran.h')
-rw-r--r--gcc/fortran/gfortran.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h
index 0559054..970bda3c 100644
--- a/gcc/fortran/gfortran.h
+++ b/gcc/fortran/gfortran.h
@@ -1788,6 +1788,7 @@ void gfc_fatal_error (const char *, ...) ATTRIBUTE_NORETURN ATTRIBUTE_GCC_GFC(1,
void gfc_internal_error (const char *, ...) ATTRIBUTE_NORETURN ATTRIBUTE_GCC_GFC(1,2);
void gfc_clear_error (void);
int gfc_error_check (void);
+int gfc_error_flag_test (void);
notification gfc_notification_std (int);
try gfc_notify_std (int, const char *, ...) ATTRIBUTE_GCC_GFC(2,3);