[Bug fortran/100245] ICE on automatic reallocation

2022-09-24 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

anlauf at gcc dot gnu.org changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Target Milestone|--- |10.5

--- Comment #9 from anlauf at gcc dot gnu.org ---
Fixed on all open branches.

Thanks for the patch!

[Bug fortran/100245] ICE on automatic reallocation

2022-09-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

--- Comment #8 from CVS Commits  ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:

https://gcc.gnu.org/g:2e33da576bc08e78020bbb6642b70eccb108192b

commit r10-11001-g2e33da576bc08e78020bbb6642b70eccb108192b
Author: José Rui Faustino de Sousa 
Date:   Fri Sep 2 21:35:22 2022 +0200

Fortran: Fix ICE with automatic reallocation [PR100245]

gcc/fortran/ChangeLog:

PR fortran/100245
* trans-expr.c (trans_class_assignment): Add if clause to handle
derived type in the LHS.

gcc/testsuite/ChangeLog:

PR fortran/100245
* gfortran.dg/PR100245.f90: New test.

(cherry picked from commit 504424f33771be0405454e7845219d5df1bb88bb)

[Bug fortran/100245] ICE on automatic reallocation

2022-09-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

--- Comment #7 from CVS Commits  ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:

https://gcc.gnu.org/g:de976ebed3be48bd0f2374e2a1d43a2533127d52

commit r11-10271-gde976ebed3be48bd0f2374e2a1d43a2533127d52
Author: José Rui Faustino de Sousa 
Date:   Fri Sep 2 21:35:22 2022 +0200

Fortran: Fix ICE with automatic reallocation [PR100245]

gcc/fortran/ChangeLog:

PR fortran/100245
* trans-expr.c (trans_class_assignment): Add if clause to handle
derived type in the LHS.

gcc/testsuite/ChangeLog:

PR fortran/100245
* gfortran.dg/PR100245.f90: New test.

(cherry picked from commit 504424f33771be0405454e7845219d5df1bb88bb)

[Bug fortran/100245] ICE on automatic reallocation

2022-09-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

--- Comment #6 from CVS Commits  ---
The releases/gcc-12 branch has been updated by Harald Anlauf
:

https://gcc.gnu.org/g:9035eaaf028ca609660f1f55c0d9f22fb7d3b797

commit r12-8768-g9035eaaf028ca609660f1f55c0d9f22fb7d3b797
Author: José Rui Faustino de Sousa 
Date:   Fri Sep 2 21:35:22 2022 +0200

Fortran: Fix ICE with automatic reallocation [PR100245]

gcc/fortran/ChangeLog:

PR fortran/100245
* trans-expr.cc (trans_class_assignment): Add if clause to handle
derived type in the LHS.

gcc/testsuite/ChangeLog:

PR fortran/100245
* gfortran.dg/PR100245.f90: New test.

(cherry picked from commit 504424f33771be0405454e7845219d5df1bb88bb)

[Bug fortran/100245] ICE on automatic reallocation

2022-09-03 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

--- Comment #5 from CVS Commits  ---
The master branch has been updated by Harald Anlauf :

https://gcc.gnu.org/g:504424f33771be0405454e7845219d5df1bb88bb

commit r13-2391-g504424f33771be0405454e7845219d5df1bb88bb
Author: José Rui Faustino de Sousa 
Date:   Fri Sep 2 21:35:22 2022 +0200

Fortran: Fix ICE with automatic reallocation [PR100245]

gcc/fortran/ChangeLog:

PR fortran/100245
* trans-expr.cc (trans_class_assignment): Add if clause to handle
derived type in the LHS.

gcc/testsuite/ChangeLog:

PR fortran/100245
* gfortran.dg/PR100245.f90: New test.

[Bug fortran/100245] ICE on automatic reallocation

2022-09-01 Thread jrfsousa at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

--- Comment #4 from José Rui Faustino de Sousa  ---
On 01/09/22 19:30, anlauf at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245
> 

Hi Anlauf,

Sorry for the very late answer, but at the moment I am far too busy to 
even look into it.

Do as you see fit, it is fine by me.

Best regards,
José Rui

> anlauf at gcc dot gnu.org changed:
> 
> What|Removed |Added
> 
>   CC||anlauf at gcc dot gnu.org
> 
> --- Comment #3 from anlauf at gcc dot gnu.org ---
> Jose, your patch looks fine, but unfortunately was never reviewed.
> Do you plan to ping it, or shall I take care of it?
>

[Bug fortran/100245] ICE on automatic reallocation

2022-09-01 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

anlauf at gcc dot gnu.org changed:

   What|Removed |Added

 CC||anlauf at gcc dot gnu.org

--- Comment #3 from anlauf at gcc dot gnu.org ---
Jose, your patch looks fine, but unfortunately was never reviewed.
Do you plan to ping it, or shall I take care of it?

[Bug fortran/100245] ICE on automatic reallocation

2021-06-18 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

[Bug fortran/100245] ICE on automatic reallocation

2021-04-25 Thread jrfsousa at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

--- Comment #2 from José Rui Faustino de Sousa  ---
Patch posted:

https://gcc.gnu.org/pipermail/fortran/2021-April/055982.html

[Bug fortran/100245] ICE on automatic reallocation

2021-04-24 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100245

Dominique d'Humieres  changed:

   What|Removed |Added

   Last reconfirmed||2021-04-24
   Priority|P3  |P4
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Dominique d'Humieres  ---
Confirmed since at least GCC7.