Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 23 Aug 2021 00:16:28 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 23 Aug 2021 00:16:28 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index cc510af..b7a23d3 100644 (file)
@@ -1,3 +1,10 @@
+2021-08-22  Jan Hubicka  <hubicka@ucw.cz>
+           Martin Liska  <mliska@suse.cz>
+
+       PR middle-end/101949
+       * ipa-modref.c (analyze_ssa_name_flags): Indirect call implies
+       ~EAF_NOCLOBBER.
+
 2021-08-21  Dragan Mladjenovic  <OT_Dragan.Mladjenovic@mediatek.com>
 
        * config/mips/mips.c (mips_function_rodata_section,
index ff97480..d2e7bda 100644 (file)
@@ -1 +1 @@
-20210822
+20210823
index e5e12b3..6ca524b 100644 (file)
@@ -1,3 +1,13 @@
+2021-08-22  Martin Uecker  <muecker@gwdg.de>
+
+       PR c/98397
+       * c-typeck.c (comp_target_types): Change pedwarn to pedwarn_c11
+       for pointers to arrays with qualifiers.
+       (build_conditional_expr): For C23 don't lose qualifiers for pointers
+       to arrays when the other pointer is a void pointer. Update warnings.
+       (convert_for_assignment): Update warnings for C2X when converting from
+       void* with qualifiers to a pointer to array with the same qualifiers.
+
 2021-08-20  Jakub Jelinek  <jakub@redhat.com>
 
        * c-parser.c (c_parser_omp_error): New function.
index ebea99d..fa50fe5 100644 (file)
@@ -1,3 +1,23 @@
+2021-08-22  Martin Uecker  <muecker@gwdg.de>
+
+       PR c/98397
+       * gcc.dg/c11-qual-1.c: New test.
+       * gcc.dg/c2x-qual-1.c: New test.
+       * gcc.dg/c2x-qual-2.c: New test.
+       * gcc.dg/c2x-qual-3.c: New test.
+       * gcc.dg/c2x-qual-4.c: New test.
+       * gcc.dg/c2x-qual-5.c: New test.
+       * gcc.dg/c2x-qual-6.c: New test.
+       * gcc.dg/c2x-qual-7.c: New test.
+       * gcc.dg/pointer-array-quals-1.c: Remove unnecessary flag.
+       * gcc.dg/pointer-array-quals-2.c: Remove unnecessary flag.
+
+2021-08-22  Jan Hubicka  <hubicka@ucw.cz>
+           Martin Liska  <mliska@suse.cz>
+
+       * gcc.dg/lto/pr101949_0.c: New test.
+       * gcc.dg/lto/pr101949_1.c: New test.
+
 2021-08-21  Ankur Saini  <arsenic@sourceware.org>
 
        PR analyzer/101980
index ad9781d..aa9e83b 100644 (file)
@@ -1,3 +1,10 @@
+2021-08-22  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * config/nvptx/error.c (fwrite, exit): Override, too.
+       * testsuite/libgomp.c-c++-common/error-1.c: Add a minimum amount
+       of offloading testing.
+       * testsuite/libgomp.fortran/error-1.f90: Likewise.
+
 2021-08-20  Tobias Burnus  <tobias@codesourcery.com>
 
        * testsuite/libgomp.fortran/error-1.f90: New test.