[Bug ipa/86389] execute FAILs with -fipa-pta

2024-07-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 Bug 86389 depends on bug 102043, which changed state. Bug 102043 Summary: [11 Regression] Wrong array types used for negative stride accesses, gfortran.dg/vector_subscript_1.f90 FAILs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102043

[Bug ipa/86389] execute FAILs with -fipa-pta

2021-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #13 from Richard Biener --- (In reply to Jan Hubicka from comment #12) > Since the vector_subscript testcase seems indeed to be frontend issue > triggered by -fipa-pta (and soon by modref). I wonder if we should have > fortran bug

[Bug ipa/86389] execute FAILs with -fipa-pta

2021-11-05 Thread hubicka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #12 from Jan Hubicka --- Since the vector_subscript testcase seems indeed to be frontend issue triggered by -fipa-pta (and soon by modref). I wonder if we should have fortran bug tracking this or change component here?

[Bug ipa/86389] execute FAILs with -fipa-pta

2021-11-05 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 Martin Liška changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug ipa/86389] execute FAILs with -fipa-pta

2021-08-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #10 from Richard Biener --- -fdisable-tree-dom2 fixes it, DOM2 does --- a/vector_subscript_1.f90.127t.dom2 2021-08-24 15:41:19.245450872 +0200 +++ b/vector_subscript_1.f90.127t.dom2 2021-08-24 15:41:23.421513299 +0200 @@ -383,11

[Bug ipa/86389] execute FAILs with -fipa-pta

2021-08-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #9 from Richard Biener --- The fortran fail can be reduced to the following with -O1 -fipa-pta, not sure what goes wrong. It looks like part of the a (idx (10:6:-2)) = b (idx (10:6:-2)) stores are wrongly elided. ! PR 19239.

[Bug ipa/86389] execute FAILs with -fipa-pta

2021-08-23 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #8

[Bug ipa/86389] execute FAILs with -fipa-pta

2018-11-20 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #7 from rguenther at suse dot de --- On Tue, 20 Nov 2018, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 > > --- Comment #6 from Martin Liška --- > Richi: Can the bug be marked as resolved?

[Bug ipa/86389] execute FAILs with -fipa-pta

2018-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #6 from Martin Liška --- Richi: Can the bug be marked as resolved? Or please update Known to work.

[Bug ipa/86389] execute FAILs with -fipa-pta

2018-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #5 from Richard Biener --- Author: rguenth Date: Mon Jul 16 07:29:31 2018 New Revision: 262677 URL: https://gcc.gnu.org/viewcvs?rev=262677=gcc=rev Log: 2018-07-16 Richard Biener PR ipa/86389 *

[Bug ipa/86389] execute FAILs with -fipa-pta

2018-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #4 from Richard Biener --- Remaining regressions compared to GCC 8 when running the testsuite with -fipa-pta are +FAIL: gfortran.fortran-torture/execute/contained_3.f90 execution, -O1 there is also one progression -FAIL:

[Bug ipa/86389] execute FAILs with -fipa-pta

2018-07-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 --- Comment #3 from Richard Biener --- Author: rguenth Date: Tue Jul 3 13:56:58 2018 New Revision: 262341 URL: https://gcc.gnu.org/viewcvs?rev=262341=gcc=rev Log: 2018-07-03 Richard Biener PR ipa/86389 *

[Bug ipa/86389] execute FAILs with -fipa-pta

2018-07-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 Richard Biener changed: What|Removed |Added Blocks||85960 --- Comment #2 from Richard

[Bug ipa/86389] execute FAILs with -fipa-pta

2018-07-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86389 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|