This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/30867] Can we have a new __DATE__ which is sortable, eg YYYY-MM-DD
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Feb 2007 05:54:11 -0000
- Subject: [Bug preprocessor/30867] Can we have a new __DATE__ which is sortable, eg YYYY-MM-DD
- References: <bug-30867-14124@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-02-20 05:54 -------
You should note that __DATE__ and __TIME__ are actually part of the C89 (ANSI)
and C90 (ISO) standards.
> This is probably a question for the steering committee
Really if you up to implementing it, I would say go ahead instead of saying it
up to the SC, though note extensions are going be looked down apon so you
might want to go instead the standards route but also still implement it with
GCC since the standards committee recently likes adding stuff which has already
been implemented.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30867