Commit 18080e8e by Benjamin Kosnik Committed by Benjamin Kosnik

algorithmfwd.h: Spacing.

2007-09-28  Benjamin Kosnik  <bkoz@redhat.com>

	* include/parallel/algorithmfwd.h: Spacing.
	* include/parallel/tags.h: Correct comment.
	
	* testsuite/Makefile.am (AM_MAKEFLAGS, AM_RUNTESTFLAGS): Remove.
	* testsuite/Makefile.in: Regenerate.

From-SVN: r128869
parent 04b6b884
2007-09-28 Benjamin Kosnik <bkoz@redhat.com>
* include/parallel/algorithmfwd.h: Spacing.
* include/parallel/tags.h: Correct comment.
* testsuite/Makefile.am (AM_MAKEFLAGS, AM_RUNTESTFLAGS): Remove.
* testsuite/Makefile.in: Regenerate.
2007-09-27 Benjamin Kosnik <bkoz@redhat.com> 2007-09-27 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/util/testsuite_hooks.cc (set_memory_limits): Adjust * testsuite/util/testsuite_hooks.cc (set_memory_limits): Adjust
......
...@@ -149,7 +149,7 @@ namespace __parallel ...@@ -149,7 +149,7 @@ namespace __parallel
template<typename _IIter, typename Predicate> template<typename _IIter, typename Predicate>
inline _IIter inline _IIter
find_if (_IIter, _IIter, Predicate); find_if(_IIter, _IIter, Predicate);
template<typename _IIter, typename Predicate, typename IteratorTag> template<typename _IIter, typename Predicate, typename IteratorTag>
inline _IIter inline _IIter
......
...@@ -121,4 +121,4 @@ namespace __gnu_parallel ...@@ -121,4 +121,4 @@ namespace __gnu_parallel
struct equal_split_tag { }; struct equal_split_tag { };
} }
#endif /* _GLIBCXX_TAGS_H */ #endif /* _GLIBCXX_PARALLEL_TAGS_H */
## Makefile for the testsuite subdirectory of the GNU C++ Standard library. ## Makefile for the testsuite subdirectory of the GNU C++ Standard library.
## ##
## Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. ## Copyright (C) 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc.
## ##
## This file is part of the libstdc++ version 3 distribution. ## This file is part of the libstdc++ version 3 distribution.
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
...@@ -25,9 +25,6 @@ AUTOMAKE_OPTIONS = dejagnu nostdinc ...@@ -25,9 +25,6 @@ AUTOMAKE_OPTIONS = dejagnu nostdinc
include $(top_srcdir)/fragment.am include $(top_srcdir)/fragment.am
AM_MAKEFLAGS = -j1
AM_RUNTESTFLAGS =
# Generated lists of files to run. All of these names are valid make # Generated lists of files to run. All of these names are valid make
# targets, if you wish to generate a list manually. # targets, if you wish to generate a list manually.
lists_of_files = \ lists_of_files = \
...@@ -143,7 +140,7 @@ check-parallel: site.exp ...@@ -143,7 +140,7 @@ check-parallel: site.exp
fi; \ fi; \
srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \ srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
EXPECT=$(EXPECT); export EXPECT; \ EXPECT=$(EXPECT); export EXPECT; \
$(MAKE) CXXFLAGS="$(atomic_flags) $(libgomp_flags)" $(AM_MAKEFLAGS) RUNTESTFLAGS="$(RUNTESTFLAGS) conformance.exp --outdir $${outputdir} --objdir $${outputdir} --target_board=$(parallel_flags)" check-DEJAGNU; ) $(MAKE) CXXFLAGS="$(atomic_flags) $(libgomp_flags)" RUNTESTFLAGS="$(RUNTESTFLAGS) conformance.exp --outdir $${outputdir} --objdir $${outputdir} --target_board=$(parallel_flags)" check-DEJAGNU; )
check-performance-parallel: testsuite_files_performance ${performance_script} check-performance-parallel: testsuite_files_performance ${performance_script}
-@(chmod + ${check_performance_script}; \ -@(chmod + ${check_performance_script}; \
......
...@@ -277,8 +277,6 @@ WARN_CXXFLAGS = \ ...@@ -277,8 +277,6 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling. # -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES) AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
AM_MAKEFLAGS = -j1
AM_RUNTESTFLAGS =
# Generated lists of files to run. All of these names are valid make # Generated lists of files to run. All of these names are valid make
# targets, if you wish to generate a list manually. # targets, if you wish to generate a list manually.
...@@ -581,7 +579,7 @@ check-parallel: site.exp ...@@ -581,7 +579,7 @@ check-parallel: site.exp
fi; \ fi; \
srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \ srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
EXPECT=$(EXPECT); export EXPECT; \ EXPECT=$(EXPECT); export EXPECT; \
$(MAKE) CXXFLAGS="$(atomic_flags) $(libgomp_flags)" $(AM_MAKEFLAGS) RUNTESTFLAGS="$(RUNTESTFLAGS) conformance.exp --outdir $${outputdir} --objdir $${outputdir} --target_board=$(parallel_flags)" check-DEJAGNU; ) $(MAKE) CXXFLAGS="$(atomic_flags) $(libgomp_flags)" RUNTESTFLAGS="$(RUNTESTFLAGS) conformance.exp --outdir $${outputdir} --objdir $${outputdir} --target_board=$(parallel_flags)" check-DEJAGNU; )
check-performance-parallel: testsuite_files_performance ${performance_script} check-performance-parallel: testsuite_files_performance ${performance_script}
-@(chmod + ${check_performance_script}; \ -@(chmod + ${check_performance_script}; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment