https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
--- Comment #10 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:4ef521bbc63f8a3883d507a8b6c1f95f442df3fe
commit r13-4712-g4ef521bbc63f8a3883d507a8b6c1f95f442df3fe
Author: Jason Merrill
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
Jason Merrill changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
--- Comment #8 from Sergei Trofimovich ---
(In reply to Sergei Trofimovich from comment #7)
> Got a build failure of clang-14 on this week's gcc. Minimal example:
Forgot the example itself:
// $ cat bug.cc.cc
#include
class OptSpecifier;
str
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
--- Comment #7 from Sergei Trofimovich ---
Got a build failure of clang-14 on this week's gcc. Minimal example:
This week's gcc-13 fails:
$ result-bad/bin/g++ -c bug.cc.cc
bug.cc.cc: In member function 'void Linker::ConstructJob(const ArgList&
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
--- Comment #6 from Jonathan Wakely ---
The ConstCharArrayDetector is getting instantiated with const char* const
instead of const char[1], so the partial specialization doesn't match.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2022-12-12 0:00
--- Comment #5 from J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
--- Comment #4 from Jakub Jelinek ---
Trying to reduce it now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
Jakub Jelinek changed:
What|Removed |Added
Last reconfirmed|2022-12-12 00:00:00 |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
--- Comment #2 from Manuel Lauss ---
(In reply to Richard Biener from comment #1)
I get the same errors, but the whole file can be compiled without errors with
gcc-12 (it needs to be preprocessed with gcc-12 as well), and with a gcc-13
checkout
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
11 matches
Mail list logo