]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/s390/s390.c
Always pass explicit location to fatal_error.
[thirdparty/gcc.git] / gcc / config / s390 / s390.c
index 1a3809d17bb60f784d9b7e5ce941a04deda4fff0..bc6223ecb4b94bae173079e96d268d38bb48ddbe 100644 (file)
@@ -7810,7 +7810,8 @@ s390_frame_info (void)
 
   cfun_frame_layout.frame_size = get_frame_size ();
   if (!TARGET_64BIT && cfun_frame_layout.frame_size > 0x7fff0000)
-    fatal_error ("total size of local variables exceeds architecture limit");
+    fatal_error (input_location,
+                "total size of local variables exceeds architecture limit");
 
   if (!TARGET_PACKED_STACK)
     {