aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-05-02 14:17:23 +0200
committerJakub Jelinek <jakub@redhat.com>2021-05-02 14:17:23 +0200
commit7911a905276781c20f704f5a91b5125e0184d072 (patch)
tree8216af68d798686182e10374f9dfb3916db1b38f /libgfortran/io/transfer.c
parent6e1ecc984ef71fc80d0fb7e91ac38af16ccb1943 (diff)
downloadgcc-7911a905276781c20f704f5a91b5125e0184d072.zip
gcc-7911a905276781c20f704f5a91b5125e0184d072.tar.gz
gcc-7911a905276781c20f704f5a91b5125e0184d072.tar.bz2
nvptx: Fix up nvptx build against latest libstdc++ [PR100375]
The r12-220-gd96db15967e78d7cecea3b1cf3169ceb924678ac change deprecated some non-standard std::pair constructors and that apparently broke nvptx.c build, where pseudo_node_t is std::pair<struct basic_block_def *, int> and so nullptr (or NULL) needs to be used for the first argument of the ctors instead of 0. 2021-05-02 Jakub Jelinek <jakub@redhat.com> PR target/100375 * config/nvptx/nvptx.c (nvptx_sese_pseudo): Use nullptr instead of 0 as first argument of pseudo_node_t constructors.
Diffstat (limited to 'libgfortran/io/transfer.c')
0 files changed, 0 insertions, 0 deletions