Add one or multiple build target pointers to array (gcc-15 bug workaround)
Add one build target pointer to array with a loop (gcc-15 bug on array initializer)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(build_target_ptr), | intent(inout), | allocatable | :: | list(:) | ||
| type(build_target_ptr), | intent(in) | :: | new | 
Add multiple build target pointers to array with a loop (gcc-15 bug on array initializer)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(build_target_ptr), | intent(inout), | allocatable | :: | list(:) | ||
| type(build_target_ptr), | intent(in) | :: | new(:) |