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]

GCC problem on Solaris 2.6


Hi,

was finding problem when I try compile Tuxedo server on Solaris 2.6 with GNU
GCC compiler 2.95.1 version. This not compile correct next row

	sprintf( sTemp, "%7.3f",
((clock_t)times(&stTms))/((double)sysconf(_SC_CLK_TCK)) );

This row crash system. If this row is deleted no problems.

Vladimir Tiis


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