index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
26_numerics
/
valarray
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2024-02-15
libstdc++: Avoid aliasing violation in std::valarray [PR99117]
Jonathan Wakely
1
-0
/
+17
2024-01-03
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2023-06-07
libstdc++: Fix some tests that fail with -fexcess-precision=standard
Jonathan Wakely
1
-1
/
+1
2023-03-14
libstdc++: Add assertions to std::mask_array operations [PR62196]
Jonathan Wakely
9
-0
/
+190
2023-01-16
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2022-11-11
libstdc++: Fix tests with non-const operator==
Jonathan Wakely
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2021-11-01
libstdc++: Fix range access for empty std::valarray [PR103022]
Jonathan Wakely
3
-8
/
+78
2021-09-17
libstdc++: Rename tests with incorrect extension
Jonathan Wakely
1
-0
/
+0
2021-08-04
libstdc++: Add [[nodiscard]] to iterators and related utilities
Jonathan Wakely
1
-4
/
+4
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from remaining tests
Jonathan Wakely
1
-1
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
28
-28
/
+28
2020-10-28
libstdc++: Fix name clash with _Cosh in QNX headers [PR 95592]
Jonathan Wakely
1
-0
/
+29
2020-07-31
libstdc++: Use c++NN_only effective target to tests
Jonathan Wakely
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
27
-27
/
+27
2019-01-01
Update copyright years.
Jakub Jelinek
27
-27
/
+27
2018-10-18
PR libstdc++/87641 correctly initialize accumulator in valarray::sum()
Jonathan Wakely
1
-0
/
+75
2018-06-14
LWG 3074 make scalar types non-deduced in valarray non-member functions
Jonathan Wakely
2
-1
/
+146
2018-05-02
PR libstdc++/83860 avoid dangling references in valarray closure types
Jonathan Wakely
1
-0
/
+110
2018-01-03
Update copyright years.
Jakub Jelinek
24
-24
/
+24
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-1
/
+1
2017-03-22
Add deduction guides for C++17 (P0433R2, partial)
Jonathan Wakely
1
-0
/
+42
2017-01-01
Update copyright years.
Jakub Jelinek
23
-23
/
+23
2016-10-14
1.cc: Remove 'test' variables.
Paolo Carlini
11
-22
/
+1
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
7
-10
/
+7
2016-07-28
Fix invalid dg-do directives in libstdc++ tests
Jonathan Wakely
1
-1
/
+1
2016-01-22
Constrain std::valarray functions and operators
Jonathan Wakely
1
-0
/
+53
2016-01-04
Update copyright years.
Jakub Jelinek
22
-22
/
+22
2015-08-27
re PR libstdc++/67374 (std::cbegin can't call valarray range access functions)
Jonathan Wakely
2
-0
/
+39
2015-01-05
Update copyright years.
Jakub Jelinek
21
-21
/
+21
2014-10-15
shrink_to_fit.cc: Prefer -std=gnu++11.
Paolo Carlini
6
-6
/
+6
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
21
-21
/
+21
2013-10-08
* testsuite/*: Remove stray semi-colons after function definitions.
Jonathan Wakely
1
-1
/
+1
2013-06-21
re PR libstdc++/57666 (valarray<T>::operator= in c++11 mode does not adapt to...
Paolo Carlini
1
-0
/
+37
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
20
-20
/
+20
2013-01-14
vector.cc: Shrink memory usage under simulator.
Steve Ellcey
1
-2
/
+8
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-01
range_access.cc: Fix copying permission statement.
Jonathan Wakely
1
-1
/
+1
2011-06-14
valarray (~valarray): Use noexcept.
Paolo Carlini
1
-0
/
+27
2011-05-03
re PR libstdc++/48848 ([C++0x] std::valarray<T> functions missing)
Paolo Carlini
2
-0
/
+77
2010-07-27
[multiple changes]
Paolo Carlini
1
-0
/
+31
2009-07-24
dr630-2.cc: Extend.
Paolo Carlini
1
-8
/
+13
2009-07-22
valarray (valarray<>::operator=(const valarray<>&), [...]): Implement resolut...
Paolo Carlini
2
-0
/
+122
2009-07-08
re PR libstdc++/40691 (bug in logical not operator for valarray used with slice)
Janis Johnson
1
-0
/
+39
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
13
-151
/
+58
2008-07-21
Add initializer_list support as per N2679.
Jason Merrill
1
-0
/
+58
2007-09-26
stl_algo.h: Add return type information to comments.
Benjamin Kosnik
13
-0
/
+871
2007-02-20
[multiple changes]
Benjamin Kosnik
12
-868
/
+0
2007-01-12
re PR libstdc++/30416 (SIGSEGV in valarray::cshift(n) on empty array)
Paolo Carlini
1
-0
/
+190
[next]