| Number | Key | Space | Headline | Date |
|---|---|---|---|---|
| 1. | One of the services provided by the IBM XL compilers support team is the investigation of software defects reported by clients. To successfully investigate a reported defect, the support team requires a suitable test case. Without a suitable test case it can be difficult to make progress with the investigation of a reported defect.
[
More items like this found in Traditional Progamming Language & Compilers ] |
2008-05-13 | ||
| 2. | Installation of C for AIX and VisualAge C++ V6 documentation filesets fails on AIX 5.3 due to a missing prerequisite - bos.docsearch.rte fileset. The compiler itself is installed successfully, albeit without the documentation.
[
More items like this found in Traditional Progamming Language & Compilers ] |
2005-06-03 | ||
| 3. | A test case consisting of a small program written in C/C++/Fortran can often be used to demonstrate a compiler defect. Generating a small, concise test case is very important to the fast turnaround time for its fix. This document will take you through some of the more common reduction techniques to help you reduce your test case.
[
More items like this found in Traditional Progamming Language & Compilers ] |
2005-01-31 | ||
| 4. | When I try to compile C code that calls C++ code, my application core dumps at runtime. Here is my code: ----CPPlibrary.C--------- #include <iostream.h> extern "C" int LIB() { cout << "Hello World\n"; return(1); } ----Ctest.c-------------------- #include <stdio.h> #include <stdlib.h> int main() { printf("Start\n"); LIB(); printf("End\n"); } $ xl
[
More items like this found in Traditional Progamming Language & Compilers ] |
2004-09-02 |
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
*ThinkPad notebooks, ThinkCentre desktops and other PC products are now products of Lenovo. Go to Lenovo Support & downloads. Printing systems are now products of InfoPrint Solutions Company.
