https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87480
Jason Merrill changed:
What|Removed |Added
Summary|[8/9 Regression] SFINAE |[8 Regression] SFINAE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86521
Jason Merrill changed:
What|Removed |Added
Summary|[8/9 Regression] GCC 8 |[8 Regression] GCC 8
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86429
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71861
--- Comment #12 from janus at gcc dot gnu.org ---
Author: janus
Date: Mon Mar 25 19:58:04 2019
New Revision: 269922
URL: https://gcc.gnu.org/viewcvs?rev=269922&root=gcc&view=rev
Log:
fix PR 71861
2019-03-25 Janus Weil
PR fortran/7186
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86429
--- Comment #5 from Jason Merrill ---
Reduced:
struct A
{
int i;
constexpr int f(const int&) const { return i; }
};
void g()
{
constexpr A a = { 42 };
[&](auto x) {
constexpr auto y = a.f(x);
}(24);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71861
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89820
Bug ID: 89820
Summary: Returning empty type produces unnecessary instructions
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89820
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88529
Andrew Pinski changed:
What|Removed |Added
CC||antoshkka at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88529
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85013
--- Comment #3 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Mon Mar 25 20:43:36 2019
New Revision: 269923
URL: https://gcc.gnu.org/viewcvs?rev=269923&root=gcc&view=rev
Log:
/cp
2019-03-25 Paolo Carlini
PR c++/84661
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84661
--- Comment #6 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Mon Mar 25 20:43:36 2019
New Revision: 269923
URL: https://gcc.gnu.org/viewcvs?rev=269923&root=gcc&view=rev
Log:
/cp
2019-03-25 Paolo Carlini
PR c++/84661
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84661
Paolo Carlini changed:
What|Removed |Added
Summary|[7/8/9 Regression] internal |[7/8 Regression] internal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85013
Paolo Carlini changed:
What|Removed |Added
Summary|[7/8/9 Regression] |[7/8 Regression]
|:1:4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88529
--- Comment #4 from Andrew Pinski ---
related to PR20408 (but not the same as the patch which Jason attached is
different)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87327
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70515
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 70515, which changed state.
Bug 70515 Summary: Nested lambdas causing invalid captured pointers on some
platforms
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70515
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89676
--- Comment #9 from Vladimir Makarov ---
Author: vmakarov
Date: Mon Mar 25 21:14:40 2019
New Revision: 269924
URL: https://gcc.gnu.org/viewcvs?rev=269924&root=gcc&view=rev
Log:
2019-03-25 Vladimir Makarov
PR rtl-optimization/89676
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79367
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
Summ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86964
--- Comment #9 from Jeffrey A. Law ---
Author: law
Date: Mon Mar 25 21:19:09 2019
New Revision: 269925
URL: https://gcc.gnu.org/viewcvs?rev=269925&root=gcc&view=rev
Log:
PR debug/86964
* dwarf2out.c (premark_used_variables): New
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89435
--- Comment #7 from Eric Botcazou ---
*** Bug 89815 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89815
Eric Botcazou changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89812
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Mon Mar 25 22:56:40 2019
New Revision: 269927
URL: https://gcc.gnu.org/viewcvs?rev=269927&root=gcc&view=rev
Log:
PR c/89812 - incorrect maximum in error: requested alignment '536870912'
e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89812
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85537
--- Comment #11 from Thomas Koenig ---
r237104 fails for me, testing r237008.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83855
Segher Boessenkool changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85537
Thomas Koenig changed:
What|Removed |Added
Component|rtl-optimization|fortran
Summary|[7/8/9 Regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70692
--- Comment #3 from Jonathan Wakely ---
This should get addressed more thoroughly by https://wg21.link/p0932
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88423
--- Comment #8 from Jeffrey A. Law ---
Author: law
Date: Mon Mar 25 23:33:36 2019
New Revision: 269928
URL: https://gcc.gnu.org/viewcvs?rev=269928&root=gcc&view=rev
Log:
PR rtl-optimization/88347
PR rtl-optimization/88423
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88347
--- Comment #5 from Jeffrey A. Law ---
Author: law
Date: Mon Mar 25 23:33:36 2019
New Revision: 269928
URL: https://gcc.gnu.org/viewcvs?rev=269928&root=gcc&view=rev
Log:
PR rtl-optimization/88347
PR rtl-optimization/88423
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89808
--- Comment #8 from sduguay ---
(In reply to Jonathan Wakely from comment #6)
> In any case, I agree with confirming this as a bug: all warnings should be
> controllable by a -Wxxx option.
>
> Adding such an option is quite easy, and a good firs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89821
Bug ID: 89821
Summary: Get a SIGFPE on a simple test of a kind=real128
variable with -ffpe-trap=invalid switch
Product: gcc
Version: 7.3.0
Status: UNCONFIRMED
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88347
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89822
Bug ID: 89822
Summary: self mov on x86_64 and not optimized-out sub on
ARM/ARM64 in a jump table switch
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Keywords:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82643
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89809
JunMa changed:
What|Removed |Added
CC||JunMa at linux dot alibaba.com
--- Comment #2 fr
101 - 137 of 137 matches
Mail list logo