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: [C++ PATCH]: Fix 10026


On Mon, 24 Mar 2003, Nathan Sidwell wrote:
> I've installed this obvious fix for 10026. An ICE during koenig lookup.

>2003-03-24  Nathan Sidwell  <nathan at codesourcery dot com>
>
>        PR c++/10026
>        * decl2.c (arg_assoc_type) [ERROR_MARK]: Don't die.

(Argh, my pet peeve.)  No, [ERROR_MARK] means something else.
See GNU coding standards.

Proper formatting is
        * decl2.c (arg_assoc_type) <ERROR_MARK>: Don't die.
or perhaps better
        * decl2.c (arg_assoc_type) <case ERROR_MARK>: Don't die.

brgds, H-P


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