[Bug fortran/106005] (F2023) Support for REDUCE clause in DO CONCURRENT loop

2022-06-17 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106005 --- Comment #5 from Wileam Yonatan Phan --- Hi Steve, I think I recognize you from the Fortran-lang Discourse forum! > The committee is ready to vote, but it is still a non-existent standard. That's technically true, since the votes haven't b

[Bug fortran/106005] (F2023) Support for REDUCE clause in DO CONCURRENT loop

2022-06-17 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106005 --- Comment #2 from Wileam Yonatan Phan --- Wait, I thought the committee is ready to vote on it? I've seen the draft of the summary paper by Reid linked from here:

[Bug fortran/106005] New: (F2023) Support for REDUCTION clause in DO CONCURRENT loop

2022-06-16 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106005 Bug ID: 106005 Summary: (F2023) Support for REDUCTION clause in DO CONCURRENT loop Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/102003] [PDT] Length of character component not simplified

2022-06-13 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102003 Wileam Yonatan Phan changed: What|Removed |Added CC||wileamyp at outlook dot com --- C

[Bug fortran/103567] Compile error with assumed-rank RESULT variable

2021-12-05 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103567 --- Comment #1 from Wileam Yonatan Phan --- Surprisingly, this one compiles just fine: subroutine f(y) real, intent(out) :: y(..) end subroutine f

[Bug fortran/103567] New: Compile error with assumed-rank RESULT variable

2021-12-05 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103567 Bug ID: 103567 Summary: Compile error with assumed-rank RESULT variable Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug fortran/103172] ICE in gfc_check_init_expr, at fortran/expr.c:3014

2021-11-10 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103172 --- Comment #2 from Wileam Yonatan Phan --- Comment on attachment 51758 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51758 Source code for minimal reproducer >function assumed_rank_crash ( arr ) result( res ) > implicit none > > ! Arg

[Bug fortran/103172] New: ICE in gfc_check_init_expr, at fortran/expr.c:3014

2021-11-10 Thread wileamyp at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103172 Bug ID: 103172 Summary: ICE in gfc_check_init_expr, at fortran/expr.c:3014 Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon