https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100974
Bug ID: 100974
Summary: [C++23] Implement if consteval
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
Bug ID: 100975
Summary: [C++23] Allow pointer to array of auto
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100974
Marek Polacek changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100976
Bug ID: 100976
Summary: [C++23] Make constexpr reference temp constexpr
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
Ever co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100976
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100977
Bug ID: 100977
Summary: [C++23] Implement C++ Identifier Syntax using Unicode
Standard Annex 31
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93955
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100977
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100950
--- Comment #7 from anlauf at gcc dot gnu.org ---
Setting a breakpoint in gfc_simplify_len, it appears that the substring length
is not properly set:
(gdb) p e->ref->type
$4 = REF_SUBSTRING
(gdb) p *e->ref->u.ss.start->value.integer._mp_d
$15 =
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100904
Jakub Jelinek changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org
--- Comment
/repo/gcc-trunk//binary-trunk-r12-1295-20210608150918-g7a56d3d3e99-checking-yes-rtl-df-extra-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.0.0 20210608 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100975
--- Comment #1 from Jason Merrill ---
int a[3];
auto (*p)[3] = &a;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100976
--- Comment #1 from Jason Merrill ---
constexpr const int &r = 42;
static_assert(r == 42);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99212
--- Comment #15 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:d3b1ef7a83c0c0cd5b20a1dd1714b868f3d2b442
commit r12-1303-gd3b1ef7a83c0c0cd5b20a1dd1714b868f3d2b442
Author: David Malcolm
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100940
--- Comment #5 from Patrick Palka ---
(In reply to TC from comment #4)
> (In reply to Patrick Palka from comment #3)
> > Good point, confirmed. Though I'm not sure if perfect forwarding here is
> > strictly necessary to fix this testcase. Perh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100940
Patrick Palka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99212
David Malcolm changed:
What|Removed |Added
Summary|[11/12 Regression] |[11 Regression]
|gcc.d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100950
--- Comment #8 from anlauf at gcc dot gnu.org ---
Created attachment 50967
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50967&action=edit
Tentativ fix
This patch would fix the testcase. It is inspired by code in primary.c,
match_string_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100407
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100973
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-linux-gnu
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100976
--- Comment #2 from Jason Merrill ---
Or rather,
int main()
{
constexpr const int &r = 42;
static_assert(r == 42); // { dg-bogus "" }
}
[expr.const]/4.7 says that "a temporary object of non-volatile const-qualified
literal type whose lifet
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100752
--- Comment #3 from Marek Polacek ---
Duh, we don't defer parsing of noexcept for any ptr-operator, like
struct S {
int& f() noexcept(noexcept(i));
int i;
};
Awkward, but the fix should be simple.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100752
--- Comment #4 from Jason Merrill ---
As I mentioned on IRC, it seems like this may just be a matter of properly
passing down flags/member_p in the recursive call to cp_parser_declarator.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91706
Jason Merrill changed:
What|Removed |Added
Summary|[9/10/11/12 Regression] |[9/10 Regression] ICE: tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49203
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57890
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |7.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100879
Jason Merrill changed:
What|Removed |Added
Last reconfirmed||2021-06-08
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80770
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54400
--- Comment #8 from Marc Glisse ---
(In reply to Richard Biener from comment #7)
> (note avoiding hadd in the reduc pattern was intended).
Indeed. Except with -Os, or if a processor with a fast hadd appears,
vectorising this doesn't bring anythi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290
--- Comment #20 from CVS Commits ---
The master branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:c4574d23cb07340918793a5a98ae7bb2988b3791
commit r12-1309-gc4574d23cb07340918793a5a98ae7bb2988b3791
Author: Andrew Pinski
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100065
--- Comment #2 from CVS Commits ---
The master branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:1afa4facb9348cac0349ff9c30066aa25a3608f7
commit r12-1310-g1afa4facb9348cac0349ff9c30066aa25a3608f7
Author: Marek Polacek
Date: M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100065
--- Comment #3 from Marek Polacek ---
Fixed on trunk so far, will backport.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100979
Bug ID: 100979
Summary: Nested CTAD fails when the outer object is direct
initialized and the inner object is list initialized
Product: gcc
Version: 12.0
Status: UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290
--- Comment #21 from Andrew Pinski ---
Note this is not fully fixed, there is still some more work to do to deal with
the non single_non_singleton_phi_for_edges case which will allow to get rid of
value_replacement.
Note to get rid of early_p ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100889
--- Comment #2 from CVS Commits ---
The master branch has been updated by Thomas Rodgers :
https://gcc.gnu.org/g:25e5ecdf82b49977e86bfaded236fb34af2705ed
commit r12-1312-g25e5ecdf82b49977e86bfaded236fb34af2705ed
Author: Thomas Rodgers
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100889
--- Comment #3 from CVS Commits ---
The releases/gcc-11 branch has been updated by Thomas Rodgers
:
https://gcc.gnu.org/g:d7462945387b33744f665d1aa33ba1cec79c03b0
commit r11-8528-gd7462945387b33744f665d1aa33ba1cec79c03b0
Author: Thomas Rodgers
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290
--- Comment #22 from Andrew Pinski ---
Without load/store handling, here are the following optimizations that either
can move to match.pd already or need some extra work to do it:
* value_replacement: need to handle !single_non_singleton_phi_for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100889
Thomas Rodgers changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100956
--- Comment #2 from Matt Bentley ---
Thank you - I'm aware GCC might optimize it out (and failed to test with
GCC10), at least in O2 mode, but other compilers might not, hence the code.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100879
--- Comment #1 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:087253b9951766cbd93286b804ebb1ab59197aa8
commit r12-1314-g087253b9951766cbd93286b804ebb1ab59197aa8
Author: Jason Merrill
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100879
Jason Merrill changed:
What|Removed |Added
Target Milestone|10.4|12.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100979
Marek Polacek changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89062
Marek Polacek changed:
What|Removed |Added
CC||brycelelbach at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100838
Jason Merrill changed:
What|Removed |Added
Summary|[11/12 Regression] |[11 Regression]
|-fno
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100796
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100925
Andrew Pinski changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100794
Kewen Lin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100980
Bug ID: 100980
Summary: [GCOV]The assignment statement in the “for” structure
caused the wrong coverage
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100981
Bug ID: 100981
Summary: ICE in info_for_reduction, at tree-vect-loop.c:4897
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100982
Bug ID: 100982
Summary: wrong constraint in std::optional::operator=
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100983
Bug ID: 100983
Summary: Deduction guide for member template class rejected at
class scope
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100085
--- Comment #10 from luoxhu at gcc dot gnu.org ---
float128 to vector __int128 is fixed by:
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=f700e4b0ee3ef53b48975cf89be26b9177e3a3f3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100961
--- Comment #2 from martin ---
It is releases/gcc-11.1.0:
Using built-in specs.
COLLECT_GCC=gfortran-11
COLLECT_LTO_WRAPPER=.../gcc/lib/gcc/x86_64-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../gcc-repo/configure --pro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100961
--- Comment #3 from martin ---
Created attachment 50968
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50968&action=edit
second test case which segfaults
Playing around with some variants in select_rank_expression2.f90, I can see
that I s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100982
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Assignee|unassigned at gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100984
Bug ID: 100984
Summary: gimple-ssa-evrp.c: mismatched new and delete
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100969
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100984
David Binderman changed:
What|Removed |Added
CC||aldyh at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100973
Richard Biener changed:
What|Removed |Added
CC||amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100978
Richard Biener changed:
What|Removed |Added
Keywords||ice-checking
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100981
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2021-06-09
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100985
Bug ID: 100985
Summary: Aarch64 acle.h "extern "C" {" mismatch "}" in 9.4.0
Product: gcc
Version: 9.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
101 - 163 of 163 matches
Mail list logo