[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decc_bugs

Title:DEC C Problem Reporting Forum
Notice:Report DEC C++ problems in TURRIS::C_PLUS_PLUS
Moderator:CXXC::REPETETCHEON
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

1290.0. "CC/ANA + __FILE__ = VCG-F-BUGCHECK" by CSC32::HENNING (A rose with no thorns) Mon Apr 28 1997 13:11

    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.RTitleUserPersonal
Name
DateLines
1290.1Fixed in v5.6DECC::VMCCUTCHEONMon Apr 28 1997 16:078
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.2CSC32::HENNINGA rose with no thornsWed Apr 30 1997 16:234
    Appreciate your help, Val!  I'm assuming there's no workaround.  Any
    plans for an ECO kit with a remedial image?
    
    Mary
1290.3no plansCAIRN::HARRISKevin Harris, dtn 381-2039Thu May 01 1997 15:478
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