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

C/C++ and Fortran Compilers

Showing 51

Add support to EDCDSECT for generating Doxygen-compatible comments

We have a product that has many data areas in common between C/C++ code and Assembler code. We generate the C/C++ header files from the Assembler DSECTs using the EDCDSECT utility provided by z/OS XL C/C++. We generate documentation for the C/C++ ...
over 7 years ago in C/C++ and Fortran Compilers / C/C++ 21 Planned for future release

Support for generating AMODE 31 with xlclang++

CICS does not support 64 bit LE programs. xlclang++ cannot be used for CICS development.
over 4 years ago in C/C++ and Fortran Compilers / C/C++ 2 Future consideration

Enhance constant propagation

The optimizer should take advantage of constantness of variables and propagate their values into generated instructions.
over 6 years ago in C/C++ and Fortran Compilers / C/C++ 3 Not under consideration

Enhance compiler optimizer

The compiler should generate more efficient code for testing bitfields when the bits tested are located in the same byte.
over 6 years ago in C/C++ and Fortran Compilers / C/C++ 3 Not under consideration

inline ASM DS incorrect load for long long

With inline ASM to initialize a long long variable using an ASM DS instruction in 31-bit mode, the compiler is only generating an 'L' instruction, which does not load the full 64-bit register representing the long long variable: unsigned long long...
over 6 years ago in C/C++ and Fortran Compilers / C/C++ 3 Not under consideration

Insufficient inlining for function pointers

The compiler is currently unable to inline a function that is passed to another function as a function pointer parameter. As a result trivial functions may not be inlined when called using a function pointers.
over 6 years ago in C/C++ and Fortran Compilers / C/C++ 3 Planned for future release

Exception Object Enhance

Exception handle is an important mechanism to help programmers debug their programs. Many of the literature books mention the use of this mechanism to increase the quality of the application. Although C11/C14 has no longer recommend the use of the...
about 7 years ago in C/C++ and Fortran Compilers / C/C++ 3 Not under consideration

z/OS XL C/C++ allow GENASM and __asm without using METAL C

Separate GENASM and METAL C/C++ compiler options and allow calling of operating system services directly from a non-METAL C/C++ program using __asm language extension.
over 10 years ago in C/C++ and Fortran Compilers / C/C++ 3 Not under consideration

xlc listing files for inline functions incorrect

Found a surprising limitation with xlc listing files for inline functions that are in .h files. The listing for such functions in the PDEF section has a line number like 691 | which doesn't reflect the source line number at the top of that .lst fi...
about 11 years ago in C/C++ and Fortran Compilers / C/C++ 4 Not under consideration

redefining functions in header files - do it the right way

When functions in header files need to be redefined (e.g. to get new default behavior),this should NOT be done by just renaming them with a simple '#define func_new func_old'.Instead, macros should be used like it was done for older XL C/C++ compi...
about 2 months ago in C/C++ and Fortran Compilers / AIX 1 Under review