Fixes are available
XL C/C++ for Linux Fix Pack 9 (August 2013 Update) for 11.1
April 2011 Update for XL C/C++ for Linux, V11.1
July 2011 Update for XL C/C++ for Linux, V11.1
October 2011 Update for XL C/C++ for Linux, V11.1
June 2012 Update for XL C/C++ for Linux, V11.1
October 2012 Update for XL C/C++ for Linux, V11.1
XL C/C++ for Linux Fix Pack 8 (June 2013 Update) for 11.1
APAR status
Closed as program error.
Error description
When inlining with -q64, a compiler warning is generated indicating that inlining has failed. In most cases, this warning will not appear if compiling with -q32. ===== Test Case: test.c: struct fred { int jjj; } freddy; static inline long bar(struct fred fff, int kkk) { return fff.jjj+kkk; } main() { long bbb; freddy.jjj = 3; bbb = bar(freddy,2); printf("bbb = %d (should be 5)\n",bbb); } ====================== ===== Observed Output: $ xlc -q64 -O2 -c test.c 1500-029: (W) WARNING: subprogram bar could not be inlined into main. $ xlc -q32 -O2 -c test.c $
Local fix
In most cases, compiling with -q32 will hide the problem.
Problem summary
PROBLEM DESCRIPTION: Failure to inline. If you pass a structure by value and the size of the structure is not a multiple of the size of a register, then the compiler refuses to inline because it thinks there is a type mismatch. This is more likely to happen with -q64 but it can happen with -q32. USERS AFFECTED: Users who depend on inlining.
Problem conclusion
The fix is to compare the size of the rounded up parameter with the size of the argument before issuing a diagnostic and refusing to do the inlining.
Temporary fix
Comments
APAR Information
APAR number
LI76139
Reported component name
XL C/C++ FOR LI
Reported component ID
5724X1400
Reported release
B10
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2011-04-27
Closed date
2011-04-27
Last modified date
2011-04-27
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
XL C/C++ FOR LI
Fixed component ID
5724X1400
Applicable component levels
RB10 PSN IZ92004
UP06/09/13
[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSXVZZ","label":"XL C\/C++ for Linux"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"B10","Line of Business":{"code":"LOB57","label":"Power"}}]
Document Information
Modified date:
17 October 2021