http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48238

--- Comment #4 from Andreas Schwab <sch...@linux-m68k.org> 2011-03-22 15:28:56 
UTC ---
You should avoid .* because that can result in multi-line matches.  Use [^\n]*
instead.

Reply via email to