This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] Fix internal error on canonicalization of clang types (+lib/gdb.exp internal error catch)


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan>  		|	OPERATOR DELETE
Jan> -			{ $$ = make_operator ("delete ", 1); }
Jan> +			{
Jan> +			  /* Match the whitespacing of cplus_demangle_operators.
Jan> + It would abort on unrecognized string otherwise.  */

The indentation here (and elsewhere) seems funny.

Jan> +set executable ${testfile}

This line shouldn't be needed.

I think the rest is fine though.

Tom


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