]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/ChangeLog
API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_op
[gcc.git] / gcc / testsuite / ChangeLog
1 2015-01-07 David Malcolm <dmalcolm@redhat.com>
2
3 * jit.dg/test-expressions.c (make_tests_of_unary_ops): Add test of
4 GCC_JIT_UNARY_OP_ABS.
5 (verify_unary_ops): Likewise.
6
7 2015-01-07 David Malcolm <dmalcolm@redhat.com>
8
9 * jit.dg/test-arith-overflow.c: New test case.
10 * jit.dg/all-non-failing-tests.h: Add test-arith-overflow.c.
11 * jit.dg/test-combination.c (create_code): Likewise.
12 (verify_code): Likewise.
13 * jit.dg/test-threads.c (testcases): Likewise.
14
15 2015-01-07 David Malcolm <dmalcolm@redhat.com>
16
17 * jit.dg/jit.exp: Load wrapper.exp with %{tool} set to "g++"
18 rather than "jit". Load g++.exp, and call g++_init.
19 Run test-*.cc files within the testsuite and *.cc files within
20 docs/examples.
21 (jit-dg-test): Drop the addition of -fgnu89-inline to
22 DEFAULT_CFLAGS in favor of adding it to additional_flags, only
23 doing it when compiling C testcases (since g++ does not handle
24 it). Reset "orig_environment_saved" so that LD_LIBRARY_PATH
25 is restored to the value after g++_init ran, rather than the
26 value before g++_init ran. Return a list of
27 $comp_output $output_file, as dg-test assumes.
28
29 2015-01-07 David Malcolm <dmalcolm@redhat.com>
30
31 * jit.dg/harness.h (CHECK_NON_NULL): Add __func__ to output, to
32 make it easier to figure out the origin of each test result when
33 running test-combination.c and test-threads.c.
34 (CHECK_VALUE): Likewise.
35 (CHECK_DOUBLE_VALUE): Likewise.
36 (CHECK_STRING_VALUE): Likewise.
37 (CHECK_STRING_STARTS_WITH): Likewise.
38 (CHECK_STRING_CONTAINS): Likewise.
39 (CHECK): Likewise.
40 (check_string_value): Likewise, add "funcname" param.
41 (check_string_starts_with): Likewise.
42 (check_string_contains): Likewise.
43
44 2015-01-07 David Malcolm <dmalcolm@redhat.com>
45
46 * jit.dg/jit.exp (jit-dg-test): Remove "rootname" call when
47 generating name of built executable.
48
49 2015-01-07 Marek Polacek <polacek@redhat.com>
50
51 PR c/64440
52 * gcc.dg/pr64440.c: New test.
53 * c-c++-common/pr56607.c: Don't limit dg-warnings to C++.
54
55 2015-01-07 Marek Polacek <polacek@redhat.com>
56
57 PR c/64417
58 * gcc.c-torture/compile/pr28865.c: Add dg-errors.
59 * gcc.dg/pr64417.c: New test.
60
61 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
62
63 PR target/64505
64 * gcc.target/powerpc/pr64505.c: New file to test -m32 -mpowerpc64
65 fix is correct.
66
67 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
68
69 * lib/tsan-dg.exp (check_effective_target_fsanitize_thread):
70 Check if testcases run without errors, not just if they compile.
71
72 2015-01-06 Christian Bruel <christian.bruel@st.com>
73
74 PR target/64507
75 * gcc.target/sh/pr64507.c: New test.
76
77 2015-01-06 Arnaud Charlet <charlet@adacore.com>
78
79 * gnat.db/fixce.adb, gnat.db/specs/delta_small.ads: Kill warnings.
80
81 2015-01-06 Jakub Jelinek <jakub@redhat.com>
82
83 * c-c++-common/asan/sanitize-all-1.c: New test.
84 * c-c++-common/ubsan/sanitize-all-1.c: New test.
85 * c-c++-common/ubsan/sanitize-all-2.c: New test.
86 * c-c++-common/ubsan/sanitize-all-3.c: New test.
87 * c-c++-common/ubsan/sanitize-all-4.c: New test.
88
89 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
90
91 * lib/target-supports.exp (check_profiling_available): Return 0 for
92 Visium.
93 (check_effective_target_tls_runtime): Likewise.
94 (check_effective_target_logical_op_short_circuit): Return 1 for Visium.
95 * gcc.dg/20020312-2.c: Adjust for Visium.
96 * gcc.dg/tls/thr-cse-1.c: Likewise
97 * gcc.dg/tree-ssa/20040204-1.c: Likewise
98 * gcc.dg/tree-ssa/loop-1.c: Likewise.
99 * gcc.dg/weak/typeof-2.c: Likewise.
100
101 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
102
103 PR rtl-optimization/64287
104 * gcc.dg/aru-2.c: New test.
105
106 2015-01-05 Jakub Jelinek <jakub@redhat.com>
107
108 PR sanitizer/64344
109 * c-c++-common/ubsan/pr64344-1.c: New test.
110 * c-c++-common/ubsan/pr64344-2.c: New test.
111
112 PR tree-optimization/64465
113 * gcc.dg/pr64465.c: New test.
114
115 PR tree-optimization/64494
116 * gcc.c-torture/compile/pr64494.c: New test.
117
118 2015-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
119
120 PR fortran/47674
121 * gfortran.dg/realloc_on_assign_25.f90: New test.
122
123 2015-01-05 Jakub Jelinek <jakub@redhat.com>
124
125 Update copyright years.
126
127 2015-01-05 Marek Polacek <polacek@redhat.com>
128
129 PR c/64423
130 * gcc.dg/pr64423.c: New test.
131
132 2015-01-05 Hans-Peter Nilsson <hp@bitrange.com>
133
134 * gcc.dg/debug/debug-1.c: Pass -fno-if-conversion for
135 mmix-knuth-mmixware for the same reason as for MIPS.
136 * gcc.dg/debug/debug-2.c: Ditto.
137
138 * gcc.dg/pr42629.c: Only pass scheduling options on scheduling targets.
139
140 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
141
142 PR testsuite/62250
143 * lib/gfortran.exp: Add libatomic library search path.
144 * gfortran.dg/coarray/caf.exp: Add -latomic to test options.
145 * gfortran.dg/coarray_lib_comm_1.f90: Likewise.
146
147 * gcc.dg/pr63914.c: Add -fno-common option on hppa*-*-hpux*.
148
149 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
150
151 * c-c++-common/tsan/bitfield_race.c: New testcase.
152 * g++.dg/tsan/aligned_vs_unaligned_race.C: Fixed.
153
154 2015-01-02 Tobias Burnus <burnus@net-b.de>
155
156 * gfortran.dg/coarray/collectives_4.f90: New.
157
158 2015-01-02 Janus Weil <janus@gcc.gnu.org>
159
160 PR fortran/57562
161 * gfortran.dg/extends_16.f90: New.
162
163 2015-01-02 Tobias Burnus <burnus@net-b.de>
164
165 * gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Add.
166
167 2015-01-02 Tobias Burnus <burnus@net-b.de>
168
169 * gfortran.dg/coarray/codimension_2.f90: New.
170 * gfortran.dg/coarray/codimension_2a.f90: New.
171 * gfortran.dg/coarray_35.f90: New.
172 * gfortran.dg/coarray_35a.f90: New.
173
174 2015-01-02 Janus Weil <janus@gcc.gnu.org>
175
176 PR fortran/60507
177 * gfortran.dg/dummy_procedure_11.f90: New.
178 ^L
179 Copyright (C) 2015 Free Software Foundation, Inc.
180
181 Copying and distribution of this file, with or without modification,
182 are permitted in any medium without royalty provided the copyright
183 notice and this notice are preserved.
This page took 0.071847 seconds and 6 git commands to generate.