https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88101
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98940
Bug ID: 98940
Summary: Implement C++23 language features
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: meta-bug
Severity: normal
Priority: P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98940
Marek Polacek changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98941
Bug ID: 98941
Summary: [C++23] Implement P0330R2 - Literal Suffixes for
ptrdiff_t and size_t
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98941
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2021-02-02
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98941
--- Comment #1 from Marek Polacek ---
WIP: https://gcc.gnu.org/pipermail/gcc-patches/2021-February/564675.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98942
Bug ID: 98942
Summary: [C++23] Implement P1102R2 - Down with ()!
Product: gcc
Version: 11.0
URL: https://wg21.link/p1102r2
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98942
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98899
Marek Polacek changed:
What|Removed |Added
Summary|[10/11 Regression] ICE in |[10 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98947
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98951
Marek Polacek changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98951
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98941
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98940
Bug 98940 depends on bug 98941, which changed state.
Bug 98941 Summary: [C++23] Implement P0330R2 - Literal Suffixes for ptrdiff_t
and size_t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98941
What|Removed |Add
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98947
Marek Polacek changed:
What|Removed |Added
Summary|Incorrect warning when |[10/11 Regression]
|us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98102
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97994
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96462
--- Comment #3 from Marek Polacek ---
Started with r271467.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96462
--- Comment #4 from Marek Polacek ---
Probably can be fixed with just
--- a/gcc/cp/name-lookup.c
+++ b/gcc/cp/name-lookup.c
@@ -5702,6 +5702,13 @@ lookup_using_decl (tree scope, name_lookup &lookup)
if (TREE_CODE (scope) == NAMESPACE_DECL)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96462
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96462
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98947
Marek Polacek changed:
What|Removed |Added
Summary|[10/11 Regression] |[10 Regression] Incorrect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98972
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93788
Marek Polacek changed:
What|Removed |Added
CC||zhan3299 at purdue dot edu
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82235
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95888
--- Comment #5 from Marek Polacek ---
Simplified test:
template class A {
A(int, int);
template friend class A;
friend T;
};
template struct B {
template struct C {
A begin() { return {1, 0}; }
};
template
C fn();
};
int
ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98980
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82952
Marek Polacek changed:
What|Removed |Added
CC||sshannin at gmail dot com
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99009
Marek Polacek changed:
What|Removed |Added
Target Milestone|--- |9.4
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99009
--- Comment #2 from Marek Polacek ---
Not a duplicate of bug 97034 but they might be related.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99016
Marek Polacek changed:
What|Removed |Added
Summary|Internal compiler error |[9/10/11 Regression]
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99032
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2021-02-09
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99030
Marek Polacek changed:
What|Removed |Added
Target Milestone|--- |11.0
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99033
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99034
Marek Polacek changed:
What|Removed |Added
Ever confirmed|0 |1
Component|c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99035
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2021-02-09
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99035
Marek Polacek changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99030
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95888
--- Comment #6 from Marek Polacek ---
I've found out that the same issue happens with auto template parameter too,
and started way before my change:
template class A {
A(int, int);
template friend class A;
friend T;
};
template struct B
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95888
Marek Polacek changed:
What|Removed |Added
Keywords|compile-time-hog|patch
--- Comment #7 from Marek Polacek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99057
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99063
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99063
Marek Polacek changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99062
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99062
--- Comment #2 from Marek Polacek ---
Must be this part:
@@ -2935,8 +2936,8 @@ handle_assume_aligned_attribute (tree *node, tree name,
tree args, int,
/* The misalignment specified by the second argument
must be non-negati
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99062
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99062
--- Comment #5 from Marek Polacek ---
(In reply to Martin Sebor from comment #4)
> There already is a test in the attribute handler to validate the alignment:
> it calls integer_pow2p (val). Val here is:
>
> constant -2147483648>
> but intege
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99063
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99057
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99063
Marek Polacek changed:
What|Removed |Added
Summary|[9/10/11 Regression] ICE in |[9/10 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95888
Marek Polacek changed:
What|Removed |Added
Summary|[9/10/11 Regression]|[9/10 Regression]
|Reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99076
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95888
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Summary|[9/10 Regressio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97034
--- Comment #6 from Marek Polacek ---
(In reply to Arthur O'Dwyer from comment #5)
> Is mine the same bug? Mine is also a regression (trunk crashes where GCC
> 10.2 had succeeded).
>
> // https://godbolt.org/z/Ysh6as
> struct C { void f(auto) no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97034
--- Comment #7 from Marek Polacek ---
Candidate patch:
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -27279,7 +27279,10 @@ type_dependent_expression_p (tree expression)
&& DECL_UNIQUE_FRIEND_P (expression)
&& (!DECL_FRIEND_CONTEXT (expres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97296
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97742
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97034
--- Comment #8 from Marek Polacek ---
Alternative patch that I'm more happy about:
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -28761,6 +28761,7 @@ build_deduction_guide (tree type, tree ctor, tree
outer_args, tsubst_flags_t com
tree ded_fn = buil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98804
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2021-02-12
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98810
Marek Polacek changed:
What|Removed |Added
Priority|P3 |P2
Summary|[C++20] ICE in tsu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98820
Marek Polacek changed:
What|Removed |Added
Keywords||rejects-valid
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98844
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99080
Bug ID: 99080
Summary: Add !TYPE_P assert to type_dependent_expression_p
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99080
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99108
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2021-02-15
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99109
Marek Polacek changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99109
Marek Polacek changed:
What|Removed |Added
Target Milestone|--- |9.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99116
Marek Polacek changed:
What|Removed |Added
Target Milestone|--- |11.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93383
Marek Polacek changed:
What|Removed |Added
CC||vopl at bk dot ru
--- Comment #8 from Ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99119
Marek Polacek changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99118
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99120
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99120
Marek Polacek changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99120
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99062
Marek Polacek changed:
What|Removed |Added
Summary|[10/11 Regression] ICE in |[10 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99132
Marek Polacek changed:
What|Removed |Added
Summary|ICE in C++20 mode for |[11 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99132
--- Comment #5 from Marek Polacek ---
Started with r11-5685.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99176
Marek Polacek changed:
What|Removed |Added
Summary|GCC rejects const_cast of |[8/9/10/11 Regression] GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99176
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99201
Marek Polacek changed:
What|Removed |Added
Target Milestone|--- |8.5
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99200
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2021-02-22
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99176
--- Comment #3 from Marek Polacek ---
Same problem for:
constexpr int* ptr = (int *) (const int *) nullptr;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98942
Marek Polacek changed:
What|Removed |Added
Assignee|mpolacek at gcc dot gnu.org|unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99176
Marek Polacek changed:
What|Removed |Added
Summary|[8/9/10/11 Regression] GCC |[8/9/10 Regression] GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99278
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
Ever con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99278
--- Comment #3 from Marek Polacek ---
Ack, will fix that too, thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99278
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100252
Marek Polacek changed:
What|Removed |Added
Summary|Internal compiler error |[8/9/10/11/12 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100261
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100055
--- Comment #4 from Marek Polacek ---
This fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99465#c1 but not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99465#c0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100271
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95317
Marek Polacek changed:
What|Removed |Added
CC||zchendd at connect dot ust.hk
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89522
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86594
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97533
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100291
Bug ID: 100291
Summary: internal compiler error: trying to capture ‘this’ in
instantiation of generic lambda
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100291
Marek Polacek changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99465
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85263
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 85263, which changed state.
Bug 85263 Summary: [concepts] ICE with parameter pack matching
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85263
What|Removed |Added
601 - 700 of 2992 matches
Mail list logo