1. 19 Aug, 2019 3 commits
    • PR target/91441 - Turn off -fsanitize=kernel-address if… · 6490e255
      PR target/91441 - Turn off -fsanitize=kernel-address if TARGET_ASAN_SHADOW_OFFSET is not implemented.
      
       - -fsanitize=kernel-address will call targetm.asan_shadow_offset ()
         at asan_shadow_offset, so it will crash if TARGET_ASAN_SHADOW_OFFSET
         is not implemented, that's mean -fsanitize=kernel-address is not
         supported for target without TARGET_ASAN_SHADOW_OFFSET implementation.
      
      gcc/ChangeLog:
      
      	PR target/91441
      	* toplev.c (process_options): Check TARGET_ASAN_SHADOW_OFFSET is
      	implemented for -fsanitize=kernel-address, and merge check logic
      	with -fsanitize=address.
      
      testsuite/ChangeLog:
      
      	PR target/91441
      	* gcc.target/riscv/pr91441.c: New.
      
      From-SVN: r274631
      Kito Cheng committed
    • re PR fortran/91485 (Erroneous conflict between variable x and operator(.x.)) · 88898d1e
      2019-08-18  Steven G. Kargl  <kargl@gcc.gnu.org>
      
      	PR fortran/91485
      	module.c (gfc_match_use): User defined operator cannot conflict with
      	a rename symbol.
      
      2019-08-18  Steven G. Kargl  <kargl@gcc.gnu.org>
      
      	PR fortran/91485
      	* gfortran.dg/pr91485.f90: New test.
      
      From-SVN: r274630
      Steven G. Kargl committed
    • Daily bump. · e00f8658
      From-SVN: r274629
      GCC Administrator committed
  2. 18 Aug, 2019 4 commits
  3. 17 Aug, 2019 13 commits
  4. 16 Aug, 2019 20 commits