Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Categories Fortran
Created by Guest
Created on Jul 16, 2019

XLF: Support for Fortran 2008 feature for non-Null procedure pointer initialization

SalesForce Case: TS002130032
PMR: 84896,227,000

In pursuit of the adoption of RAII (Resource acquisition is initialization) the client has a major dependency on a Fortran 2008 feature that is currently not supported by the IBM XLF compiler.

The feature is described in section "5.5 Pointer Initialization" from the Fortran 2008 summary document available at https://wg5-fortran.org/N1801-N1850/N1828.pdf and appended here:

5.5 Pointer initialization
A pointer may be initially associated with a target with the save attribute:
. type (entry), target, save :: bottom
. type (entry), pointer :: top => bottom
and a pointer component may be default initialized as associated with a target.

When using the XLF compiler, including a function pointer declaration with the following form that attempts to initialize the pointer with a non-NULL value

procedure(abs_int) , pointer :: func_ptr => func_ptr_default

Produces the following compiler failure:

"externalPublic.f90", line 11.37: 1516-036 (S) Entity func_ptr has undefined type.
"externalPublic.f90", line 11.64: 1515-019 (S) Syntax is incorrect.

Idea priority High
  • Guest
    Reply
    |
    Dec 14, 2021

    This RFE has been implemented in XL Fortran for Linux, V16.1.1 Fix PAck 5

  • Guest
    Reply
    |
    Aug 23, 2019

    This RFE has been implemented