[Bug fortran/36683] -fbounds-check failure for allocated array and spread

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36683 Thomas Koenig changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[Bug fortran/36683] -fbounds-check failure for allocated array and spread

2009-04-29 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2009-04-29 14:20 --- pr39286 is a duplicate of this one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36683

[Bug fortran/36683] -fbounds-check failure for allocated array and spread

2008-10-12 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2008-10-12 12:09 --- The front end obligingly fills out the descriptor for the libray with an extent of 3: atmp.5.dim[1].stride = 5; atmp.5.dim[1].lbound = 0; atmp.5.dim[1].ubound = 2; atmp.5.data = (void *) &A.6; atm

[Bug fortran/36683] -fbounds-check failure for allocated array and spread

2008-07-01 Thread tkoenig at gcc dot gnu dot org
-- tkoenig at gcc dot gnu dot org changed: What|Removed |Added OtherBugsDependingO||34670 nThis|| S