This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Fix PR debug/4252
Bob Abeles wrote:-
> No, but I would like to. Would you be the GCC maintainer who can send
> me the relevant forms?
I can't I'm afraid. If you do a search in the mail lists there should
be plenty of copies, but I can't point you to one off-hand.
This patch can get in without one I think, but no more.
> Hopefully, the third try is the charm. I've successfully bootstrapped
> c,c++ with this patch:
>
> 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
>
> PR debug/4252
> * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
> to dump_switch_p().
> * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
> from static strings in dump_files.
> * cp/optimize.c (dump_function): Form complete flag name by
> prefixing 'fdump-' to string returned by dump_flag_name().
This is looking much better. However, you missed that java/lang.c
does something similar to what c-opts.c did. Can you fix that, and
confirm you've bootstrapped and that the switch works as expected?
Thanks a lot.
Neil.