[Bug fortran/94022] Array slices of assumed-size arrays

2021-10-21 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94022 Bug 94022 depends on bug 94070, which changed state. Bug 94070 Summary: Assumed-rank arrays – bounds mishandled, SIZE/SHAPE/UBOUND/LBOUND https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94070 What|Removed |Added -

[Bug fortran/94022] Array slices of assumed-size arrays

2020-06-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94022 Thomas Koenig changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug fortran/94022] Array slices of assumed-size arrays

2020-06-11 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94022 --- Comment #4 from CVS Commits --- The master branch has been updated by Thomas Kथà¤nig : https://gcc.gnu.org/g:6a07010b774cb5a0b1790b857e69d3d8534eebd2 commit r11-1228-g6a07010b774cb5a0b1790b857e69d3d8534eebd2 Author: José Rui Faustino de S

[Bug fortran/94022] Array slices of assumed-size arrays

2020-04-14 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94022 --- Comment #3 from José Rui Faustino de Sousa --- Created attachment 48274 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48274&action=edit The cleaned-up version with pointer and bind(c) tests

[Bug fortran/94022] Array slices of assumed-size arrays

2020-04-14 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94022 --- Comment #2 from José Rui Faustino de Sousa --- Hi Thomas! The fix to this problem seems to be simple: diff --git a/gcc/fortran/trans-expr.c b/gcc/fortran/trans-expr.c index fdca9cc..9ad885b 100644 --- a/gcc/fortran/trans-expr.c +++ b/gcc/fo

[Bug fortran/94022] Array slices of assumed-size arrays

2020-04-14 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94022 Thomas Koenig changed: What|Removed |Added Last reconfirmed||2020-04-14 CC|