This is the mail archive of the gcc-patches@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: RFA: Add a check_pch_target_flags target hook


Mike Stump <mrs@apple.com> writes:
>> ! #ifdef TARGET_OPTIONS
>> !   /* ??? We have a copy of this in toplev.c, but it is static.  */
>> !   static const struct
>> !     {
>> !       const char *const prefix;
>> !       const char **const variable;
>> !       const char *const description;
>> !       const char *const value;
>> !     }
>> !   target_options[] = TARGET_OPTIONS;
>
> Don't like this part...  I think in the next or so step, this goes  
> away...

Sorry, I'm confused by this comment.  You make it sound like you think
I'm _adding_ this code, but I'm actually removing it.  The whole point
of the patch was to get rid of this hackery!

Richard


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