https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71851

            Bug ID: 71851
           Summary: Get more time granularity at preprocessing
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: preprocessor
          Assignee: unassigned at gcc dot gnu.org
          Reporter: daniel.gutson at intel dot com
  Target Milestone: ---

I'm proposing to add either an __EXTENDED_TIME__ predefined macro which has the
form "HH:MM:SS.xxx" where xxx are the milliseconds, or a predefined macro that
expands to an integral constant representing milliseconds passed after 00:00:00
hs.

One usage of this enhancement is to seed randomization abilities during compile
time (i.e. using template metaprogramming).

If OK please assign this to me.

Reply via email to