https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82176
--- Comment #6 from Eric Gallager ---
(In reply to Gregory Fuchedzhy from comment #5)
> (In reply to Eric Gallager from comment #3)
> > *** Bug 91998 has been marked as a duplicate of this bug. ***
>
> Not exactly a duplicate, but related.
> Cla
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91998
Eric Gallager changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42579
Eric Gallager changed:
What|Removed |Added
CC||fuchedzhy at google dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23577
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58884
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92238
Bug ID: 92238
Summary: constexpr fails to compile 2d std::array in C++ 10
master
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92237
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92237
Bug ID: 92237
Summary: [x86] Missed optimisation opportunity with bit tests
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92236
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92236
Bug ID: 92236
Summary: [concepts] Explain non-satisfaction in static_assert
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78244
--- Comment #12 from Marek Polacek ---
Another bit to extend the Comment 11 test:
// Test OVERLOAD in a template.
int id(int v) { return v; }
double id(double v) { return v; }
template
auto f5(double v) -> decltype((S{id(v)}, 1)) { return 1; }
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86248
Paul Thomas changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85254
--- Comment #8 from ville at gcc dot gnu.org ---
Author: ville
Date: Sat Oct 26 17:32:24 2019
New Revision: 277474
URL: https://gcc.gnu.org/viewcvs?rev=277474&root=gcc&view=rev
Log:
PR c++/85254
Backport from mainline
2019-06-01 Ville Voutilain
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92224
--- Comment #3 from Mario Galindo ---
Thank you sir. As clang is allowing this type of construction, I believe now
that the "bug" is in clang, not gcc. Regards.
Dr. Ing. Mario Galindo Q.
Cel: 591-72062746 & 591-72010422
On 25 Oct 2019 06:20, "r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92235
Bug ID: 92235
Summary: [10 Regression] ICE in host_detect_local_cpu, segfault
(profiled lto) on powerpc64le-linux-gnu
Product: gcc
Version: 10.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91289
Segher Boessenkool changed:
What|Removed |Added
Status|NEW |ASSIGNED
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91289
--- Comment #14 from Segher Boessenkool ---
Author: segher
Date: Sat Oct 26 16:38:59 2019
New Revision: 277472
URL: https://gcc.gnu.org/viewcvs?rev=277472&root=gcc&view=rev
Log:
rs6000: Fix allocate_stack in a corner case (PR91289)
When we have
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92234
Bug ID: 92234
Summary: [10 Regression] ICE verify_gimple failed (profiled
lto) on s390x-linux-gnu
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92095
Mikael Pettersson changed:
What|Removed |Added
CC||mikpelinux at gmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92227
Eric Botcazou changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92233
--- Comment #1 from Marc Glisse ---
(llvm doesn't do it either)
Would some kind of threading be the most natural way to handle this? If the
compiler duplicates the code as
if (a==0) return a*b;
else if (b==0) return a*b;
then it becomes easy to
21 matches
Mail list logo