Bug report on EGCS

root root@bio-hazard.icelinks.com
Sun Sep 6 05:18:00 GMT 1998


cdrom.cc:61: Internal compiler error.
cdrom.cc:61: Please submit a full bug report to `egcs-bugs@cygnus.com'.


here is what i have

--------------------
#include "sysdep.h"

#define IS_LOWER(c)     (c >= 'a' && c <= 'z')
#define UPPER(c)        (IS_LOWER(c) ? (c + ('A'-'a')) : c)
#define CAP(st)         (*st = UPPER(*st), st)


#define CXXFILE "file.c "

main()
{
  ..
  ..
  printf("%s some shit ", CAP(CXXFILE));
}


#undef CXXFILE




-----


- Matt 'DarkLord' McLaughlin           Bio-Hazard Industries  -- (c) 1994

  Email:   mattm@engr.csufresno.edu
  URL:     http://www.engr.csufresno.edu/~mattm/Home.html



More information about the Gcc-bugs mailing list