[Bug fortran/61337] Wrong indexing and runtime crash with unlimited polymorphic array.

2016-10-31 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61337 vehre at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--

[Bug fortran/61337] Wrong indexing and runtime crash with unlimited polymorphic array.

2016-10-24 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61337 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/61337] Wrong indexing and runtime crash with unlimited polymorphic array.

2016-10-22 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61337 --- Comment #5 from vehre at gcc dot gnu.org --- Author: vehre Date: Sat Oct 22 12:33:38 2016 New Revision: 241439 URL: https://gcc.gnu.org/viewcvs?rev=241439&root=gcc&view=rev Log: gcc/fortran/ChangeLog: 2016-10-22 Andre Vehreschild

[Bug fortran/61337] Wrong indexing and runtime crash with unlimited polymorphic array.

2015-09-02 Thread graham.stott at btinternet dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61337 --- Comment #4 from graham.stott at btinternet dot com --- Original message From: "vladimir.fuka at gmail dot com" Date:02/09/2015 14:55 (GMT+00:00) To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/61337] Wrong in

[Bug fortran/61337] Wrong indexing and runtime crash with unlimited polymorphic array.

2015-09-02 Thread vladimir.fuka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61337 --- Comment #3 from Vladimir Fuka --- The crash is at line 22: allocate(a(size(tmp)+1)%items(size(e)), source = e) ASAN:SIGSEGV = ==5902==ERROR: AddressSanitizer: SEGV on unknown a

[Bug fortran/61337] Wrong indexing and runtime crash with unlimited polymorphic array.

2015-09-02 Thread vladimir.fuka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61337 --- Comment #2 from Vladimir Fuka --- The first is fixed on trunk apparently by https://gcc.gnu.org/ml/fortran/2015-07/msg00038.html The modification call add_item(a_list, [1, 2]) call add_item(a_list, [1, 2]) do i = 1, size(a_list)

[Bug fortran/61337] Wrong indexing and runtime crash with unlimited polymorphic array.

2014-05-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61337 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|