This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/54867] [4.8 Regression] gcc.dg/pr44194-1.c FAILs


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.


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