This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1ad1bcc991b libphobos: Fix std.getopt doesn't accept const(string)[] anymore new 544a9d9e49a gcc, cobol: Check for get_current_dir_name [PR119301] new 57d1424efe9 cobol: Remove dead code from the driver. new 6751bd4ac48 c++: ICE when substituting packs into type aliases [PR118104]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cobol/gcobolspec.cc | 38 +---------------------- gcc/cobol/util.cc | 19 ++++++++++++ gcc/config.in | 6 ++++ gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/cp/pt.cc | 11 ++++++- gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic3.C | 22 +++++++++++++ 7 files changed, 60 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic3.C