[Bug libfortran/83168] FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgfortran

2017-11-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83168 --- Comment #3 from Jerry DeLisle --- Thanks, Try this fix: diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c index c9aad150..d26358c0 100644 --- a/libgfortran/io/write.c +++ b/libgfortran/io/write.c @@ -1552,7 +1552,7 @@ select_stri

[Bug fortran/83191] [7/8 Regression] Writing a namelist with repeated complex numbers

2017-11-28 Thread jvdelisle at gcc dot gnu.org
at gcc dot gnu.org |jvdelisle at gcc dot gnu.org --- Comment #2 from Jerry DeLisle --- My bad. I will look into it.

[Bug fortran/83191] [7/8 Regression] Writing a namelist with repeated complex numbers

2017-11-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191 --- Comment #4 from Jerry DeLisle --- Alternatively one could do this: @@ -1809,9 +1809,11 @@ write_complex (st_parameter_dt *dtp, const char *source, int kind, size_t size) precision, buf_size, result1, &res_len1);

[Bug libfortran/83168] FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgfortran

2017-11-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83168 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Wed Nov 29 03:07:43 2017 New Revision: 255225 URL: https://gcc.gnu.org/viewcvs?rev=255225&root=gcc&view=rev Log: 2017-11-28 Jerry DeLisle PR libgfortran/83168 * io

[Bug fortran/83191] [7/8 Regression] Writing a namelist with repeated complex numbers

2017-11-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191 --- Comment #5 from Jerry DeLisle --- (In reply to Jerry DeLisle from comment #4) > Alternatively one could do this: > > @@ -1809,9 +1809,11 @@ write_complex (st_parameter_dt *dtp, const char > *source, int kind, size_t size) >

[Bug libfortran/81937] stack-buffer-overflow on memcpy in libgfortran/io/unix.c on character(kind=4)

2017-11-29 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81937 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org

[Bug fortran/83225] [8.0 regression] runtime error in transfer.c

2017-11-30 Thread jvdelisle at gcc dot gnu.org
at gcc dot gnu.org |jvdelisle at gcc dot gnu.org --- Comment #2 from Jerry DeLisle --- I will investigate.

[Bug fortran/83225] [8.0 regression] runtime error in transfer.c

2017-12-02 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83225 --- Comment #3 from Jerry DeLisle --- Author: jvdelisle Date: Sun Dec 3 03:26:09 2017 New Revision: 255362 URL: https://gcc.gnu.org/viewcvs?rev=255362&root=gcc&view=rev Log: 2017-12-02 Jerry DeLisle PR libgfortran/83225 * io

[Bug fortran/83225] [8.0 regression] runtime error in transfer.c

2017-12-02 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83225 --- Comment #4 from Jerry DeLisle --- Author: jvdelisle Date: Sun Dec 3 05:05:51 2017 New Revision: 255364 URL: https://gcc.gnu.org/viewcvs?rev=255364&root=gcc&view=rev Log: 2017-12-02 Jerry DeLisle Backport from trunk PR li

[Bug fortran/83225] [8.0 regression] runtime error in transfer.c

2017-12-02 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83225 --- Comment #5 from Jerry DeLisle --- Fixed on trunk and 7. Will leave open for a short while in case any further issues arise.

[Bug fortran/83225] [8.0 regression] runtime error in transfer.c

2017-12-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83225 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/83191] [7/8 Regression] Writing a namelist with repeated complex numbers

2017-12-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Sun Dec 3 16:47:12 2017 New Revision: 255365 URL: https://gcc.gnu.org/viewcvs?rev=255365&root=gcc&view=rev Log: 2017-12-03 Jerry DeLisle Dominique d'Humieres

[Bug fortran/83191] [7/8 Regression] Writing a namelist with repeated complex numbers

2017-12-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191 --- Comment #7 from Jerry DeLisle --- Author: jvdelisle Date: Sun Dec 3 20:43:59 2017 New Revision: 255368 URL: https://gcc.gnu.org/viewcvs?rev=255368&root=gcc&view=rev Log: 2017-12-03 Jerry DeLisle Dominique d'Humieres

[Bug fortran/83191] [7/8 Regression] Writing a namelist with repeated complex numbers

2017-12-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83191 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libfortran/83168] FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgfortran

2017-12-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83168 --- Comment #7 from Jerry DeLisle --- Should this be backported?

[Bug libfortran/83168] FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgfortran

2017-12-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83168 --- Comment #9 from Jerry DeLisle --- Author: jvdelisle Date: Mon Dec 4 03:51:28 2017 New Revision: 255373 URL: https://gcc.gnu.org/viewcvs?rev=255373&root=gcc&view=rev Log: 2017-12-03 Jerry DeLisle Backport from trunk PR li

[Bug libfortran/83168] FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgfortran

2017-12-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83168 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/83282] missing comma in format changes output

2017-12-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83282 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug libfortran/78549] Very slow formatted internal file output

2017-12-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78549 --- Comment #30 from Jerry DeLisle --- Not quite fixed yet. I have found: ==17070== 88 bytes in 1 blocks are definitely lost in loss record 3 of 9 ==17070==at 0x4C31B25: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==17070

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #4 from Jerry DeLisle --- (In reply to Dominique d'Humieres from comment #3) > At revision r239908 the second test in comment 0 still gives > > > ** > > Program received signal SIGSEGV: Segmentation fault -

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #5 from Jerry DeLisle --- Author: jvdelisle Date: Thu Sep 1 21:17:42 2016 New Revision: 239945 URL: https://gcc.gnu.org/viewcvs?rev=239945&root=gcc&view=rev Log: 2016-09-01 Jerry DeLisle PR libgfortran/77393 * gf

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #6 from Jerry DeLisle --- The update to the test case should correct any platform specific KIND issues. May need to upsize the bufers a little for Dominique's issue. I set the buffers tight so we could catch different behaviors on p

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-02 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #8 from Jerry DeLisle --- (In reply to Dominique d'Humieres from comment #7) > > Works for me here! > > Are you sure that you have tested > > print "(f8.0)", huge(1.0) > print "(f18.0)", huge(1.0_8) > print "(f20.0)", huge(1.0_10) >

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #11 from Jerry DeLisle --- (In reply to Rainer Orth from comment #10) > The test FAILs on Solaris (both sparc and x86, both 32 and 64-bit): > > FAIL: gfortran.dg/fmt_f0_2.f90 -O0 execution test > FAIL: gfortran.dg/fmt_f0_2.f90 -

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #12 from Jerry DeLisle --- Created attachment 39577 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39577&action=edit Patch for testing, fixes comment #2? This patch for testing. I have tested on x86_64-unknown-freebsd12.0 whic

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 --- Comment #13 from Jerry DeLisle --- Author: jvdelisle Date: Tue Sep 6 23:22:26 2016 New Revision: 240018 URL: https://gcc.gnu.org/viewcvs?rev=240018&root=gcc&view=rev Log: 2016-09-06 Jerry DeLisle PR libgfortran/77393 * i

[Bug fortran/77532] ICE in check_dtio_interface1, at fortran/interface.c:4622

2016-09-10 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77532 --- Comment #3 from Jerry DeLisle --- Author: jvdelisle Date: Sat Sep 10 21:16:45 2016 New Revision: 240074 URL: https://gcc.gnu.org/viewcvs?rev=240074&root=gcc&view=rev Log: 2016-09-10 Paul Thomas Steven G. Kargl PR fo

[Bug libfortran/77393] [7 Regression] Revision r237735 changed the behavior of F0.0

2016-09-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77393 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/77593] [7 Regression] Bootstrap failure with configure-target-libgfortran " cygwin64 Windows 10 anniversary

2016-09-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77593 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug fortran/59015] I/O of PARAMETER derived type with private component is forbidden

2016-09-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59015 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/58020] Code for handling IEEE exceptions

2016-09-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58020 Bug 58020 depends on bug 59015, which changed state. Bug 59015 Summary: I/O of PARAMETER derived type with private component is forbidden https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59015 What|Removed |Added -

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2016-09-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 --- Comment #21 from Jerry DeLisle --- Created attachment 39669 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39669&action=edit Revised patch for review/testing This revised patch speeds up execution on non DTIO internal units by saving a

[Bug libfortran/71363] Issue when sizeof(double) = sizeof(long double)

2016-09-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71363 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug libfortran/71363] Issue when sizeof(double) = sizeof(long double)

2016-09-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71363 Jerry DeLisle changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug libfortran/71363] Issue when sizeof(double) = sizeof(long double)

2016-09-21 Thread jvdelisle at gcc dot gnu.org
|--- |INVALID --- Comment #6 from Jerry DeLisle --- (In reply to Steve Kargl from comment #5) > On Wed, Sep 21, 2016 at 04:25:00PM +0000, jvdelisle at gcc dot gnu.org wrote: > > > > I will try to study the script some more later today. Changing status to > > unco

[Bug fortran/77707] [5/6/7 Regression] formatted direct access: nextrec off by one

2016-09-23 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77707 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2016-09-23 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 --- Comment #24 from Jerry DeLisle --- Author: jvdelisle Date: Fri Sep 23 20:36:21 2016 New Revision: 240456 URL: https://gcc.gnu.org/viewcvs?rev=240456&root=gcc&view=rev Log: 2016-09-23 Jerry DeLisle PR libgfortran/48298 * i

[Bug bootstrap/77593] [7 Regression] Bootstrap failure with configure-target-libgfortran " cygwin64 Windows 10 anniversary

2016-09-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77593 --- Comment #9 from Jerry DeLisle --- (In reply to tprince from comment #8) > I show my configure parameters in my test results posts. At some time in > the past, each of them has been important. I don't know if the parameters > quoted by cygwi

[Bug fortran/69080] No automatic deallocation of allocatable function results

2016-09-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69080 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug fortran/77707] [5/6/7 Regression] formatted direct access: nextrec off by one

2016-09-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77707 --- Comment #3 from Jerry DeLisle --- Author: jvdelisle Date: Wed Sep 28 19:38:03 2016 New Revision: 240592 URL: https://gcc.gnu.org/viewcvs?rev=240592&root=gcc&view=rev Log: 2016-09-28 Jerry DeLisle PR libgfortran/77707 io/t

[Bug fortran/77707] [5/6/7 Regression] formatted direct access: nextrec off by one

2016-09-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77707 --- Comment #4 from Jerry DeLisle --- Author: jvdelisle Date: Wed Sep 28 19:43:03 2016 New Revision: 240593 URL: https://gcc.gnu.org/viewcvs?rev=240593&root=gcc&view=rev Log: 2016-09-28 Jerry DeLisle PR libgfortran/77707 * gf

[Bug fortran/77707] [5/6/7 Regression] formatted direct access: nextrec off by one

2016-09-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77707 --- Comment #5 from Jerry DeLisle --- Fixed on trunk. Will backport in a few days.

[Bug fortran/77707] [5/6/7 Regression] formatted direct access: nextrec off by one

2016-09-29 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77707 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Thu Sep 29 18:08:05 2016 New Revision: 240627 URL: https://gcc.gnu.org/viewcvs?rev=240627&root=gcc&view=rev Log: 2016-09-29 Jerry DeLisle Backport from trunk PR li

[Bug fortran/77707] [5/6/7 Regression] formatted direct access: nextrec off by one

2016-09-29 Thread jvdelisle at gcc dot gnu.org
at gcc dot gnu.org |jvdelisle at gcc dot gnu.org --- Comment #7 from Jerry DeLisle --- Fixed on six, one more to go

[Bug fortran/77707] [5/6/7 Regression] formatted direct access: nextrec off by one

2016-09-29 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77707 --- Comment #8 from Jerry DeLisle --- Author: jvdelisle Date: Fri Sep 30 04:49:36 2016 New Revision: 240645 URL: https://gcc.gnu.org/viewcvs?rev=240645&root=gcc&view=rev Log: 2016-09-29 Jerry DeLisle Backport from trunk PR li

[Bug fortran/77707] [5/6/7 Regression] formatted direct access: nextrec off by one

2016-09-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77707 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/66643] Missing compilation error for formatted data transfer without format

2016-09-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66643 --- Comment #7 from Jerry DeLisle --- Author: jvdelisle Date: Fri Sep 30 23:19:58 2016 New Revision: 240686 URL: https://gcc.gnu.org/viewcvs?rev=240686&root=gcc&view=rev Log: 2016-09-30 Jerry DeLisle PR fortran/66643 * io.c (

[Bug fortran/66643] Missing compilation error for formatted data transfer without format

2016-09-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66643 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-03 Thread jvdelisle at gcc dot gnu.org
||2016-10-03 CC||jvdelisle at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Jerry DeLisle --- (In reply to

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 --- Comment #2 from Jerry DeLisle --- Created attachment 39746 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39746&action=edit One approach to resolving this With the attached patch, here is the result of trying to go forward or backward

[Bug libfortran/77868] New: Fail to NULL guard check for internal unit in inquire_via_unit

2016-10-05 Thread jvdelisle at gcc dot gnu.org
Priority: P3 Component: libfortran Assignee: unassigned at gcc dot gnu.org Reporter: jvdelisle at gcc dot gnu.org Target Milestone: --- Subject is self explanatory. The commit that added the check broke a few test cases.

[Bug libfortran/77868] Fail to NULL guard check for internal unit in inquire_via_unit

2016-10-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77868 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 --- Comment #4 from Jerry DeLisle --- Just need to edit the trunk/libgfortran/libtool-version file, bumping the major rev number and build from a clean build directory. I have tested this and it works fine. I want to see if we are going to get t

[Bug libfortran/77868] Fail to NULL guard check for internal unit in inquire_via_unit

2016-10-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77868 --- Comment #2 from Jerry DeLisle --- Author: jvdelisle Date: Wed Oct 5 16:32:24 2016 New Revision: 240794 URL: https://gcc.gnu.org/viewcvs?rev=240794&root=gcc&view=rev Log: 2016-10-05 Jerry DeLisle PR fortran/77868 * io/inq

[Bug libfortran/77868] Fail to NULL guard check for internal unit in inquire_via_unit

2016-10-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77868 Jerry DeLisle changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/77900] New: Compile time errors/warning for IO statements appear wrong

2016-10-07 Thread jvdelisle at gcc dot gnu.org
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: jvdelisle at gcc dot gnu.org Target Milestone: --- While looking at something else I stumbled on this with iomesg_1.f90. $ gfc -std=gnu iomsg_1.f90 iomsg_1.f90:25:121: sg=ch) ! { dg

[Bug fortran/77900] Compile time errors/warning for IO statements appear wrong

2016-10-07 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77900 --- Comment #1 from Jerry DeLisle --- This goes way back to at least 4.0 so maybe we chose to do this?

[Bug fortran/77915] [6 Regression] Internal error for matmul() in forall with optimization

2016-10-10 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77915 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug fortran/77900] Compile time errors/warning for IO statements appear wrong

2016-10-10 Thread jvdelisle at gcc dot gnu.org
at gcc dot gnu.org |jvdelisle at gcc dot gnu.org --- Comment #3 from Jerry DeLisle --- I should mention. The reason I spotted this is: open (-3, err=200, iomsg=ch) <=== should also be a compile error. -3 is a reserved unit number, currently representing GFC_INVALID_UNIT. -1 and -2

[Bug fortran/77972] ICE on broken character continuation with -Wall etc.

2016-10-13 Thread jvdelisle at gcc dot gnu.org
||jvdelisle at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org --- Comment #3 from Jerry DeLisle --- Testing fix now.

[Bug fortran/77972] ICE on broken character continuation with -Wall etc.

2016-10-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77972 --- Comment #4 from Jerry DeLisle --- Author: jvdelisle Date: Sat Oct 15 18:38:54 2016 New Revision: 241201 URL: https://gcc.gnu.org/viewcvs?rev=241201&root=gcc&view=rev Log: 2016-10-15 Jerry DeLisle PR fortran/77972 * scanne

[Bug fortran/77972] ICE on broken character continuation with -Wall etc.

2016-10-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77972 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2016-10-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 --- Comment #26 from Jerry DeLisle --- Author: jvdelisle Date: Sun Oct 16 16:29:46 2016 New Revision: 241216 URL: https://gcc.gnu.org/viewcvs?rev=241216&root=gcc&view=rev Log: 2016-10-16 Jerry DeLisle PR fortran/48298 * trans

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2016-10-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 --- Comment #27 from Jerry DeLisle --- The patch in comment 26 addressed the behavior of inquire(iolength= ) when derived types with User Defined procedures are in the Output List. The only other case I see not addressed yet is the size= specifi

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2016-10-17 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 --- Comment #28 from Jerry DeLisle --- Author: jvdelisle Date: Tue Oct 18 04:14:25 2016 New Revision: 241294 URL: https://gcc.gnu.org/viewcvs?rev=241294&root=gcc&view=rev Log: 2016-10-17 Jerry DeLisle PR fortran/48298 * io/io

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-18 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 Jerry DeLisle changed: What|Removed |Added CC||damian at sourceryinstitute dot or

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #1 from Jerry DeLisle --- Looking, but need more info.

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #2 from Jerry DeLisle --- As a test, try this patch. diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index edc520a9..00ced533 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -514,6 +514,7 @@ typedef struct st_par

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #5 from Jerry DeLisle --- Ok I will commit that little chink for now. My next patch really slams this structure so I think I will send it to you first to see what breaks. In fact I just pinged the post for it. In the meantime need t

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #6 from Jerry DeLisle --- I think I understand. The Frontend needs to access the parameters before and after the dtp->u.p section. When deleting that integer, that section was shortened, so the placement of the parameters after are of

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #7 from Jerry DeLisle --- Rainer, Would you please apply the patch from here and see if it fixes also or breaks more. https://gcc.gnu.org/ml/fortran/2016-10/msg00133.html Thanks, Jerry

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-21 Thread jvdelisle at gcc dot gnu.org
at gcc dot gnu.org |jvdelisle at gcc dot gnu.org --- Comment #10 from Jerry DeLisle --- Working on it.

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #11 from Jerry DeLisle --- Author: jvdelisle Date: Fri Oct 21 18:02:32 2016 New Revision: 241422 URL: https://gcc.gnu.org/viewcvs?rev=241422&root=gcc&view=rev Log: 2016-10-21 Jerry DeLisle PR libfortran/78055 * io

[Bug libfortran/78055] [7 regression] Many new gfortran test failures

2016-10-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78055 --- Comment #12 from Jerry DeLisle --- Rainer, please confirm the fix commited on trunk when you have time.

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-24 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Mon Oct 24 21:42:29 2016 New Revision: 241497 URL: https://gcc.gnu.org/viewcvs?rev=241497&root=gcc&view=rev Log: 2016-10-24 Jerry DeLisle PR fortran/77828 * io/io.

[Bug libfortran/77828] [7 Regression] Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes when containing write to string

2016-10-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77828 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2016-10-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/20585] [meta-bug] Fortran 2003 support

2016-10-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20585 Bug 20585 depends on bug 48298, which changed state. Bug 48298 Summary: [F03] User-Defined Derived-Type IO (DTIO) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 What|Removed |Added --

[Bug libfortran/78123] New: Short reads with T edit descriptor not padding correctly

2016-10-26 Thread jvdelisle at gcc dot gnu.org
Priority: P3 Component: libfortran Assignee: unassigned at gcc dot gnu.org Reporter: jvdelisle at gcc dot gnu.org Target Milestone: --- See report here: https://gcc.gnu.org/ml/fortran/2016-10/msg00194.html

[Bug fortran/54679] Erroneous "Expected P edit descriptor" in conjunction with L descriptor

2016-10-27 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54679 --- Comment #4 from Jerry DeLisle --- I should have looked at this sooner. We actually do diagnose this, but our warning/error logic is not right. pr54679.f90:8:56: PRINT "(A,1X,I2,1X,A,1X,I2,1X,A,2(1X,I0,1X),A,2(1X,L0,1X))"

[Bug fortran/78150] Runtime segmentation fault when write variable on string

2016-10-28 Thread jvdelisle at gcc dot gnu.org
||jvdelisle at gcc dot gnu.org Resolution|--- |INVALID --- Comment #2 from Jerry DeLisle --- The development branch (7.0) is not compatible with previously compiled libraries and manifests as segfault. This was fixed just recently, as Steve

[Bug fortran/54679] Erroneous "Expected P edit descriptor" in conjunction with L descriptor

2016-10-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54679 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org

[Bug libfortran/78123] Short reads with T edit descriptor not padding correctly

2016-10-30 Thread jvdelisle at gcc dot gnu.org
at gcc dot gnu.org |jvdelisle at gcc dot gnu.org --- Comment #2 from Jerry DeLisle --- Started looking into this.

[Bug libfortran/78123] Short reads with T edit descriptor not padding correctly

2016-10-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78123 --- Comment #3 from Jerry DeLisle --- Patch submitted here: https://gcc.gnu.org/ml/fortran/2016-10/msg00253.html

[Bug libfortran/78123] Short reads with T edit descriptor not padding correctly

2016-10-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78123 --- Comment #4 from Jerry DeLisle --- Author: jvdelisle Date: Sun Oct 30 22:14:01 2016 New Revision: 241691 URL: https://gcc.gnu.org/viewcvs?rev=241691&root=gcc&view=rev Log: 2016-10-30 Jerry DeLisle PR fortran/78123 * io/tra

[Bug fortran/78171] example with undefined symbol compiles with '-O1 -fcheck=pointer'

2016-10-31 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78171 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug fortran/54679] Erroneous "Expected P edit descriptor" in conjunction with L descriptor

2016-10-31 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54679 --- Comment #7 from Jerry DeLisle --- Author: jvdelisle Date: Mon Oct 31 19:59:04 2016 New Revision: 241720 URL: https://gcc.gnu.org/viewcvs?rev=241720&root=gcc&view=rev Log: 2016-10-31 Jerry DeLisle PR fortran/54679 * io.c (

[Bug fortran/54679] Erroneous "Expected P edit descriptor" in conjunction with L descriptor

2016-10-31 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54679 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/78123] Short reads with T edit descriptor not padding correctly

2016-10-31 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78123 --- Comment #5 from Jerry DeLisle --- Author: jvdelisle Date: Mon Oct 31 20:57:16 2016 New Revision: 241722 URL: https://gcc.gnu.org/viewcvs?rev=241722&root=gcc&view=rev Log: 2016-10-31 Jerry DeLisle Backport from trunk PR li

[Bug libfortran/78123] Short reads with T edit descriptor not padding correctly

2016-10-31 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78123 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Mon Oct 31 23:40:40 2016 New Revision: 241727 URL: https://gcc.gnu.org/viewcvs?rev=241727&root=gcc&view=rev Log: 2016-10-31 Jerry DeLisle Backport from trunk PR li

[Bug libfortran/78123] Short reads with T edit descriptor not padding correctly

2016-10-31 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78123 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-07 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #32 from Jerry DeLisle --- Created attachment 39985 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39985&action=edit Proposed patch to get testing going This patch works pretty good for me. My results are as follows: gfortran

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-07 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #33 from Jerry DeLisle --- With #pragma GCC optimize ( "-O3" ) $ gfc -static -O2 -finline-matmul-limit=0 compare.f90 $ ./a.out = MEASURED GIGAFLO

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-07 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #34 from Jerry DeLisle --- Created attachment 39987 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39987&action=edit A test program Just ran some tests comparing reference results and results using -Ofast. -Ofast does reorder

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-08 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #39 from Jerry DeLisle --- (In reply to Thomas Koenig from comment #38) > > Jerry, what Netlib code were you basing your code on? http://www.netlib.org/blas/index.html#_level_3_blas_tuned_for_single_processors_with_caches Used the

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-08 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #40 from Jerry DeLisle --- (In reply to Joost VandeVondele from comment #37) > (In reply to Joost VandeVondele from comment #36) > > #pragma GCC optimize ( "-Ofast -fvariable-expansion-in-unroller > > -funroll-loops" ) > Using: (I fou

[Bug fortran/25071] dummy argument larger than actual argument

2016-11-11 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug fortran/78351] comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419?

2016-11-14 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78351 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-14 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 Jerry DeLisle changed: What|Removed |Added Assignee|jb at gcc dot gnu.org |jvdelisle at gcc dot gnu.org

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #42 from Jerry DeLisle --- Author: jvdelisle Date: Tue Nov 15 23:03:00 2016 New Revision: 242462 URL: https://gcc.gnu.org/viewcvs?rev=242462&root=gcc&view=rev Log: 2016-11-15 Jerry DeLisle Thomas Koenig PR l

<    5   6   7   8   9   10   11   12   13   14   >