https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78713
Marc Glisse changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91281
Bug ID: 91281
Summary: std::optional debug checks
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Keywords: diagnostic, easyhack
Severity: enhancement
Priority:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91270
Martin Liška changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91270
Martin Liška changed:
What|Removed |Added
Summary|ice during GIMPLE pass: dce |[10 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91270
--- Comment #6 from Martin Liška ---
(In reply to Martin Liška from comment #5)
> I've got a patch candidate:
>
> diff --git a/gcc/tree-ssa-dce.c b/gcc/tree-ssa-dce.c
> index cf507fa0453..bdaad09ef35 100644
> --- a/gcc/tree-ssa-dce.c
> +++ b/gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91266
--- Comment #1 from Iain Sandoe ---
actually, the problem is also seen on 64b powerpc-linux-gnu
LAST_UPDATED: Fri Jul 26 10:23:02 UTC 2019 (revision 273825)
=== acats tests ===
FAIL: cd2a31a
Native configuration is powerpc64-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91050
--- Comment #14 from Alan Modra ---
Author: amodra
Date: Sun Jul 28 09:26:13 2019
New Revision: 273853
URL: https://gcc.gnu.org/viewcvs?rev=273853&root=gcc&view=rev
Log:
[RS6000] Make assembler command line cpu match default for gcc
When gcc is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91135
--- Comment #10 from Alan Modra ---
Author: amodra
Date: Sun Jul 28 09:29:11 2019
New Revision: 273854
URL: https://gcc.gnu.org/viewcvs?rev=273854&root=gcc&view=rev
Log:
[RS6000] PR91135, __linux__ not defined with -mcall-aixdesc on 9.x and ppc6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91282
Bug ID: 91282
Summary: gcc.dg/type-convert-var.c FAILs
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91282
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |10.0
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: ro at gcc dot gnu.org
Target Milestone: ---
Target: i386-pc-solaris2.11, i686-pc-linux-gnu,
mips64el-unknown-linux-gnu
Between 20190726 (r273825) and 20190728 (r273850),
gcc.dg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91283
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |10.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91266
Eric Botcazou changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91169
Eric Botcazou changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91270
Martin Liška changed:
What|Removed |Added
Keywords||patch
--- Comment #7 from Martin Liška -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330
Martin Liška changed:
What|Removed |Added
Assignee|jamborm at gcc dot gnu.org |marxin at gcc dot
gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91267
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91267
--- Comment #8 from Jakub Jelinek ---
The problem is in the
- old_vr = get_value_range (var);
+ old_vr = get_lattice_entry (var);
change because get_value
git/gcc-sparc64/../gcc-sparc64-installed
--disable-multilib cross_compiling=yes
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.0.0 20190728 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330
--- Comment #16 from Martin Liška ---
Author: marxin
Date: Sun Jul 28 17:10:26 2019
New Revision: 273857
URL: https://gcc.gnu.org/viewcvs?rev=273857&root=gcc&view=rev
Log:
Release cgraph_{node,edge} via ggc_free (PR ipa/89330).
2019-07-28 Mart
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227
--- Comment #10 from kargl at gcc dot gnu.org ---
Patch submitted at https://gcc.gnu.org/ml/fortran/2019-07/msg00078.html
Please test.
Hi,
While compiling gcc-10-20190728 snapshot:
src/gcc-10-20190728/gcc/tree-ssa-sccvn.c:7323:1: internal compiler error: in
speculative_call_info, at cgraph.c:1114
7323 | }
| ^
0x5d34b9 cgraph_edge::speculative_call_info(cgraph_edge*&, cgraph_edge*&,
ipa_ref*&)
/home/
23 matches
Mail list logo