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.

ADD A NEW IDEA

Fortran

Showing 7 of 8212

XL Fortran Bogus Error on Assumed Shape Dummy Argument of BIND(C) Procedure

The XL Fortran compiler gives a bogus error message for the below valid Fortran program. The restriction that presumably generates this error message was replaced in Fortran 2018 standard (sec 18.3.6 point 5). Furthermore, the XL compiler provides...
about 4 years ago in C/C++ and Fortran Compilers / Fortran 1 Future consideration

XLF: Compiler should detect and isolate the source of non-conforming Openmp code using local pointers for data maps.

SalesForce Case: TS001878905PMR: 80808,227,000 The use case reproducer for this issue is an OpenMP Fortran implementation that uses local, temporary pointers to do data mapping. The implementation does not conform to the OpenMP spec but the compil...
almost 5 years ago in C/C++ and Fortran Compilers / Fortran 2 Not under consideration

XLF: Support for Fortran 2008 feature move_alloc

The feature is described in section "5.3 Allocatable components of recursive type" from the Fortran 2008 summary document available at https://wg5-fortran.org/N1801-N1850/N1828.pdf and appended here: A recursive type is permitted to be based on al...
almost 5 years ago in C/C++ and Fortran Compilers / Fortran 1 Planned for future release

Provide Fortran compiler option to force variables to be explicitly declared

The IMPLICIT none statement is available to us, but it has to be coded in every single program, subroutine and function, whereas a compiler option would not require a code modification to enforce explicit declarations. The PL/I compiler has the RU...
over 9 years ago in C/C++ and Fortran Compilers / Fortran 3 Not under consideration

XLF: request support for -shared flag consistent with the XLC usage

The XLC compiler accepts the "-shared" flag as an alias to "-qmkshrobj" to create shared object (.so) files, but the XLF compiler does not. The XLF option -shared is not documented but is not identified as invalid when it is used. Using -shared do...
about 5 years ago in C/C++ and Fortran Compilers / Fortran 4 Not under consideration

FORTRAN V2.6 for z/OS - Add Compiler Option to Force Explicit Variable Declarations

The Fortran compiler for z/OS does not have a compiler option to force all variables to be explicitly declared. Instead each and every program has to be coded with an IMPLICIT NONE statement. We would like a compiler option to force this instead o...
over 8 years ago in C/C++ and Fortran Compilers / Fortran 1 Not under consideration

Support norm2 in XL Fortran 2008

As part of the Fortran 2008+ standards, norm2 is widely supported by various compiler toolchains. This RFE is to request support for the norm2 intrinsic be added to IBM XL Fortran 2008.
over 4 years ago in C/C++ and Fortran Compilers / Fortran 1 Future consideration