https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99859
--- Comment #1 from Luke Dalessandro ---
It was pointed out that it _also_ works if I change
> static_assert(foo());
to
> constexpr bool b = foo();
> static_assert(b);
static_assert(foo());
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99771
--- Comment #2 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:e4bb1bd60a9fd1bed36092a990aa5fed5d45bfa6
commit r11-7941-ge4bb1bd60a9fd1bed36092a990aa5fed5d45bfa6
Author: David Malcolm
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99771
--- Comment #3 from David Malcolm ---
The above patch fixes some of the occurrences of the bug (due to (b)), but not
those due to (a), so keeping this bug open.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78081
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
Known to f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78081
--- Comment #5 from Martin Sebor ---
But... the reduced test case started triggering -Wmaybe-uninitialized in
r11-3685 while the original test case always has, so maybe I went too far with
the reduction and there are actually two bugs going on he
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78370
Martin Sebor changed:
What|Removed |Added
Known to fail||10.2.0, 11.0, 6.3.0, 7.0.1,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Martin Sebor changed:
What|Removed |Added
CC||scott.d.phillips at intel dot
com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
Bug 24639 depends on bug 78370, which changed state.
Bug 78370 Summary: taking address of a var causes missing uninitialized warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78370
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78391
Martin Sebor changed:
What|Removed |Added
Known to fail||10.2.0, 11.0, 7.3.0, 8.3.0,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78391
Martin Sebor changed:
What|Removed |Added
Component|middle-end |c++
Severity|enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99856
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-04-01
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99857
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
ropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
g++ (GCC) 11.0.1 20210331 (experimental)
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99737
--- Comment #4 from Alexander Lelyakin ---
Today's sequence is:
/usr/local/bin/g++ -std=c++20 -fmodules-ts -x c++-system-header tuple
/usr/local/bin/g++ -std=c++20 -fmodules-ts -x c++-system-header set
/usr/local/bin/g++ -std=c++20 -fmodules
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99840
--- Comment #9 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:d7cef070bf43bfb3f3d77bac42eadea06c4b0281
commit r11-7943-gd7cef070bf43bfb3f3d77bac42eadea06c4b0281
Author: Harald Anlauf
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99855
--- Comment #6 from Alexander Lelyakin ---
Today this message was not seen.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99840
--- Comment #10 from CVS Commits ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:591b5c903f8d3fc73caa403038cbd680b367f23b
commit r10-9648-g591b5c903f8d3fc73caa403038cbd680b367f23b
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99805
--- Comment #2 from hao an ---
(In reply to Jonathan Wakely from comment #1)
> I cannot reproduce this with upstream GCC. This looks like a bug in
> devtoolset-10, so I'll report it to Red Hat's bugzilla instead.
Hi, I reproduce it in ubuntu , w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99849
--- Comment #2 from Richard Biener ---
We're outputting the initializer of mlx5_ib_object_MLX5_IB_OBJECT_VAR which
looks like
{.cleanup=&<<< Unknown tree: compound_literal_expr
extern const struct uverbs_obj_idr_type __compound_literal.0 =
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99850
--- Comment #4 from 康桓瑋 ---
This ICE may be caused by not handle this form.
template concept C = true;
auto l = [] requires (C && ...) -> void {};
https://godbolt.org/z/vo8xPd4hY
:3:48: internal compiler error: Segmentation fault
3 | aut
201 - 220 of 220 matches
Mail list logo