[Bug fortran/95331] Unlimited polymorphic arrays have wrong bounds

2020-06-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95331 Bug 95331 depends on bug 85868, which changed state. Bug 85868 Summary: Subarray of a pointer array associated with a pointer dummy argument https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85868 What|Removed |Adde

[Bug fortran/95331] Unlimited polymorphic arrays have wrong bounds

2020-06-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95331 Bug 95331 depends on bug 52351, which changed state. Bug 52351 Summary: Wrong bounds when passing an array section to an intent-in pointer dummy https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52351 What|Removed |

[Bug fortran/95331] Unlimited polymorphic arrays have wrong bounds

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

[Bug fortran/95331] Unlimited polymorphic arrays have wrong bounds

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

[Bug fortran/95331] Unlimited polymorphic arrays have wrong bounds

2020-05-26 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95331 --- Comment #1 from José Rui Faustino de Sousa --- Created attachment 48604 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48604&action=edit Fortran code demonstrating problems. Somehow the testcase was left behind...