Daily bump.

This commit is contained in:
GCC Administrator 2021-08-23 00:16:28 +00:00
parent 972eab51f5
commit 5b2876f96c
5 changed files with 45 additions and 1 deletions

View 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,

View File

@ -1 +1 @@
20210822
20210823

View 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.

View 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

View 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.