This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/53456] New: Add time support for VxWorks
- From: "rbmj at verizon dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 May 2012 19:02:52 +0000
- Subject: [Bug fortran/53456] New: Add time support for VxWorks
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53456
Bug #: 53456
Summary: Add time support for VxWorks
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: rbmj@verizon.net
VxWorks has its own time/clock API and doesn't provide standard times(),
gettimeofday(), etc. This patch adds support for this interface into
gf_cputime() and gf_gettime().
This is the last patch I need to get GCC with gfortran to build!