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]

Re: -A- for 3.0.


Neil Booth wrote:-

> Zack Weinberg wrote:-
> 
> > -D- would be more symmetric.
> 
> OK; I'm happy with either.

Let's go with -D-.  Currently 3.0 will reject this; so scripts written
for 3.1 that use "-A- -D-" will fail with 3.0.

For this reason, I'll adjust 3.0, in the handler for OPT_D in
cppinit.c, to silently ignore -D-.  Then, "-A- -D-" will have the same
behaviour on both, and the few people who do use -A- in its current
form can at least have something doing the same thing that will be
consistent across 3.x compilers (i.e. "-A- -D-").

Sound OK?

Neil.


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