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

Reply via email to