[Bug fortran/117347] Associate with derived type array constructor

2024-12-17 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 Andre Vehreschild changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug fortran/117347] Associate with derived type array constructor

2024-12-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 --- Comment #6 from GCC Commits --- The master branch has been updated by Andre Vehreschild : https://gcc.gnu.org/g:9684e70952ac159ce0b838533ce4e9c98474e1a8 commit r15-6292-g9684e70952ac159ce0b838533ce4e9c98474e1a8 Author: Andre Vehreschild D

[Bug fortran/117347] Associate with derived type array constructor

2024-12-16 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 Andre Vehreschild changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #5 from Andre V

[Bug fortran/117347] Associate with derived type array constructor

2024-12-13 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 Andre Vehreschild changed: What|Removed |Added Status|WAITING |ASSIGNED --- Comment #4 from Andre

[Bug fortran/117347] Associate with derived type array constructor

2024-12-13 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 Andre Vehreschild changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #3 from Andre V

[Bug fortran/117347] Associate with derived type array constructor

2024-12-13 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 Andre Vehreschild changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |vehre at gcc dot gnu.org

[Bug fortran/117347] Associate with derived type array constructor

2024-10-30 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 --- Comment #2 from anlauf at gcc dot gnu.org --- Slightly reduced testcase: program pr117347_red implicit none type :: point real :: x = 42. end type point type(point) :: mypoint real:: pi(1) associate (points => mypoi

[Bug fortran/117347] Associate with derived type array constructor

2024-10-29 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 anlauf at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid Last reconfi