aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/class.c')
-rw-r--r--gcc/fortran/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/class.c b/gcc/fortran/class.c
index 7c8babe..67f19f7 100644
--- a/gcc/fortran/class.c
+++ b/gcc/fortran/class.c
@@ -186,7 +186,7 @@ gfc_build_class_symbol (gfc_typespec *ts, symbol_attribute *attr,
if (*as)
{
- gfc_error ("Polymorphic array at %C not yet supported");
+ gfc_fatal_error ("Polymorphic array at %C not yet supported");
return FAILURE;
}