[libcxx-commits] [pstl] r366490 - [pstl] Declare main() as returning int, not int32_t

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 18 13:21:53 PDT 2019


Author: ldionne
Date: Thu Jul 18 13:21:52 2019
New Revision: 366490

URL: http://llvm.org/viewvc/llvm-project?rev=366490&view=rev
Log:
[pstl] Declare main() as returning int, not int32_t

Modified:
    pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp
    pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
    pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp
    pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
    pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
    pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp

Modified: pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp Thu Jul 18 13:21:52 2019
@@ -14,7 +14,7 @@
 #include <execution>
 #include <algorithm>
 
-int32_t
+int
 main()
 {
     return 0;

Modified: pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp Thu Jul 18 13:21:52 2019
@@ -14,7 +14,7 @@
 #include <algorithm>
 #include <execution>
 
-int32_t
+int
 main()
 {
     return 0;

Modified: pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp Thu Jul 18 13:21:52 2019
@@ -14,7 +14,7 @@
 #include <execution>
 #include <memory>
 
-int32_t
+int
 main()
 {
     return 0;

Modified: pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp Thu Jul 18 13:21:52 2019
@@ -14,7 +14,7 @@
 #include <memory>
 #include <execution>
 
-int32_t
+int
 main()
 {
     return 0;

Modified: pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp Thu Jul 18 13:21:52 2019
@@ -14,7 +14,7 @@
 #include <execution>
 #include <numeric>
 
-int32_t
+int
 main()
 {
     return 0;

Modified: pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp Thu Jul 18 13:21:52 2019
@@ -14,7 +14,7 @@
 #include <numeric>
 #include <execution>
 
-int32_t
+int
 main()
 {
     return 0;

Modified: pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp Thu Jul 18 13:21:52 2019
@@ -134,7 +134,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test_by_type<float64_t>([](int32_t i) { return -2 * i; }, [](int32_t i) { return -(2 * i + 1); },

Modified: pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp Thu Jul 18 13:21:52 2019
@@ -96,7 +96,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test_merge_by_type<int32_t>([](size_t v) { return (v % 2 == 0 ? v : -v) * 3; }, [](size_t v) { return v * 2; });

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp Thu Jul 18 13:21:52 2019
@@ -123,7 +123,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<float64_t>(-666.0, [](const float64_t& x) { return x * x <= 1024; },

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp Thu Jul 18 13:21:52 2019
@@ -84,7 +84,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<float64_t>([](const float64_t x) { return x < 0; });

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp Thu Jul 18 13:21:52 2019
@@ -161,7 +161,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 #if !_PSTL_ICC_16_17_TEST_REDUCTION_RELEASE_BROKEN

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp Thu Jul 18 13:21:52 2019
@@ -97,7 +97,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>([](const int32_t value) { return value % 2; });

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp Thu Jul 18 13:21:52 2019
@@ -89,7 +89,7 @@ struct wrapper
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>();

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp Thu Jul 18 13:21:52 2019
@@ -117,7 +117,7 @@ test()
     }
 }
 
-int32_t
+int
 main()
 {
     // clang-3.8 fails to correctly auto vectorize the loop in some cases of different types of container's elements,

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp Thu Jul 18 13:21:52 2019
@@ -185,7 +185,7 @@ test(T trash, Convert convert)
     }
 }
 
-int32_t
+int
 main()
 {
     test<int32_t>(-666, [](size_t j) { return int32_t(j); });

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp Thu Jul 18 13:21:52 2019
@@ -82,7 +82,7 @@ test_fill_by_type(std::size_t n)
     invoke_on_all_policies(test_fill_n(), in.begin(), n, value);
 }
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp Thu Jul 18 13:21:52 2019
@@ -91,7 +91,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp Thu Jul 18 13:21:52 2019
@@ -130,7 +130,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 #if !_PSTL_ICC_18_TEST_EARLY_EXIT_MONOTONIC_RELEASE_BROKEN

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp Thu Jul 18 13:21:52 2019
@@ -76,7 +76,7 @@ test(T trash, const T& value, Convert co
     }
 }
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp Thu Jul 18 13:21:52 2019
@@ -145,7 +145,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t, float32_t>(__pstl::__internal::__equal_value<int32_t>(666));

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp Thu Jul 18 13:21:52 2019
@@ -83,7 +83,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp Thu Jul 18 13:21:52 2019
@@ -162,7 +162,7 @@ test()
     }
 }
 
-int32_t
+int
 main()
 {
     test<int32_t>();

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp Thu Jul 18 13:21:52 2019
@@ -133,7 +133,7 @@ test()
     }
 }
 
-int32_t
+int
 main()
 {
     test<int32_t, int8_t>();

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp Thu Jul 18 13:21:52 2019
@@ -120,7 +120,7 @@ test()
     }
 }
 
-int32_t
+int
 main()
 {
     test<wrapper<uint16_t>>();

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp Thu Jul 18 13:21:52 2019
@@ -103,7 +103,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     //const operator()

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp Thu Jul 18 13:21:52 2019
@@ -75,7 +75,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t, int32_t>();

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp Thu Jul 18 13:21:52 2019
@@ -136,7 +136,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 #if !_PSTL_ICC_16_17_18_TEST_UNIQUE_MASK_RELEASE_BROKEN

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp Thu Jul 18 13:21:52 2019
@@ -115,7 +115,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<Number>(Number(42, OddTag()), std::equal_to<Number>(),

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp Thu Jul 18 13:21:52 2019
@@ -100,7 +100,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp Thu Jul 18 13:21:52 2019
@@ -100,7 +100,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>(8 * sizeof(int32_t));

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp Thu Jul 18 13:21:52 2019
@@ -86,7 +86,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>(8 * sizeof(int32_t));

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp Thu Jul 18 13:21:52 2019
@@ -90,7 +90,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>(42, IsEqual<int32_t>(50, OddTag()), [](int32_t j) { return j; });

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp Thu Jul 18 13:21:52 2019
@@ -149,7 +149,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp Thu Jul 18 13:21:52 2019
@@ -80,7 +80,7 @@ class Weird
     Weird(int32_t val, OddTag) : value(val, OddTag()) {}
 };
 
-int32_t
+int
 main()
 {
     // Note that the "hit" and "miss" functions here avoid overflow issues.

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp Thu Jul 18 13:21:52 2019
@@ -106,7 +106,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>(8 * sizeof(int32_t));

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp Thu Jul 18 13:21:52 2019
@@ -98,7 +98,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>(std::equal_to<int32_t>());

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp Thu Jul 18 13:21:52 2019
@@ -89,7 +89,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 #if !_PSTL_ICC_17_TEST_MAC_RELEASE_32_BROKEN

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp Thu Jul 18 13:21:52 2019
@@ -88,7 +88,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>();

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp Thu Jul 18 13:21:52 2019
@@ -117,7 +117,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp Thu Jul 18 13:21:52 2019
@@ -84,7 +84,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>(8 * sizeof(int32_t));

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp Thu Jul 18 13:21:52 2019
@@ -156,7 +156,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test_by_type<int32_t>([](int32_t i) { return 10 * i; }, [](int32_t i) { return i + 1; }, std::less<int32_t>());

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp Thu Jul 18 13:21:52 2019
@@ -92,7 +92,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<int32_t>();

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp Thu Jul 18 13:21:52 2019
@@ -132,7 +132,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test_is_heap_by_type<float32_t>(std::greater<float32_t>());

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp Thu Jul 18 13:21:52 2019
@@ -156,7 +156,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test<uint16_t, float64_t>(std::less<float64_t>());

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp Thu Jul 18 13:21:52 2019
@@ -174,7 +174,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     using TestUtils::float64_t;

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp Thu Jul 18 13:21:52 2019
@@ -94,7 +94,7 @@ test_includes(Compare compare)
     }
 }
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp Thu Jul 18 13:21:52 2019
@@ -147,7 +147,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp Thu Jul 18 13:21:52 2019
@@ -84,7 +84,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp Thu Jul 18 13:21:52 2019
@@ -131,7 +131,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     count_val = 0;

Modified: pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp Thu Jul 18 13:21:52 2019
@@ -178,7 +178,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     test_partial_sort_copy<Num<float32_t>>([](Num<float32_t> x, Num<float32_t> y) { return x < y; });

Modified: pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp Thu Jul 18 13:21:52 2019
@@ -224,7 +224,7 @@ struct test_non_const
     }
 };
 
-int32_t
+int
 main()
 {
     std::srand(42);

Modified: pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp Thu Jul 18 13:21:52 2019
@@ -156,7 +156,7 @@ test(Pred pred)
     }
 }
 
-int32_t
+int
 main()
 {
     test<uint8_t, uint32_t>([](uint32_t a, uint32_t b) { return a - b; });

Modified: pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp Thu Jul 18 13:21:52 2019
@@ -97,7 +97,7 @@ test_short_forms()
     }
 }
 
-int32_t
+int
 main()
 {
     // Test for popular types

Modified: pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp Thu Jul 18 13:21:52 2019
@@ -180,7 +180,7 @@ test_matrix(Out init, BinaryOp binary_op
     }
 }
 
-int32_t
+int
 main()
 {
     for (int32_t mode = 0; mode < 2; ++mode)

Modified: pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp Thu Jul 18 13:21:52 2019
@@ -116,7 +116,7 @@ test_by_type(T init, BinaryOperation1 op
     }
 }
 
-int32_t
+int
 main()
 {
     test_by_type<int32_t>(42, std::plus<int32_t>(), std::multiplies<int32_t>(), std::negate<int32_t>(),

Modified: pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp Thu Jul 18 13:21:52 2019
@@ -160,7 +160,7 @@ test_matrix(UnaryOp unary_op, Out init,
     }
 }
 
-int32_t
+int
 main()
 {
     for (int32_t mode = 0; mode < 2; ++mode)

Modified: pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp (original)
+++ pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp Thu Jul 18 13:21:52 2019
@@ -104,7 +104,7 @@ test_uninit_construct_by_type()
     }
 }
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp (original)
+++ pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp Thu Jul 18 13:21:52 2019
@@ -124,7 +124,7 @@ test_uninitialized_copy_move_by_type()
     }
 }
 
-int32_t
+int
 main()
 {
 

Modified: pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp?rev=366490&r1=366489&r2=366490&view=diff
==============================================================================
--- pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp (original)
+++ pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp Thu Jul 18 13:21:52 2019
@@ -77,7 +77,7 @@ test_uninitialized_fill_destroy_by_type(
     }
 }
 
-int32_t
+int
 main()
 {
     // for trivial types




More information about the libcxx-commits mailing list