https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120385
Andrew Pinski changed:
What|Removed |Added
Summary|[Regression] GCC 14 |[14/15/16 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120380
Bug ID: 120380
Summary: internal compiler error: error reporting routines
re-entered
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119600
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120368
Jeffrey A. Law changed:
What|Removed |Added
Last reconfirmed||2025-05-21
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119256
James K. Lowden changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120243
--- Comment #6 from Iain Sandoe ---
a slightly modified testcase (without the lambda, so the dumps are easier to
read)
#include
struct coro {
struct promise_type {
promise_type() = default;
std::suspend_never initial_sus
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120381
--- Comment #2 from Joseph S. Myers ---
Nesting one definition of struct A inside another is never valid (and the
godbolt link shows the expected "nested redefinition" error that the PR doesn't
quote).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119335
James K. Lowden changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120384
Bug ID: 120384
Summary: [12/13/14/15/16] _BinaryPredicateConcept checks in
std::unique_copy are wrong
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120384
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120381
Bug ID: 120381
Summary: internal compiler error: in composite_type_internal,
at c/c-typeck.cc:848
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120381
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120381
Andrew Pinski changed:
What|Removed |Added
Summary|internal compiler error: in |[14/15/16 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120382
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120380
Andrew Pinski changed:
What|Removed |Added
Known to work||13.3.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119336
James K. Lowden changed:
What|Removed |Added
Status|NEW |RESOLVED
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120385
--- Comment #2 from Language Lawyer ---
(In reply to Andrew Pinski from comment #1)
> Is this still valid?
> ```
> int main()
> {
> using IA = int[];
> using IP = int*;
> void(+IP{IA{ 1, 2, 3 }});
> }
> ```
Prolly, the wording is (was) a
101 - 117 of 117 matches
Mail list logo