Title: | DEC C Problem Reporting Forum |
Notice: | Report DEC C++ problems in TURRIS::C_PLUS_PLUS |
Moderator: | CXXC::REPETE TCHEON |
Created: | Fri Nov 13 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1299 |
Total number of notes: | 6249 |
Hi all, CC/ANALYSIS_DATA fails with VCG-F-BUGCHECK when the program contains references predefined name __FILE__. The following demonstrates the error: $ CREATE TEST.C #include <stdio.h> main() { printf( "This message came from file "__FILE__"\n" ); } <ctrl/z> $ CC/VERSION TEST.C DEC C V5.5-002 on OpenVMS VAX V6.2 $ CC TEST.C $ CC/ANALYSIS TEST.C printf( "This message came from file "__FILE__" ); %VCG-F-BUGCHECK, Compiler bug check during front end phase . Submit an SPR with a problem description. At line number 4 in USER$07:[MURPHY]TEST.C;1. DEC C V5.3 compiles same code without error. Compiler problem? Thanks in advance, Mary
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1290.1 | Fixed in v5.6 | DECC::VMCCUTCHEON | Mon Apr 28 1997 16:07 | 8 | |
Yes, changes in the preprocessor resulted in __FILE__ and __LINE__ not being handled correctly for SCA processing. The problem is fixed in V5.6. Thanks for reporting this. --val | |||||
1290.2 | CSC32::HENNING | A rose with no thorns | Wed Apr 30 1997 16:23 | 4 | |
Appreciate your help, Val! I'm assuming there's no workaround. Any plans for an ECO kit with a remedial image? Mary | |||||
1290.3 | no plans | CAIRN::HARRIS | Kevin Harris, dtn 381-2039 | Thu May 01 1997 15:47 | 8 |
Mary, > Appreciate your help, Val! I'm assuming there's no workaround. Any > plans for an ECO kit with a remedial image? No, note that V5.6 just went to field test (DECC note 4.29), and so the fix should be available soon through that route. Does the customer need an immediate workaround other than avoiding using SCA for that module? -Kevin |