1. 10 Dec, 2018 17 commits
  2. 09 Dec, 2018 19 commits
  3. 08 Dec, 2018 4 commits
    • c: Delete a stray line in asm inline · b7055028
      I noticed I accidentally copied a line too many from the "volatile"
      handling to the "inline" handling.  This fixes it.
      
      
      gcc/c/
      	* c-parser (c_parser_asm_statement) [RID_INLINE]: Delete stray line
      	setting "quals".
      
      From-SVN: r266909
      Segher Boessenkool committed
    • re PR fortran/88357 (ICE in parse_associate, at fortran/parse.c:4568) · 4874b4d2
      2018-12-08  Steven G. Kargl  <kargl@gcc.gnu.org>
      
      	PR fortran/88357
      	* class.c (insert_component_ref): Check for NULL pointer and 
      	previous error message issued.
      	* parse.c (parse_associate): Check for NULL pointer.
      	* resolve.c (resolve_assoc_var): Check for NULL pointer.
      
      2018-12-08  Steven G. Kargl  <kargl@gcc.gnu.org>
      
      	* gfortran.dg/pr88357_1.f90: New test.
      	* gfortran.dg/pr88357_2.f90: New test.
      
      From-SVN: r266908
      Steven G. Kargl committed
    • re PR fortran/88304 (ICE in use_pointer_in_frame, at tree-nested.c:267) · 47e1596c
      	PR fortran/88304
      	* tree-nested.c (convert_local_reference_stmt): Handle clobbers where
      	lhs is not a decl normally, don't call use_pointer_in_frame on that
      	lhs.
      
      	* gfortran.fortran-torture/compile/pr88304-2.f90: New test.
      
      From-SVN: r266907
      Jakub Jelinek committed
    • re PR rtl-optimization/88390 (g++.dg/tree-prof/pr57451.C FAILs) · dfe1fe91
      	PR rtl-optimization/88390
      	* dwarf2cfi.c (struct dw_cfi_row): Add window_save field.
      	(cfi_row_equal_p): Compare it.
      	(dwarf2out_frame_debug_cfa_window_save): Add FAKE parameter.
      	If FAKE is false, set window_save of the current row.
      	(dwarf2out_frame_debug) <REG_CFA_TOGGLE_RA_MANGLE>: Call above
      	function with FAKE parameter set to true.
      	<REG_CFA_WINDOW_SAVE>: Likewise but with FAKE parameter set to false.
      	(change_cfi_row): Emit a DW_CFA_GNU_window_save if necessary.
      
      From-SVN: r266906
      Eric Botcazou committed