http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54867
--- Comment #4 from Marc Glisse 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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54867
--- Comment #3 from Eric Botcazou 2012-10-09
21:37:21 UTC ---
> Unfortunately, this doesn't help. I'm attaching the -m64 dump for reference.
This should though. Are you sure that you have correctly patched the file?
eric@polaris:~/bu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54867
--- Comment #2 from Rainer Orth 2012-10-09 13:35:01 UTC
---
Created attachment 28398
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28398
final dump
Unfortunately, this doesn't help. I'm attaching the -m64 dump for reference.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54867
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|