This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/54867] [4.8 Regression] gcc.dg/pr44194-1.c FAILs
- From: "glisse at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 10 Oct 2012 04:41:23 +0000
- Subject: [Bug rtl-optimization/54867] [4.8 Regression] gcc.dg/pr44194-1.c FAILs
- Auto-submitted: auto-generated
- References: <bug-54867-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54867
--- Comment #4 from Marc Glisse <glisse at gcc dot gnu.org> 2012-10-10 04:41:23 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.