public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bernd Schmidt <bschmidt@redhat.com>
To: Jakub Jelinek <jakub@redhat.com>, Matthias Klose <doko@ubuntu.com>
Cc: Dhole <dhole@openmailbox.org>, gcc-patches@gcc.gnu.org
Subject: Re: Allow embedded timestamps by C/C++ macros to be set externally (3)
Date: Thu, 28 Apr 2016 10:31:00 -0000	[thread overview]
Message-ID: <5721E68C.20208@redhat.com> (raw)
In-Reply-To: <20160428100815.GL26501@tucnak.zalov.cz>

On 04/28/2016 12:08 PM, Jakub Jelinek wrote:
> BTW, I think fatal_error doesn't make sense, it isn't something that is not
> recoverable, normal error or just a warning would be IMHO more than
> sufficient.  The fallback would be just using current time, i.e. ignoring
> the env var.

I thought about this, but we also error out for invalid arguments to 
options, and IMO this case is analogous.

> Additionally, I think it is a very bad idea to slow down the initialization
> for something so rarely used - instead of initializing this always, IMNSHO
> it should be only initialized when the first __TIME__ macro is expanded,
> similarly how it only calls time/localtime etc. when the macro is expanded
> for the first time.

I really don't see anything in that function that looks like a huge time 
sink, so I'm not that worried about it. I think it's likely to be buried 
way down in the noise.

> Also, as a follow-up, guess the driver should set this
> env var for the -fcompare-debug case if not already set, to something that
> matches the current date, so that __TIME__ macros expands the same in
> between both compilations, even when they don't compile both in the same
> second.

This sounds like a good idea. Maybe we could even have the bootstrap 
include an instance of __TIME__, with the env var set, and use the stage 
comparison as a test for this feature.


Bernd

  reply	other threads:[~2016-04-28 10:31 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-18 12:28 Dhole
2016-04-18 13:05 ` Markus Trippelsdorf
2016-05-03 14:44   ` Dhole
2016-05-03 14:53     ` Markus Trippelsdorf
2016-04-25 10:16 ` Bernd Schmidt
2016-04-26 21:29   ` Dhole
2016-04-26 23:33     ` Bernd Schmidt
2016-04-27 15:57       ` Dhole
2016-04-28  9:20         ` Matthias Klose
2016-04-28  9:22           ` Bernd Schmidt
2016-04-28 10:08           ` Jakub Jelinek
2016-04-28 10:31             ` Bernd Schmidt [this message]
2016-04-28 10:35               ` Jakub Jelinek
2016-04-28 13:10                 ` Bernd Schmidt
2016-04-28 13:14                   ` Jakub Jelinek
2016-04-28 18:31                     ` Dhole
2016-04-29  7:17                       ` Jakub Jelinek
2016-05-05 23:28                         ` Eduard Sanou
2016-05-06  6:26                           ` Andreas Schwab
2016-05-10 11:14                             ` Dhole
2016-05-10 11:24                               ` Andreas Schwab
2016-05-10 11:32                           ` Bernd Schmidt
2016-05-10 15:51                             ` Joseph Myers
2016-05-12  0:38                             ` Dhole
2016-05-12  9:17                               ` Bernd Schmidt
2016-05-13 17:11                                 ` Dhole
2016-05-23 23:00                                   ` Dhole
2016-05-24 16:45                                     ` Jeff Law
2016-06-01 16:29                                   ` Bernd Schmidt
2016-06-01 16:59                                     ` Matthias Klose
2016-06-02 13:01                                       ` Christophe Lyon
2016-06-02 13:05                                         ` Jakub Jelinek
2016-06-02 13:21                                           ` Christophe Lyon
2016-06-02 13:24                                             ` Jakub Jelinek
2016-06-02 14:50                                         ` Christophe Lyon
2016-06-02 15:04                                           ` Jakub Jelinek
2016-06-02 15:27                                             ` Bernd Schmidt
2016-06-02 15:30                                             ` Christophe Lyon
2016-06-02 12:19                                   ` Fix up dg-set-compiler-env-var Jakub Jelinek
2016-06-02 12:26                                     ` Bernd Schmidt
2016-06-02 12:33                                       ` Jakub Jelinek
2016-05-05 23:39                         ` Allow embedded timestamps by C/C++ macros to be set externally (3) Dhole
2016-05-09 10:24                           ` Bernd Schmidt
2016-05-09 10:38                             ` Bernd Schmidt
2016-05-09 10:42                               ` Jakub Jelinek
2016-05-09 11:01                                 ` Bernd Schmidt
2016-05-10 11:18                                   ` Dhole
2016-04-28 18:57         ` Martin Sebor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5721E68C.20208@redhat.com \
    --to=bschmidt@redhat.com \
    --cc=dhole@openmailbox.org \
    --cc=doko@ubuntu.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).