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]

egcs-2.91.60 bug


interesting little bug in egcs

version: egcs-2.91.60


    int i=(int)client_data
    Lxview view=(Lxview)i;

where Lxview is an enum and client_data an XtPointer causes

../../src/nbpgs/se_surface.cc: In function `void Jumpto(struct
_WidgetRec *, void *, void *)':
../../src/nbpgs/se_surface.cc:292: Internal compiler error 40.
../../src/nbpgs/se_surface.cc:292: Please submit a full bug report to
`egcs-bugs@cygnus.com'.

instead of a simpler error caused by the lack of semicolon at the end of
the first line...



--
Serge D. Van Kriekinge          -  serge@nucmed.csmc.edu
Nuclear Medicine, Cedars-Sinai  -  http://www.csmc.edu/medphys/nucmed





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