[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-10-02 Thread kloedej at knmi dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #8 from Jos de Kloe --- Yes I would object to closing it. This issue has a large impact on significant bodies of legacy code in our institute. I understand that you wish to enforce "standards", but removing a "Non-standard

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-05-15 Thread kloedej at knmi dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #6 from Jos de Kloe --- Thanks for your test results and views on this matter. > (1) PARAMETER has a very precise definition in Fortran and AFAICT this > definition (named constants) does not match your use in the above quotation.

[Bug fortran/80666] character length parameter fails if declaration order incorrect

2017-05-10 Thread kloedej at knmi dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80666 --- Comment #2 from Jos de Kloe --- (In reply to Dominique d'Humieres from comment #1) > Why do you think this a bug in gfortran? > > The code compiles if you remove 'implicit none'. With it you have to define > 'keylen' before using it, as in

[Bug fortran/80666] New: character length parameter fails if declaration order incorrect

2017-05-08 Thread kloedej at knmi dot nl
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: kloedej at knmi dot nl Target Milestone: --- For gfortran v.6.3.1 (on Fedora 25) I noticed that this example code: subroutine test_arg_order(key,keylen) implicit none character

[Bug fortran/69937] New: -Wuninitialized does not warn when an uninitialised variable is printed before use

2016-02-24 Thread kloedej at knmi dot nl
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: kloedej at knmi dot nl Target Milestone: --- Created attachment 37778 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37778=edit minimal example that sh

[Bug fortran/53685] surprising warns about transfer with explicit character range

2012-11-29 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53685 Jos de Kloe kloedej at knmi dot nl changed: What|Removed |Added CC||kloedej

[Bug fortran/52594] no traceback expected for explicit fortran stop command combined with -fbacktrace

2012-03-16 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52594 --- Comment #2 from Jos de Kloe kloedej at knmi dot nl 2012-03-16 08:28:11 UTC --- Thanks for your answer. Using stop 0 or stop 1 would indeed be a way around, but the awkward thing is that I do have some requirements to produce different values

[Bug fortran/52594] no traceback expected for explicit fortran stop command combined with -fbacktrace

2012-03-16 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52594 --- Comment #4 from Jos de Kloe kloedej at knmi dot nl 2012-03-16 11:36:48 UTC --- I am lost. The way around that I mentioned was for gcc 4.7+ (so I cannot test this right away, but will upgrade as soon as it is feasible for me). Anyway

[Bug fortran/52594] New: no traceback expected for explicit fortran stop command combined with -fbacktrace

2012-03-15 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52594 Bug #: 52594 Summary: no traceback expected for explicit fortran stop command combined with -fbacktrace Classification: Unclassified Product: gcc Version: 4.6.2

[Bug fortran/52325] unclear error: Unclassifiable statement

2012-03-02 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52325 --- Comment #7 from Jos de Kloe kloedej at knmi dot nl 2012-03-02 13:50:59 UTC --- Thanks for your (really) fast response and fix. I'll keep my eye open for other details that might improve gfortran.

[Bug fortran/52325] New: unclear error: Unclassifiable statement

2012-02-21 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52325 Bug #: 52325 Summary: unclear error: Unclassifiable statement Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority:

[Bug fortran/47569] [4.3/4.4/4.5/4.6 Regression] gfortran does not detect that the parameters for passing a partial string to a subroutine are incorrect

2011-02-14 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47569 --- Comment #16 from Jos de Kloe kloedej at knmi dot nl 2011-02-14 14:12:15 UTC --- (In reply to comment #15) FIXED on the 4.4 and 4.5 branches and on the 4.6 trunk. Thanks Jos and Eric for the reports! Hi Tobias, thanks a lot for looking

[Bug fortran/47569] New: gfortran does not detect that the parameters for passing a partial string to a subroutine are incorrect.

2011-02-01 Thread kloedej at knmi dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47569 Summary: gfortran does not detect that the parameters for passing a partial string to a subroutine are incorrect. Product: gcc Version: unknown Status:

[Bug fortran/38504] New: double minus sign when printing integer?

2008-12-12 Thread kloedej at knmi dot nl
when printing integer? Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http

[Bug fortran/38504] double minus sign when printing integer?

2008-12-12 Thread kloedej at knmi dot nl
--- Comment #2 from kloedej at knmi dot nl 2008-12-12 14:47 --- (In reply to comment #1) Sort of confirmed. You are aware that 'value-1' corresponds to '-HUGE(value)-1', which is out of range for integer numbers of that kind? Thanks for your reply. Yes I am aware that defining

[Bug fortran/37746] string copy fails, due to changed intent(in) parameter

2008-10-07 Thread kloedej at knmi dot nl
--- Comment #3 from kloedej at knmi dot nl 2008-10-07 11:23 --- Hi, thanks for this discussion. I do agree now that this code was invalid. I was thinking otherwise because no compiletime or runtime error was issued by any of the compilers that I tried. Checking this during compilation

[Bug fortran/37746] New: string copy fails, due to changed intent(in) parameter

2008-10-06 Thread kloedej at knmi dot nl
gnu dot org ReportedBy: kloedej at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37746

[Bug fortran/34672] [4.3 Regression] .mod file misses renamed, USEd symbol

2008-01-16 Thread kloedej at knmi dot nl
--- Comment #6 from kloedej at knmi dot nl 2008-01-16 14:11 --- Dear people, this comment is just to let you know that the problem is also solved on my side now. My software compiles and runs again as expected. thanks a lot for your effort and fast response. Jos de Kloe -- http

[Bug fortran/34672] New: module interfacing bug

2008-01-04 Thread kloedej at knmi dot nl
Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34672

[Bug fortran/32153] runtime integer overflow checking fails

2007-06-01 Thread kloedej at knmi dot nl
--- Comment #5 from kloedej at knmi dot nl 2007-06-01 08:41 --- (In reply to comment #1) for integer overflows, see e.g. https://www.cisl.ucar.edu/docs/ibm/ref/fpe.html For x86 (32/64) platforms, this does not seem to be directly supported by hardware; in this case one would need

[Bug fortran/32153] New: runtime integer overflow checking fails

2007-05-30 Thread kloedej at knmi dot nl
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32153

[Bug middle-end/32083] [4.3 Regression] bug in transfer integer-real-integer

2007-05-29 Thread kloedej at knmi dot nl
--- Comment #8 from kloedej at knmi dot nl 2007-05-29 07:29 --- (In reply to comment #7) Hi, this is just to report that my code works again as expected. Thanks a lot for the fast fix of this bug! Jos de Kloe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32083

[Bug fortran/32083] New: bug in transfer integer-real-integer

2007-05-25 Thread kloedej at knmi dot nl
Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32083

[Bug fortran/29951] [4.3 Regression] incorrect conversion from string to integer by TRANSFER()

2006-11-27 Thread kloedej at knmi dot nl
--- Comment #10 from kloedej at knmi dot nl 2006-11-27 08:21 --- thanks for your effort to fix this bug! I can confirm todays binary version, downloaded from http://quatramaran.ens.fr/~coudert/gfortran/gfortran-linux.tar.gz works fine for me. best regards, Jos de kloe -- http

[Bug fortran/29951] incorrect conversion from string to integer by TRANSFER()

2006-11-24 Thread kloedej at knmi dot nl
--- Comment #5 from kloedej at knmi dot nl 2006-11-24 08:12 --- Yes, I can confirm the gfortran version used was 4.3.0. I didn't notice the version number changed when I downoaded the latest version. Sorry for that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29951

[Bug fortran/29951] New: incorrect conversion from string to integer by convert()

2006-11-23 Thread kloedej at knmi dot nl
Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29951

[Bug fortran/29951] incorrect conversion from string to integer by convert()

2006-11-23 Thread kloedej at knmi dot nl
--- Comment #1 from kloedej at knmi dot nl 2006-11-23 09:27 --- Hi, a little correction on the just submitted report. I seem to have mixed up the two cases. The string case fails so it clearly has nothing to do with the rank of the first parameter to transfer(). Jos de Kloe

[Bug fortran/29580] integer -2147483648 out of range: bug or feature?

2006-10-31 Thread kloedej at knmi dot nl
--- Comment #6 from kloedej at knmi dot nl 2006-10-31 08:25 --- A short additional remark on this item: I just learned (thanks to Paul Poli) that the NAGware f95 compiler does behave in the same way as gfortran, i.e. refusing to compile the constant -2147483648 in: integer(KIND=4) :: i

[Bug fortran/29580] integer -2147483648 out of range: bug or feature?

2006-10-25 Thread kloedej at knmi dot nl
--- Comment #5 from kloedej at knmi dot nl 2006-10-25 07:16 --- Thanks for your additional explanation, and the link to the original mail in the mailing list. A last remark on my side is then about the actual text of this error message. People not familiar with the choice made

[Bug fortran/29580] New: integer -2147483648 out of range: bug or feature?

2006-10-24 Thread kloedej at knmi dot nl
: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29580

[Bug fortran/29580] integer -2147483648 out of range: bug or feature?

2006-10-24 Thread kloedej at knmi dot nl
--- Comment #2 from kloedej at knmi dot nl 2006-10-24 15:04 --- In my simple view as a physicist the minus sign is an integral part of the number and not an operation on it, but then I didn't have a formal computer science education. As a gfortran programmer you have a choice here I

[Bug fortran/29561] New: hexadecimal constant problem

2006-10-23 Thread kloedej at knmi dot nl
at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29561

[Bug fortran/29561] hexadecimal constant problem

2006-10-23 Thread kloedej at knmi dot nl
--- Comment #1 from kloedej at knmi dot nl 2006-10-23 12:03 --- Sorry, variable names should differ of course, the sample code should be: program testhexconstant integer, parameter :: i4_ = Selected_Int_Kind( 9) ! works fine integer(i4_), parameter :: a = z7F81

[Bug fortran/26509] incorrect behaviour of error-handler for internal read

2006-03-10 Thread kloedej at knmi dot nl
--- Comment #15 from kloedej at knmi dot nl 2006-03-10 08:27 --- (In reply to comment #14) All I'm saying is that in this situation there seems to be no way to jump to some label if something goes wrong (because there is no EOR parameter for WRITE). But I agree

[Bug debug/26509] New: incorrect behaviour of error-handler for internal read

2006-03-01 Thread kloedej at knmi dot nl
of error-handler for internal read Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http

[Bug fortran/26277] New: false warning abiout unused label

2006-02-14 Thread kloedej at knmi dot nl
: 4.2.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26277

[Bug fortran/26257] New: internal compiler error: Segmentation fault, on function call with implcit length array parameter

2006-02-13 Thread kloedej at knmi dot nl
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kloedej at knmi dot nl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26257

[Bug fortran/23654] New: internal compiler error: in gfc_conv_function_call

2005-08-31 Thread kloedej at knmi dot nl
dot org ReportedBy: kloedej at knmi dot nl CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23654