+2021-06-24 Eric Botcazou <ebotcazou@adacore.com>
+
+ * dwarf2out.c (dwarf2out_assembly_start): Emit .file 0 marker here..
+ (dwarf2out_finish): ...instead of here.
+
+2021-06-24 Eric Botcazou <ebotcazou@adacore.com>
+
+ * configure.ac (--gdwarf-5 option): Use objdump instead of readelf.
+ (working --gdwarf-4/--gdwarf-5 for all sources): Likewise.
+ (--gdwarf-4 not refusing generated .debug_line): Adjust for Windows.
+ * configure: Regenerate.
+
2021-06-23 Aaron Sawdey <acsawdey@linux.ibm.com>
Backported from master:
+2021-06-24 Sandra Loosemore <sandra@codesourcery.com>
+ Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/93524
+ * gfortran.dg/pr93524.c: New.
+ * gfortran.dg/pr93524.f90: New.
+
2021-06-23 Aaron Sawdey <acsawdey@linux.ibm.com>
Backported from master:
+2021-06-24 Sandra Loosemore <sandra@codesourcery.com>
+ Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/93524
+ * runtime/ISO_Fortran_binding.c (CFI_allocate): Fix
+ sm computation.
+
2021-06-06 Andre Vehreschild <vehre@gcc.gnu.org>
Steve Kargl <kargl@gcc.gnu.org>