****************************************************************************** ********************* 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: 5.1.2 PLATFORM (SPARC, HP700, PC, etc.): PC OS AND VERSION: Windows 7 REPORTED BY: Yingxin Sun, Cadence Design Systems. DATE: January 14, 2013 DESCRIPTION OF BUG: There is a same name conflict error in the parser code. In file smspec.h typedef enum mspec_sub { . . . } SMSPEC_SUB; In file mspec.h typedef enum mspec_sub { . . . } MSPEC_SUB; If both files are included in a .cpp, compiler will complain enum type redefinition error. It looks like the first one should be named as smspec_sub. A modifed parser works fine. ------- INSERT IBIS FILE DEMONSTRATING THE BUG: None ****************************************************************************** ******************** BELOW FOR ADMINISTRATION AND TRACKING ******************* ****************************************************************************** BUG NUMBER: 142 SEVERITY: [FATAL, SEVERE, MODERATE, ANNOYING, ENHANCEMENT] MODERATE PRIORITY: [HIGH, MEDIUM, LOW] LOW STATUS: [OPEN, CLOSED, WILL NOT FIX, NOT A BUG] CLOSED FIXED VERSION: 5.1.3 FIXED DATE: March 20, 2013 NOTES ON BUG FIX: Classified at the February 22, 2013 teleconference meeting. To be fixed in the next release. ****************************************************************************** ******************************************************************************