[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2021-09-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.5

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2021-03-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 Richard Biener changed: What|Removed |Added Known to work||8.4.1 Status|ASSIGNED

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2021-03-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #13 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Biener : https://gcc.gnu.org/g:27b298a840e5046ac8a8e045b580128a88d25c44 commit r8-10799-g27b298a840e5046ac8a8e045b580128a88d25c44 Author: Richard Biener

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #12 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Biener : https://gcc.gnu.org/g:0f1cf13ecee1b4f9d963426b35acb5a0625816c4 commit r9-8503-g0f1cf13ecee1b4f9d963426b35acb5a0625816c4 Author: Richard Biener

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-08 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #11 from rguenther at suse dot de --- On Wed, 8 Apr 2020, tk at giga dot or.at wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 > > --- Comment #10 from Thomas Klausner --- > Thank you for the quick fix! > It works for

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-08 Thread tk at giga dot or.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #10 from Thomas Klausner --- Thank you for the quick fix! It works for me as well. Just for my education, why is this problem only visible on NetBSD and not e.g. Linux?

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 Richard Biener changed: What|Removed |Added Known to work||10.0 --- Comment #9 from Richard

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #8 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:3d947f1f27188e3a61ba7f42399b1c348469fe13 commit r10-7604-g3d947f1f27188e3a61ba7f42399b1c348469fe13 Author: Richard Biener Date:

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #7 from Richard Biener --- OK, built a cross to x86_64-netbsd and I see we go from Breakpoint 8, gimplify_addr_expr (expr_p=0x76cdec28, pre_p=0x7fffd8b0, post_p=0x7fffcc40) at

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread tk at giga dot or.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #6 from Thomas Klausner --- I can most easily test 8.3.0. I adapted your patch: --- gcc/gimplify.c.orig 2019-02-07 14:44:31.0 + +++ gcc/gimplify.c @@ -6074,7 +6074,10 @@ gimplify_addr_expr (tree *expr_p, gimple

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #5 from Richard Biener --- I still can't reproduce the issue so can you please test the following patch ontop of GCC 9? It probably applies to GCC 8 as well. Thanks. diff --git a/gcc/gimplify.c b/gcc/gimplify.c index

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-06 Thread tk at giga dot or.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #3 from Thomas Klausner --- Here's a backtrace from 9.3.0: rebase.i:5:1: warning: no semicolon at end of struct or union 5 | } e() { | ^ rebase.i: In function 'e': rebase.i:6:23: warning: initialization of 'char' from

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-06 Thread tk at giga dot or.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #2 from Thomas Klausner --- I can provide one for gcc 8.3.0: rebase.i: In function ‘e’: rebase.i:7:23: warning: initialization of ‘char’ from ‘char *’ makes integer from pointer without a cast [-Wint-conversion] struct b f[] =

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 Richard Biener changed: What|Removed |Added Last reconfirmed||2020-04-06 Component|c