Commit b6146fa
committed
fortran: revise non-char pointer handling in gfc_conv_constant
PR fortran/122342
gcc/fortran/ChangeLog:
* trans-const.cc (gfc_conv_constant): Create a variable for the
non-char pointer.
gcc/testsuite/ChangeLog:
* gfortran.dg/coarray_atomic_5.f90: Update testcase.
* gfortran.dg/team_form_3.f90: Likewise.1 parent e6322a6 commit b6146fa
File tree
3 files changed
+8
-6
lines changed- gcc
- fortran
- testsuite/gfortran.dg
3 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
448 | 450 | | |
449 | 451 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments