-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi,
Compilation of 0.7.2 fails for me with:
[ 10%] prif_private_s.F90 done.
././src/caffeine/prif_private_s.F90:274:13:
274 | logical(PRIF_ATOMIC_LOGICAL_KIND), intent(out) :: result
| 1
Warning: C kind type parameter is for type INTEGER but type at (1) is LOGICAL
././src/caffeine/prif_private_s.F90:275:13:
275 | logical(PRIF_ATOMIC_LOGICAL_KIND), intent(in), value :: operand1
| 1
Warning: C kind type parameter is for type INTEGER but type at (1) is LOGICAL
././src/caffeine/prif_private_s.F90:276:13:
276 | logical(PRIF_ATOMIC_LOGICAL_KIND), intent(in), value :: operand2
| 1
Warning: C kind type parameter is for type INTEGER but type at (1) is LOGICAL
././src/caffeine/prif_private_s.F90:496:46:
I thought logical couldn't be parameterized with (kind=) ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels