This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: BUG REPORT


> EGCS doesn't compile the attached code.

This is not a bug. Try

Error Errors[]=
{   Error(0,"OK"                ),
    Error(1,"Open file",       1),
    Error(2,"Invalid drive"     )
};

Hope this helps,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]