[Bug fortran/59997] c_pointer = c_loc(...) internal compiler error

2015-04-11 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59997 --- Comment #7 from drikosev at otenet dot gr --- The option of omitting the trailing underscore (-fno-underscoring) is explained at https://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html In the above link, there is also a wish (hope

[Bug fortran/59997] c_pointer = c_loc(...) internal compiler error

2015-04-11 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59997 --- Comment #6 from drikosev at otenet dot gr --- On Apr 11, 2015, at 3:30 PM, dominiq at lps dot ens.fr wrote: > For the test case you should have a look at > https://gcc.gnu.org/wiki/HowToPrepareATestcase, in particular to the section

[Bug fortran/59997] c_pointer = c_loc(...) internal compiler error

2015-04-11 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59997 --- Comment #5 from drikosev at otenet dot gr --- On Apr 11, 2015, at 3:30 PM, dominiq at lps dot ens.fr wrote: > For the test case you should have a look at > https://gcc.gnu.org/wiki/HowToPrepareATestcase, in particular to the section

[Bug fortran/59997] c_pointer = c_loc(...) internal compiler error

2015-04-10 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59997 drikosev at otenet dot gr changed: What|Removed |Added CC||drikosev at otenet dot gr

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-08 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #26 from drikosev at otenet dot gr --- Hello, It was my impression that small changes can be accepted by FSF without a copyright disclaimer or a copyright assignment on file, according to: https://gcc.gnu.org/contribute.html#legal

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #22 from drikosev at otenet dot gr --- Created attachment 35234 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35234&action=edit cleanup if a declaration type spec is erroneous Let's see if the function names

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #21 from drikosev at otenet dot gr --- Created attachment 35232 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35232&action=edit cleanup if a declaration type spec is erroneous Finally, I've sent for review to the

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #19 from drikosev at otenet dot gr --- Ok, I'll send a patch to the recommended addresses as soon as I read the GNU coding standards. Yet, my impression is that perhaps the patch should be a bit more complex; in example, I

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-05 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #15 from drikosev at otenet dot gr --- Created attachment 35230 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35230&action=edit altered patch for the regressions reported in comment 11 Hi, As it seems the problem w

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-04 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #14 from drikosev at otenet dot gr --- Indeed, the new patch in comment 10 does not prevent the ICEs with the the first example bug.f90 (in Description before comment 1).

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-04 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #13 from drikosev at otenet dot gr --- Hi Dominiq, The new patch (gcc-4.8.4) worked as the older one but since the locus is corrupted I'm not surprised that a test case you tried failed. Could you post it here please? The corr

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-04-03 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #10 from drikosev at otenet dot gr --- Created attachment 35226 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35226&action=edit altered patch for the regressions reported in comment 9 Hi Dominiq, In a slightly altered

[Bug fortran/65429] ICE on implied-length character empty array constructor

2015-03-31 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65429 --- Comment #4 from drikosev at otenet dot gr --- So, the proper solution is described at: https://gcc.gnu.org/ml/fortran/2015-03/msg00163.html

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-03-29 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #8 from drikosev at otenet dot gr --- When gfortran reports the error, it expects that the name 'atomic_kind_type' is likely a procedure or function; but the syntax of the access-stmt is: access-stmt ::= access-spec [ [ :

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-03-29 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #7 from drikosev at otenet dot gr --- Hi, The reduced test case which has been posted by janus (comment 1) crashes also 4.8.4 and gcc 5.0 (the latter was copied from trunc a few days ago). The backtrace I get agrees with that of

[Bug fortran/59016] f951: internal compiler error: Segmentation fault

2015-03-29 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 drikosev at otenet dot gr changed: What|Removed |Added CC||drikosev at otenet dot gr

[Bug fortran/65429] ICE on implied-length character empty array constructor

2015-03-28 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65429 --- Comment #3 from drikosev at otenet dot gr --- With the patch one can avoid a segmentation fault but I don't know very well the internals of gfortran. So, I've no idea if and how one can obtain the length without array elem

[Bug fortran/65429] ICE on implied-length character empty array constructor

2015-03-27 Thread drikosev at otenet dot gr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65429 drikosev at otenet dot gr changed: What|Removed |Added CC||drikosev at otenet dot gr