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 middle-end/47371] [4.6 Regression] FAIL: gcc.target/i386/headmerge-[12].c


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-20 12:10:02 UTC ---
It will stop triggering tomorrow, the regex 120 matches
20110120 in date string.
Perhaps the regex could be changed from
/* { dg-final { scan-assembler-times "120" 1 } } */
to something like
/* { dg-final { scan-assembler-times "(120,|, 120)" 1 } } */


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