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]

Test for PR17902


Andrew --

You need to test your patches more carefully.

  2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>

	PR tree-opt/17902
	* g++.dg/opt/pr17902.C: New test.

This:

  /* { dg-do compiler } */

is not correct.  It's "compile", not "compiler".  Actually running the
test you created would have revealed this fact:

  > runtest --tool g++ dg.exp='pr17902.C'
  ...
  ERROR: g++.dg/opt/pr17902.C: 2: syntax error for " dg-do 2 compiler "

Please fix.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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