1 2009-01-08 Mark Mitchell <mark@codesourcery.com>
3 * gcc.dg/sibcall-3.c: XFAIL for Thumb.
4 * gcc.dg/sibcall-4.c: Likewise.
6 2009-01-08 Sebastian Pop <sebastian.pop@amd.com>
7 Jan Sjodin <jan.sjodin@amd.com>
9 PR tree-optimization/38559
10 * testsuite/gcc.dg/graphite/pr38559.c: New.
12 2009-01-08 Ira Rosen <irar@il.ibm.com>
14 PR tree-optimization/37194
15 * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: New test.
17 2009-01-07 Jakub Jelinek <jakub@redhat.com>
20 * g++.dg/ext/label11.C: New test.
22 2009-01-07 Joseph Myers <joseph@codesourcery.com>
24 * lib/target-supports.exp (check_weak_override_available): New.
25 * lib/target-supports-dg.exp (dg-require-weak-override): New.
26 * gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
27 dg-require-weak-override.
29 2009-01-07 Nathan Froyd <froydnj@codesourcery.com>
30 Alan Modra <amodra@bigpond.net.au>
32 * gcc.c-torture/compile/20090107-1.c: New test.
34 2009-01-07 Uros Bizjak <ubizjak@gmail.com>
37 * g++.dg/other/pr38706.C: New test.
39 2009-01-07 Jason Merrill <jason@redhat.com>
41 * g++.dg/cpp0x/variadic92.C: New test.
42 * g++.dg/cpp0x/variadic93.C: New test.
44 2009-01-07 Janis Johnson <janis187@us.ibm.com>
46 * lib/target-supports-dg.exp (current_compiler_flags): New.
47 (check-flags): Use it; do not access dg-test local variables.
48 (dg-skip-if): Do not access dg-test local variables.
49 (dg-xfail-run-if): Ditto.
50 (dg-shouldfail): Ditto.
51 * gcc.test-framework/test-framework.exp
52 (check_effective_target_def_nocache): New.
53 * gcc.test-framework/test-framework.awk: Handle scan tests.
54 * gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
55 * gcc.test-framework/dg-error-nocache-exp-P.c: New test.
56 * gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
57 * gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
58 * gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
59 * gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
60 * gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
61 * gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
62 * gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.
64 * g++.dg/torture/pr38586.C: Ignore a possible warning.
66 * lib/target-supports-dg.exp (check_test_flags): Delete.
68 2009-01-07 Jan Sjodin <jan.sjodin@amd.com>
70 PR tree-optimization/38492
71 PR tree-optimization/38498
72 * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
74 * testsuite/gcc.dg/graphite/block-0.c: Update test.
75 * testsuite/gcc.dg/graphite/block-1.c: Same.
76 * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test for blocking.
77 * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
78 * testsuite/gcc.dg/graphite/block-3.c: New.
79 * testsuite/gcc.dg/graphite/pr38498.c: New.
81 2009-01-07 H.J. Lu <hongjiu.lu@intel.com>
83 AVX Programming Reference (December, 2008)
84 * gcc.target/i386/avx-vmovntdq-256-1.c: New.
85 * gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
86 * gcc.target/i386/avx-vmovntps-256-1.c: Likewise.
88 * gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
89 * gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.
91 2009-01-06 Thomas Koenig <tkoenig@gcc.gnu.org>
94 * gfortran.dg/c_loc_pure_1.f90: New test.
96 2009-01-06 Mikael Morin <mikael.morin@tele2.fr>
99 * gfortran.dg/elemental_dependency_3.f90:
100 Add the final tree dump cleanup.
102 2009-01-06 Jakub Jelinek <jakub@redhat.com>
104 * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
107 PR rtl-optimization/38722
108 * gfortran.dg/pr38722.f90: New test.
110 2009-01-06 Janis Johnson <janis187@us.ibm.com>
113 * gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
114 instead of DECnn_DEN. Support -DDBG to list lines that fail.
116 2009-01-06 Dominique Dhumieres <dominiq@lps.ens.fr>
118 * gfortran.dg/implicit_12.f90: Add space around dg directive.
119 * gfortran.dg/typebound_call_8.f03: Same.
120 * gfortran.dg/elemental_bind_c.f90: Same.
121 * gfortran.dg/typebound_call_7.f03: Same.
122 * gfortran.dg/interface_proc_end.f90: Same
123 * gfortran.dg/pr37243.f: Fix typo.
125 2009-01-06 Uros Bizjak <ubizjak@gmail.com>
127 * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define. Use CHUNK_SIZE
128 instead of hardcoded number. Increase CHUNK_SIZE to 16384 for
131 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
133 AVX Programming Reference (December, 2008)
134 * gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
135 _mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
136 * gcc.target/i386/sse-14.c: Likewise.
138 * gcc.target/i386/avx-vpermil2pd-1.c: Removed.
139 * gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
140 * gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
141 * gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.
143 2009-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
146 * gfortran.dg/fmt_bz_bn.f: Update test.
148 2009-01-05 Dodji Seketeli <dodji@redhat.com>
151 * g++.dg/conversion/usual-arith-conv.C: New test.
153 2009-01-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
156 * gcc.dg/vector-3.c: New testcase.
157 * g++.dg/ext/vector15.C: New test.
159 2009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
161 PR tree-optimization/38510
162 * gcc.dg/graphite/pr38510.c: New.
164 2009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
165 Jan Sjodin <jan.sjodin@amd.com>
167 PR tree-optimization/38500
168 * gcc.dg/graphite/pr38500.c: New.
170 2009-01-05 Laurent GUERBY <laurent@guerby.net>
172 * gcc.c-torture/compile/20001226-1.c: Generalize
174 * gcc.c-torture/compile/limits-fnargs.c: Add
176 * gcc.dg/20020425-1.c: Likewise.
177 * gcc.dg/pch/pch.exp: Likewise.
179 2009-01-05 Paul Thomas <pault@gcc.gnu.org>
182 * gfortran.dg/module_commons_3.f90: New test.
184 2009-01-05 Daniel Franke <franke.daniel@gmail.com>
187 * gfortran.dg/random_seed_1.f90: Updated.
189 2009-01-05 Mikael Morin <mikael.morin@tele2.fr>
193 * gfortran.dg/elemental_subroutine_7.f90:
194 Fix p values so that it can be used as vector subscript.
196 2009-01-05 Jason Merrill <jason@redhat.com>
198 * g++.dg/cpp0x/initlist12.C: Add another test.
200 * g++.dg/cpp0x/defaulted7.C: New test.
202 2009-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
205 * gfortran.dg/host_assoc_blockdata_1.f90: New test.
206 * gfortran.dg/host_assoc_blockdata_2.f90: New test.
208 2009-01-05 Uros Bizjak <ubizjak@gmail.com>
210 * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
211 for alpha*-*-* targets.
212 * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
214 2009-01-05 Paul Thomas <pault@gcc.gnu.org>
217 * gfortran.dg/host_assoc_function_5.f90: New test.
219 2009-01-04 Mikael Morin <mikael.morin@tele2.fr>
222 * gfortran.dg/elemental_dependency_3.f90: New test.
223 * gfortran.dg/elemental_subroutine_7.f90: New test.
225 2009-01-04 Uros Bizjak <ubizjak@gmail.com>
227 * gcc.dg/struct-ret-3.c: Include unistd.h.
228 (main): Exit early if system memory page size is
229 larger than 4096 bytes.
231 2009-01-04 Daniel Franke <franke.daniel@gmail.com>
234 * gfortran.dg/merge_init_expr.f90: New.
236 2009-01-04 Mikael Morin <mikael.morin@tele2.fr>
239 * gfortran.dg/c_loc_tests_13.f90: New test.
240 * gfortran.dg/c_loc_tests_14.f90: New test.
242 2009-01-03 Daniel Franke <franke.daniel@gmail.com>
244 * gfortran.dg/func_result_4.f90: New.
246 2009-01-03 Paul Thomas <pault@gcc.gnu.org>
249 * gfortran.dg/host_assoc_call_3.f90: Make sure that the generic
250 interface still works, in addition to original tests.
251 * gfortran.dg/host_assoc_call_6.f90: New test.
253 2009-01-03 Jakub Jelinek <jakub@redhat.com>
256 * g++.dg/torture/pr38705.C: New test.
259 * gcc.dg/pr38700.c: New test.
261 2009-01-02 Jason Merrill <jason@redhat.com>
263 * g++.dg/cpp0x/initlist11.C: New test.
264 * g++.dg/cpp0x/initlist12.C: New test.
266 2009-01-02 Richard Sandiford <rdsandiford@googlemail.com>
268 * gcc.dg/fixed-point/composite-type.c: Update wording of messages.
269 Allow extra informative notes.
271 2009-01-01 Jakub Jelinek <jakub@redhat.com>
274 * gcc.dg/pr36489.c: New test.