This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Reproducible gcc builds, gfortran, and -grecord-gcc-switches


Hi,

On Thu, 16 Aug 2012, Simon Baldwin wrote:

> Thanks for the note.
> 
> To make things more concrete I've appended a prototype patch below.  I 
> don't know if any other languages are affected, but if they are this 
> patch should extend reasonably well to cover those also.  Does anyone 
> have strong objections to this approach?  Thanks.

Do you have considered to use a new option flag (usable in the .opt files) 
instead of a langhook?  I.e. add a flag cl_dont_record to cl_option, a 
string Norecord for the .opt files, some handling for it in 
opt-functions.awk and the like?

Adding lang-hooks used by debug producers make me twitch :)


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]