[Bug fortran/109345] [12/13/14 Regression] class(*) variable that is a string array is not handled correctly

2025-06-02 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109345 Paul Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug fortran/109345] [12/13/14 Regression] class(*) variable that is a string array is not handled correctly

2025-05-28 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109345 --- Comment #14 from Paul Thomas --- (In reply to Paul Thomas from comment #13) > I have had a period of not being able to work on gfortran. I'll take a look > at this today. Some other patch has been applied to 14-branch onwards that results

[Bug fortran/109345] [12/13/14 Regression] class(*) variable that is a string array is not handled correctly

2025-05-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109345 Paul Thomas changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2025-05-19 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 --- Comment #12 from Paul Thomas --- (In reply to kargls from comment #11) > (In reply to Paul Thomas from comment #9) > > Created attachment 61467 [details] > > Test vehicle for my f2018 import patch > > > > Hi Steve, > > > > Note the section

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2025-05-19 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 --- Comment #9 from Paul Thomas --- Created attachment 61467 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61467&action=edit Test vehicle for my f2018 import patch Hi Steve, Note the sections marked WRINKLE. ifx considers an associate b

[Bug fortran/106035] F2018 allows an IMPORT statement within the BLOCK construct.

2025-05-19 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #8 f

[Bug fortran/103312] [11/12 Regression] ICE in gfc_find_component since r9-1098-g3cf89a7b992d483e

2025-05-16 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103312 --- Comment #16 from Paul Thomas --- > Hi Paul, I did not realize that you were working on import. > Are you aware of > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 Hi Steve, No, I wasn't aware of this PR but should have been. I wa

[Bug fortran/103312] [11/12 Regression] ICE in gfc_find_component since r9-1098-g3cf89a7b992d483e

2025-05-16 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103312 Paul Thomas changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug fortran/119948] Source allocation of pure function result rejected

2025-05-02 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 --- Comment #17 from Paul Thomas --- Comment on attachment 61202 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61202 fix the issues Hi Steve, I got to thinking for once. I think that your change to primary.cc has cast the net a bit too

[Bug fortran/119948] Source allocation of pure function result rejected

2025-05-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 --- Comment #15 from Paul Thomas --- (In reply to kargls from comment #14) > HI Paul, > > The difference in my pr119948_1.f90 and pr119948_2.f90 is > that the former is Damian's testcase with a result-name > while latter does not use result-nam

[Bug fortran/119948] Source allocation of pure function result rejected

2025-05-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 --- Comment #11 from Paul Thomas --- (In reply to GCC Commits from comment #10) > The master branch has been updated by Paul Thomas : I will close as fixed if no appetite for backporting is expressed in the next week. Paul

[Bug fortran/119948] Source allocation of pure function result rejected

2025-04-28 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 --- Comment #9 from Paul Thomas --- (In reply to Jerry DeLisle from comment #8) > Occam's razor suggests we go with Paul's patch. Paul, do you want to handle > the commit-ish work or I can do it for you. Just let me know. I'll do the commit lat

[Bug fortran/119948] Source allocation of pure function result rejected

2025-04-28 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 --- Comment #6 from Paul Thomas --- (In reply to Paul Thomas from comment #5) > Created attachment 61214 [details] > Yet another fix for this PR > > I don't quite know whose patch is purer. This one also regtests OK. > > I will think about it

[Bug fortran/119948] Source allocation of pure function result rejected

2025-04-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #5 f

[Bug fortran/119836] [15/16 Regression] Elemental intrinsic treated as IMPURE within BLOCK within DO CONCURRENT

2025-04-18 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119836 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org,

[Bug fortran/101047] Pointer explicit initialization fails

2025-04-15 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101047 --- Comment #5 from Paul Thomas --- Created attachment 61121 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61121&action=edit An update of Jose's patch The attached is an updated version of Jose's that applies to the current trunk. I am e

[Bug fortran/110626] [13/14/15 regression] Duplicated finalization in derived

2025-04-14 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110626 --- Comment #4 from Paul Thomas --- (In reply to Paul Thomas from comment #3) > Hello Javier, > > For some reason this bug slipped by me. I do apologise. > > I can confirm that there is a bug, which comes about from the use of a > temporary fo

[Bug fortran/100821] Deferred character with wrong length

2025-04-13 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100821 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug fortran/100819] Wrong code generation with unlimited polymorphic objects and character type

2025-04-13 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100819 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug fortran/100818] A temporary is passed to associated

2025-04-13 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100818 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Resoluti

[Bug fortran/100816] Wrong span on widechar

2025-04-13 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100816 Paul Thomas changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/100120] associated intrinsic failure

2025-04-13 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100120 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Stat

[Bug fortran/119540] [15 Regression] FAIL: gfortran.dg/reduce_1.f90 -O0 execution test

2025-04-09 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119540 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/119540] [15 Regression] FAIL: gfortran.dg/reduce_1.f90 -O0 execution test

2025-04-09 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119540 Bug 119540 depends on bug 119460, which changed state. Bug 119460 Summary: gfortran.dg/reduce_1.f90 FAILs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 What|Removed |Added

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-04-09 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-04-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 --- Comment #20 from Paul Thomas --- (In reply to anlauf from comment #19) > > ! { dg-require-effective-target fortran_real_16 } > > in order to prevent new issues popping up... ;-) I decided to go for real_8 with twice the extent of the 'fi

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-04-05 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 --- Comment #18 from Paul Thomas --- (In reply to anlauf from comment #17) > Created attachment 61014 [details] > Enhanced version of reduce_4.f90 > > This fixes also a copy&paste of a subtest and tests the maximum symbol > length of the wrappe

[Bug fortran/119540] [15 Regression] FAIL: gfortran.dg/reduce_1.f90 -O0 execution test

2025-04-05 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119540 Paul Thomas changed: What|Removed |Added Status|UNCONFIRMED |NEW Assignee|unassigned at gcc

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-04-05 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 --- Comment #14 from Paul Thomas --- Created attachment 61006 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61006&action=edit Fix for this PR I believe that this fixes most, if not all, of the problems with the reduce intrinsic. I will b

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-04-02 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Comme

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-04-02 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 --- Comment #10 from Paul Thomas --- Thanks for all your investigations into this and pr119540. Compiling with -m32 to trigger the bug was something that I should have thought of myself :-( Thanks! > Why is dim /= NULL? I don't know. I have tr

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-03-28 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 --- Comment #4 from Paul Thomas --- (In reply to r...@cebitec.uni-bielefeld.de from comment #3) > > --- Comment #1 from Paul Thomas --- > > This bug is due to wrong casting of 'dim'. It was caught prior to committing > > but I screwed up by onl

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-03-25 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 --- Comment #1 from Paul Thomas --- (In reply to Rainer Orth from comment #0) > The new gfortran.dg/reduce_1.f90 test FAILs on Solaris/SPARC and x86, both 32 > and 64-bit: > > +FAIL: gfortran.dg/reduce_1.f90 -O0 execution test > +FAIL: gfort

[Bug fortran/119460] gfortran.dg/reduce_1.f90 FAILs

2025-03-25 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119460 Paul Thomas changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/115265] Generic function for constructor not invoked for same-name derived type with procedure pointer component

2025-03-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115265 --- Comment #5 from Paul Thomas --- > > Great, thanks for adding this testcase. Is there any change the fix in > > PR109066 will be applied to older branches, e.g. 13 and 14? Neither PR is a regression and defined assignment is so fundamentall

[Bug fortran/108434] [12/13/14 Regression] ICE in class_allocatable, at fortran/expr.cc:5000

2025-03-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108434 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/117730] Wrong code with non_overridable typebound procedure

2025-03-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117730 Paul Thomas changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/116078] [15 Regression] 10-12% slowdown of 436.cactusADM on AMD Zen2 since r15-2187-g838999bb23303e

2025-02-17 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116078 --- Comment #9 from Paul Thomas --- (In reply to Filip Kastl from comment #8) > Hmm, reverting the commit in question on the current trunk to see if it > still causes a slowdown doesn't work. I would have been very surprised if that patch had c

[Bug fortran/88688] Incorrect association in SELECT TYPE

2025-02-17 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88688 --- Comment #6 from Paul Thomas --- (In reply to Thomas Koenig from comment #5) > (In reply to Paul Thomas from comment #4) > > Fixed on trunk and closing. > > I guess you didn't actually close - happens to me quite often, as well :-) Thanks, T

[Bug fortran/100155] [12/13/14/15 Regression] ICE in gfc_conv_intrinsic_size, at fortran/trans-intrinsic.c:805

2025-02-08 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100155 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org

[Bug fortran/118750] [14 Regression] ICE on associate with elemental function with polymorphic array dummy argument

2025-02-07 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118750 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/116829] Missing default initialization of finalizable non-polymorphic intent(out) arguments

2025-02-07 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116829 --- Comment #6 from Paul Thomas --- (In reply to GCC Commits from comment #5) > The master branch has been updated by Paul Thomas : > > https://gcc.gnu.org/g:251aa524a314faa749b7dd1b7da048e6e6476015 > > commit r15-7412-g251aa524a314faa749b7dd1

[Bug fortran/118750] [14/15 Regression] ICE on associate with elemental function with polymorphic array dummy argument

2025-02-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118750 Paul Thomas changed: What|Removed |Added Attachment #60396|0 |1 is obsolete|

[Bug fortran/118750] [14/15 Regression] ICE on associate with elemental function with polymorphic array dummy argument

2025-02-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118750 Paul Thomas changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/102333] [12/13/14/15 Regression] ICE in gfc_generate_function_code, at fortran/trans-decl.c:6941 since r7-4526-gd809e15a19e63493

2025-02-04 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102333 --- Comment #9 from Paul Thomas --- (In reply to Paul Thomas from comment #8) > Created attachment 60290 [details] > Testcase for this PR > > This PR seems to have been fixed in the recent past on both 14- and > 15-branches. > > I will push th

[Bug fortran/115265] Generic function for constructor not invoked for same-name derived type with procedure pointer component

2025-02-04 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115265 --- Comment #4 from Paul Thomas --- (In reply to Matthew Krupcale from comment #3) > Hey Paul, > > Great, thanks for adding this testcase. Is there any change the fix in > PR109066 will be applied to older branches, e.g. 13 and 14? > > Matthew

[Bug fortran/102333] [12/13/14/15 Regression] ICE in gfc_generate_function_code, at fortran/trans-decl.c:6941 since r7-4526-gd809e15a19e63493

2025-01-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102333 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assign

[Bug fortran/115265] Generic function for constructor not invoked for same-name derived type with procedure pointer component

2025-01-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115265 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Comme

[Bug fortran/115265] Generic function for constructor not invoked for same-name derived type with procedure pointer component

2025-01-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115265 Paul Thomas changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug fortran/118640] [15 Regression] cp2k ICE in gfc_conv_expr_present since r15-5347

2025-01-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118640 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/96087] [12/13/14 Regression] ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1575

2025-01-26 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96087 Paul Thomas changed: What|Removed |Added Summary|[12/13/14/15 Regression]|[12/13/14 Regression] ICE

[Bug fortran/118640] [15 Regression] cp2k ICE in gfc_conv_expr_present since r15-5347

2025-01-26 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118640 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org Last re

[Bug fortran/117763] [14/15 regression] segmentation fault through allocatable char arrays (?)

2025-01-17 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117763 --- Comment #24 from Paul Thomas --- (In reply to Richard Biener from comment #23) > The new testcase FAILs on the gcc-12 branch (it works on the 13 branch) on > x86_64-linux: > > FAIL: gfortran.dg/pr117763.f90 -O scan-tree-dump-times origi

[Bug fortran/103391] [12/13/14/15 Regression] ICE: gimplification failed since r7-4021-g574284e9c49687d8

2025-01-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103391 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #7 f

[Bug fortran/104130] [12/13 Regression] ICE in gfc_add_class_array_ref, at fortran/class.c:274 since r12-4467-g64f9623765da3306

2025-01-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104130 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #9 f

[Bug fortran/105152] [10/11/12/13/14 Regression] ICE in gfc_conv_gfc_desc_to_cfi_desc, at fortran/trans-expr.cc:5647 since r9-5372-gbbf18dc5d248a79a

2025-01-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105152 --- Comment #8 from Paul Thomas --- Well, "a few weeks" turned into rather longer than that. Apologies. Now fixed on 13-branch. This also fixes pr104130 by the way. Thanks Paul

[Bug fortran/108434] [12/13/14/15 Regression] ICE in class_allocatable, at fortran/expr.cc:5000

2025-01-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108434 --- Comment #13 from Paul Thomas --- Created attachment 60052 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60052&action=edit Fix for this PR Hi Harald, This version gets rid of the invalid reads. Originally it lost extra memory: defini

[Bug fortran/106692] [12/13/14 Regression] Cray pointer comparison wrongly optimized away

2025-01-04 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106692 --- Comment #20 from Paul Thomas --- (In reply to anlauf from comment #19) > Fixed on mainline so far. > > Will wait some time before considering backports. Hi Harald, In spite of my nervousness about the patch, I wouldn't wait very long to b

[Bug fortran/105168] [12/13/14/15 Regression] ICE in gfc_maybe_dereference_var, at fortran/trans-expr.cc:2870 since r9-3522-gd0477233215e37de

2025-01-03 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105168 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Comme

[Bug fortran/106692] [12/13/14/15 Regression] Cray pointer comparison wrongly optimized away

2025-01-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106692 --- Comment #14 from Paul Thomas --- (In reply to anlauf from comment #12) > This very local, hackish patch marks the Cray pointers as volatile only > for comparisons, fixes the testcase and does not regress with the analyzer > testcases. Not t

[Bug fortran/106692] [12/13/14/15 Regression] Cray pointer comparison wrongly optimized away

2024-12-30 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106692 --- Comment #10 from Paul Thomas --- (In reply to anlauf from comment #9) . o we want to fix this, given Jakub and Tobias's remarks? > > I have no stock in Cray pointers. If there were a simple fix, then we > just do it. But the above doe

[Bug fortran/106692] [12/13/14/15 Regression] Cray pointer comparison wrongly optimized away

2024-12-30 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106692 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #8 f

[Bug fortran/116254] new test case gfortran.dg/class_transformational_2.f90 from r15-2739-g4cb07a38233aad fails

2024-12-24 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116254 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/63426] [meta-bug] Issues found with -fsanitize=undefined

2024-12-24 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426 Bug 63426 depends on bug 118059, which changed state. Bug 118059 Summary: [15 Regression] ubsan instrumented gcc: valid value for type 'expr_t' in gcc/fortran/trans-expr.cc https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118059 What|

[Bug fortran/118059] [15 Regression] ubsan instrumented gcc: valid value for type 'expr_t' in gcc/fortran/trans-expr.cc

2024-12-24 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118059 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/117797] [13/14 Regression] ICE in gfc_get_array_span

2024-12-22 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117797 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/118059] [15 Regression] ubsan instrumented gcc: valid value for type 'expr_t' in gcc/fortran/trans-expr.cc

2024-12-21 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118059 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Comme

[Bug fortran/116254] new test case gfortran.dg/class_transformational_2.f90 from r15-2739-g4cb07a38233aad fails

2024-12-21 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116254 --- Comment #14 from Paul Thomas --- Created attachment 59939 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59939&action=edit Fix for this PR (In reply to Richard Sandiford from comment #10) Hi Richard, The temporary array descriptor is

[Bug fortran/116254] new test case gfortran.dg/class_transformational_2.f90 from r15-2739-g4cb07a38233aad fails

2024-12-20 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116254 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Comme

[Bug fortran/117897] [13/14 Regression] Bug in gfortran compiled windows run time with the latest release (14.2.0)

2024-12-17 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117897 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/116254] new test case gfortran.dg/class_transformational_2.f90 from r15-2739-g4cb07a38233aad fails

2024-12-16 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116254 --- Comment #11 from Paul Thomas --- (In reply to Richard Sandiford from comment #10) > A bit more info: valgrind succeeds for -O0. But with optimisation enabled > (-O is enough), it flags: > > ==12989== Conditional jump or move depends on uni

[Bug fortran/110626] [13/14/15 regression] Duplicated finalization in derived

2024-12-15 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110626 Paul Thomas changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug fortran/84674] [12/13/14 Regression] Derived type name change makes a program segfault, removing non_overridable helps

2024-12-15 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84674 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/117897] [13/14 Regression] Bug in gfortran compiled windows run time with the latest release (14.2.0)

2024-12-15 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117897 Paul Thomas changed: What|Removed |Added Summary|[13/14/15 Regression] Bug |[13/14 Regression] Bug in

[Bug fortran/117897] [13/14/15 Regression] Bug in gfortran compiled windows run time with the latest release (14.2.0)

2024-12-14 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117897 --- Comment #4 from Paul Thomas --- Created attachment 59868 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59868&action=edit Fix for this PR It needs tidying up and the testcase dejagnu-ifying but it does regtest OK. I didn't realise th

[Bug fortran/117897] [13/14/15 Regression] Bug in gfortran compiled windows run time with the latest release (14.2.0)

2024-12-14 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117897 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Comme

[Bug fortran/117897] [13/14/15 Regression] Bug in gfortran compiled windows run time with the latest release (14.2.0)

2024-12-13 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117897 Paul Thomas changed: What|Removed |Added CC||anlauf at gcc dot gnu.org,

[Bug fortran/117901] [15 regression] class_transformational_1.f90 with -O3 and -fcheck=bounds gives ICE in make_ssa_name_fn

2024-12-12 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117901 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/117797] [13/14 Regression] ICE in gfc_get_array_span

2024-12-12 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117797 Paul Thomas changed: What|Removed |Added Summary|[13/14/15 Regression] ICE |[13/14 Regression] ICE in

[Bug fortran/84245] [12/13/14/15 Regression] ICE in delete_root, at fortran/bbt.c:150

2024-12-12 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84245 --- Comment #14 from Paul Thomas --- (In reply to kargls from comment #13) > (In reply to Paul Thomas from comment #12) > > Created attachment 59753 [details] > > Fix for this PR > > > > Testcase. Regressions tests OK. Will submit when my tree i

[Bug fortran/102689] Segfault with RESHAPE of CLASS as actual argument

2024-12-11 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102689 --- Comment #7 from Paul Thomas --- Created attachment 59839 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59839&action=edit Instrumtented class_transformational_2.f90 Hi Christophe, Would you be so kind as to try compiling and running

[Bug fortran/117901] [15 regression] class_transformational_1.f90 with -O3 and -fcheck=bounds gives ICE in make_ssa_name_fn

2024-12-09 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117901 --- Comment #8 from Paul Thomas --- Created attachment 59826 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59826&action=edit Fix for this PR Found it :-) It's just now regression testing. Paul

[Bug fortran/117901] [ 15 regression] class_transformational_1.f90 with -O3 and -fcheck=bounds gives ICE in make_ssa_name_fn

2024-12-09 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117901 Paul Thomas changed: What|Removed |Added CC||anlauf at gmx dot de, |

[Bug fortran/116261] [15 regression] gfortran.dg/sizeof_6.f90 -O1 timeout since r15-2739-g4cb07a38233

2024-12-09 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116261 Paul Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug fortran/117901] [ 15 regression] class_transformational_1.f90 with -O3 and -fcheck=bounds gives ICE in make_ssa_name_fn

2024-12-06 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117901 --- Comment #5 from Paul Thomas --- (In reply to Paul Thomas from comment #4) ...snip... > I will now clean up the patch and produce a suitably reduced testcase that > isolates the problem. > > Paul This was my attempt at a testcase, which is

[Bug fortran/117901] [ 15 regression] class_transformational_1.f90 with -O3 and -fcheck=bounds gives ICE in make_ssa_name_fn

2024-12-05 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117901 --- Comment #4 from Paul Thomas --- I held off pushing because I had the scent of the problem. The "fix" of comment #3 was a dead giveaway. It turns out to be nothing to do with my fix for 102689 but is a latent bug exposed by the testcase. The

[Bug fortran/116261] [15 regression] gfortran.dg/sizeof_6.f90 -O1 timeout since r15-2739-g4cb07a38233

2024-12-04 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116261 Paul Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug fortran/116261] [15 regression] gfortran.dg/sizeof_6.f90 -O1 timeout since r15-2739-g4cb07a38233

2024-12-04 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116261 --- Comment #13 from Paul Thomas --- Created attachment 59790 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59790&action=edit Fix for this PR

[Bug fortran/117901] [ 15 regression] class_transformational_1.f90 with -O3 and -fcheck=bounds gives ICE in make_ssa_name_fn

2024-12-04 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117901 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org

[Bug fortran/117901] New: class_transformational_1.f90 with -O3 and -fcheck=bounds gives ICE in make_ssa_name_fn

2024-12-03 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117901 Bug ID: 117901 Summary: class_transformational_1.f90 with -O3 and -fcheck=bounds gives ICE in make_ssa_name_fn Product: gcc Version: 15.0 Status: UNCONFIRMED K

[Bug fortran/117797] [13/14/15 Regression] ICE in gfc_get_array_span

2024-11-30 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117797 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org

[Bug fortran/84245] [12/13/14/15 Regression] ICE in delete_root, at fortran/bbt.c:150

2024-11-30 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84245 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org

[Bug fortran/105054] [12/13/14 Regression] Using one kind of pointer functions causes the compiler to hang since r11-3029-g2b0df0a6ac79b34f

2024-11-30 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105054 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/78492] [OOP] Compiler segfault with non_overridable function in generic interface

2024-11-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78492 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/29670] [meta-bug] fortran interfaces

2024-11-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29670 Bug 29670 depends on bug 78492, which changed state. Bug 78492 Summary: [OOP] Compiler segfault with non_overridable function in generic interface https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78492 What|Removed

[Bug fortran/117768] [15 regression] ICE in diagnostic_impl (?)

2024-11-27 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117768 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/117763] [14/15 regression] segmentation fault through allocatable char arrays (?)

2024-11-26 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117763 Paul Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/117768] [15 regression] ICE in diagnostic_impl (?)

2024-11-26 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117768 --- Comment #6 from Paul Thomas --- (In reply to Paul Thomas from comment #5) > Created attachment 59711 [details] > Fix for this PR Hi Juergen, Are you in a position to check this patch? I am submitting to the list in a few minutes but would

[Bug fortran/117768] [15 regression] ICE in diagnostic_impl (?)

2024-11-26 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117768 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org

[Bug fortran/117763] [14/15 regression] segmentation fault through allocatable char arrays (?)

2024-11-26 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117763 --- Comment #18 from Paul Thomas --- (In reply to Jürgen Reuter from comment #17) > Thanks a lot, Paul!!! This also needs to be backported to the 14 branch, > right? Yes, it does. I am tied up with daytime work right now but will attend to it

  1   2   3   4   5   6   7   8   >