• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2I have commented some of the conversions specifications because there is a bug
3in gcc that complains about them.  Here is a log file of the output:
4
5conformance/interfaces/strftime/1-1: build: FAILED: Compiler output:
6cc1: warnings being treated as errors
7conformance/interfaces/strftime/1-1.c: In function `main':
8conformance/interfaces/strftime/1-1.c:67: warning: `%c' yields only last 2 digits of year in some locales
9conformance/interfaces/strftime/1-1.c:95: warning: `%D' yields only last 2 digits of year
10conformance/interfaces/strftime/1-1.c:132: warning: `%g' yields only last 2 digits of year
11conformance/interfaces/strftime/1-1.c:312: warning: `%x' yields only last 2 digits of year in some locales
12conformance/interfaces/strftime/1-1.c:330: warning: `%y' yields only last 2 digits of year
13