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

Patch to remove gcc.dg/pr33645-3.c (PR middle-end/37339)


The test gcc.dg/pr33645-3.c is failing because we no longer support non
unit-at-a-time compiles.  It specified -O2 -fno-unit-at-a-time.   We still
accept -fno-unit-at-a-time as an alias for -no-toplevel-reorder but all
compilations are unit at a time. I think we should just remove the test
since what it is testing no longer makes sense.

OK to remove?



2008-10-20  Steve Ellcey  <sje@cup.hp.com>

	PR middle-end/37339
	* gcc.dg/pr33645-3.c: Remove.


Steve Ellcey
sje@cup.hp.com


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