[Bug fortran/68560] [6/7/8 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto

2018-02-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560 --- Comment #30 from Thomas Koenig --- Author: tkoenig Date: Mon Feb 12 20:27:11 2018 New Revision: 257603 URL: https://gcc.gnu.org/viewcvs?rev=257603&root=gcc&view=rev Log: 2018-02-12 Thomas Koenig PR fortran/68560 * trans-i

[Bug fortran/68560] [6/7/8 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto

2018-02-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/80174] [meta-bug] Fortran lto issues

2018-02-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80174 Bug 80174 depends on bug 68560, which changed state. Bug 68560 Summary: [6/7/8 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560 What|Removed

[Bug fortran/68649] [6/7/8 Regression] note: code may be misoptimized unless -fno-strict-aliasing is used

2018-02-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68649 Bug 68649 depends on bug 68560, which changed state. Bug 68560 Summary: [6/7/8 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560 What|Removed

[Bug fortran/68746] FAIL: gfortran.dg/read_dir.f90 -O0 execution test

2018-02-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68746 --- Comment #13 from Thomas Koenig --- Author: tkoenig Date: Mon Feb 12 20:48:32 2018 New Revision: 257604 URL: https://gcc.gnu.org/viewcvs?rev=257604&root=gcc&view=rev Log: 2018-02-12 Thomas Koenig PR fortran/68746 * gfortra

[Bug fortran/68746] FAIL: gfortran.dg/read_dir.f90 -O0 execution test

2018-02-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68746 --- Comment #14 from Thomas Koenig --- Author: tkoenig Date: Mon Feb 12 20:51:16 2018 New Revision: 257605 URL: https://gcc.gnu.org/viewcvs?rev=257605&root=gcc&view=rev Log: 2018-02-12 Thomas Koenig PR fortran/68746 * gfortra

[Bug fortran/68746] FAIL: gfortran.dg/read_dir.f90 -O0 execution test

2018-02-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68746 --- Comment #15 from Thomas Koenig --- Let's keep this open to see if any platform develops a regression with the fix.

[Bug fortran/77296] [F03] Compiler Error with allocatable string and associate

2018-02-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77296 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/68241] [meta-bug] [F03] Deferred-length character

2018-02-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68241 Bug 68241 depends on bug 77296, which changed state. Bug 77296 Summary: [F03] Compiler Error with allocatable string and associate https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77296 What|Removed |Added -

[Bug fortran/71745] upper array bound huge(i) on 32-bit systems

2018-02-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71745 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/77908] Array operation fails for arrays with "long" indices

2018-02-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77908 --- Comment #4 from Thomas Koenig --- *** Bug 71745 has been marked as a duplicate of this bug. ***

[Bug fortran/80945] Invalid code with allocatable character array in READ/WRITE statement

2018-02-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80945 --- Comment #7 from Thomas Koenig --- Still fails with current trunk. Code from comment#1, somewhat simplified: program main implicit none integer:: i integer, parameter:: N = 10 character(len=:), dimension(:),allocatable:: ca

[Bug fortran/68746] FAIL: gfortran.dg/read_dir.f90 -O0 execution test

2018-02-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68746 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-02-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Thu Feb 15 18:46:22 2018 New Revision: 257703 URL: https://gcc.gnu.org/viewcvs?rev=257703&root=gcc&view=rev Log: 2018-02-15 Thomas Koenig PR fortran/84381 * gfortran

[Bug testsuite/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-02-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/84094] several correctness issues in gfortran.dg

2018-02-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84094 Thomas Koenig changed: What|Removed |Added Component|testsuite |fortran --- Comment #4 from Thomas Koeni

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-02-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-02-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 --- Comment #6 from Thomas Koenig --- (In reply to Neil Carlson from comment #5) > Thomas, I saw you generated a patch with "stop n". I'd love to see how you > did it -- the regexp and counting magic. At first, I tried to find the all-inclusive

[Bug fortran/84094] several correctness issues in gfortran.dg

2018-02-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84094 Bug 84094 depends on bug 84381, which changed state. Bug 84381 Summary: replace non-std 'call abort' by 'stop 1' in gfortran testsuite https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 What|Removed |Added

[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

2018-02-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/84270] [7/8 Regression] optimization bug with assumed size array argument

2018-02-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84270 --- Comment #3 from Thomas Koenig --- Author: tkoenig Date: Sat Feb 17 15:53:07 2018 New Revision: 257783 URL: https://gcc.gnu.org/viewcvs?rev=257783&root=gcc&view=rev Log: 2018-02-17 Thomas Koenig PR fortran/84270 * frontend

[Bug fortran/84270] [7/8 Regression] optimization bug with assumed size array argument

2018-02-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84270 --- Comment #4 from Thomas Koenig --- Author: tkoenig Date: Sat Feb 17 16:01:50 2018 New Revision: 257784 URL: https://gcc.gnu.org/viewcvs?rev=257784&root=gcc&view=rev Log: 2018-02-17 Thomas Koenig Backport from trunk PR fort

[Bug fortran/84270] [7/8 Regression] optimization bug with assumed size array argument

2018-02-17 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84270 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/82258] [8 regression] allocate_zerosize_3.f fails since r251949

2018-02-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82258 Thomas Koenig changed: What|Removed |Added Priority|P4 |P3 Component|fortran

[Bug fortran/83898] [6/7 Regression] ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7181

2018-02-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83898 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org

[Bug fortran/83823] [8 Regression] Character length issues with PACK()

2018-02-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83823 --- Comment #3 from Thomas Koenig --- r254157 is the culprit (r254156 is OK). Just how this patch has caused this regression isn't quite clear at first glance... I'll look.

[Bug fortran/83823] [8 Regression] Character length issues with PACK()

2018-02-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83823 --- Comment #4 from Thomas Koenig --- The problem seems to be the simplifcation which gets the string length wrong.

[Bug fortran/83823] [8 Regression] Character length issues with PACK()

2018-02-19 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/48890] [F95] Wrong length of a character component of named constant derived-type

2018-02-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48890 Thomas Koenig changed: What|Removed |Added Blocks||83497 --- Comment #6 from Thomas Koenig

[Bug fortran/48890] [F95] Wrong length of a character component of named constant derived-type

2018-02-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48890 Thomas Koenig changed: What|Removed |Added Blocks|83497 |83823 --- Comment #7 from Thomas Koenig

[Bug fortran/80945] Invalid code with allocatable character array in READ/WRITE statement

2018-02-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80945 --- Comment #11 from Thomas Koenig --- Author: tkoenig Date: Mon Feb 19 18:21:45 2018 New Revision: 257814 URL: https://gcc.gnu.org/viewcvs?rev=257814&root=gcc&view=rev Log: 2018-02-19 Thomas Koenig PR fortran/35339 * fronten

[Bug fortran/35339] Improve translation of implied do loop in transfer

2018-02-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35339 --- Comment #13 from Thomas Koenig --- Author: tkoenig Date: Mon Feb 19 18:21:45 2018 New Revision: 257814 URL: https://gcc.gnu.org/viewcvs?rev=257814&root=gcc&view=rev Log: 2018-02-19 Thomas Koenig PR fortran/35339 * fronten

[Bug fortran/25829] [F03] Asynchronous IO support

2018-02-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829 Bug 25829 depends on bug 35339, which changed state. Bug 35339 Summary: Improve translation of implied do loop in transfer https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35339 What|Removed |Added -

[Bug fortran/35339] Improve translation of implied do loop in transfer

2018-02-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35339 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/48890] [F95] Wrong length of a character component of named constant derived-type

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48890 --- Comment #8 from Thomas Koenig --- Author: tkoenig Date: Tue Feb 20 18:57:34 2018 New Revision: 257856 URL: https://gcc.gnu.org/viewcvs?rev=257856&root=gcc&view=rev Log: 2018-02-20 Thomas Koenig PR fortran/48890 PR fortran

[Bug fortran/83823] [8 Regression] Character length issues with PACK()

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83823 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Tue Feb 20 18:57:34 2018 New Revision: 257856 URL: https://gcc.gnu.org/viewcvs?rev=257856&root=gcc&view=rev Log: 2018-02-20 Thomas Koenig PR fortran/48890 PR fortran

[Bug fortran/32834] [Meta-bug] 'Fortran 95'-only failures

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32834 Bug 32834 depends on bug 48890, which changed state. Bug 48890 Summary: [F95] Wrong length of a character component of named constant derived-type https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48890 What|Removed

[Bug fortran/48890] [F95] Wrong length of a character component of named constant derived-type

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48890 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/83823] [8 Regression] Character length issues with PACK()

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83823 Bug 83823 depends on bug 48890, which changed state. Bug 48890 Summary: [F95] Wrong length of a character component of named constant derived-type https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48890 What|Removed

[Bug fortran/83823] [8 Regression] Character length issues with PACK()

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83823 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/82976] [8 Regression] Error: non-trivial conversion at assignment since r254526

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82976 --- Comment #9 from Thomas Koenig --- FWITW, here's a shorter test case: PROGRAM main TYPE :: test_typ REAL, ALLOCATABLE :: a(:) END TYPE TYPE(test_typ) :: yy TYPE(test_typ), ALLOCATABLE :: conc(:) conc = [ yy ] E

[Bug fortran/83148] [8 regression] ICE: crash_signal from toplev.c:325

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83148 --- Comment #2 from Thomas Koenig --- This happened somewhere between r254362 (OK) and r254430 (not OK). Bisection is running.

[Bug fortran/83148] [8 regression] ICE: crash_signal from toplev.c:325

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83148 Thomas Koenig changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #3

[Bug fortran/83148] [8 regression] ICE: crash_signal from toplev.c:325

2018-02-20 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83148 --- Comment #4 from Thomas Koenig --- Reverting the resolve.c part of r254427 makes the problem go away.

[Bug fortran/84495] Incorrect result for concatenation of Fortran allocatable string

2018-02-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84495 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/79072] ICE with class(*) pointer function result and character value

2018-02-21 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |FIXED --- Comment #23 from Thomas Koenig --- Let's close it then. Thanks for the bug report!

[Bug fortran/83149] [8 Regression] ICE on SELECT CASE: crash_signal in toplev.c:325

2018-02-21 Thread tkoenig at gcc dot gnu.org
, ||tkoenig at gcc dot gnu.org --- Comment #9 from Thomas Koenig --- I've done a bisection, and r255094 is the first revision that fails.

[Bug fortran/84495] Incorrect result for concatenation of Fortran allocatable string

2018-02-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84495 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Thu Feb 22 18:52:21 2018 New Revision: 257912 URL: https://gcc.gnu.org/viewcvs?rev=257912&root=gcc&view=rev Log: 2018-02-22 Thomas Koenig PR fortran/81116 PR fortran

[Bug fortran/81116] Last character of allocatable-length string reset to blank in an assigment

2018-02-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81116 --- Comment #6 from Thomas Koenig --- Author: tkoenig Date: Thu Feb 22 18:52:21 2018 New Revision: 257912 URL: https://gcc.gnu.org/viewcvs?rev=257912&root=gcc&view=rev Log: 2018-02-22 Thomas Koenig PR fortran/81116 PR fortran

[Bug fortran/84495] Incorrect result for concatenation of Fortran allocatable string

2018-02-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84495 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/81116] Last character of allocatable-length string reset to blank in an assigment

2018-02-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81116 Thomas Koenig changed: What|Removed |Added CC||david.sagan at gmail dot com --- Comment

[Bug fortran/83148] [8 regression] ICE: crash_signal from toplev.c:325

2018-02-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83148 --- Comment #6 from Thomas Koenig --- The problem seems to be that gfc_conv_initalizer does not look through (gdb) p *expr $1 = {expr_type = EXPR_STRUCTURE, ts = {type = BT_DERIVED, kind = 0, to (gdb) p *(expr->ts.u.derived->components->ts->u.

[Bug fortran/59781] [6 Regression] [F03] Incorrect initialisation of derived type

2018-02-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59781 --- Comment #18 from Thomas Koenig --- Author: tkoenig Date: Thu Feb 22 22:01:53 2018 New Revision: 257917 URL: https://gcc.gnu.org/viewcvs?rev=257917&root=gcc&view=rev Log: 2018-02-22 Thomas Koenig PR fortran/59781 * gfortra

[Bug fortran/59781] [6 Regression] [F03] Incorrect initialisation of derived type

2018-02-22 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59781 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libfortran/84529] INQUIRE fails on "recycled" internal units

2018-02-23 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Thomas Koenig --- Dup of 84412, which is going to be fixed, patch can be found at https://gcc.gnu.org/ml/fortran/2018-02/msg00121.html *** This bug has been marked as a

[Bug fortran/84412] [7/8 Regression] Erroneous "Inquire statement identifies an internal file" error

2018-02-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84412 Thomas Koenig changed: What|Removed |Added CC||albandil at atlas dot cz --- Comment #6

[Bug fortran/84523] [8 Regression] Runtime crash deallocating allocatable array within derived type

2018-02-23 Thread tkoenig at gcc dot gnu.org
||2018-02-23 CC||tkoenig at gcc dot gnu.org Target Milestone|--- |8.0 Ever confirmed|0 |1 --- Comment #1 from Thomas Koenig --- Doesn't crash for me, but I get a valgrind

[Bug fortran/84538] [8 Regression] Array of derived type elements incorrectly accessed in function

2018-02-24 Thread tkoenig at gcc dot gnu.org
||2018-02-24 CC||tkoenig at gcc dot gnu.org Target Milestone|--- |8.0 Summary|Array of derived type |[8 Regression] Array of |elements incorrectly|derived type elements

[Bug fortran/78238] [7/8 Regression] [OOP] ICE: verify_gimple failed, with -fdefault-integer-8

2018-02-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78238 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/78238] [7/8 Regression] [OOP] ICE: verify_gimple failed, with -fdefault-integer-8

2018-02-24 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #12 from Thomas Koenig --- _hash is an integer(4) in all cases: $ gfortran -fdefault-integer-8 -fdump-fortran-original a.f90 2>/dev/null | grep hash (_hash (INTEGER 4) () PRIVATE) (_hash (INTEGER 4) () PRIVATE) $ gfort

[Bug fortran/78238] [7/8 Regression] [OOP] ICE: verify_gimple failed, with -fdefault-integer-8

2018-02-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78238 --- Comment #13 from Thomas Koenig --- Author: tkoenig Date: Sun Feb 25 09:02:32 2018 New Revision: 257968 URL: https://gcc.gnu.org/viewcvs?rev=257968&root=gcc&view=rev Log: 2018-02-25 Thomas Koenig PR fortran/78238 * gfortra

[Bug fortran/84546] [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

2018-02-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84546 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/78238] [7/8 Regression] [OOP] ICE: verify_gimple failed, with -fdefault-integer-8

2018-02-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78238 --- Comment #14 from Thomas Koenig --- Author: tkoenig Date: Sun Feb 25 09:30:04 2018 New Revision: 257969 URL: https://gcc.gnu.org/viewcvs?rev=257969&root=gcc&view=rev Log: 2018-02-25 Thomas Koenig PR fortran/78238 Backport

[Bug fortran/78238] [7/8 Regression] [OOP] ICE: verify_gimple failed, with -fdefault-integer-8

2018-02-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78238 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/84550] New: [8 Regression] stepping through gcc does not work with gdb 8.0.1

2018-02-25 Thread tkoenig at gcc dot gnu.org
Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- Not sure if this is a gdb or a gcc problem. With gdb 8.0.1, stepping through functions after breakpoints is often broken. This makes

[Bug debug/84550] [8 Regression] stepping through gcc does not work with gdb 8.0.1

2018-02-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84550 Thomas Koenig changed: What|Removed |Added Target Milestone|--- |8.0

[Bug fortran/84546] [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

2018-02-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84546 Thomas Koenig changed: What|Removed |Added Target Milestone|--- |8.0

[Bug fortran/84546] [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

2018-02-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84546 --- Comment #2 from Thomas Koenig --- This is a rather old regression, r247548 already has it.

[Bug fortran/84546] [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

2018-02-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84546 --- Comment #4 from Thomas Koenig --- (In reply to Dominique d'Humieres from comment #3) > > This is a rather old regression, r247548 already has it. > > The change occurred between revisions r241509 (2016-10-25,OK) and r241635 > (2016-10-27, ST

[Bug fortran/68289] Missing diagnostic pragmas

2018-02-25 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #9 from Thomas Koenig --- I've assigned it to myself, with the understanding that it may take some time before I do anything about this. So, if an

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

2018-03-02 Thread tkoenig at gcc dot gnu.org
||2018-03-02 CC||pault at gcc dot gnu.org, ||tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Thomas Koenig --- This has to be one of the stranger

[Bug fortran/84615] [8 Regression] Executable Segfault for tests compiled with -fdefault-integer-8 and -m32

2018-03-02 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84615 --- Comment #3 from Thomas Koenig --- This has to be some issue with the charlen - possibly a default integer being used in the wrong place after r256322. I don't usually build 32-bit-capable compilers on my home system (too slow), let's see if

[Bug fortran/84615] [8 Regression] Executable Segfault for tests compiled with -fdefault-integer-8 and -m32

2018-03-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84615 --- Comment #4 from Thomas Koenig --- On a big-endian system (gcc110), there are segfaults. Looking into char_reshape_1.f90 yields Breakpoint 1, _gfortran_reshape_char (ret=0xfffef130, ret_length=4294897968, source=0x0, shape=0x9, pad=0xfffef1d8

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-03 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|FIXED |--- --- Comment #11 from Thomas Koenig --- According to your mail at (In reply to kargl from comment #10) > Closing as fixed. https://gcc.gnu.org/ml/fortran/2018-03/msg00010.html still shows a few tests t

[Bug fortran/84697] New: minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- Minloc and maxloc simplification are not yet done for zero-sized arrays. Consider $ cat minloc_zerosize_1.f90 program main implicit none integer, parameter :: z(0

[Bug fortran/84697] minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 --- Comment #2 from Thomas Koenig --- There is also a regression here: $ cat a.f90 program main implicit none integer, parameter :: z(0) = 0 print *,minloc(z) end program main $ ./a.out Fortran runtime error: Rank of array needs to be > 0

[Bug fortran/84697] [8 Regression] minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 Thomas Koenig changed: What|Removed |Added Keywords||rejects-valid, wrong-code Bl

[Bug fortran/84697] [8 Regression] minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 Thomas Koenig changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Comment #3

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 Thomas Koenig changed: What|Removed |Added Status|SUSPENDED |NEW

[Bug fortran/59298] ICE when initialising PARAMETER array of derived-type (containing an array) using array constructor

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59298 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW Last reconfirmed|2013-11-26 00:00:

[Bug fortran/59298] ICE when initialising PARAMETER array of derived-type (containing an array) using array constructor

2018-03-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59298 --- Comment #13 from Thomas Koenig --- This still segfaults: ig25@linux-d6cw:/tmp> cat a.f90 implicit none type Plane integer :: M(1,1) end type type(Plane), parameter :: planes(1) = [ Plane(1) ] integer:: f(1,

[Bug fortran/84697] [8 Regression] minloc/maxloc not simplified with zero size

2018-03-04 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #4 from Thomas Koenig --- Created attachment 43560 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43560&action=edit First attempt... Well, here is something that fixes the first test case, at least.

[Bug fortran/84697] [8 Regression] minloc/maxloc not simplified with zero size

2018-03-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Tue Mar 6 23:50:01 2018 New Revision: 258305 URL: https://gcc.gnu.org/viewcvs?rev=258305&root=gcc&view=rev Log: 2017-03-06 Thomas Koenig PR fortran/84697 PR fortran

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 --- Comment #15 from Thomas Koenig --- Author: tkoenig Date: Tue Mar 6 23:50:01 2018 New Revision: 258305 URL: https://gcc.gnu.org/viewcvs?rev=258305&root=gcc&view=rev Log: 2017-03-06 Thomas Koenig PR fortran/84697 PR fortra

[Bug fortran/84697] [8 Regression] minloc/maxloc not simplified with zero size

2018-03-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 Bug 66128 depends on bug 84697, which changed state. Bug 84697 Summary: [8 Regression] minloc/maxloc not simplified with zero size https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84697 What|Removed |Added -

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-07 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #16 from Thomas Koenig --- I'll take a look at what's left (maxval for strings, at least) and fix what is necessary to fix.

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-07 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 --- Comment #17 from Thomas Koenig --- Here's a problem with maxval: $ cat maxval_parameter_2.f90 ! { dg-do run } program main integer, dimension(0,3), parameter :: i = 0 integer, dimension(0,3) :: j = 0 print *,maxval(i,dim=1) print *,m

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 --- Comment #18 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 11 20:28:00 2018 New Revision: 258435 URL: https://gcc.gnu.org/viewcvs?rev=258435&root=gcc&view=rev Log: 2018-03-11 Thomas Koenig PR fortran/66128 * simplif

[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2018-03-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/61775] Allocatable array initialized by implied-do loop array constructor gives invalid memory reference

2018-03-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61775 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/79929] [7 Regression] Bogus Warning: '__builtin_memset': specified size 4294967291 exceeds maximum object size 2147483647

2018-03-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79929 --- Comment #29 from Thomas Koenig --- Author: tkoenig Date: Sun Mar 18 09:20:37 2018 New Revision: 258630 URL: https://gcc.gnu.org/viewcvs?rev=258630&root=gcc&view=rev Log: 2018-03-18 Thomas Koenig PR fortran/79929 * gfortra

[Bug fortran/77680] [6/7/8 Regression] [F03] ICE in ctor_for_folding, at varpool.c:419

2018-03-18 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |FIXED --- Comment #4 from Thomas Koenig --- This is now correctly rejected: ig25@flaemmli:/tmp> cat d.f90 program p bind(c) :: x call s(x) end ig25@flaemmli:/tmp> gfortran d.f90 d.f9

[Bug fortran/71066] [6/7/8 Regression] ICE in set_loop_bounds, at fortran/trans-array.c:4680

2018-03-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71066 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/79685] [6/7/8 Regression] ICE on valid code in gfc_match_structur_constructor

2018-03-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79685 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/79929] [7 Regression] Bogus Warning: '__builtin_memset': specified size 4294967291 exceeds maximum object size 2147483647

2018-03-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79929 --- Comment #31 from Thomas Koenig --- (In reply to Dominique d'Humieres from comment #30) > Fixed by revision r256284? r256284 is OK, r256283 fails. We cannot backport r256284 because this is the ABI change for long string lengths. So, this i

[Bug fortran/66310] Problems with intrinsic repeat for large number of copies

2018-03-18 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |FIXED --- Comment #25 from Thomas Koenig --- (In reply to Jerry DeLisle from comment #24) > (In reply to Jerry DeLisle from comment #23) > > Ok I see it. > > > >

[Bug fortran/79929] [7 Regression] Bogus Warning: '__builtin_memset': specified size 4294967291 exceeds maximum object size 2147483647

2018-03-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79929 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/84931] Expansion of array constructor with constant implied-do-object goes sideways

2018-03-18 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #4 from Thomas Koenig --- Let's see.

[Bug fortran/84931] Expansion of array constructor with constant implied-do-object goes sideways

2018-03-19 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84931 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Mon Mar 19 07:04:35 2018 New Revision: 258641 URL: https://gcc.gnu.org/viewcvs?rev=258641&root=gcc&view=rev Log: 2018-03-19 Thomas Koenig PR fortran/84931 * simplify

<    14   15   16   17   18   19   20   21   22   23   >