1. 11 Dec, 2018 1 commit
  2. 10 Dec, 2018 18 commits
  3. 09 Dec, 2018 19 commits
  4. 08 Dec, 2018 2 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