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

Clear

Ideas

Showing 56 of 9158

RFE for header file cache optimization on C compiler

We would like to see the following implemented with the C compiler frontend just like it is for the C++ compiler frontend beginning with Xlc 12.1: -qxflag=dircache[,m[,n]] where m and n are optional * m is a integral prime number between 2 and 71 ...
about 12 years ago in C/C++ and Fortran Compilers / C/C++ 5 Not under consideration

Issue with Occurs clause Variables

We are migrating Micro focus COBOL programs to IBM COBOL for my client(shop direct). We see some initialization errors coming from mx20f program while compiling with IBM COBOL compiler. Initialization is not possible on occurs clause variables in ...
over 6 years ago in C/C++ and Fortran Compilers / C/C++ 4 Not under consideration

Support for calling Non-LE OS 31 linkage from xlclang++ in 64 bit mode.

Allow calling existing legacy Non-LE OS 31 from xlclang++ in 64 bit mode. Allow the generation of the OS 31 parameter list. It is the responsibility of the caller to make sure addresses and memory are below the bar. The compiler merely generates O...
over 6 years ago in C/C++ and Fortran Compilers / C/C++ 2 Future consideration

XL: Support linking objects compiled with clang++ and xlc or xlf that use OpenMP GPU offloading

SalesForce Case TS001968579PMR 82483,227,000 XLF compiler: Errors linking objects compiled with clang++ and xlc or xlf that use OpenMP GPU offloading. LLNL is having problems linking objects that were compiled using the clang++ (LLVM) and XLF (or ...
over 6 years ago in C/C++ and Fortran Compilers / C/C++ 2 Not under consideration

Metal C - Compiler option to specify a register to map DSA

Currently Metal C uses Register 13 to map the DSA. Pls add a compiler option, for the user to specify the register that the compiler should use to map the DSA. Register 13 contents usually point to the save area. We have use cases, where the save ...
almost 7 years ago in C/C++ and Fortran Compilers / C/C++ 2 Not under consideration

Need more builtin functions in C/C++ compiler

In the XL C/C++ Programming Guide there are only a few General instructions like __pack and __unpack.In order for Metal C to be used for system software it would be better if these instructions were expanded so __asm would not have to be used as o...
about 7 years ago in C/C++ and Fortran Compilers / C/C++ 2 Not under consideration

Allow -qlistfmt=html=inlines to break down the report into multiple files

Allow the reporting tools to generate multiple report files depending on the size limit provided by the client.
almost 8 years ago in C/C++ and Fortran Compilers / C/C++ 2 Not under consideration

Document and support #pragma once in both C/C++

The z/OS C++ compiler supports the #pragma once directive. This is undocumented and not supported for the C language. This feature should be documented and supported for both the C and C++ languages.
over 8 years ago in C/C++ and Fortran Compilers / C/C++ 2 Not under consideration

#line directive causing source to not be intermixed in ASM listing

Sometimes C source code is embedded within generated pseudo assembly listings via the LIST option, like: 00012E 50D0 E004 000008 | ST r13,4(,r14)000132 18DE 000008 | LR r13,r14000134 End of Prolog 000009 | * { 000010 | * return foo();000134 58F0 3...
about 9 years ago in C/C++ and Fortran Compilers / C/C++ 3 Not under consideration

XL C/C++ compiler setting to disallow vector (VMX/VSX) instructions

Request for the compiler to support code generation consistent with an AIX tuning of allow_vmx=0. The AIX tuning rejects all vector instructions, treating them as illegal operations. The compiler should have a corresponding option to completely di...
over 9 years ago in C/C++ and Fortran Compilers / C/C++ 2 Future consideration