[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-12 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #18 from Brian T. Carcich --- Thanks for the fix and your patience. We got gfortran with this patch to build on a box running Linux 2.6.9 ca. November 2011, and it solved the problem. Well done.

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-07 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #13 from Brian T. Carcich --- Whoops, I meant rev 274149.

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-07 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #12 from Brian T. Carcich --- Steve, I ran GCC SVN repo rev 274151 against part of our SFTRAN3-generated codebase, and they now pass the unit tests. This work will be used to update the MIRAGE suite of software for high-precision

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-06 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #10 from Brian T. Carcich --- thank you. On Tue, Aug 6, 2019 at 2:28 PM kargl at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 > > --- Comment #9 from kargl at gcc dot

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-05 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #8 from Brian T. Carcich --- Not exactly a page out of Dale Carnegie.

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-05 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #7 from Brian T. Carcich --- Oh dear.

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-05 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #5 from Brian T. Carcich --- S ... as does yours, probably --- Comment #6 from Brian T. Carcich --- S ... as does yours, possibly.

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-05 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #5 from Brian T. Carcich --- S ... as does yours, probably --- Comment #6 from Brian T. Carcich --- S ... as does yours, possibly.

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-05 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #4 from Brian T. Carcich --- PPPS I apologize; by way of ignorant excuse, my history with Fortran goes back way more than 29y.

[Bug fortran/91359] logical function X returns .TRUE. - Warning: spaghetti code

2019-08-05 Thread briantcarcich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91359 --- Comment #2 from Brian T. Carcich --- Agreed that the options -finit-local-zero and -fno-automatic are extraneous; sorry, they were dragged into here from my Makefile because I need them for the larger project. Also, I know how to do a

[Bug fortran/91359] New: GFORTRAN [NNNNN RETURN] of .FALSE. logical function X returns .TRUE. after [if (.not.X) goto NNNNN] - Warning: spaghetti code

2019-08-05 Thread briantcarcich at gmail dot com
Version: 5.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: briantcarcich at gmail dot com Target Milestone: --- Created attachment 46673 --> ht