http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54867
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-10-11 10:14:00 UTC --- > Maybe you are hitting the same issue I did a few days ago: ".*" also matching > new lines (unlike grep)? Replacing it with \[\\n\]* helped in my case. That was it, thanks!