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

index 435571e0fd0f6bbae9159fa3026eb3b5245377fc..6cfb5b5e406bcd071f345e3670fc9f26a23f4d61 100644 (file)
@@ -1,3 +1,22 @@
+2020-06-15  Andrew Stubbs  <ams@codesourcery.com>
+
+       * config/gcn/gcn-valu.md (v<expander><mode>3): Fix unsignedp.
+
+2020-06-15  Tobias Burnus  <tobias@codesourcery.com>
+
+       * omp-offload.c (add_decls_addresses_to_decl_constructor,
+       omp_finish_file): With in_lto_p, stream out all offload-table
+       items even if the symtab_node does not exist.
+
+2020-06-15  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR lto/94848
+       PR middle-end/95551
+       * omp-offload.c (add_decls_addresses_to_decl_constructor,
+       omp_finish_file): Skip removed items.
+       * lto-cgraph.c (output_offload_tables): Likewise; set force_output
+       to this node for variables and functions.
+
 2020-06-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/95528
index 0dab8e8132fb0ee9b85f8b39e998ceae75e17c34..3ca7808b314d66dc7e34c8eaa201c550ba1d4ac7 100644 (file)
@@ -1 +1 @@
-20200615
+20200616
index 13c5fa2763f2cf6abcc8051319b724b1276a03d8..34078541f6b485025d596b727fee77646fdd02e8 100644 (file)
@@ -1,3 +1,9 @@
+2020-06-15  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR lto/94848
+       PR middle-end/95551
+       * testsuite/libgomp.fortran/target-var.f90: New test.
+
 2020-06-05  Thomas Schwinge  <thomas@codesourcery.com>
            Julian Brown  <julian@codesourcery.com>