[Bug fortran/57966] New: Using a TBP to specify the shape of a dummy argument

2013-07-24 Thread stefan.mauerberger at gmail dot com
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: stefan.mauerberger at gmail dot com Created attachment 30542 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30542action=edit minimal example Hi There! I am faced with some weired behavior. Because it is a little

[Bug fortran/56008] [F03] wrong code with lhs-realloc on assignment with derived types having allocatable components

2013-02-10 Thread stefan.mauerberger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56008 --- Comment #10 from stefan.mauerberger at gmail dot com 2013-02-10 18:34:51 UTC --- Hi There! Its me again. Unfortunately, I have to report that there is still something wired. The following slightly modified code causes a memory leak

[Bug fortran/56008] [F03] wrong code with lhs-realloc on assignment with derived types having allocatable components

2013-01-22 Thread stefan.mauerberger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56008 --- Comment #7 from stefan.mauerberger at gmail dot com 2013-01-22 19:08:10 UTC --- Unfortunately, I do not understand a thing about all the internals and the actual implementations. I just wanted to let you know that I am totally

[Bug fortran/56008] New: [F03] lhs-allocation invoking the array-constructor on DDTs causes memory error

2013-01-16 Thread stefan.mauerberger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56008 Bug #: 56008 Summary: [F03] lhs-allocation invoking the array-constructor on DDTs causes memory error Classification: Unclassified Product: gcc Version: 4.7.2

[Bug fortran/56008] [F03] lhs-allocation invoking the array-constructor on DDTs causes memory error

2013-01-16 Thread stefan.mauerberger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56008 --- Comment #1 from stefan.mauerberger at gmail dot com 2013-01-16 19:37:56 UTC --- Created attachment 29184 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29184 gfortran -v -Wall -Wextra -g test.f90

[Bug fortran/56008] [F03] lhs-allocation invoking the array-constructor on DDTs causes memory error

2013-01-16 Thread stefan.mauerberger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56008 --- Comment #2 from stefan.mauerberger at gmail dot com 2013-01-16 19:38:45 UTC --- Created attachment 29185 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29185 valgrind -v --track-origins=yes ./a.out

[Bug fortran/55932] DDT's default structure constructor does not work with having allocatable member variables

2013-01-11 Thread stefan.mauerberger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55932 --- Comment #2 from stefan.mauerberger at gmail dot com 2013-01-11 11:50:19 UTC --- Indeed, it is a F2003 feature. Does that matter? I searched for duplicates without finding a similar one. Anyways ... Thanks for the suggested

[Bug fortran/55932] New: DDT's default structure constructor does not work with having allocatable member variables

2013-01-09 Thread stefan.mauerberger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55932 Bug #: 55932 Summary: DDT's default structure constructor does not work with having allocatable member variables Classification: Unclassified Product: gcc Version: