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

Re: Strange behavior for scan-tree-dump testing


"Mohamed Shafi" <shafitvm@gmail.com> writes:

> /* { dg-final { scan-tree-dump "b4 = 6.3e+1" "gimple" } } */

Note that scan-tree-dump takes a regular expression.  So you are
looking for '6' followed by any character followed by '3' followed by
one or more 'e's followed by '1'.

Ian


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