CVSROOT: /usr/cvs
Changes by: jkrell at birch. 13/02/08 08:47:21
Modified files:
cm3/m3-sys/m3cc/gcc-4.7/gcc/: lto-streamer.h
Log message:
address a little bit of the failure to compiler on Solaris:
void undefined();
static inline unused() { undefined(); }
=> linker fails to find undefined
=> fix is to remove unused