aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2007-09-28 17:49:28 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2007-09-28 17:49:28 +0000
commit18080e8e7a3e8881c1efb52edd79a2626584a580 (patch)
tree25c7e544a0059aaa221ec0414ea48ad2a28e8183 /libstdc++-v3
parent04b6b884cdb9370ace48a0f685f06e951711802a (diff)
downloadgcc-18080e8e7a3e8881c1efb52edd79a2626584a580.zip
gcc-18080e8e7a3e8881c1efb52edd79a2626584a580.tar.gz
gcc-18080e8e7a3e8881c1efb52edd79a2626584a580.tar.bz2
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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog8
-rw-r--r--libstdc++-v3/include/parallel/algorithmfwd.h2
-rw-r--r--libstdc++-v3/include/parallel/tags.h2
-rw-r--r--libstdc++-v3/testsuite/Makefile.am7
-rw-r--r--libstdc++-v3/testsuite/Makefile.in4
5 files changed, 13 insertions, 10 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 88f7d85..ddd9d58 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+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>
* testsuite/util/testsuite_hooks.cc (set_memory_limits): Adjust
diff --git a/libstdc++-v3/include/parallel/algorithmfwd.h b/libstdc++-v3/include/parallel/algorithmfwd.h
index 3190919..aa3c558 100644
--- a/libstdc++-v3/include/parallel/algorithmfwd.h
+++ b/libstdc++-v3/include/parallel/algorithmfwd.h
@@ -149,7 +149,7 @@ namespace __parallel
template<typename _IIter, typename Predicate>
inline _IIter
- find_if (_IIter, _IIter, Predicate);
+ find_if(_IIter, _IIter, Predicate);
template<typename _IIter, typename Predicate, typename IteratorTag>
inline _IIter
diff --git a/libstdc++-v3/include/parallel/tags.h b/libstdc++-v3/include/parallel/tags.h
index 80926b4..438b164 100644
--- a/libstdc++-v3/include/parallel/tags.h
+++ b/libstdc++-v3/include/parallel/tags.h
@@ -121,4 +121,4 @@ namespace __gnu_parallel
struct equal_split_tag { };
}
-#endif /* _GLIBCXX_TAGS_H */
+#endif /* _GLIBCXX_PARALLEL_TAGS_H */
diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am
index 4a4dc44..66bb6df 100644
--- a/libstdc++-v3/testsuite/Makefile.am
+++ b/libstdc++-v3/testsuite/Makefile.am
@@ -1,6 +1,6 @@
## 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.
## Process this file with automake to produce Makefile.in.
@@ -25,9 +25,6 @@ AUTOMAKE_OPTIONS = dejagnu nostdinc
include $(top_srcdir)/fragment.am
-AM_MAKEFLAGS = -j1
-AM_RUNTESTFLAGS =
-
# Generated lists of files to run. All of these names are valid make
# targets, if you wish to generate a list manually.
lists_of_files = \
@@ -143,7 +140,7 @@ check-parallel: site.exp
fi; \
srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
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}
-@(chmod + ${check_performance_script}; \
diff --git a/libstdc++-v3/testsuite/Makefile.in b/libstdc++-v3/testsuite/Makefile.in
index b76a5ed..4b107c0 100644
--- a/libstdc++-v3/testsuite/Makefile.in
+++ b/libstdc++-v3/testsuite/Makefile.in
@@ -277,8 +277,6 @@ WARN_CXXFLAGS = \
# -I/-D flags to pass when compiling.
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
-AM_MAKEFLAGS = -j1
-AM_RUNTESTFLAGS =
# Generated lists of files to run. All of these names are valid make
# targets, if you wish to generate a list manually.
@@ -581,7 +579,7 @@ check-parallel: site.exp
fi; \
srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
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}
-@(chmod + ${check_performance_script}; \