[Bug fortran/114626] Very long time for compilation the attached program, depends on value of a parameter

2024-04-08 Thread arjen.markus895 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114626 --- Comment #2 from Arjen Markus --- Thanks for the explanation - that is clear enough.

[Bug fortran/114626] New: Very long time for compilation the attached program, depends on value of a parameter

2024-04-07 Thread arjen.markus895 at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- Created attachment 57894 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57894=edit Sou

[Bug fortran/105054] New: Using one kind of pointer functions causes the compiler to hang

2022-03-25 Thread arjen.markus895 at gmail dot com via Gcc-bugs
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- Created attachment 52686 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52686=edit Program that demonstrates the

[Bug fortran/104048] ICE with recursively defined derived type

2022-01-16 Thread arjen.markus895 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104048 --- Comment #2 from Arjen Markus --- That reduced example is wonderfully compact! (I checked for similar reports but probably missed bug report 79440, because it was not associated with "recursive" data types)

[Bug fortran/104048] New: ICE with recursively defined derived type

2022-01-16 Thread arjen.markus895 at gmail dot com via Gcc-bugs
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- Created attachment 52205 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52205=edit Source of the program in question The attached program causes an

[Bug fortran/104047] New: Invalid result with assignment of recursive derived type

2022-01-16 Thread arjen.markus895 at gmail dot com via Gcc-bugs
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- Created attachment 52204 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52204=edit Source of the program in quest

[Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds

2020-07-19 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372 --- Comment #17 from Arjen Markus --- As UMASK has two arguments, should it be possible to combine integer arguments of different kinds? That is: integer(kind=1) :: mask integer(kind=8) :: old call umask( mask, old ) (Probably a bit overdoing

[Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds

2020-07-19 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372 --- Comment #16 from Arjen Markus --- To get more involved in gfortran, I thought this issue might be a good starting point (it is the first of a number that Steve Kargl posted some time ago for this purpose). I added a small test program to

[Bug fortran/30372] various intrinsics do not diagnose invalid argument kinds

2020-07-19 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30372 Arjen Markus changed: What|Removed |Added CC||arjen.markus895 at gmail dot com

[Bug fortran/95038] Not treating function result name as a variable.

2020-07-07 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95038 Arjen Markus changed: What|Removed |Added CC||arjen.markus895 at gmail dot com

[Bug fortran/84007] [OOP] ICE with SAME_TYPE_AS and CLASS(*) entity

2020-05-14 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84007 Arjen Markus changed: What|Removed |Added CC||arjen.markus895 at gmail dot com

[Bug fortran/80931] ICE on move_alloc in gimplify_expr, at gimplify.c:11335

2018-08-20 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80931 --- Comment #8 from Arjen Markus --- Thank you! I do appreciate such comments - apart from the fun it was to write the book and experiment with all the features of Fortran, it is great to hear that other people enjoy it too. Regards, Arjen

[Bug fortran/80931] ICE on move_alloc in gimplify_expr, at gimplify.c:11335

2018-08-16 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80931 --- Comment #6 from Arjen Markus --- Yes, I am :). Regards, Arjen 2018-08-16 14:02 GMT+02:00 snowfed at mail dot ru : > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80931 > > --- Comment #5 from snowfed --- > If you don't mind my asking, are

[Bug fortran/83196] ICE in gfc_build_compare_string, at fortran/trans-expr.c:3609 (and others)

2018-08-15 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83196 --- Comment #5 from Arjen Markus --- (In reply to Arjen Markus from comment #4) > Created attachment 44543 [details] > Sample module exhibiting the problem > > ICE at line 11329 - any reduction seems to make the problem go away (but > also the

[Bug fortran/83196] ICE in gfc_build_compare_string, at fortran/trans-expr.c:3609 (and others)

2018-08-15 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83196 Arjen Markus changed: What|Removed |Added CC||arjen.markus895 at gmail dot com

[Bug fortran/80931] ICE on move_alloc in gimplify_expr, at gimplify.c:11335

2018-08-15 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80931 Arjen Markus changed: What|Removed |Added CC||arjen.markus895 at gmail dot com

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

2016-10-09 Thread arjen.markus895 at gmail dot com
iority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- Experimenting with array indices of non-default kind - "long" or "large" integers - I happened to stumble on the follow

[Bug fortran/77632] New: Pointer initialisation does not quite work

2016-09-18 Thread arjen.markus895 at gmail dot com
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- The Fortran 2008 standard allows pointer variables to be initialised as: real, dimension(100), target :: array real, dimension(:), pointer :: parray => array Wh

[Bug fortran/67779] Strange ordering with strings in extended object

2015-10-12 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67779 --- Comment #7 from Arjen Markus --- Yes, I can confirm this - I also tried with the Intel Fortran compiler and that sorts the integers and strings in the way one would expect.

[Bug fortran/67779] Strange ordering with strings in extended object

2015-10-09 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67779 --- Comment #3 from Arjen Markus --- Let me clarify: the STRING "String = 10" should come after the STRING "String = 1 ". It is not a matter of the numbers inside. If you compare these strings with LLT(), you will see this.

[Bug fortran/67779] New: Strange ordering with strings in extended object

2015-09-30 Thread arjen.markus895 at gmail dot com
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- Created attachment 36421 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36421=edit Source file demonstrating the problem The attached program constru

[Bug fortran/67757] New: ICE after "ambiguous reference"

2015-09-29 Thread arjen.markus895 at gmail dot com
t: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- The following code causes the compiler to produce a message about an ambiguous reference and then to crash with a segmentation fault (this is on Windows 7, both MinGW

[Bug fortran/50221] Allocatable string length fails with array assignment

2015-05-15 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50221 Arjen Markus arjen.markus895 at gmail dot com changed: What|Removed |Added CC

[Bug fortran/64474] New: transfer(c_null_ptr, ...) causes an internal error

2015-01-02 Thread arjen.markus895 at gmail dot com
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com I needed to pass a null pointer from Fortran to C. One attempt to do so was via code like this: module myinterfaces use iso_c_binding implicit none interface

[Bug fortran/64474] [4.8 Regression] transfer(c_null_ptr, ...) causes an internal error

2015-01-02 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64474 --- Comment #2 from Arjen Markus arjen.markus895 at gmail dot com --- Hi Janus, thanks for looking into this. Personally, I have no problem moving to version 4.9. It's just that I ran into the problem. Regards, Arjen 2015-01-02 16:28 GMT+01

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-07-03 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #17 from Arjen Markus arjen.markus895 at gmail dot com --- Hi Jerry, thank you very much for looking into this problem. I stopped reducing the test case because I thought it had to do with pack creating a temporary array

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-07-02 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #15 from Arjen Markus arjen.markus895 at gmail dot com --- Hi Jerry, I am glad you have been able to reproduce the problem and even reduce the program to a bare minimum. What a curious number to fail upon. What I can do is try

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-07-01 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #9 from Arjen Markus arjen.markus895 at gmail dot com --- Hi Jerry, no problem - I can imagine that you did not see anything wrong. It took me sometime to realise myself what was going on when I discovered this problem. Regards

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-07-01 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #12 from Arjen Markus arjen.markus895 at gmail dot com --- Hi Dominique, that is the sort of output I would expect indeed. The memory leak is to be expected: the program does not explicitly release the allocated array/matrix

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-06-30 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #7 from Arjen Markus arjen.markus895 at gmail dot com --- Hi Jerry, no, it does not - it should have printed all values in the array (matrix) that are not 1, the first one thousand elements and finally it should have printed Done

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-06-29 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #3 from Arjen Markus arjen.markus895 at gmail dot com --- Hi Dominique, Jerry, I just tried it myself: - Download the tgz file from Bugzilla - unzip it via gunzip - use tar xvf to extract the file The result was the same file

[Bug fortran/61628] A program that reads from a file with stream access and uses pack() suddenly stops

2014-06-29 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61628 --- Comment #5 from Arjen Markus arjen.markus895 at gmail dot com --- I am not entirely certain, but I think it was simply part of the MinGW installation. If not, I used the https://gcc.gnu.org/wiki/GFortranBinaries site to locate one. Regards

[Bug fortran/61628] New: A program that reads from a file with stream access and uses pack() suddenly stops

2014-06-27 Thread arjen.markus895 at gmail dot com
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Created attachment 33016 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33016action=edit Example data file as used

[Bug fortran/50252] [OOP] Error message on call x%y (x not declared) can be more informative

2011-09-01 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50252 --- Comment #3 from Arjen Markus arjen.markus895 at gmail dot com 2011-09-01 07:18:30 UTC --- Hi Janus, that seems quite to the point and it is much more straightforward than my (minimal) adjustment. Thanks. The reason I brought

[Bug fortran/50252] New: Error message on call x%y (x not declared) can be more informative

2011-08-31 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50252 Bug #: 50252 Summary: Error message on call x%y (x not declared) can be more informative Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug fortran/50225] New: The allocation status for polymorphic allocatable variables is not set properly

2011-08-29 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50225 Bug #: 50225 Summary: The allocation status for polymorphic allocatable variables is not set properly Classification: Unclassified Product: gcc Version: 4.3.2

[Bug bootstrap/49557] make chokes on various Makefile constructs

2011-07-04 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #12 from Arjen Markus arjen.markus895 at gmail dot com 2011-07-04 06:58:46 UTC --- Hello, well, I have re-read the installation instructions, put the sources for gmp, mpfr and mpc into the GCC source directory, reconfigured it (from

[Bug bootstrap/49557] make chokes on various Makefile constructs

2011-07-01 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #8 from Arjen Markus arjen.markus895 at gmail dot com 2011-07-01 12:37:06 UTC --- Hi Eric, I have run into a problem on a Linux machin with this: make[3]: Leaving directory `/u/markus/tmp/gcc4.6.1/build-gcc/gcc' mkdir -p -- x86_64

[Bug bootstrap/49557] make chokes on various Makefile constructs

2011-06-29 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #7 from Arjen Markus arjen.markus895 at gmail dot com 2011-06-29 06:18:47 UTC --- Hi Eric, yes, that might be a good idea. Another test I can do, just to make sure it is the make version that comes with MInGW is to try

[Bug ada/49557] New: Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-28 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 Summary: Building the GCC compiler suite fails on a Makefile concerning Ada Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug ada/49557] Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-28 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #2 from Arjen Markus arjen.markus895 at gmail dot com 2011-06-28 09:12:00 UTC --- Hi Eric, thanks for looking into this. If I use an absolute path, then the make command chokes on the lack of a target for configure as required

[Bug ada/49557] Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-28 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #4 from Arjen Markus arjen.markus895 at gmail dot com 2011-06-28 09:40:56 UTC --- Hi Eric, I used the path d://configure, perhaps I should have used /d//configure I am using the make utility that comes with MinGW/MSYS: GNU

[Bug ada/49557] Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-28 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #5 from Arjen Markus arjen.markus895 at gmail dot com 2011-06-28 11:45:17 UTC --- When I remove the directories libada and gcc/ada to prevent make from attempting to build Ada, the build process fails on a missing % for a pattern