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: Patch: IMA repair


Dale Johannesen <dalej@apple.com> writes:

> The IMA repair crew missed a pothole: current_file_decl is no longer
> valid to test for a single input file.  That was the last reference
> to it, so I'm deleting it.  Bootstrapped and tested on Darwin.
>
> 2004-08-03  Dale Johannesen  <dalej@apple.com>
>
>         * c-common.c: Include opts.h.
>         (c_common_get_alias_set): Fix check for a single input file.
>         * toplev.c: Remove current_file_decl.
>         * tree.h: Ditto.

This is OK; thank you for finding this bug.  I'll be asking you for a
test case as soon as I get round to implementing an IMA test harness.

Incidentally, please use text/plain or text/x-patch as MIME type for
patches in attachments.

zw


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