[tree-ssa, LNO] Analysis of scalar evolutions and data dependences

law@redhat.com law@redhat.com
Wed Dec 17 05:00:00 GMT 2003


In message <20031212111154.GB5052@gauvain.u-strasbg.fr>, =?iso-8859-1?Q?Pop_S=E
9bastian?= writes:
 >Second hunk that is a good candidate for going into tree-ssa.
 >
 >In some cases it is simpler to expect that the whole dump file
 >matches.  For this you save a copy of the expected output in the same
 >directory as the testcase.  
 >
 >I find this simpler to use and maintain testcases than writing long
 >regexps with lots of backslashes.
 >
 >
 >2003-12-12  Sebastian Pop  <s.pop@laposte.net>
 >
 >        * testsuite/lib/scantree.exp (diff-tree-dumps): New.
I really don't think this is the right way to go because the dumps
change if we suddenly use an extra temporary during gimplification,
or delete a PHI and recycle an SSA_NAME that wasn't recycled before,
or due to addresses of temporary variables changing, etc etc.

Instead I would ask that you look into how to expand the testing
infrastructure to allow you do write tests more reasonably without
just diffing the dump files.

jeff





More information about the Gcc-patches mailing list