gcc/libitm
Marek Polacek 8ca585e56c libitm: small update for C++20
C++20 DR 2237 disallows simple-template-id in cdtors, so you
can't write

    template<typename T>
    struct S {
      S<T>(); // should be S();
    };

This hasn't been a problem until now but I'm adding a warning about it
to -Wc++20-compat which libitm apparently uses.

libitm/ChangeLog:

	* containers.h (vector): Remove the template-id in constructors.
2024-02-05 10:31:28 -05:00
..
config Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite Update copyright years. 2024-01-03 12:19:35 +01:00
aatree.cc Update copyright years. 2024-01-03 12:19:35 +01:00
aatree.h Update copyright years. 2024-01-03 12:19:35 +01:00
acinclude.m4 Add mold detection for libs. 2022-01-31 09:46:44 +01:00
aclocal.m4
alloc.cc Update copyright years. 2024-01-03 12:19:35 +01:00
alloc_c.cc Update copyright years. 2024-01-03 12:19:35 +01:00
alloc_cpp.cc Update copyright years. 2024-01-03 12:19:35 +01:00
barrier.cc Update copyright years. 2024-01-03 12:19:35 +01:00
beginend.cc Update copyright years. 2024-01-03 12:19:35 +01:00
ChangeLog Daily bump. 2024-01-04 00:18:45 +00:00
clone.cc Update copyright years. 2024-01-03 12:19:35 +01:00
common.h Update copyright years. 2024-01-03 12:19:35 +01:00
config.h.in
configure Config,Darwin: Allow for configuring Darwin to use embedded runpath. 2023-10-22 19:30:02 +01:00
configure.ac Update copyright years. 2024-01-03 12:19:35 +01:00
configure.tgt Update copyright years. 2024-01-03 12:19:35 +01:00
containers.h libitm: small update for C++20 2024-02-05 10:31:28 -05:00
dispatch.h Update copyright years. 2024-01-03 12:19:35 +01:00
eh_cpp.cc Update copyright years. 2024-01-03 12:19:35 +01:00
libitm.h Update copyright years. 2024-01-03 12:19:35 +01:00
libitm.map
libitm.spec.in
libitm.texi Update copyright dates. 2024-01-03 11:44:34 +01:00
libitm_i.h Update copyright years. 2024-01-03 12:19:35 +01:00
local.cc Update copyright years. 2024-01-03 12:19:35 +01:00
local_atomic Update copyright years. 2024-01-03 12:19:35 +01:00
Makefile.am Config,Darwin: Allow for configuring Darwin to use embedded runpath. 2023-10-22 19:30:02 +01:00
Makefile.in Config,Darwin: Allow for configuring Darwin to use embedded runpath. 2023-10-22 19:30:02 +01:00
method-gl.cc Update copyright years. 2024-01-03 12:19:35 +01:00
method-ml.cc Update copyright years. 2024-01-03 12:19:35 +01:00
method-serial.cc Update copyright years. 2024-01-03 12:19:35 +01:00
query.cc Update copyright years. 2024-01-03 12:19:35 +01:00
retry.cc Update copyright years. 2024-01-03 12:19:35 +01:00
useraction.cc Update copyright years. 2024-01-03 12:19:35 +01:00
util.cc Update copyright years. 2024-01-03 12:19:35 +01:00