[Bug fortran/78293] [5/6/7 Regression] SIGABRT with function result used as argument

2017-04-01 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78293 --- Comment #6 from Andre Vehreschild --- Hi Paul, I am busy doing Coarray work at the moment. So from my side: no time. You may want to have a look whether the part in trans-expr.c fixes the issue sufficiently or with just a small work-around

[Bug fortran/78958] FAIL: gfortran.dg/alloc_comp_class_5.f03 - Segmentation fault

2017-01-30 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78958 Andre Vehreschild changed: What|Removed |Added CC||vehre at gmx dot de --- Comment #3

[Bug fortran/78505] [F08] Coarray source allocation not synchronizing on oversubscribed cores

2016-12-19 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78505 --- Comment #7 from Andre Vehreschild --- As you can see from the commit message in comment #3 it hit trunk on 9th of Dezember. Am 19. Dezember 2016 21:03:38 MEZ, schrieb damian at sourceryinstitute dot org :

[Bug fortran/67171] [6 regression] sourced allocation

2015-10-20 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67171 --- Comment #4 from Andre Vehreschild --- Hi Paul, please compare: https://gcc.gnu.org/ml/fortran/2015-10/msg00033.html to your fix. Sounds like we are doing the same. - Andre On Tue, 20 Oct 2015 14:13:55 + "pault at gcc dot gnu.org"

[Bug fortran/67171] [6 regression] sourced allocation

2015-10-20 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67171 --- Comment #6 from Andre Vehreschild --- Hi Paul, No it's not, but the patch for the other pr addresses a lot of things in the allocate. Mostly about functions returning class objects, but I remember to have changed some of the things your

[Bug fortran/60255] [OOP] Deferred character length variable at (1) cannot yet be associated with unlimited polymorphic entities

2015-01-23 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60255 Andre Vehreschild vehre at gmx dot de changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/60322] [OOP] Incorrect bounds on polymorphic dummy array

2015-01-21 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322 Andre Vehreschild vehre at gmx dot de changed: What|Removed |Added CC||vehre at gmx dot

[Bug fortran/60334] Segmentation fault on character pointer assignments

2015-01-10 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60334 Andre Vehreschild vehre at gmx dot de changed: What|Removed |Added CC||vehre at gmx dot

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-01-07 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #12 from Andre Vehreschild vehre at gmx dot de --- Hi Paul, hi Tobias, I am guilty in asking both of you to look at the issue. I would be very happy, if one of you two can really have a look into the issue and notify the other one

[Bug fortran/60357] [F08] structure constructor with unspecified values for allocatable components

2014-12-29 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 Andre Vehreschild vehre at gmx dot de changed: What|Removed |Added CC||vehre at gmx dot

[Bug fortran/60357] [F08] structure constructor with unspecified values for allocatable components

2014-12-29 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 --- Comment #11 from Andre Vehreschild vehre at gmx dot de --- Hi Janus, before you invest too much time into that: My current patch level produces intermediate code as attached (for a slightly different program, also attached). I was solving

[Bug fortran/60357] [F08] structure constructor with unspecified values for allocatable components

2014-12-29 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 --- Comment #12 from Andre Vehreschild vehre at gmx dot de --- Created attachment 34353 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34353action=edit test_pr60357.f08

[Bug fortran/60289] allocating class(*) pointer as character gives type-spec requires the same character-length parameter

2014-12-29 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60289 --- Comment #5 from Andre Vehreschild vehre at gmx dot de --- Patch available in: https://gcc.gnu.org/ml/fortran/2014-12/msg00133.html

[Bug fortran/60414] internal compiler error: tree check

2014-12-28 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60414 --- Comment #6 from Andre Vehreschild vehre at gmx dot de --- I got no complains about the fix not working for someone, so at least the status can be set to resolved.

[Bug fortran/60255] Deferred character length variable at (1) cannot yet be associated with unlimited polymorphic entities

2014-08-07 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60255 Andre Vehreschild vehre at gmx dot de changed: What|Removed |Added CC||vehre at gmx dot

[Bug fortran/60414] internal compiler error: tree check

2014-07-18 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60414 Andre Vehreschild vehre at gmx dot de changed: What|Removed |Added CC||vehre at gmx dot

[Bug fortran/60414] internal compiler error: tree check

2014-07-18 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60414 --- Comment #3 from Andre Vehreschild vehre at gmx dot de --- Hi, this is my first attempt on a patch. Please comment, when something is missing. The error occurs in the translation phase, but I tracked its source to the parse phase where