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

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 Mikael Morin changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 Mikael Morin changed: What|Removed |Added CC||kimwooyoung at gmail dot com --- Comment

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

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 Mikael Morin changed: What|Removed |Added CC||zeccav at gmail dot com --- Comment #31 f

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

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #30 from Mikael Morin --- *** Bug 56674 has been marked as a duplicate of this bug. ***

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

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #29 from Mikael Morin --- Author: mikael Date: Tue Apr 14 12:23:30 2015 New Revision: 222086 URL: https://gcc.gnu.org/viewcvs?rev=222086&root=gcc&view=rev Log: PR fortran/56674 PR fortran/58813 PR fortran/59016 PR for

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

2015-04-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #28 from Mikael Morin --- Author: mikael Date: Tue Apr 14 09:18:15 2015 New Revision: 222078 URL: https://gcc.gnu.org/viewcvs?rev=222078&root=gcc&view=rev Log: PR fortran/56674 PR fortran/58813 PR fortran/59016 PR for

[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 S

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

2015-04-07 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

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

2015-04-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #24 from Dominique d'Humieres --- Created attachment 35240 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35240&action=edit Cleaned patch I have cleaned the patch along the Mikael's comment and fixed the test case.

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

2015-04-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #23 from Dominique d'Humieres --- *** Bug 65469 has been marked as a duplicate of this bug. ***

[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 are properly printe

[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 recommended re

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

2015-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #20 from Dominique d'Humieres --- > Also, I think that the additional test could be: "( m != MATCH_OK )" I don't think so: the block in the patch will be reached for (m == MATCH_NO) and I think this leads to the regressions.

[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 think tha

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

2015-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #18 from Dominique d'Humieres --- With an additional filtering on (m == MATCH_ERROR), i.e. with the following patch, the ICEs are fixed without regression --- ../_clean/gcc/fortran/decl.c2015-03-25 14:07:04.0 +0100 +++ gc

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

2015-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #17 from Dominique d'Humieres --- I have forgotten to give a sample of the failing tests with the patch in comment 15: FAIL: gfortran.dg/coarray/alloc_comp_3.f90 -fcoarray=single -O2 -latomic (test for excess errors) FAIL: gfortran

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

2015-04-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #16 from Dominique d'Humieres --- > As it seems the problem with the program bug.f90 is that the generic > attribute is set in a symbol as the parser tries to match a declaration > type specification; but finally, the statement isn't

[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 with the prog

[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 corrupted l

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

2015-04-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 Dominique d'Humieres changed: What|Removed |Added CC||daniel.price at monash dot edu --

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

2015-04-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #11 from Dominique d'Humieres --- > In a slightly altered patched, I've added a precondition which examines > first the locus of the current symbol and finally the error reported seems > to comply with the testsuites. Indeed, however

[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 patched,

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

2015-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #9 from Dominique d'Humieres --- I have tested on trunk (5.0) the following variant --- ../_clean/gcc/fortran/interface.c2015-03-25 14:07:04.0 +0100 +++ gcc/fortran/interface.c2015-03-30 10:05:08.0 +0200 @@ -1

[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 [ [ :: ] access-i

[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 Domi

[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/59016] f951: internal compiler error: Segmentation fault

2014-12-06 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2013-11-17 00:00:00 |2014-12-6 CC|

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

2013-12-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #4 from Dominique d'Humieres --- Backtrace is Program received signal SIGSEGV, Segmentation fault. error_print(const char *, const char *, typedef __va_list_tag __va_list_tag *) (type=, format0=, argp=) at ../../work/gcc/fortran/e

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

2013-12-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 --- Comment #3 from Dominique d'Humieres --- With the test in comment 1, I get on x86_64-apple-darwin13: TYPE(atomic_kind_type), pointer :: atomic_kind 1 Error: Derived type 'atomic_kind_type' at (1) is being used be

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

2013-12-21 Thread bdavis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 Bud Davis changed: What|Removed |Added CC||bdavis at gcc dot gnu.org --- Comment #2 from

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

2013-11-17 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59016 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|