algorithmfwd.h: Spacing.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 28 Sep 2007 17:49:28 +0000 (17:49 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 28 Sep 2007 17:49:28 +0000 (17:49 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/parallel/algorithmfwd.h
libstdc++-v3/include/parallel/tags.h
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in

index 88f7d858f54aa9c5edc45f61e42645e493632b1b..ddd9d58f16aea2bc2af04a73f67629a970d3c4bf 100644 (file)
@@ -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
index 319091904cd767ed15bd373715966700a53081f2..aa3c5585b263ec40a4c2eacb9ef0a6e9e71ab136 100644 (file)
@@ -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
index 80926b44384aa092b54db235c77bafb2d495f927..438b1647509270a91542418a865056aa9268f45f 100644 (file)
@@ -121,4 +121,4 @@ namespace __gnu_parallel
   struct equal_split_tag { };
 }
 
-#endif /* _GLIBCXX_TAGS_H */
+#endif /* _GLIBCXX_PARALLEL_TAGS_H */
index 4a4dc442dd3a184363269630e6392984a957f5b8..66bb6df5ac2aa64f0199a0b0d84456de0af848c7 100644 (file)
@@ -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}; \
index b76a5ed194e3887c75f1d6a104d2ff48ffb71e72..4b107c01c2a99a845d29c288ff86a4990adefa5a 100644 (file)
@@ -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}; \