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]

Re: [PATCH PING 5/5] Named address spaces: testsuite


Janis Johnson wrote:
> On Wed, 2009-09-16 at 18:51 +0200, Ulrich Weigand wrote:
> > Hello,
> > 
> > this is final patch in the named address space series; it provides a new
> > test suite directory gcc.target/spu/ea and a number of tests to verify
> > the operation of named address space support.  This tests both common
> > code (in particular front-end semantics) and the SPU back-end including
> > the software-managed cache implementation.
> > 
> > All tests are automatically run in both -mea32 and -mea64 modes.
> > 
> > The whole series tested on spu-elf and s390x-ibm-linux.
> > OK for mainline?
> 
> OK, and sorry for the delay.

Thanks for the review!

> Oh yeah, one fix: there's a comment that uses "gobal" instead of
> "global".

I've committed the following patch to branch to fix the typo.

Bye,
Ulrich

ChangeLog:

	* gcc.target/spu/ea/ea.exp: Fix comment typo.

Index: gcc/testsuite/gcc.target/spu/ea/ea.exp
===================================================================
*** gcc/testsuite/gcc.target/spu/ea/ea.exp	(revision 151726)
--- gcc/testsuite/gcc.target/spu/ea/ea.exp	(working copy)
*************** proc check_effective_target_ealib { } {
*** 37,43 ****
  }
  
  # If a testcase doesn't have special options, use these.
! # We do not use the gobal DEFAULT_CFLAGS as all test cases
  # in this directory use the __ea address space qualifier
  # extension and thus will not compile with -ansi.
  set DEFAULT_EA_CFLAGS "-std=gnu99 -pedantic-errors -O2"
--- 37,43 ----
  }
  
  # If a testcase doesn't have special options, use these.
! # We do not use the global DEFAULT_CFLAGS as all test cases
  # in this directory use the __ea address space qualifier
  # extension and thus will not compile with -ansi.
  set DEFAULT_EA_CFLAGS "-std=gnu99 -pedantic-errors -O2"


-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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