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: RFC/RFHelp: overhaul C front end's identifier->decl lookup


On Thu, 3 Apr 2003, Zack Weinberg wrote:

> Attached to this message are two diffs, which together overhaul the C
> front end's algorithms for mapping identifiers to declarations
> (symbols and type tags).  c-symbol-lookup.diff must be applied
> before c-tag-lookup.diff.

gcc.dg/redecl-1.c refers to C89 but with section numbers from C90 (which
has 6.x where C89 had 3.x).

After the first patch does the testsuite contain tests for all the
diagnostics in the affected code (including such things as -Wshadow)?

-- 
Joseph S. Myers
jsm28 at cam dot ac dot uk


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