]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 Jul 2020 00:16:58 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 Jul 2020 00:16:58 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index 706000925ebb9f5a132b057120d0e6f6273ea211..9b87498a77d31bfb9b56bba5c587755c8c4b3652 100644 (file)
@@ -1,3 +1,12 @@
+2020-07-03  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2020-07-02  Martin Jambor  <mjambor@suse.cz>
+
+       PR debug/95343
+       * ipa-param-manipulation.c (ipa_param_adjustments::modify_call): Adjust
+       argument index if necessary.
+
 2020-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
index 58c9c6a0cb060e4a93b5f273ce070f073cb8d923..a1f0455476fbbba73ef75564ccfd3cd3cf2a0f93 100644 (file)
@@ -1 +1 @@
-20200703
+20200704
index cf543ab772a20cb6c1ad592d7e9a1f93574b6ed4..b75cfb0362a637469c14fcc4300f80527ceb155d 100644 (file)
@@ -1,3 +1,11 @@
+2020-07-03  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2020-07-02  Martin Jambor  <mjambor@suse.cz>
+
+       PR debug/95343
+       * gcc.dg/guality/pr95343.c: New test.
+
 2020-07-02  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 51a3bab0784148a22d7b28b6d62de43f88904c50..ce8ee06fb83bcd8ba83c183a16bc66e85c90529a 100644 (file)
@@ -1,3 +1,20 @@
+2020-07-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-07-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * oacc-mem.c (goacc_exit_data_internal): Revert always-copyfrom
+       behavior for 'GOMP_MAP_FORCE_FROM'.
+       * testsuite/libgomp.oacc-c-c++-common/pr92843-1.c: Adjust XFAIL.
+
+2020-07-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-07-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * oacc-mem.c (goacc_exit_data_internal): Remove
+       'GOMP_MAP_ALWAYS_FROM' handling.
+
 2020-06-30  Thomas Schwinge  <thomas@codesourcery.com>
 
        Backported from master: