****************************************************************************** ********************* IBIS GOLDEN PARSER BUG REPORT FORM ********************* ****************************************************************************** INSTRUCTIONS To report a bug in the IBIS golden parser. Please fill out the top part of the following form and send the complete form to ibis-bug@eda.org. A list of reported bugs will be maintained on eda.org. ****************************************************************************** PARSER VERSION NUMBER: 6.0.1 PLATFORM (SPARC, HP700, PC, etc.): PC OS AND VERSION: Windows 7 REPORTED BY: Curtis Clark, ANSYS, Inc. DATE: March 11, 2015 DESCRIPTION OF BUG: This is a code cleanup proposal regarding issues with ibis.c (and pfile.c) that cause compiler and linker errors when the debug print enabler "IBIS_PRINT" is defined. In the function IBIS_print(), at the bottom of the ibis.c file, a new block of code was added in version 6.0.1: if (IBIS_GetParamFile(pIbis, &pParamFile) == SUCCESS) { PARAMFILE_PrintList(pParamFile, pFile); } 1. The pointer pParamFile does not exist. It should be defined at the top of the function where a block of similar definitions exists. 2. The function PARAMFILE_PrintList() itself is never defined. Its prototype exists in pfile.h, but no definition exists in pfile.c. ------- INSERT IBIS FILE DEMONSTRATING THE BUG: None ****************************************************************************** ******************** BELOW FOR ADMINISTRATION AND TRACKING ******************* ****************************************************************************** BUG NUMBER: 160 SEVERITY: [FATAL, SEVERE, MODERATE, ANNOYING, ENHANCEMENT] ANNOYING PRIORITY: [HIGH, MEDIUM, LOW] LOW STATUS: [OPEN, CLOSED, WILL NOT FIX, NOT A BUG] CLOSED FIXED VERSION: 6.1.0 FIXED DATE: November 20, 2015 NOTES ON BUG FIX: First classified at the March 20, 2015 IBIS Open Forum teleconference. Curtis Clark notes that this BUG is similar in structure and impact to BUG143. Checked by Curtis Clark on November 18, 2015 ****************************************************************************** ******************************************************************************