[Bug middle-end/47371] [4.6 Regression] FAIL: gcc.target/i386/headmerge-[12].c

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 20 13:00:00 GMT 2011


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 } } */



More information about the Gcc-bugs mailing list