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][RFC] Report pass we are ICEing in


On Fri, 7 Nov 2014, Richard Biener wrote:

> +  if (current_pass && current_pass->name)
> +    inform (UNKNOWN_LOCATION, "executing pass `%s'", current_pass->name);

%qs of course.

-- 
Joseph S. Myers
joseph@codesourcery.com


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