This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62a2aab1415 [BRIGFE] Fix sprintf format string type mismatch on 32b machines. new 9ad741667fe PR libstdc++/83025 fix constraints for path overloads in <fstream> new cf037818a4d * g++.dg/pr82836.C: Add -Wno-return-type.
The 2 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/testsuite/g++.dg/pr82836.C | 4 +-- libstdc++-v3/ChangeLog | 22 ++++++++++++++ libstdc++-v3/include/std/fstream | 34 ++++++++++------------ .../27_io/basic_filebuf/open/char/path.cc | 10 ++++++- .../27_io/basic_fstream/cons/char/path.cc | 6 +++- .../27_io/basic_fstream/open/char/path.cc | 11 ++++++- .../27_io/basic_ifstream/cons/char/path.cc | 6 +++- .../27_io/basic_ifstream/open/char/path.cc | 11 ++++++- .../27_io/basic_ofstream/cons/char/path.cc | 5 ++++ .../27_io/basic_ofstream/open/char/path.cc | 12 ++++++-- 10 files changed, 93 insertions(+), 28 deletions(-)