This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GCC problem on Solaris 2.6
- To: "'gnu at gnu dot org'" <gnu at gnu dot org>
- Subject: GCC problem on Solaris 2.6
- From: Tiis Vladimir <Vladimir dot Tiis at tietoenator dot com>
- Date: Fri, 7 Jan 2000 09:08:25 +0200
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