1 2008-03-10 Richard Guenther <rguenther@suse.de>
3 PR tree-optimization/34677
4 * tree-ssa-pre.c (modify_expr_node_pool): Remove.
5 (poolify_tree): Likewise.
6 (modify_expr_template): Likewise.
7 (poolify_modify_stmt): Likewise.
8 (insert_fake_stores): Handle all component-ref style stores
9 in addition to INDIRECT_REF. Also handle complex types.
10 Do not poolify the inserted load.
11 (realify_fake_stores): Do not rebuild the tree but only
12 make it a SSA_NAME copy.
13 (init_pre): Remove initialzation of modify_expr_template.
14 Do not allocate modify_expr_node_pool.
15 (fini_pre): Do not free modify_expr_node_pool.
17 * gcc.dg/tree-ssa/loadpre23.c: New testcase.
18 * gcc.dg/tree-ssa/loadpre24.c: Likewise.
19 * gcc.dg/tree-ssa/loadpre25.c: Likewise.
21 2008-03-09 Paul Thomas <pault@gcc.gnu.org>
24 * gfortran.dg/module_commons_2.f90: New test.
26 2008-03-09 Eric Botcazou <ebotcazou@adacore.com>
28 * gnat.dg/frame_overflow.adb: Improve portability.
30 2008-03-08 H.J. Lu <hongjiu.lu@intel.com>
33 * gcc.target/i386/isa-1.c: Add -march=x86-64.
34 * gcc.target/i386/isa-2.c: Likewise.
35 * gcc.target/i386/isa-3.c: Likewise.
36 * gcc.target/i386/isa-10.c: Likewise.
37 * gcc.target/i386/isa-11.c: Likewise.
38 * gcc.target/i386/isa-12.c: Likewise.
39 * gcc.target/i386/isa-13.c: Likewise.
40 * gcc.target/i386/isa-14.c: Likewise.
42 2008-03-08 Uros Bizjak <ubizjak@gmail.com>
45 * gcc.target/i386/pr22152.c: New test.
46 * gcc.target/i386/sse2-mmx.c: Ditto.
48 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
50 * gnat.dg/uninit_func.adb: New test.
52 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
54 * gnat.dg/pack4.adb: New test.
56 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
58 * gnat.dg/small_alignment.adb: New test.
60 2008-03-07 Eric Botcazou <ebotcazou@adacore.com>
62 * gnat.dg/specs/alignment2.ads: New test.
64 2008-03-07 Eric Botcazou <ebotcazou@adacore.com>
66 * gnat.dg/pack3.adb: New test.
68 2008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
71 * g++.dg/other/pr20366.C: New test.
73 2008-03-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
76 * gcc.dg/tree-ssa/ssa-store-ccp-1.c: New test.
78 2008-03-06 Markus Milleder <markus.milleder@generali.at>
81 * gcc.dg/cpp/cmdlne-M-2.c: New file.
82 * gcc.dg/cpp/cmdlne-M-2#.h: New file.
83 * gcc.dg/cpp/#cmdlne-M-2.h: New file.
85 2008-03-06 Tom Tromey <tromey@redhat.com>
87 * lib/treelang-dg.exp, lib/treelang.exp: Delete.
90 2008-03-05 Eric Botcazou <ebotcazou@adacore.com>
92 * gnat.dg/specs/pack33.ads: New test.
94 2008-03-05 Richard Guenther <rguenther@suse.de>
96 PR tree-optimization/35472
97 * gcc.c-torture/execute/pr35472.c: New testcase.
99 2007-03-05 Gabor Loki <loki@gcc.gnu.org>
102 * gcc.c-torture/compile/pr11832.c: Check -frtl-abstract-sequences.
103 * gcc.c-torture/compile/pr33009.c: Likewise.
105 2008-03-05 Victor Kaplansky <victork@gcc.gnu.org>
108 * gcc.dg/vect/pr31041.c: Fix.
110 2008-03-05 Hans-Peter Nilsson <hp@axis.com>
113 * lib/lib/target-supports.exp (check_effective_target_fd_truncate):
115 * gfortran.fortran-torture/execute/list_read_1.x,
116 gfortran.fortran-torture/execute/read_null_string.x,
117 gfortran.fortran-torture/execute/backspace.x,
118 gfortran.fortran-torture/execute/seq_io.x,
119 gfortran.fortran-torture/execute/slash_edit.x,
120 gfortran.fortran-torture/execute/unopened_unit_1.x,
121 gfortran.dg/namelist_21.f90, gfortran.dg/advance_5.f90,
122 gfortran.dg/fmt_t_7.f, gfortran.dg/eor_1.f90,
123 gfortran.dg/read_x_past.f, gfortran.dg/tl_editing.f90,
124 gfortran.dg/ftell_2.f90, gfortran.dg/namelist_13.f90,
125 gfortran.dg/namelist_22.f90, gfortran.dg/advance_6.f90,
126 gfortran.dg/read_bad_advance.f90, gfortran.dg/func_derived_3.f90,
127 gfortran.dg/namelist_40.f90, gfortran.dg/x_slash_2.f,
128 gfortran.dg/namelist_14.f90, gfortran.dg/backspace_1.f,
129 gfortran.dg/namelist_23.f90, gfortran.dg/pr17285.f90,
130 gfortran.dg/read_noadvance.f90, gfortran.dg/namelist_use_only.f90,
131 gfortran.dg/namelist_41.f90, gfortran.dg/namelist_15.f90,
132 gfortran.dg/backspace_3.f, gfortran.dg/backslash_3.f,
133 gfortran.dg/namelist_24.f90, gfortran.dg/pr17286.f90,
134 gfortran.dg/endfile.f90, gfortran.dg/open_access_append_1.f90,
135 gfortran.dg/fmt_huge.f90, gfortran.dg/namelist_42.f90,
136 gfortran.dg/pr18392.f90, gfortran.dg/pr19155.f, gfortran.dg/pr12884.f,
137 gfortran.dg/namelist_16.f90, gfortran.dg/backspace_5.f,
138 gfortran.dg/open_readonly_1.f90, gfortran.dg/fmt_read.f90,
139 gfortran.dg/iostat_1.f90, gfortran.dg/namelist_43.f90,
140 gfortran.dg/read_size_noadvance.f90, gfortran.dg/inquire_5.f90,
141 gfortran.dg/read_many_1.f, gfortran.dg/namelist_17.f90,
142 gfortran.dg/list_read_1.f90, gfortran.dg/backspace_10.f90,
143 gfortran.dg/namelist_26.f90, gfortran.dg/unf_read_corrupted_2.f90,
144 gfortran.dg/record_marker_1.f90, gfortran.dg/convert_implied_open.f90,
145 gfortran.dg/iostat_2.f90, gfortran.dg/write_check3.f90,
146 gfortran.dg/namelist_44.f90, gfortran.dg/namelist_use.f90,
147 gfortran.dg/rewind_1.f90, gfortran.dg/streamio_11.f90,
148 gfortran.dg/namelist_18.f90, gfortran.dg/backspace_9.f,
149 gfortran.dg/dos_eol.f, gfortran.dg/read_eof_1.f90,
150 gfortran.dg/namelist_27.f90, gfortran.dg/pad_no.f90,
151 gfortran.dg/endfile.f, gfortran.dg/namelist_11.f,
152 gfortran.dg/namelist_19.f90, gfortran.dg/eor_handling_1.f90,
153 gfortran.dg/write_rewind_1.f, gfortran.dg/comma.f,
154 gfortran.dg/read_eof_2.f90, gfortran.dg/namelist_28.f90,
155 gfortran.dg/record_marker_3.f90, gfortran.dg/complex_read.f90,
156 gfortran.dg/namelist_37.f90, gfortran.dg/error_recovery_5.f90,
157 gfortran.dg/namelist_char_only.f90, gfortran.dg/pr18122.f90,
158 gfortran.dg/list_read_4.f90, gfortran.dg/eor_handling_2.f90,
159 gfortran.dg/read_eof_3.f90, gfortran.dg/dollar_edit_descriptor_1.f,
160 gfortran.dg/pr19467.f90, gfortran.dg/namelist_38.f90,
161 gfortran.dg/inquire_9.f90, gfortran.dg/list_read_5.f90,
162 gfortran.dg/noadv_size.f90, gfortran.dg/backslash_1.f90,
163 gfortran.dg/eor_handling_3.f90, gfortran.dg/read_eof_4.f90,
164 gfortran.dg/runtime_warning_1.f90, gfortran.dg/x_slash_1.f,
165 gfortran.dg/namelist_39.f90, gfortran.dg/streamio_3.f90,
166 gfortran.dg/read_comma.f, gfortran.dg/pr19657.f,
167 gfortran.dg/streamio_15.f90, gfortran.dg/list_read_6.f90,
168 gfortran.dg/eor_handling_4.f90, gfortran.dg/backslash_2.f90,
169 gfortran.dg/pr19216.f, gfortran.dg/PR19872.f,
170 gfortran.dg/backspace_2.f, gfortran.dg/empty_format_1.f90,
171 gfortran.dg/streamio_4.f90, gfortran.dg/append_1.f90,
172 gfortran.dg/fgetc_1.f90, gfortran.dg/complex_write.f90,
173 gfortran.dg/list_read_7.f90, gfortran.dg/eor_handling_5.f90,
174 gfortran.dg/fmt_t_1.f90, gfortran.dg/pr17090.f90,
175 gfortran.dg/backspace_4.f, gfortran.dg/shape_3.f90,
176 gfortran.dg/unf_io_convert_1.f90, gfortran.dg/fgetc_2.f90,
177 gfortran.dg/vector_subscript_3.f90, gfortran.dg/list_read_8.f90,
178 gfortran.dg/flush_1.f90, gfortran.dg/advance_1.f90,
179 gfortran.dg/fmt_t_2.f90, gfortran.dg/backspace_6.f,
180 gfortran.dg/slash_1.f90, gfortran.dg/stat_1.f90,
181 gfortran.dg/unformatted_recl_1.f90, gfortran.dg/record_marker_2.f,
182 gfortran.dg/overwrite_1.f, gfortran.dg/unf_io_convert_2.f90,
183 gfortran.dg/fmt_t_3.f90, gfortran.dg/backspace_8.f,
184 gfortran.dg/stat_2.f90, gfortran.dg/pr18210.f90,
185 gfortran.dg/unformatted_subrecord_1.f90, gfortran.dg/pr20257.f90,
186 gfortran.dg/eof_1.f90, gfortran.dg/fmt_t_4.f90,
187 gfortran.dg/unf_short_record_1.f90, gfortran.dg/fmt_exhaust.f90,
188 gfortran.dg/namelist_20.f90, gfortran.dg/advance_4.f90,
189 gfortran.dg/fmt_t_5.f90, gfortran.dg/namelist_12.f,
190 gfortran.dg/backspace_7.f90, gfortran.dg/write_rewind_2.f,
191 gfortran.dg/ftell_1.f90, gfortran.dg/fseek.f90,
192 gfortran.dg/write_back.f: Gate test on effective_target
195 2008-03-04 Joseph Myers <joseph@codesourcery.com>
197 * gcc.dg/tree-ssa/loop-1.c: Handle i?86-*-mingw* i?86-*-cygwin* as
198 targets declaring functions in assembly.
200 2008-03-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
203 * gcc.dg/pr28322-3.c: New.
205 2008-03-04 H.J. Lu <hongjiu.lu@intel.com>
208 * gcc.target/i386/sse4_2-pcmpestri-1.c: Replace SIDD_XXX with
210 * gcc.target/i386/sse4_2-pcmpestri-2.c: Likewise.
211 * gcc.target/i386/sse4_2-pcmpestrm-1.c: Likewise.
212 * gcc.target/i386/sse4_2-pcmpestrm-2.c: Likewise.
213 * gcc.target/i386/sse4_2-pcmpistri-1.c: Likewise.
214 * gcc.target/i386/sse4_2-pcmpistri-2.c: Likewise.
215 * gcc.target/i386/sse4_2-pcmpistrm-1.c: Likewise.
216 * gcc.target/i386/sse4_2-pcmpistrm-2.c: Likewise.
217 * gcc.target/i386/sse4_2-pcmpstr.h: Likewise.
219 2008-03-04 Uros Bizjak <ubizjak@gmail.com>
222 * gcc.c-torture/execute/pr35456.c: New test.
224 2008-03-04 Joseph Myers <joseph@codesourcery.com>
226 * gcc.target/i386/sse-10.c: Don't use
227 -mno-accumulate-outgoing-args on *-*-mingw* *-*-cygwin*.
229 2008-03-04 Uros Bizjak <ubizjak@gmail.com>
231 * gfortran.dg/reassoc_1.f90: Cleanup dump files.
232 * gfortran.dg/reassoc_2.f90: Ditto.
233 * gfortran.dg/reassoc_3.f90: Ditto.
235 2008-03-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
238 * gfortran.dg/gomp/gomp.exp: Add .f08 and .F08 file suffixes.
239 * gfortran.dg/dg.exp: Likewise.
240 * gfortran.dg/vect/vect.exp: Likewise.
241 * gfortran.fortran-torture/execute/execute.exp: Likewise.
242 * gfortran.fortran-torture/compile/compile.exp: Likewise.
243 * gfortran.dg/gamma_1.f90: Also check log_gamma.
244 * gfortran.dg/invalid_contains_1.f90: Remove warning about
246 * gfortran.dg/gamma_2.f90: Add a few error messages.
247 * gfortran.dg/invalid_contains_2.f90: Remove warning about
249 * gfortran.dg/gamma_3.f90: Adjust error message.
250 * gfortran.dg/gamma_4.f90: Test for log_gamma instead of lgamma.
251 * gfortran.dg/bind_c_usage_9.f03: Adjust error messages.
252 * gfortran.dg/bessel_1.f90: New test.
253 * gfortran.dg/recursive_check_3.f90: Remove warnings.
254 * gfortran.dg/besxy.f90: Also check for new F2008 intrinsics.
255 * gfortran.dg/derived_function_interface_1.f90: Remove warning.
256 * gfortran.dg/contains_empty_1.f03: New test.
257 * gfortran.dg/erfc_scaled_1.f90: New test.
258 * gfortran.dg/hypot_1.f90: New test.
259 * gfortran.dg/contains_empty_2.f03: New test.
261 2007-03-03 Uros Bizjak <ubizjak@gmail.com>
263 * gcc.target/i386/builtin-apply-mmx.c: Do not XFAIL on Darwin.
265 2008-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
268 * g++.dg/cpp/string-2.C: This is a warning now.
269 * g++.dg/cpp/pedantic-errors.C: -pedantic-errors is not enabled by
272 2008-03-01 Douglas Gregor <doug.gregor@gmail.com>
274 * g++.dg/cpp0x/auto1.C: New.
276 2008-03-01 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
279 * gfortran.dg/pointer_1.f90: New test.
281 2008-02-29 Douglas Gregor <doug.gregor@gmail.com>
284 * g++.dg/ext/attrib32.C: Add another test case.
286 2008-02-29 Tom Tromey <tromey@redhat.com>
288 * g++.dg/warn/pragma-system_header2.C: Ignore "included from"
291 2008-02-29 Sebastian Pop <sebastian.pop@amd.com>
293 * testsuite/gcc.dg/tree-ssa/ltrans-8.c: Increase the size of strides
294 to make the interchange profitable.
296 2008-02-28 Daniel Franke <franke.daniel@gmail.com>
301 * gfortran.dg/arrayio_11.f90: Fixed test.
302 * gfortran.dg/arrayio_12.f90: Likewise.
303 * gfortran.dg/module_read_1.f90: Added warning-directives.
304 * gfortran.dg/pr32242.f90: Likewise.
305 * gfortran.dg/result_in_spec_3.f90: Likewise.
306 * gfortran.dg/use_12.f90: Likewise.
307 * gfortran.dg/warn_function_without_result.f90 : New test.
309 2008-02-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
312 * gfortran.dg/f2c_9.f90: New test.
314 2008-02-28 Sebastian Pop <sebastian.pop@amd.com>
316 * testsuite/gcc.dg/tree-ssa/ldist-1.c: New.
317 * testsuite/gcc.dg/tree-ssa/ldist-1a.c: New.
318 * testsuite/gcc.dg/tree-ssa/ldist-2.c: New.
319 * testsuite/gcc.dg/tree-ssa/ldist-3.c: New.
320 * testsuite/gcc.dg/tree-ssa/ldist-4.c: New.
321 * testsuite/gcc.dg/tree-ssa/ldist-5.c: New.
322 * testsuite/gcc.dg/tree-ssa/ldist-6.c: New.
323 * testsuite/gcc.dg/tree-ssa/ldist-7.c: New.
324 * testsuite/gcc.dg/tree-ssa/ldist-8.c: New.
325 * testsuite/gcc.dg/tree-ssa/ldist-9.c: New.
326 * testsuite/gcc.dg/tree-ssa/ldist-10.c: New.
327 * testsuite/gcc.dg/tree-ssa/ldist-11.c: New.
328 * testsuite/gcc.dg/tree-ssa/ldist-12.c: New.
329 * testsuite/gfortran.dg/ldist-1.f90: New.
331 2008-02-28 Uros Bizjak <ubizjak@gmail.com>
333 * gcc.dg/pr34351.c: Compile for x86 targets only. Use %ebx register.
335 2008-02-27 Francois-Xavier Coudert <coudert@clipper.ens.fr>
337 * gfortran.dg/large_real_kind_3.F90: Reverse previous commit.
339 2008-02-27 Jan Beulich <jbeulich@novell.com>
341 * gcc.target/i386/mmx-1.c: Add
342 -Werror-implicit-function-declaration to dg-options.
343 * gcc.target/i386/mmx-2.c: Likewise.
344 * gcc.target/i386/sse-13.c: Likewise.
345 * gcc.target/i386/sse-14.c: Likewise.
347 2008-02-27 Revital Eres <eres@il.ibm.com>
349 PR rtl-optimization/34999
350 * gcc.dg/tree-prof/pr34999.c: New.
352 2008-02-27 Richard Guenther <rguenther@suse.de>
355 * gcc.c-torture/execute/pr35390.c: New testcase.
357 2008-02-27 Samuel Tardieu <sam@rfc1149.net>
360 * gnat.dg/test_direct_io.adb: New file.
362 2008-02-27 Samuel Tardieu <sam@rfc1149.net>
365 * gnat.dg/specs/pr34799.ads: New test.
367 2008-02-27 Richard Guenther <rguenther@suse.de>
370 * gcc.c-torture/execute/pr34971.c: New testcase.
372 2008-02-27 Jakub Jelinek <jakub@redhat.com>
374 * gcc.dg/gomp/preprocess-1.c: New test.
377 * g++.dg/ext/visibility/typeinfo2.C: New test.
378 * g++.dg/ext/visibility/typeinfo3.C: New test.
380 2008-02-26 Joseph Myers <joseph@codesourcery.com>
382 * gcc.dg/bf-ms-attrib.c (main): Return 0.
384 2008-02-26 Joseph Myers <joseph@codesourcery.com>
386 * gcc.target/i386/mmx-4.c (dump64_64): Use printf %I64 on MinGW.
387 * gcc.target/i386/sse-6.c (dump128_64): Likewise.
389 2008-02-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
392 * gcc.dg/empty-source-2.c: Adjust for warning message.
393 * gcc.dg/empty-source-3.c: Likewise.
394 * gcc.dg/pack-test-2.c: Adjust comment.
395 * gcc.dg/pragma-ep-2.c: Likewise.
396 * gcc.dg/pragma-re-2.c: Likewise.
397 * gcc.dg/va-arg-2.c: Likewise.
399 2008-02-26 Tobias Burnus <burnus@net-b.de>
402 * gfortran.dg/assignment_2.f90: New.
404 2008-02-26 Jason Merrill <jason@redhat.com>
407 * g++.dg/ext/attrib32.C: New.
409 2008-02-26 Richard Sandiford <rsandifo@nildram.co.uk>
411 * gcc.c-torture/execute/nest-align-1.x: Delete.
413 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
416 * 20021023-1.c: Use __builtin_va_start instead of
417 __builtin_stdarg_start.
418 * pr17301-1.c: Likewise.
419 * pr17301-2.c: Likewise.
421 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
423 * gcc.dg/pr34351.c: New.
425 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
427 * gcc.dg/Wlarger-than2.c: New.
429 2008-02-26 Paolo Carlini <pcarlini@suse.de>
432 * g++.dg/lookup/crash7.C: New.
434 2008-02-26 Kaz Kojima <kkojima@gcc.gnu.org>
436 * gcc.c-torture/execute/nest-align-1.c: Use the largest alignment.
438 2008-02-25 Joseph Myers <joseph@codesourcery.com>
440 * gcc.target/i386/pr25993.c: Skip on *-*-mingw*.
442 2008-02-25 Joseph Myers <joseph@codesourcery.com>
444 * gcc.dg/debug/dwarf2/aranges-fnsec-1.c: Add -w to dg-options.
446 2008-02-25 Joseph Myers <joseph@codesourcery.com>
448 * gcc.dg/builtins-config.h: Disable C99 runtime testing for
451 2008-02-25 Joseph Myers <joseph@codesourcery.com>
453 * lib/target-supports.exp (check_profiling_available): Report -p
454 unavailable on *-*-mingw*.
456 2008-02-25 Joseph Myers <joseph@codesourcery.com>
458 * lib/target-supports.exp (check_effective_target_pthread_h): New.
459 * gcc.dg/pthread-init-1.c, gcc.dg/pthread-init-2.c: Use
460 dg-require-effective-target pthread_h.
462 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
464 * gcc.dg/Wswitch-enum-error.c: New.
465 * gcc.dg/Wswitch-error.c: New.
466 * gcc.dg/20011021-1.c: Use two directives to match two different
469 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
472 * gcc.dg/pr28322.c: New.
473 * gcc.dg/pr28322-2.c: New.
474 * lib/prune.exp: Ignore "At top level" even if there is no ':'
477 2008-02-25 Paolo Carlini <pcarlini@suse.de>
480 * g++.dg/other/error26.C: New.
482 2008-02-25 Paolo Carlini <pcarlini@suse.de>
485 * g++.dg/other/error25.C: New.
487 2008-02-25 Andreas Krebbel <krebbel1@de.ibm.com>
490 * gcc.dg/pr35258.c: New testcase.
492 2008-02-25 Jan Beulich <jbeulich@novell.com>
494 * gcc.dg/20020426-2.c: Remove bogus workaround.
495 * g++.old-deja/g++.other/store-expr1.C: Likewise.
496 * gcc.target/i386/movq-2.c: Also permit use of movzbl.
498 2008-02-25 Francois-Xavier Coudert <coudert@clipper.ens.fr>
500 * gfortran.dg/large_real_kind_3.F90: Xfail on ppc-darwin.
502 2008-02-25 Uros Bizjak <ubizjak@gmail.com>
505 * gcc.dg/pr19984.c: New test.
506 * gcc.dg/dfp/compare-special.h: Use _nan instead of nan as the
507 name of the variable.
509 2008-02-25 Uros Bizjak <ubizjak@gmail.com>
511 * gcc.dg/vect/vect-99.c: Include stdlib.h and tree-vect.h.
512 (main): Call check_vect and foo. Check array values after
514 * gcc.dg/vect/vect-117.c: Call check_vect.
515 * gcc.dg/vect/no-vfa-pr29145.c: Ditto.
517 2008-02-25 Jason Merrill <jason@redhat.com>
520 * g++.dg/lookup/strong-using-5.C: New.
522 2008-02-25 Kaz Kojima <kkojima@gcc.gnu.org>
524 * gcc.dg/tree-ssa/ssa-pre-10.c: Use -fno-finite-math-only on
527 2008-02-24 Uros Bizjak <ubizjak@gmail.com>
530 * gcc.c-torture/execute/20050604-1.x: New file.
532 2008-02-24 Uros Bizjak <ubizjak@gmail.com>
534 * gcc.target/i386/pr22076.c: Update number of mov insns
536 * gcc.target/i386/pr34256.c: Ditto.
538 2008-02-24 Diego Novillo <dnovillo@google.com>
540 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
543 * g++.dg/warn/pr33738.C: New.
545 2008-02-24 Richard Sandiford <rsandifo@nildram.co.uk>
547 * gcc.c-torture/execute/nest-align-1.x: New file.
549 2008-02-24 Danny Smith <dannysmith@users.sourceforge.net>
552 * g++.dg.ext/dllimport13.C: New test.
554 2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
557 * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on
558 powerpc*-apple-darwin*.
560 2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
562 * gfortran.dg/large_real_kind_2.F90: Split testing of ERF and
563 ERFC into gfortran.dg/large_real_kind_3.F90.
564 * gfortran.dg/large_real_kind_3.F90: New test.
566 2008-02-23 Andrew Pinski <andrew_pinski@playstation.sony.com>
569 * gcc.dg/and-1.c: New test.
571 2008-02-23 Daniel Jacobowitz <dan@codesourcery.com>
573 * gcc.c-torture/execute/20080222-1.c: New test.
575 2008-02-23 Uros Bizjak <ubizjak@gmail.com>
579 * gcc.target/i386/pr22076.c: New test.
580 * gcc.target/i386/pr34256.c: New test.
581 * gcc.target/i386/vecinit-5.c: New test.
582 * gcc.target/i386/vecinit-6.c: New test.
583 * gcc.target/i386/vecinit-[1-4].c: Check that no MMX register is used.
585 * g++.dg/compat/struct-layout-1.h: Do not include <mmintrin.h> and
586 <xmmintrin.h>, define __m64 and __m128 directly.
587 * g++.dg/compat/struct-layout-1_generate.c: Add -mno-mmx for x86.
589 2008-02-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
592 * g++.dg/ext/always_inline-1.C: New test.
593 * g++.dg/ext/always_inline-2.C: New test.
594 * g++.dg/ext/always_inline-3.C: New test.
595 * g++.dg/ext/always_inline-4.C: New test.
597 2008-02-22 Hans-Peter Nilsson <hp@axis.com>
599 * gcc.target/cris/asm-b-1.c: New test.
601 2008-02-22 Paolo Carlini <pcarlini@suse.de>
604 * g++.dg/template/nontype17.C: Add.
606 2008-02-22 Paolo Carlini <pcarlini@suse.de>
610 2008-02-14 Paolo Carlini <pcarlini@suse.de>
613 * g++.dg/template/nontype17.C: New.
614 * g++.dg/template/nontype16.C: Add error.
616 2008-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
619 * gcc.dg/Wfloat-equal-1.c: New.
620 * g++.dg/warn/Wfloat-equal-1.C: New.
622 2008-02-21 Michael Matz <matz@suse.de>
625 * gcc.dg/pr35264.c: New testcase.
627 2008-02-21 Richard Guenther <rguenther@suse.de>
629 * gfortran.dg/reassoc_1.f90: New testcase.
630 * gfortran.dg/reassoc_2.f90: Likewise.
631 * gfortran.dg/reassoc_3.f90: Likewise.
633 2008-02-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
636 * gfortran.dg/fmt_t_7.f: New test.
639 * gfortran.dg/streamio_15.f90: New test.
641 2008-02-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
644 * gfortran.dg/fmt_zero_digits.f90: Revise test.
646 2008-02-20 Seongbae Park <seongbae.park@gmail.com>
648 * gcc.dg/Wframe-larger-than.c: New option test.
650 2008-02-20 Tobias Burnus <burnus@net-b.de>
653 * gfortran.dg/dollar_sym_1.f90: New.
654 * gfortran.dg/dollar_sym_2.f90: New.
656 2008-02-20 Richard Guenther <rguenther@suse.de>
659 * gcc.dg/builtins-66.c: New testcase.
661 2008-02-20 Richard Guenther <rguenther@suse.de>
663 * gcc.dg/fold-reassoc-1.c: New testcase.
664 * gcc.dg/tree-ssa/recip-3.c: Adjust to not compute d/d.
666 2008-02-20 Richard Guenther <rguenther@suse.de>
668 * gcc.dg/tree-ssa/reassoc-13.c: New testcase.
670 2008-02-20 Ira Rosen <irar@il.ibm.com>
672 * lib/target-supports.exp (check_effective_target_vect_unpack):
674 (check_effective_target_vect_short_mult): Likewise.
675 * gcc.dg/vect/vect-reduc-dot-s16b.c: Expect vectorization of
676 the loop on targets that support vect_unpack.
678 2008-02-20 Uros Bizjak <ubizjak@gmail.com>
680 * g++.dg/compat/struct-layout-1_generate.c (DG_OPTIONS): New define.
681 (switchfiles): Use DG_OPTIONS. Explicitly name arguments in fprintf
682 templates to reduce number of passed arguments.
684 2008-02-19 Jason Merrill <jason@redhat.com>
687 * g++.dg/template/explicit-args1.C: New.
689 2008-02-19 Richard Guenther <rguenther@suse.de>
691 PR tree-optimization/34989
692 * gcc.dg/pr34989-1.c: New testcase.
693 * gcc.dg/pr34989-2.c: Likewise.
695 2008-02-19 Jakub Jelinek <jakub@redhat.com>
698 * g++.dg/gomp/pr35028.C: New test.
702 * gcc.dg/gomp/pr34964.c: New test.
703 * g++.dg/gomp/pr34964.C: New test.
704 * gcc.dg/gomp/pr35244.c: New test.
705 * g++.dg/gomp/pr35244.C: New test.
708 * g++.dg/gomp/pr35078.C: New test.
710 2008-02-19 Christian Bruel <christian.bruel@st.com>
712 * gcc.dg/packed-array.c: New testcase.
714 2008-02-19 Uros Bizjak <ubizjak@gmail.com>
717 * gcc.target/i386/pr33555.c: New test.
719 2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
722 * gcc.target/i386/isa-1.c: New.
723 * gcc.target/i386/isa-2.c: Likewise.
724 * gcc.target/i386/isa-3.c: Likewise.
725 * gcc.target/i386/isa-4.c: Likewise.
726 * gcc.target/i386/isa-5.c: Likewise.
727 * gcc.target/i386/isa-6.c: Likewise.
728 * gcc.target/i386/isa-7.c: Likewise.
729 * gcc.target/i386/isa-8.c: Likewise.
730 * gcc.target/i386/isa-9.c: Likewise.
731 * gcc.target/i386/isa-10.c: Likewise.
732 * gcc.target/i386/isa-11.c: Likewise.
733 * gcc.target/i386/isa-12.c: Likewise.
734 * gcc.target/i386/isa-13.c: Likewise.
735 * gcc.target/i386/isa-14.c: Likewise.
737 2008-02-18 Joey Ye <joey.ye@intel.com>
738 H.J. Lu <hongjiu.lu@intel.com>
741 * gcc.c-torture/execute/nest-align-1.c: New test case.
743 2008-02-17 Richard Guenther <rguenther@suse.de>
746 * gcc.dg/torture/pr35227.c: New testcase.
748 2008-02-17 Richard Guenther <rguenther@suse.de>
750 PR tree-optimization/35231
751 * gcc.c-torture/execute/pr35231.c: New testcase.
753 2008-02-17 Uros Bizjak <ubizjak@gmail.com>
755 * gcc.target/i386/pr32268.c (test_lt): Add noinline attribute.
758 2008-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
760 * obj-c++.dg/encode-2.mm: XFAIL.
761 * obj-c++.dg/encode-3.mm: Likewise.
763 2008-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
764 Paolo Carlini <pcarlini@suse.de>
766 * g++.dg/ext/has_nothrow_assign.C: Skip some tests when __PIC__.
767 * g++.dg/ext/has_nothrow_constructor.C: Likewise.
768 * g++.dg/ext/has_nothrow_copy.C: Likewise.
770 2008-02-16 Uros Bizjak <ubizjak@gmail.com>
772 * gcc.target/i386/fastcall-sseregparm.c: Include sse-check.h.
773 (main): Change to void and rename to sse_test.
774 * gcc.target/i386/pr24306.c: Ditto.
775 * gcc.target/i386/pr32065-2.c: Ditto.
776 * gcc.target/i386/20060512-1.c: Include sse2-check.h.
777 (main): Change to void and rename to sse2_test.
778 * gcc.target/i386/20060512-3.c: Ditto.
780 2008-02-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
783 * gfortran.dg/c_loc_tests_12.f03: New test.
785 2008-02-15 Douglas Gregor <doug.gregor@gmail.com>
790 * g++.dg/cpp0x/vt-35026.C: New.
791 * g++.dg/cpp0x/vt-35023.C: New.
792 * g++.dg/cpp0x/vt-34055.C: Tweak expected error messages.
793 * g++.dg/cpp0x/vt-35024.C: New.
795 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
797 * gcc.c-torture/execute/va-arg-25.x: Remove.
799 2008-02-15 Richard Guenther <rguenther@suse.de>
800 Zdenek Dvorak <ook@ucw.cz>
802 PR tree-optimization/35164
803 * g++.dg/torture/pr35164-1.C: New testcase.
804 * g++.dg/torture/pr35164-2.C: Likewise.
806 2008-02-15 Dominique d'Humieres <dominiq@lps.ens.fr>
809 * testsuite/g++.dg/template/spec35.C: Change the regular expressions
810 in dg-final to match the assembly code generated by Darwin 9.
812 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
814 * gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.
816 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
818 * gcc.target/i386/pr35160.c: Skip if !nonpic for 32bit x86 targets.
820 2008-02-15 Hans-Peter Nilsson <hp@axis.com>
822 * lib/dejapatches.exp: New file.
824 2008-02-14 Douglas Gregor <doug.gregor@gmail.com>
827 * g++.dg/cpp0x/vt-34050.C: New.
829 2008-02-14 Jason Merrill <jason@redhat.com>
833 * g++.dg/warn/pr11159.C: New.
834 * g++.dg/warn/pr5645.C: Likewise.
836 2008-02-14 Danny Smith <dannysmith@users.sourceforge.net>
838 PR preprocessor/35061
839 * gcc.dg/cpp/pragma_pop_macro-1.c: New test.
841 2008-02-14 Paolo Carlini <pcarlini@suse.de>
844 * g++.dg/template/nontype17.C: New.
845 * g++.dg/template/nontype16.C: Add error.
847 2008-02-13 Jakub Jelinek <jakub@redhat.com>
850 * g++.dg/template/member8.C: New test.
852 2008-02-13 Michael Matz <matz@suse.de>
854 * gcc.dg/pr35065.c: Fix testcase warnings.
856 2008-02-13 Jason Merrill <jason@redhat.com>
858 PR c++/34962, c++/34937, c++/34939
859 * g++.dg/ext/tmplattr9.C: New.
861 2008-02-13 Michael Matz <matz@suse.de>
864 * gcc.dg/pr35065.c: New testcase.
866 2008-02-12 Richard Guenther <rguenther@suse.de>
868 PR tree-optimization/35171
869 * gcc.c-torture/compile/pr35171.c: New testcase.
871 2008-02-12 Richard Guenther <rguenther@suse.de>
874 * gcc.c-torture/execute/pr35163.c: New testcase.
876 2008-02-12 Uros Bizjak <ubizjak@gmail.com>
878 * gcc.target/i386/asm-3.c: Fix dg-skip-if for all 32bit PIC targets.
880 2008-02-12 Eric Botcazou <ebotcazou@adacore.com>
882 * gnat.dg/loop_address.adb: New test.
884 2008-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
886 * obj-c++.dg/bitfield-1.mm: Expect failures.
887 * obj-c++.dg/bitfield-4.mm: Likewise.
888 * obj-c++.dg/cxx-ivars-2.mm: Likewise.
889 * obj-c++.dg/encode-8.mm: Likewise.
890 * obj-c++.dg/isa-field-1.mm: Likewise.
891 * obj-c++.dg/layout-1.mm: Likewise.
892 * obj-c++.dg/lookup-2.mm: Likewise.
893 * obj-c++.dg/try-catch-2.mm: Likewise.
894 * obj-c++.dg/try-catch-9.mm: Likewise.
896 2008-02-12 Jakub Jelinek <jakub@redhat.com>
899 * g++.dg/tree-ssa/pr35144.C: New test.
902 * gcc.target/i386/pr35160.c: New test.
905 * g++.dg/init/new27.C: New test.
907 2008-02-11 Paolo Carlini <pcarlini@suse.de>
910 * g++.dg/template/crash78.C: New.
912 2008-02-11 Uros Bizjak <ubizjak@gmail.com>
915 * gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
916 * gcc.dg/compat/vector-2_y.c: Ditto.
918 2008-02-11 Uros Bizjak <ubizjak@gmail.com>
919 Richard Guenther <rguenther@suse.de>
921 PR tree-optimization/33992
922 * gcc.c-torture/execute/pr33992.c: New testcase.
924 2008-02-10 Thomas Koenig <tkoenig@gcc.gnu.org>
926 * gfortran.dg/streamio_14.f90: New test.
928 2008-02-10 Uros Bizjak <ubizjak@gmail.com>
930 * gcc.target/i386/pr17390.c: Remove ilp32 target requirement.
931 Add -mfpmath=387 to dg-options.
933 2008-02-10 Uros Bizjak <ubizjak@gmail.com>
936 * gcc.dg/tree-ssa/gen-vect-2.c: Add -mno-sse for x86 targets.
937 * gcc.dg/tree-ssa/gen-vect-11.c: Ditto.
938 * gcc.dg/tree-ssa/gen-vect-11a.c: Ditto.
939 * gcc.dg/tree-ssa/gen-vect-11b.c: Ditto.
940 * gcc.dg/tree-ssa/gen-vect-11c.c: Ditto.
941 * gcc.dg/tree-ssa/gen-vect-25.c: Ditto.
942 * gcc.dg/tree-ssa/gen-vect-26.c: Ditto.
943 * gcc.dg/tree-ssa/gen-vect-28.c: Ditto.
944 * gcc.dg/tree-ssa/gen-vect-32.c: Ditto.
946 2008-02-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
949 * obj-c++.dg/gnu-runtime-2.mm: Fix signature of function main().
951 2008-02-06 Alexandre Oliva <aoliva@redhat.com>
954 * g++.dg/conversion/bitfield8.C: New.
956 2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
958 * g++.dg/ext/vector13.C: Fix for compilation under -pedantic.
960 2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
964 * g++.dg/ext/vector13.C: New.
966 2008-02-06 David Daney <ddaney@avtrex.com>
968 * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for mips*-*-*.
970 2008-02-05 Bob Wilson <bob.wilson@acm.org>
972 * lib/target-supports.exp (check_effective_target_hard_float): Remove
973 special case for xtensa-*-*.
975 2008-02-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
978 * gfortran.dg/volatile11.f90: New test.
980 2008-02-05 Jakub Jelinek <jakub@redhat.com>
983 * g++.dg/template/array19.C: New test.
985 2008-02-05 Diego Novillo <dnovillo@google.com>
987 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
990 * g++.dg/warn/pr33738.C: Remove.
992 2008-02-05 Paul Thomas <pault@gcc.gnu.org>
995 * gfortran.dg/bounds_check_13.f: New test.
997 2008-02-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1000 * gcc.c-torture/execute/multi-ix.c: Call memset instead of bzero.
1002 2008-02-05 Uros Bizjak <ubizjak@gmail.com>
1005 * gcc.target/i386/pr35083.c: New test.
1007 2008-02-05 Paul Thomas <pault@gcc.gnu.org>
1010 * gfortran.dg/data_bounds_1.f90: New test.
1012 2008-02-04 Diego Novillo <dnovillo@google.com>
1014 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
1017 * testsuite/g++.dg/warn/pr33738.C: New.
1019 2008-02-04 Daniel Franke <franke.daniel@gmail.com>
1021 * gfortran.dg/where_operator_assign_4.f90: Fix typo in error message
1024 2008-02-04 Hans-Peter Nilsson <hp@axis.com>
1026 * lib/target-supports.exp (check_effective_target_hard_float): Only
1027 use the macro definition tests for mips*-*-* and xtensa-*-*. For all
1028 other targets, grep for a call insn in the rtl expand dump for an
1030 (target_compile): Support generating rtl dumps as output.
1032 2008-02-04 Richard Guenther <rguenther@suse.de>
1035 * gcc.c-torture/execute/pr33631.c: New testcase.
1037 2008-02-04 Richard Guenther <rguenther@suse.de>
1040 * gcc.c-torture/compile/pr35043.c: New testcase.
1042 2008-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1044 * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.
1046 2008-02-03 Uros Bizjak <ubizjak@gmail.com>
1048 * gcc.target/i386/pr31628.c: Require effective target fpic.
1049 * gcc.target/i386/strinline.c: Ditto.
1050 * gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
1051 * gcc.dg/pr35045.c: Ditto.
1052 * gcc.dg/20050503-1.c: Ditto.
1054 2008-02-03 Paul Thomas <pault@gcc.gnu.org>
1057 * gfortran.dg/host_assoc_variable_1.f90: New test.
1058 * gfortran.dg/allocate_stat.f90: Change last three error messages.
1060 2008-02-02 Michael Matz <matz@suse.de>
1063 * gcc.dg/pr35045.c: New test.
1065 2008-02-02 Thomas Koenig <tkoenig@gcc.gnu.org>
1068 * gfortran.dg/shape_4.f90: New test.
1070 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
1072 * gcc.target/cris/torture/pr34773.c: Use __asm__, not asm.
1074 2008-02-01 Hans-Peter Nilsson <hp@axis.com>
1076 PR rtl-optimization/34773
1077 * gcc.target/cris/torture/pr34773.c: New test.
1079 2008-02-01 Nick Clifton <nickc@redhat.com>
1081 * lib/target-supports.exp (check_profiling_available): Do not
1082 expect profiling to work on the xstormy16 target.
1084 2008-02-01 Uros Bizjak <ubizjak@gmail.com>
1087 * gcc.c-torture/execute/20050316-2.x: New file.
1088 * gcc.target/i386/pr17390.c: Update scan pattern.
1089 * gcc.dg/builtin-apply4.c: Add -mno-mmx for 32bit x86 targets.
1090 * g++.dg/tree-ssa/ivopts-1.C: Remove XPASS for x86 targets.
1092 2008-01-31 Paul Thomas <pault@gcc.gnu.org>
1095 * gfortran.dg/proc_assign_2.f90: New test.
1097 2008-01-31 Douglas Gregor <doug.gregor@gmail.com>
1098 Jakub Jelinek <jakub@redhat.com>
1102 * g++.dg/ext/alias-canon.C: New.
1103 * g++.dg/ext/alias-mangle.C: New.
1105 2008-01-30 Jan Hubicka <jh@suse.cz>
1107 * gcc.c-torture/execute/pr34982.c: Add forgotten return 0.
1109 2008-01-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1111 * g++.dg/other/first-global.C: Add -fpie for all pic targets.
1112 * g++.dg/parse/attr-externally-visible-1.C: Likewise.
1114 2008-01-30 Jan Hubicka <jh@suse.cz>
1117 * gcc.c-torture/execute/pr34982.c: New testcase.
1119 2008-01-30 Andreas Krebbel <krebbel1@de.ibm.com>
1121 * gcc.target/s390/tf_to_di-1.c: New testcase.
1123 2008-01-30 Paul Thomas <pault@gcc.gnu.org>
1126 * gfortran.dg/use_only_3.f90: New test.
1127 * gfortran.dg/use_only_3.inc: Modules for new test.
1130 * gfortran.dg/function_charlen_2.f90: New test.
1132 2008-01-30 Jakub Jelinek <jakub@redhat.com>
1135 * gcc.dg/pr34969.c: New test.
1138 * gcc.dg/inline-25.c: New test.
1139 * gcc.dg/inline-26.c: New test.
1140 * gcc.dg/inline-27.c: New test.
1142 2008-01-29 Richard Guenther <rguenther@suse.de>
1145 * gcc.c-torture/compile/pr35006.c: New testcase.
1147 2008-01-29 Douglas Gregor <doug.gregor@gmail.com>
1158 * g++.dg/cpp0x/vt-34219-2.C: New.
1159 * g++.dg/cpp0x/pr32126.C: Tweak expected error messages.
1160 * g++.dg/cpp0x/vt-34961.C: New.
1161 * g++.dg/cpp0x/vt-34055.C: Tweak error messages; add new test
1162 cases from the re-opened PR.
1163 * g++.dg/cpp0x/vt-34753.C: New.
1164 * g++.dg/cpp0x/vt-34919.C: New.
1165 * g++.dg/cpp0x/vt-34754.C: New.
1166 * g++.dg/cpp0x/vt-34606.C: New.
1167 * g++.dg/cpp0x/vt-34219.C: New.
1168 * g++.dg/cpp0x/pr32125.C: Tweak expected error messages.
1169 * g++.dg/cpp0x/vt-34755.C: New.
1170 * g++.dg/cpp0x/pr31438.C: Ditto.
1171 * g++.dg/cpp0x/variadic81.C: Ditto.
1173 2008-01-29 Richard Sandiford <rsandifo@nildram.co.uk>
1175 * g++.dg/torture/pr34641.C: Put the dg-do first.
1177 2008-01-29 Richard Sandiford <rsandifo@nildram.co.uk>
1179 * gcc.target/mips/lazy-binding-1.c: Skip for mips16.
1181 2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
1183 * g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment.
1185 2008-01-28 Nathan Froyd <froydnj@codesourcery.com>
1188 * gcc.target/powerpc/spe-small-data-1.c: New test.
1189 * gcc.target/powerpc/spe-small-data-2.c: New test.
1191 2008-01-28 Thomas Koenig <tkoenig@gcc.gnu.org>
1194 * gfortran.dg/shape_3.f90: New test.
1196 2008-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
1198 * gcc.target/s390/20020926-1.c: Remove -m31.
1200 2008-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
1202 * gcc.target/s390/20020926-1.c: Disable for s390x.
1204 2008-01-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1207 * gfortran.dg/missing_optional_dummy_5.f90: Fix matching regular
1210 2008-01-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1213 * gfortran.dg/array_constructor_22.f90: New test.
1215 2008-01-26 Maxim Kuvyrkov <maxim@codesourcery.com>
1218 * gcc.c-torture/compile/pr34688: New test.
1220 2008-01-26 Tobias Burnus <burnus@net-b.de>
1223 * gfortran.dg/missing_optional_dummy_5.f90: New.
1225 2008-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1227 * gcc.dg/tree-ssa/20070302-1.c (baz): Mark with attribute
1228 noinline. XFAIL test.
1230 2008-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1233 * gfortran.dg/array_3.f90: New test.
1235 2008-01-26 Jakub Jelinek <jakub@redhat.com>
1237 * gcc.c-torture/compile/pr34966.c (atan): Only use asm
1241 * gcc.dg/pr34965.c: New test.
1242 * g++.dg/other/error24.C: New test.
1244 2008-01-26 Thomas Koenig <tkoenig@gcc.gnu.org>
1246 PR libfofortran/34887
1247 * gfortran.dg/x_slash_2.f: New test.
1249 2008-01-26 Richard Guenther <rguenther@suse.de>
1252 * g++.dg/torture/pr34235.C: New testcase.
1254 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
1256 * g++.dg/tree-ssa/ivopts-1.C: XFAIL for MIPS too.
1258 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
1261 * gcc.target/mips/lazy-binding-1.c: New test.
1262 * gcc.target/mips/mips.exp (setup_mips_tests): Set
1263 mips_forced_no_abicalls and mips_forced_no_shared.
1264 (dg-mips-options): Avoid using -mabicalls with an implicit -mabi=eabi.
1265 Avoid using small data with -mabicalls. Don't make -G0 force
1266 -mn-abicalls. Skip -mabicalls and -mshared tests if the multilib
1267 forces the opposite option.
1269 2008-01-26 Danny Smith <dannysmith@users.sourceforge.net>
1272 * gcc.target/i386/fastcall-1.c: Scan for correct label.
1273 Use -std=gnu89 switch.
1275 2008-01-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1278 * gfortran.dg/direct_io_9.f: New test.
1280 2008-01-25 Daniel Franke <franke.daniel@gmail.com>
1283 * gfortran.dg/where_operator_assign_4.f90: New test.
1285 2008-01-25 Joseph Myers <joseph@codesourcery.com>
1287 * gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c,
1288 gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle
1291 2008-01-25 Richard Guenther <rguenther@suse.de>
1294 * gcc.c-torture/execute/pr32244-1.c: New testcase.
1296 2008-01-25 Richard Guenther <rguenther@suse.de>
1298 PR tree-optimization/34966
1299 * gcc.c-torture/compile/pr34966.c: New testcase.
1301 2008-01-25 Richard Guenther <rguenther@suse.de>
1304 * g++.dg/torture/pr33887-1.C: New testcase.
1305 * g++.dg/torture/pr33887-2.C: Likewise.
1306 * g++.dg/torture/pr33887-3.C: Likewise.
1307 * gcc.c-torture/execute/20071211-1.c: Likewise.
1309 2008-01-25 Uros Bizjak <ubizjak@gmail.com>
1312 * gcc.dg/pr34856.c: Use pointer mode for "pin".
1314 2008-01-25 Jakub Jelinek <jakub@redhat.com>
1317 * g++.dg/gomp/pr33333.C: New test.
1319 PR preprocessor/34692
1320 * gcc.dg/cpp/pr34692.c: New test.
1321 * gcc.dg/gomp/pr34692.c: New test.
1323 2008-01-25 Olga Golovanevsky <olga@il.ibm.com>
1325 * gcc.dg/struct/wo_prof_malloc_size_var.c: UnXFAIL.
1327 2008-01-24 Daniel Franke <franke.daniel@gmail.com>
1330 * gfortran.dg/empty_type.f90: New test.
1332 2008-01-24 Paolo Carlini <pcarlini@suse.de>
1335 * g++.dg/template/crash77.C: New.
1337 2008-01-24 Uros Bizjak <ubizjak@gmail.com>
1340 * gcc.dg/pr34856.c: New test.
1342 2008-01-24 Tobias Burnus <burnus@net-b.de>
1344 * gfortran.dg/namelist_39.f90: Delete temporary files.
1345 * gfortran.dg/namelist_44.f90: Ditto.
1347 2008-01-24 Richard Guenther <rguenther@suse.de>
1350 * g++.dg/torture/pr34953.C: New testcase.
1352 2008-01-24 Jakub Jakub Jelinek <jakub@redhat.com>
1355 * gcc.c-torture/compile/20080124-1.c: New test.
1357 2008-01-24 Paul Thomas <pault@gcc.gnu.org>
1360 * gfortran.dg/function_charlen_3.f: New test.
1362 2008-01-23 Michael Matz <matz@suse.de>
1365 * g++.dg/debug/pr34895.cc: New testcase.
1367 2008-01-23 Richard Guenther <rguenther@suse.de>
1370 * gcc.dg/pr31529-1.c: New testcase.
1371 * gcc.dg/pr31529-2.c: Likewise.
1373 2008-01-23 Jakub Jelinek <jakub@redhat.com>
1376 * g++.dg/ext/pr34829.C (operator new): Use size_t instead of
1377 unsigned int for the first argument.
1379 2008-01-22 Jakub Jelinek <jakub@redhat.com>
1382 * g++.dg/conversion/bitfield7.C: New test.
1383 * g++.dg/cpp0x/decltype4.C: Fixed xfail.
1385 2008-01-23 Bernd Schmidt <bernd.schmidt@analog.com>
1387 From Michael Frysinger <michael.frysinger@analog.com>
1388 * gcc.target/bfin/mcpu-bf547.c: New test.
1389 * gcc.target/bfin/mcpu-bf523.c: New test.
1390 * gcc.target/bfin/mcpu-bf524.c: New test.
1391 * gcc.target/bfin/mcpu-bf526.c: New test.
1393 2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
1395 * gcc.c-torture/execute/20080122-1.c: New test.
1397 2008-01-22 Tom Tromey <tromey@redhat.com>
1400 * gcc.dg/cpp/pr34859.c: New file.
1402 2008-01-22 Paul Thomas <pault@gcc.gnu.org>
1405 * gfortran.dg/vector_subscript_3.f90: New test.
1407 2008-01-22 Tobias Burnus <burnus@net-b.de>
1410 * gfortran.dg/missing_optional_dummy_4.f90
1412 2008-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1414 * gcc.dg/vect/vect-ifcvt-9.c: Use inline.
1416 2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
1418 * gnat.dg/unchecked_union1.adb: New test.
1420 2008-01-22 Tom Tromey <tromey@redhat.com>
1423 * g++.dg/ext/pr34829.C: New file.
1425 2008-01-22 Jakub Jelinek <jakub@redhat.com>
1428 * gcc.dg/gomp/pr34607.c: New test.
1429 * g++.dg/gomp/pr34607.C: New test.
1432 * g++.dg/ext/vector10.C: New test.
1435 * g++.dg/other/error23.C: New test.
1438 * g++.dg/ext/vector12.C: New test.
1440 2008-01-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1443 * gcc.dg/Wstrict-overflow-21.c: New.
1444 * g++.dg/warn/Wstrict-aliasing-8.C: New.
1446 2008-01-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1449 * gcc.dg/pr33092.c: New.
1451 2008-01-22 Andreas Krebbel <krebbel1@de.ibm.com>
1453 * gcc.target/s390/20020926-1.c: Add -m31 option.
1455 2008-01-22 Daniel Franke <franke.daniel@gmail.com>
1458 * gfortran.dg/initialization_18.f90: New test.
1460 2008-01-22 Tobias Burnus <burnus@net-b.de>
1463 * gfortran.dg/tab_continuation.f: New.
1465 2008-01-22 Paul Thomas <pault@gcc.gnu.org>
1468 * gfortran.dg/use_rename_2.f90: New test.
1470 2008-01-21 Richard Guenther <rguenther@suse.de>
1473 * gcc.c-torture/compile/pr34856.c: New testcase.
1475 2008-01-21 Richard Guenther <rguenther@suse.de>
1478 * gcc.c-torture/compile/pr34885.c: New testcase.
1480 2008-01-21 Eric Botcazou <ebotcazou@adacore.com>
1482 * gnat.dg/specs/alignment1.ads: New test.
1484 2008-01-21 Richard Guenther <rguenther@suse.de>
1487 * g++.dg/torture/pr34850.C: New testcase.
1489 2008-01-21 Alon Dayan <alond@il.ibm.com>
1490 Olga Golovanevsky <olga@il.ibm.com>
1492 PR tree-optimization/34701
1493 * gcc.dg/struct/wo_prof_array_field.c: New test.
1495 2008-01-20 Paolo Carlini <pcarlini@suse.de>
1498 * g++.dg/ext/vector9.C: New.
1500 2008-01-20 Paolo Carlini <pcarlini@suse.de>
1504 * g++.dg/template/crash75.C: New.
1505 * g++.dg/template/crash76.C: Likewise.
1507 2008-01-20 Kaz Kojima <kkojima@gcc.gnu.org>
1509 PR rtl-optimization/34808
1510 * gcc.c-torture/compile/pr34808.c: New test.
1512 2008-01-20 Paul Thomas <pault@gcc.gnu.org>
1515 * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
1518 * gfortran.dg/entry_array_specs_3.f90: New test.
1521 * gfortran.dg/use_rename_1.f90: New test.
1523 2008-01-20 Paul Thomas <pault@gcc.gnu.org>
1526 * gfortran.dg/array_constructor_20.f90: New test.
1527 * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
1530 * gfortran.dg/array_constructor_21.f90: New test.
1532 2008-01-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1535 * gfortran.dg/inquire_13.f90: New test.
1538 * gfortran.dg/continuation_9.f90: New test.
1540 2008-01-20 Richard Sandiford <rsandifo@nildram.co.uk>
1543 * gcc.target/mips/pr34831.c: New test.
1545 2008-01-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1549 * gfortran.dg/any_all_1.f90: New test.
1550 * gfortran.dg/any_all_2.f90: New test.
1552 2008-01-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1554 * g++.dg/eh/ia64-2.C: Place "dg-do run" statement before
1555 "dg-require-weak" statement.
1556 * g++.dg/eh/weak1.C: Likewise.
1558 2008-01-19 Jakub Jelinek <jakub@redhat.com>
1560 PR gcov-profile/34610
1561 * gcc.dg/gomp/pr34610.c: New test.
1563 2008-01-19 Tobias Burnus <burnus@net-b.de>
1566 * gfortran.dg/implicit_11.f90: New.
1567 * gfortran.dg/allocate_stat.f90: Update dg-error pattern.
1568 * gfortran.dg/entry_15.f90: Ditto.
1569 * gfortran.dg/func_assign.f90: Ditto.
1570 * gfortran.dg/gomp/reduction3.f90: Ditto.
1571 * gfortran.dg/proc_assign_1.f90: Ditto.
1573 * gfortran.dg/interface_proc_end.f90: Use dg-error instead
1574 of dg-excess-errors.
1576 2008-01-18 Tobias Burnus <burnus@net-b.de>
1579 * gfortran.dg/argument_checking_15.f90: New.
1580 * gfortran.dg/argument_checking_5.f90: Change TODO into
1583 2008-01-18 Tobias Burnus <burnus@net-b.de>
1585 * gfortran.dg/enum_4.f90: Replace dg-excess-errors by dg-error.
1586 * gfortran.dg/enum_5.f90: Ditto.
1587 * gfortran.dg/enum_6.f90: Ditto.
1588 * gfortran.dg/bom_error.f90: Ditto.
1589 * gfortran.dg/func_decl_4.f90: Ditto.
1591 2008-01-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1594 * gfortran.dg/fmt_t_6.f: New test.
1596 2008-01-18 Tobias Burnus <burnus@net-b.de>
1598 * gfortran.dg/large_real_kind_form_io_1.f90: Enlarge string for internal I/O.
1600 2008-01-18 Jonathan Wakely <jwakely.gcc@gmail.com>
1602 * gcc/testsuite/g++.dg/lookup/two-stage2.C: fix comment.
1604 2008-01-18 Ian Lance Taylor <iant@google.com>
1606 * gcc.dg/debug/dwarf2/var1.c: Add -fno-merge-debug-strings.
1608 2008-01-18 Ian Lance Taylor <iant@google.com>
1611 * g++.dg/init/new26.C: New test.
1613 2008-01-18 Richard Guenther <rguenther@suse.de>
1616 * gcc.dg/Warray-bounds.c: XFAIL two tests, remove one
1619 2008-01-18 Hans-Peter Nilsson <hp@axis.com>
1621 * g++.dg/tree-ssa/pr34355.C: Correct order of dg-do and
1622 dg-require-effective-target.
1624 2007-01-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1627 * gfortran.dg/reshape_2.f90: New test.
1629 2007-01-18 Bernhard Fischer <aldot@gcc.gnu.org>
1631 * gcc.dg/20040223-1.c: Fix comment typo.
1633 2008-01-17 Janis Johnson <janis187@us.ibm.com>
1636 * gcc.target/powerpc/ppc32-abi-dfp-1.c: Enable checks that will fail
1637 until 34814 is fixed.
1639 2008-01-17 Andrew MacLeod <amacleod@redhat.com>
1641 PR tree-optimization/34648
1642 * gcc.c-torture/compile/pr34648.c: New testcase.
1644 2008-01-17 Sebastian Pop <sebastian.pop@amd.com>
1647 * gcc.dg/autopar/autopar.exp: New.
1648 * g++.dg/tree-ssa/pr34355.C: Require pthread.
1649 * lib/target-supports.exp (check_effective_target_pthread): New.
1651 * gcc.dg/tree-ssa/parallelization-1.c: Moved to gcc.dg/autopar.
1652 * gcc.dg/tree-ssa/reduc-1short.c: Same.
1653 * gcc.dg/tree-ssa/reduc-1.c: Same.
1654 * gcc.dg/tree-ssa/reduc-2short.c: Same.
1655 * gcc.dg/tree-ssa/reduc-2.c: Same
1656 * gcc.dg/tree-ssa/reduc-3.c: Same.
1657 * gcc.dg/tree-ssa/reduc-1char.c: Same.
1658 * gcc.dg/tree-ssa/reduc-6.c: Same.
1659 * gcc.dg/tree-ssa/reduc-7.c: Same.
1660 * gcc.dg/tree-ssa/reduc-2char.c: Same.
1661 * gcc.dg/tree-ssa/reduc-8.c: Same.
1662 * gcc.dg/tree-ssa/reduc-9.c: Same.
1664 2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
1666 * gnat.dg/discr5.adb: New test.
1668 2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
1670 * gcc.c-torture/compile/20080114-1.c: Use empty asm statements.
1672 2008-01-17 Richard Guenther <rguenther@suse.de>
1674 PR tree-optimization/34825
1675 * gcc.dg/pr34825.c: New testcase.
1677 2008-01-17 Richard Guenther <rguenther@suse.de>
1679 * gcc.c-torture/execute/20080117-1.c: New testcase.
1681 2008-01-17 Revital Eres <eres@il.ibm.com>
1684 * gcc.dg/pr30957-1.c: Always xfail and add noinline attribute.
1686 2008-01-17 Paul Thomas <pault@gcc.gnu.org>
1689 * gfortran.dg/function_charlen_1.f90: New test.
1692 * gfortran.dg/function_types_1.f90: New test.
1693 * gfortran.dg/function_types_2.f90: New test.
1696 * gfortran.dg/function_kinds_4.f90: New test.
1697 * gfortran.dg/function_kinds_5.f90: New test.
1699 * gfortran.dg/defined_operators_1.f90: Errors now at function
1701 * gfortran.dg/private_type_4.f90: The same.
1702 * gfortran.dg/interface_15.f90: The same.
1703 * gfortran.dg/elemental_args_check_2.f90: The same.
1704 * gfortran.dg/auto_internal_assumed.f90: The same.
1706 2008-01-16 Eric Botcazou <ebotcazou@adacore.com>
1708 * gnat.dg/sizetype.adb: New test.
1710 2008-01-16 Richard Guenther <rguenther@suse.de>
1713 * gcc.dg/overflow-warn-7.c: New testcase.
1715 2008-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1717 * gcc.dg/tree-ssa/loop-19.c: Require nonpic.
1719 2008-01-16 Jakub Jelinek <jakub@redhat.com>
1720 Richard Guenther <rguenther@suse.de>
1723 * gcc.dg/pr34668-1.c: New test.
1724 * gcc.dg/pr34668-2.c: Likewise.
1726 2008-01-16 Richard Guenther <rguenther@suse.de>
1729 * g++.dg/torture/pr33819.C: New testcase.
1731 2008-01-16 Richard Guenther <rguenther@suse.de>
1734 * gcc.c-torture/execute/pr34768-1.c: New testcase.
1735 * gcc.c-torture/execute/pr34768-2.c: Likewise.
1737 2008-01-16 Tobias Burnus <burnus@net-b.de>
1740 * gfortran.dg/argument_checking_13.f90: New.
1741 * gfortran.dg/argument_checking_14.f90: New.
1743 2008-01-15 Thomas Koenig <tkoenig@gcc.gnu.org>
1746 * gfortran.dg/anyallcount_1.f90: New test.
1748 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1751 * g++.dg/cpp0x/vt-34399.C: New.
1752 * g++.dg/template/friend50.C: New.
1754 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1757 * g++.dg/cpp0x/vt-34751.C: New.
1759 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1765 * g++.dg/cpp0x/vt-34051-2.C: New.
1766 * g++.dg/cpp0x/vt-34102.C: New.
1767 * g++.dg/cpp0x/vt-34051.C: New.
1768 * g++.dg/cpp0x/vt-34055.C: New.
1769 * g++.dg/cpp0x/vt-34103.C: New.
1771 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1774 * g++.dg/cpp0x/vt-34314.C: New.
1775 * g++.dg/cpp0x/variadic79.C: Fix the error message to reflect
1776 reality (the error message was wrong previously).
1778 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1781 * g++.dg/cpp0x/vt-33964.C: New.
1782 * g++.dg/template/partial5.C: New.
1784 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1787 * g++.dg/cpp0x/vt-34052.C: New.
1788 * g++.dg/template/ttp26.C: New.
1790 2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
1792 * gnat.dg/rep_clause2.ad[sb]: New test.
1793 * gnat.dg/rep_problem2.adb: Rename to rep_clause1.adb.
1795 2008-01-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1798 * g++.dg/cpp/pedantic-errors.C: Delete.
1799 * g++.dg/cpp/permissive.C: Delete.
1801 2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
1803 * gcc.c-torture/compile/20080114-1.c: New test.
1805 2008-01-13 Tobias Burnus <burnus@net-b.de>
1808 * gfortran.dg/argument_checking_11.f90: New.
1809 * gfortran.dg/argument_checking_12.f90: New.
1810 * gfortran.dg/used_dummy_types_4.f90: Update dg-error.
1811 * gfortran.dg/c_assoc_2.f03: Update dg-error.
1812 * gfortran.dg/argument_checking_3.f90: Ditto.
1813 * gfortran.dg/pointer_intent_2.f90: Ditto.
1814 * gfortran.dg/import2.f90: Ditto.
1815 * gfortran.dg/assumed_shape_ranks_1.f90: Ditto.
1816 * gfortran.dg/implicit_actual.f90: Ditto.
1817 * gfortran.dg/used_dummy_types_3.f90: Ditto.
1818 * gfortran.dg/derived_comp_array_ref_6.f90: Ditto.
1820 2008-01-13 Tobias Burnus <burnus@net-b.de>
1823 * gfortran.dg/interface_proc_end.f90: New.
1825 2008-01-13 Tobias Burnus <burnus@net-b.de>
1828 * gfortran.dg/assumed_size_refs_4.f90: New.
1830 2008-01-13 Eric Botcazou <ebotcazou@adacore.com>
1832 * gnat.dg/unchecked_convert1.adb.
1834 2008-01-13 Richard Guenther <rguenther@suse.de>
1836 * gcc.dg/struct-ret-3.c: Adjust testcase to make stack
1837 readable and writable again before exiting.
1839 2008-01-13 Richard Guenther <rguenther@suse.de>
1842 * gcc.dg/noncompile/incomplete-4.c: New testcase.
1844 2008-01-13 Jan Hubicka <jh@suse.cz>
1847 * gcc.dg/pr32135.c: new.
1849 2008-01-12 Doug Kwan <dougkwan@google.com>
1851 * gcc.dg/qual-return-1.c: Add -Wignored-qualifiers.
1852 * g++.dg/warn/Wreturn-type-4.C: Replace -Wreturn-type by
1853 -Wignored-qualifiers.
1855 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
1857 * gnat.dg/slice3.adb: New test.
1858 * gnat.dg/slice4.adb: Likewise.
1860 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
1862 * gnat.dg/bit_packed_array.ad[sb]: New test.
1864 2008-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1867 * gfortran.dg/parens_7.f90: New test.
1869 2008-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1871 * gcc.dg/tree-ssa/loadpre5.c: Use static.
1872 * gcc.dg/tree-ssa/loadpre8.c: Likewise.
1874 * gcc.dg/pr33826.c: Require nonpic.
1876 2008-01-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1879 * gfortran.dg/inquire_12.f90: New test.
1881 2008-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1884 * all_bounds_1.f90: New test case.
1885 * maxloc_bounds_1.f90: New test case.
1886 * maxloc_bounds_2.f90: New test case.
1887 * maxloc_bounds_3.f90: New test case.
1888 * maxloc_bounds_4.f90: New test case.
1889 * maxloc_bounds_5.f90: New test case.
1890 * maxloc_bounds_6.f90: New test case.
1891 * maxloc_bounds_7.f90: New test case.
1892 * maxloc_bounds_8.f90: New test case.
1894 2008-01-11 Eric Botcazou <ebotcazou@adacore.com>
1896 * gcc.dg/struct-ret-3.c: New test.
1898 2008-01-11 Paul Thomas <pault@gcc.gnu.org>
1901 * gfortran.dg/transfer_simplify_8.f90: New test.
1903 2008-01-11 Andreas Krebbel <krebbel1@de.ibm.com>
1905 * g++.dg/torture/pr34641.C: Add dg-require-visibility. Define
1906 size_t using predefined macro.
1908 2008-01-10 Raksit Ashok <raksit@google.com>
1910 PR rtl-optimization/27971
1911 * gcc.target/i386/pr27971.c: New testcase.
1913 2008-01-10 Paul Thomas <pault@gcc.gnu.org>
1916 * gfortran.dg/bounds_check_12.f90: New test.
1918 2008-01-10 Uros Bizjak <ubizjak@gmail.com>
1920 * gcc.target/i386/cmov7.c: Add -mbranch-cost=5 to dg-options.
1921 * gcc.target/i386/addr-sel-1.c: Require nonpic effective target.
1923 2008-01-10 Andreas Krebbel <krebbel1@de.ibm.com>
1926 * g++.dg/torture/pr34641.C: New testcase.
1928 2008-01-10 Richard Guenther <rguenther@suse.de>
1930 PR tree-optimization/34651
1931 * g++.dg/torture/pr34651.C: New testcase.
1933 2008-01-09 Sebastian Pop <sebastian.pop@amd.com>
1935 PR tree-optimization/34017
1936 * gcc.dg/tree-ssa/pr34017.c: New.
1938 2008-01-09 Richard Guenther <rguenther@suse.de>
1939 Andrew Pinski <andrew_pinski@playstation.sony.com>
1942 * gcc.c-torture/compile/pr30132.c: New testcase.
1944 2008-01-09 Richard Guenther <rguenther@suse.de>
1947 * gcc.c-torture/compile/pr34458.c: New testcase.
1949 2008-01-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1952 g++.dg/eh/ia64-2.C: Require weak support.
1954 2008-01-08 Richard Guenther <rguenther@suse.de>
1957 * g++.dg/torture/pr31863.C: New testcase.
1959 2008-01-08 Jakub Jelinek <jakub@redhat.com>
1962 * gcc.dg/gomp/pr34694.c: New test.
1963 * g++.dg/gomp/pr34694.C: New test.
1966 * g++.dg/gomp/pr33890.C: New test.
1968 2008-01-08 Paul Thomas <pault@gcc.gnu.org>
1971 * gfortran.dg/parameter_array_init_3.f90: New test.
1973 2008-01-08 Paul Thomas <pault@gcc.gnu.org>
1977 * gfortran.dg/alloc_comp_default_init_1.f90: New test.
1979 2008-01-07 Janis Johnson <janis187@us.ibm.com>
1981 * lib/target-supports.exp (check_effective_target_powerpc_spu): New.
1982 * g++.dg/other/spu2vmx-1.C: Use it.
1984 2008-01-07 Jack Howarth <howarth@bromo.med.uc.edu>
1986 * gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.
1989 * gcc.target/powerpc/popcount-1.c: Skip on darwin.
1990 * gcc.target/powerpc/parity-1.c: Likewise.
1992 2008-01-07 Fred Fish <fnf@specifix.com>
1994 PR preprocessor/30363:
1995 * gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in
1998 2008-01-07 Paul Thomas <pault@gcc.gnu.org>
2001 * gfortran.dg/use_only_2.f90: New test.
2003 2008-01-06 Paolo Carlini <pcarlini@suse.de>
2006 * g++.dg/rtti/predefined-rtti-macro-1.C: New.
2007 * g++.dg/rtti/predefined-rtti-macro-2.C: Likewise.
2009 2008-01-06 Paul Thomas <pault@gcc.gnu.org>
2012 * gfortran.dg/use_12.f90: New test.
2014 2008-01-06 Tobias Burnus <burnus@net-b.de>
2017 * interface.c (compare_actual_formal): Fix intent(out) check for
2018 function result variables.
2020 2008-01-06 Tobias Burnus <burnus@net-b.de>
2023 * gfortran.dg/elemental_args_check_2.f90: Fix test case.
2025 2008-01-06 Tobias Burnus <burnus@net-b.de>
2028 * gfortran.dg/intent_out_4.f90: Fix test case.
2030 2008-01-06 Tobias Burnus <burnus@net-b.de>
2033 * gfortran.dg/intent_out_4.f90: New.
2035 2008-01-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2038 * gfortran.dg/optional_dim_3.f90: New test.
2040 2008-01-06 Tobias Burnus <burnus@net-b.de>
2043 * gfortran.dg/common_11.f90: New.
2044 * gfortran.dg/blockdata_1.f90: Update test case.
2045 * gfortran.dg/blockdata_2.f90: Update test case.
2047 2008-01-06 Tobias Burnus <burnus@net-b.de>
2049 * gfortran.dg/equiv_constraint_9.f90: Fix typo.
2051 2008-01-06 Tobias Burnus <burnus@net-b.de>
2054 * gfortran.dg/equiv_constraint_9.f90: New.
2056 2008-01-06 Revital Eres <eres@il.ibm.com>
2058 PR tree-optimization/34263
2059 * gcc.dg/pr34263.c: New testcase.
2061 2008-01-06 Tobias Burnus <burnus@net-b.de>
2064 * gfortran.dg/internal_io_unf.f90: New.
2066 2008-01-06 Tobias Burnus <burnus@net-b.de>
2069 * gfortran.dg/elemental_args_check_2.f90: New.
2071 2008-01-06 Tobias Burnus <burnus@net-b.de>
2074 * gfortran.dg/intent_out_3.f90: New.
2076 2008-01-05 Richard Sandiford <rsandifo@nildram.co.uk>
2078 * objc.dg/stabs-1.m: Allow labels to be begin with $L as well as .L.
2080 2008-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2083 * gfortran.dg/list_read_8.f90: New test.
2085 2008-01-04 Richard Guenther <rguenther@suse.de>
2088 * gcc.c-torture/compile/pr34029-1.c: New testcase.
2089 * gcc.c-torture/compile/pr34029-2.c: Likewise.
2091 2008-01-04 Jakub Jelinek <jakub@redhat.com>
2093 PR gcov-profile/34609
2094 * g++.dg/gcov/gcov-6.C: New test.
2096 2008-01-04 Richard Guenther <rguenther@suse.de>
2098 PR tree-optimization/31081
2099 * g++.dg/torture/pr31081-1.C: New testcase.
2100 * g++.dg/torture/pr31081-2.C: Likewise.
2102 2008-01-04 Richard Sandiford <rsandifo@nildram.co.uk>
2104 * gcc.target/mips/rsqrt-1.c: Require -mgp64.
2105 * gcc.target/mips/rsqrt-2.c: Likewise.
2106 * gcc.target/mips/rsqrt-4.c: New test.
2108 2008-01-04 Tobias Burnus <burnus@net-b.de>
2111 * gfortran.dg/equiv_substr.f90: New.
2113 2008-01-03 Tom Tromey <tromey@redhat.com>
2116 * gcc.dg/pr34457-2.c: New file.
2117 * gcc.dg/pr34457-1.c: New file.
2119 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
2121 Revert fix for PR tree-optimization/34458.
2123 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
2125 PR tree-optimization/34458
2126 * gcc.dg/tree-ssa/pr34458.c: New.
2128 2008-01-03 Thomas Koenig <tkoenig@gcc.gnu.org>
2131 * gfortran.dg/internal_readwrite_1.f90: New test.
2132 * gfortran.dg/internal_readwrite_2.f90: New test.
2134 2008-01-03 Tom Tromey <tromey@redhat.com>
2136 PR preprocessor/34602:
2137 * gcc.dg/cpp/pr34602.c: New file.
2139 2008-01-03 Jakub Jelinek <jakub@redhat.com>
2141 PR tree-optimization/29484
2142 * gcc.c-torture/execute/20071220-1.c: New test.
2143 * gcc.c-torture/execute/20071220-2.c: New test.
2145 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
2147 PR tree-optimization/34635
2148 * gcc.dg/tree-ssa/pr34635.c: New.
2149 * gcc.dg/tree-ssa/pr34635-1.c: New.
2151 2008-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2154 * g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
2155 scan-assembler check.
2157 2008-01-03 Jakub Jelinek <jakub@redhat.com>
2160 * g++.dg/gomp/pr34608.C: New test.
2162 2008-01-02 Richard Guenther <rguenther@suse.de>
2166 * gcc.c-torture/compile/pr34093.c: New testcase.
2168 2008-01-01 Douglas Gregor <doug.gregor@gmail.com>
2170 * g++.dg/cpp0x/long_long.C: New.
2172 2008-01-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
2174 * gcc.target/spu/tag_manager.c : Include stdlib.h.
2175 * gcc.target/spu/Wmain.c: Fix the line numbers for the
2176 warning on the function main.
2178 2008-01-01 Jakub Jelinek <jakub@redhat.com>
2180 * gcc.target/i386/i386.exp (check_effective_target_sse5): Use __v8hi
2181 rather than __v2di type.
2183 2007-12-31 Paul Thomas <pault@gcc.gnu.org>
2186 * gfortran.dg/linked_list_1.f90: New test.
2188 2007-12-29 Richard Sandiford <rsandifo@nildram.co.uk>
2190 * lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
2191 instead of appending to it.
2193 2007-12-27 Dorit Nuzman <dorit@il.ibm.com>
2195 PR tree-optimization/34591
2196 * gcc.dg/vect/pr34591.c: New test.
2198 2007-12-27 Thomas Koenig <tkoenig@gcc.gnu.org>
2201 * gfortran.dg/direct_io_8.f90: New test case.
2203 2007-12-27 Jakub Jelinek <jakub@redhat.com>
2206 * gcc.c-torture/execute/20071213-1.c: New test.
2208 2007-12-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2211 * gfortran.dg/read_eof_5.f90: New test.
2213 2007-12-25 Tobias Burnus <burnus@net-b.de>
2216 * gfortran.dg/initialization_17.f90: New.
2218 2007-12-25 Thomas Koenig <tkoenig@gcc.gnu.org>
2221 * gfortran.dg/matmul_6.f90: New test.
2223 2007-12-23 Tobias Burnus <burnus@net-b.de>
2226 * gfortran.dg/entry_17.f90: New.
2228 2007-12-23 Daniel Franke <franke.daniel@gmail.com>
2231 * gfortran.dg/integer_exponentiation_2.f90: Fixed testcase.
2232 * gfortran.dg/real_const_3.f90: Likewise.
2233 * gfortran.dg/unary_operator.f90: New test.
2235 2007-12-23 Eric Botcazou <ebotcazou@adacore.com>
2237 * gnat.dg/pack2.adb: New test.
2239 2007-12-22 Daniel Franke <franke.daniel@gmail.com>
2242 * gfortran.dg/repeat_6.f90: New test.
2244 2007-12-22 Thomas Koenig <tkoenig@gcc.gnu.org>
2247 * cshift_shift_real_1.f90: New test.
2249 2007-12-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2252 * gfortran.dg/shift-kind_2.f90: New test.
2254 2007-12-21 Kazu Hirata <kazu@codesourcery.com>
2257 * gcc.dg/pr8835-1.c: New.
2259 2007-12-21 Paul Thomas <pault@gcc.gnu.org>
2262 * gfortran.dg/default_initialization_3.f90: New test.
2264 2007-12-21 Richard Sandiford <rsandifo@nildram.co.uk>
2266 * gcc.target/mips/mips.exp (setup_mips_tests): Fix _MIPS_SIM
2268 (dg-mips-options): Treat -march=24k* as a 32-bit option.
2270 2007-12-20 Jack Howarth <howarth@bromo.med.uc.edu>
2272 * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations
2273 -fsigned-zeros -fno-associative-math" on powerpc-*-darwin*.
2275 2007-12-20 Jason Merrill <jason@redhat.com>
2277 * gcc.dg/overload/arg[14].C: Remove expected errors.
2279 2007-12-20 Jakub Jelinek <jakub@redhat.com>
2282 * gcc.c-torture/execute/20071219-1.c: New test.
2284 2007-12-20 Tobias Burnus <burnus@net-b.de>
2287 * gfortran.dg/namelist_44.f90: New.
2289 2007-12-20 Tobias Burnus <burnus@net-b.de>
2292 * gfortran.dg/boz_8.f90: Add error-check check.
2293 * gfortran.dg/boz_9.f90: Shorten BOZ where needed, replace
2296 2007-12-19 Zdenek Dvorak <ook@ucw.cz>
2298 * gcc.dg/gomp/combined-1.c: New test.
2300 2007-12-19 Zdenek Dvorak <ook@ucw.cz>
2302 PR tree-optimization/34355
2303 * g++.dg/tree-ssa/pr34355.C: New test.
2305 2007-12-19 Revital Eres <eres@il.ibm.com>
2307 * gcc.dg/sms-5.c: New testcase.
2309 2007-12-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2312 * gfortran.dg/missing_parens_1.f90: New.
2313 * gfortran.dg/missing_parens_1.f90: New.
2315 2007-12-19 Daniel Franke <franke.daniel@gmail.com>
2318 * gfortran.dg/transfer_simplify_2.f90: Fixed invalid initialization
2320 * gfortran.dg/transfer_simplify_7.f90: New test.
2322 2007-12-18 Janis Johnson <janis187@us.ibm.com>
2324 * gcc.dg/pr32912-3.c: Compile with -w.
2326 * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
2328 2007-12-18 Douglas Gregor <doug.gregor@gmail.com>
2329 Jakub Jelinek <jakub@redhat.com>
2334 * g++.dg/cpp0x/variadic86.C: New.
2335 * g++.dg/cpp0x/variadic87.C: New.
2336 * g++.dg/cpp0x/variadic84.C: New.
2337 * g++.dg/cpp0x/variadic85.C: New.
2338 * g++.dg/template/ttp25.C: New.
2340 2007-12-18 Sebastian Pop <sebastian.pop@amd.com>
2342 PR tree-optimization/34123
2343 * gcc.dg/tree-ssa/pr34123.c: New test.
2345 2007-12-18 Richard Sandiford <rsandifo@nildram.co.uk>
2347 PR rtl-optimization/34456
2348 * gcc.c-torture/execute/pr34456.c: New test.
2350 2007-12-18 Jakub Jelinek <jakub@redhat.com>
2353 * g++.dg/parse/friend7.C: New test.
2355 PR rtl-optimization/34490
2356 * gcc.c-torture/execute/20071216-1.c: New test.
2358 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2360 * gcc.dg/torture/builtin-math-4.c: Remove XFAIL.
2362 2007-12-17 Dorit Nuzman <dorit@il.ibm.com>
2364 * gcc.dg/tree-ssa/gen-vect-2.c: Change verbosity level to 4.
2365 * gcc.dg/tree-ssa/gen-vect-32.c: Likewise
2366 * gcc.dg/tree-ssa/gen-vect-25.c: Likewise
2367 * gcc.dg/tree-ssa/gen-vect-26.c: Likewise
2368 * gcc.dg/tree-ssa/gen-vect-28.c: Likewise
2370 2007-12-17 Jakub Jelinek <jakub@redhat.com>
2373 * gcc.dg/gomp/clause-2.c: New test.
2374 * g++.dg/gomp/clause-4.C: New test.
2376 2007-12-17 Tobias Burnus <burnus@net-b.de>
2378 * gfortran.dg/initialization_16.f90: Update as FLOAT/SNGL are
2379 part of Fortran 77/95/2003.
2381 2007-12-17 Dorit Nuzman <dorit@il.ibm.com>
2383 PR tree-optimization/34445
2384 * gfortran.dg/vect/cost-model-pr34445.f: New test.
2385 * gfortran.dg/vect/cost-model-pr34445a.f: New test.
2387 2007-12-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2390 * gfortran.dg/namelist_42.f90: Update.
2391 * gfortran.dg/namelist_43.f90: New.
2393 2007-12-16 Tobias Burnus <burnus@net-b.de>
2396 * gfortran.dg/initialization_16.f90: New.
2398 2007-12-16 Thomas Koenig <tkoenig@gcc.gnu.org>
2401 * gfortran.dg/real_dimension_1.f: New test case.
2403 2007-12-16 Rask Ingemann Lambertsen <rask@sygehus.dk>
2405 * gcc.dg/torture/pr24257.c: Remove -O from options.
2407 2007-12-16 Tobias Burnus <burnus@net-b.de>
2410 * gfortran.dg/bind_c_usage_16.f03: Extend test.
2412 2007-12-16 Paul Thomas <pault@gcc.gnu.org>
2417 * gfortran.dg/mapping_1.f90: New test.
2418 * gfortran.dg/mapping_2.f90: New test.
2419 * gfortran.dg/mapping_3.f90: New test.
2421 2007-12-16 Richard Sandiford <rsandifo@nildram.co.uk>
2423 PR rtl-optimization/34415
2424 * gcc.c-torture/execute/pr34415.c: New test.
2426 2007-12-16 Danny Smith <dannysmith@users.sourceforge.net>
2428 * gcc.target/i386/fastcall-1.c: (f4): Change return type to
2431 2007-12-16 Jakub Jelinek <jakub@redhat.com>
2434 * gcc.dg/pr34003-1.c: New test.
2435 * gcc.dg/pr34003-2.c: New.
2437 2007-12-15 Hans-Peter Nilsson <hp@axis.com>
2439 * gcc.target/cris/peep2-xsrand.c, gcc.target/cris/asmreg-1.c,
2440 gcc.target/cris/peep2-andu1.c, gcc.target/cris/peep2-xsrand2.c,
2441 gcc.target/cris/20011127-1.c: Drop redundant target-specifier.
2442 * gcc.target/cris/peep2-andu2.c: Ditto. Make dg-do assemble and
2444 * gcc.target/cris/torture/cris-torture.exp,
2445 gcc.target/cris/cris.exp: Run for crisv32-*-* too.
2446 * gcc.target/cris/builtin_ctz_v3.c,
2447 gcc.target/cris/builtin_ctz_v8.c,
2448 gcc.target/cris/builtin_clz_v0.c,
2449 gcc.target/cris/builtin_clz_v3.c,
2450 gcc.target/cris/builtin_bswap_v3.c,
2451 gcc.target/cris/builtin_bswap_v8.c, gcc.dg/sibcall-4.c,
2452 gcc.dg/pr19340.c, gcc.dg/20020919-1.c, gcc.dg/pr31866.c,
2453 gcc.dg/torture/cris-asm-mof-1.c, gcc.dg/torture/cris-volatile-1.c,
2454 gcc.dg/weak/typeof-2.c, gcc.dg/tree-ssa/loop-1.c,
2455 gcc.dg/tree-ssa/20040204-1.c, gcc.dg/sibcall-3.c,
2456 lib/target-supports.exp: Adjust for crisv32-*-*.
2458 2007-12-15 Alexandre Oliva <aoliva@redhat.com>
2460 * gcc.dg/debug/const-3.c: New.
2462 2007-12-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2464 * g++.dg/other/datasec1.C: Require named section support.
2466 2007-12-14 Jakub Jelinek <jakub@redhat.com>
2469 * gcc.target/i386/pr29978.c: New test.
2471 2007-12-14 Uros Bizjak <ubizjak@gmail.com>
2473 * gcc.target/i386/sse-12.c (dg-options): Use -msse4
2474 instead of -msse4.1.
2475 * gcc.target/i386/sse-12.c (dg-options): Ditto.
2476 * g++.dg/other/i386-2.C (dg-options): Ditto.
2478 2007-12-14 Tobias Burnus <burnus@net-b.de>
2481 * gfortran.dg/private_type_10.f90: New.
2483 2007-12-14 Tobias Burnus <burnus@net-b.de>
2486 * gfortran.dg/nan_4.f90: New.
2488 2007-12-14 Richard Guenther <rguenther@suse.de>
2491 * gcc.c-torture/compile/20071214-1.c: New testcase.
2493 2007-12-14 Uros Bizjak <ubizjak@gmail.com>
2495 * gcc.target/i386/sse-14.c (test_1, test_2, test_2x, test_4): New
2496 macros to test macroized SSE intrinsics. Use new macros to test
2497 macroized SSE intrinsics from ammintrin.h, smmintrin.h, tmmintrin.h,
2498 emmintrin.h, xmmintrin.h and bmmintrin.h
2499 * gcc.target/i386/sse-13.c (__builtin_ia32_pcmp?str*128): Redefine
2500 to test with immediate operand.
2502 2007-12-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2505 * gcc.c-torture/compile/pr34091.c: New test.
2507 2007-12-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2509 * gcc.dg/uninit-13.c: UnXFAIL.
2510 * gcc.dg/complex-5.c: New testcase.
2512 2007-12-13 Olga Golovanevsky <olga@il.ibm.com>
2514 * gcc.dg/struct/struct-reorg.exp: Replace
2515 DEFAULT_CFLAGS by STRUCT_REORG_CFLAFS.
2517 2007-12-13 Thomas Koenig <tkoenig@gcc.gnu.org>
2522 * gfortran.dg/advance_6.f90: New test case.
2523 * gfortran.dg/direct_io_7.f90: New test case.
2524 * gfortran.dg/streamio_13.f90: New test case.
2526 2007-12-13 Douglas Gregor <doug.gregor@gmail.com>
2528 * g++.dg/cpp0x/__func__.C: New.
2530 2007-12-13 Uros Bizjak <ubizjak@gmail.com>
2533 * g++.dg/other/pr34435.C: New testcase.
2535 2007-12-13 Olga Golovanevsky <olga@il.ibm.com>
2537 * gcc.dg/struct: New directory with tests
2538 for struct-reorg optimizaion.
2539 * gcc.dg/struct/struct-reorg.exp: New script.
2540 * gcc.dg/struct/wo_prof_array_through_pointer.c: New test.
2541 * gcc.dg/struct/wo_prof_malloc_size_var.c: Likewise.
2542 * gcc.dg/struct/wo_prof_mult_field_peeling.c: Likewise.
2543 * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Likewise.
2544 * gcc.dg/struct/wo_prof_escape_return.c: Likewise.
2545 * gcc.dg/struct/wo_prof_escape_str_init.c: Likewise.
2546 * gcc.dg/struct/wo_prof_escape_substr_array.c: Likewise.
2547 * gcc.dg/struct/wo_prof_escape_substr_pointer.c: Likewise.
2548 * gcc.dg/struct/wo_prof_escape_substr_value.c: Likewise.
2549 * gcc.dg/struct/wo_prof_global_array.c: Likewise.
2550 * gcc.dg/struct/wo_prof_global_var.c: Likewise.
2551 * gcc.dg/struct/wo_prof_local_array.c: Likewise.
2552 * gcc.dg/struct/wo_prof_local_var.c: Likewise.
2553 * gcc.dg/struct/wo_prof_two_strs.c: Likewise.
2554 * gcc.dg/struct/wo_prof_single_str_global.c: Likewise.
2555 * gcc.dg/struct/wo_prof_single_str_local.c: Likewise.
2556 * gcc.dg/struct/wo_prof_single_str_pointer.c: Likewise.
2557 * gcc.dg/struct/w_prof_two_strs.c: Likewise.
2558 * gcc.dg/struct/w_prof_global_array.c: Likewise.
2559 * gcc.dg/struct/w_prof_global_var.c: Likewise.
2560 * gcc.dg/struct/w_prof_local_array.c: Likewise.
2561 * gcc.dg/struct/w_prof_local_var.c: Likewise.
2562 * gcc.dg/struct/w_prof_single_str_global.c: Likewise.
2563 * gcc.dg/struct/w_ratio_cold_str.c: Likewise.
2565 2007-12-13 Tobias Burnus <burnus@net-b.de>
2568 * gfortran.dg/namelist_42.f90: New.
2570 2007-12-12 Tobias Burnus <burnus@net-b.de>
2573 * gfortran.dg/function_kinds_3.f90: New.
2575 2007-12-12 Andreas Krebbel <krebbel1@de.ibm.com>
2577 * gcc.target/s390/20071212-1.c: New testcase.
2579 2007-12-11 Jakub Jelinek <jakub@redhat.com>
2582 * g++.dg/ext/visibility/anon7.C: Add xfail.
2583 * g++.dg/ext/visibility/anon9.C: New test.
2584 * g++.dg/ext/visibility/anon10.C: New test.
2587 * g++.dg/rtti/dyncast2.C: New test.
2589 2007-12-11 Uros Bizjak <ubizjak@gmail.com>
2591 PR tree-optimization/34407
2592 * gcc.dg/vect/pr34407.c: New test.
2594 2007-12-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2597 * gfortran.dg/error_recovery_5.f90: New.
2598 * gfortran.dg/optional_dim_2.f90: Fix test, not related to this PR.
2600 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2602 PR tree-optimization/34371
2603 * gcc.c-torture/compile/20071207-1.c: New test.
2605 2007-12-10 Simon Martin <simartin@users.sourceforge.net>
2608 * g++.dg/parse/crash40.C: New test.
2610 2007-12-10 Eric Botcazou <ebotcazou@libertysurf.fr>
2612 * g++.dg/opt/memcpy1.C: New test.
2614 2007-12-10 Tobias Burnus <burnus@net-b.de>
2617 * gfortran.dg/argument_checking_10.f90: New.
2619 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2621 PR rtl-optimization/34302
2622 * gcc.c-torture/execute/20071210-1.c: New test.
2624 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2627 * g++.dg/cpp0x/error1.C: New test.
2630 * g++.dg/other/error22.C: New test.
2632 2007-12-10 Paolo Bonzini <bonzini@gnu.org>
2635 * gcc.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2636 * g++.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2637 * gfortran.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2639 2007-12-09 Jakub Jelinek <jakub@redhat.com>
2643 * g++.dg/template/repo6.C: New test.
2644 * g++.dg/template/repo7.C: New test.
2645 * g++.dg/template/repo8.C: New test.
2647 2007-12-09 H.J. Lu <hjl@lucon.org>
2648 Tobias Burnus <burnus@net-b.de>
2651 * gfortran.dg/read_2.f90: New.
2653 2007-12-09 Richard Sandiford <rsandifo@nildram.co.uk>
2655 * lib/target-supports.exp (check_effective_target_tls_native):
2658 2007-12-09 Samuel Tardieu <sam@rfc1149.net>
2661 * gnat.dg/enclosing_record_reference.ads,
2662 gnat.dg/enclosing_record_reference.adb: New test.
2664 2007-12-09 Paul Thomas <pault@gcc.gnu.org>
2667 * gfortran.dg/derived_comp_array_ref_6.f90: New test.
2668 * gfortran.dg/derived_comp_array_ref_7.f90: New test.
2671 * gfortran.dg/char_component_initializer_1.f90: New test.
2673 2007-12-09 Tobias Burnus <burnus@net-b.de>
2680 * gfortran.dg/boz_8.f90: New.
2681 * gfortran.dg/boz_9.f90: New.
2682 * gfortran.dg/boz_10.f90: New.
2683 * gfortran.dg/boz_7.f90: Update dg-warning.
2684 * gfortran.dg/pr16433.f: Add dg-error.
2685 * gfortan.dg/ibits.f90: Update dg-warning.
2686 * gfortran.dg/unf_io_convert_1.f90: Update/delete dg-warning.
2687 * gfortran.dg/unf_io_convert_2.f90: Ditto.
2689 2007-12-08 Jakub Jelinek <jakub@redhat.com>
2692 * gfortran.dg/include_1.f90: New test.
2693 * gfortran.dg/include_1.inc: New.
2694 * gfortran.dg/include_2.f90: New test.
2696 2007-12-08 Paul de Weerd <weerd@weirdnet.nl>
2698 * gcc.c-torture/compile/20011130-2.c: Fix typo.
2700 2007-12-08 Tobias Burnus <burnus@net-b.de>
2703 * gfortran.dg/nan_3.f90: New.
2705 2007-12-07 Jakub Jelinek <jakub@redhat.com>
2707 * g++.old-deja/g++.mike/empty.C: Remove 2 xfails.
2709 2007-12-07 Olivier Hainque <hainque@adacore.com>
2711 * gnat.dg/tamdt*.ad?: Support for ...
2712 * gnat.dg/test_tamdt.adb: New test.
2714 2007-12-07 Olivier Hainque <hainque@adacore.com>
2716 * gnat.dg/unc_memops.ads: Comment out the alloc/free/realloc
2717 exports and document how these can be exercised.
2719 2007-12-07 Samuel Tardieu <sam@rfc1149.net>
2722 * gnat.dg/specs/access_constants.ads: New test.
2724 * gnat.dg/specs/access_constant_decl.ads: New test.
2727 * gnat.dg/compose.adb: New test.
2729 2007-12-07 Olivier Hainque <hainque@adacore.com>
2732 * gnat.dg/unc_memops.ad[sb]: Support for ...
2733 * gnat.dg/unc_memfree.adb: New test.
2735 2007-12-06 Sebastian Pop <sebastian.pop@amd.com>
2737 * gfortran.dg/ltrans-7.f90: New.
2739 2007-12-06 Martin Michlmayr <tbm@cyrius.com>
2740 Dorit Nuzman <dorit@il.ibm.com>
2742 PR tree-optimization/34005
2743 * gcc.dg/vect/pr34005.c: New test.
2745 2007-12-06 Jakub Jelinek <jakub@redhat.com>
2748 * g++.dg/template/new8.C: New test.
2750 2007-12-06 Tobias Burnus <burnus@net-b.de>
2753 * gfortran.dg/boz_7.f90: New.
2754 * gfortran.dg/int_1.f90: Disable -pedantic option.
2755 * gfortran.dg/boz_1.f90: Ditto.
2756 * gfortran.dg/boz_3.f90: Ditto.
2757 * gfortran.dg/pr16433.f: Accomodate for new BOZ warning.
2758 * gfortran.dg/ibits.f90: Ditto.
2759 * gfortran.dg/unf_io_convert_1.f90: Ditto.
2760 * gfortran.dg/unf_io_convert_2.f90: Ditto.
2762 2007-12-06 Paul Thomas <pault@gcc.gnu.org>
2765 * gfortran.dg/used_types_19.f90: New test.
2767 2007-12-06 Kaz Kojima <kkojima@gcc.gnu.org>
2769 * gfortran.dg/nan_2.f90: Add -mieee for sh.
2770 * gfortran.dg/nearest_2.f90: Likewise.
2771 * gfortran.dg/nearest_3.f90: Likewise.
2773 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2776 * gcc.c-torture/execute/20071205-1.c: New test.
2778 2007-12-05 Kaz Kojima <kkojima@gcc.gnu.org>
2780 * gfortran.dg/module_nan.f90: Add -mieee for sh.
2781 * gfortran.dg/real_const_3.f90: Likewise.
2783 2007-12-05 Richard Guenther <rguenther@suse.de>
2785 PR tree-optimization/34138
2786 * gcc.c-torture/compile/pr34138.c: New testcase.
2788 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2791 * gfortran.dg/debug_2.f: New test.
2793 2007-12-05 Eric Botcazou <ebotcazou@adacore.com>
2795 * gnat.dg/specs/elab1.ads: New test.
2797 2007-12-05 Uros Bizjak <ubizjak@gmail.com>
2800 * gcc.target/i386/pr34312.c: New test.
2802 2007-12-05 Tobias Burnus <burnus@net-b.de>
2805 * gfortran.dg/nan_2.f90: New.
2807 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2810 * g++.dg/cpp0x/decltype9.C: New test.
2811 * g++.dg/cpp0x/decltype10.C: New test.
2813 2007-12-05 Samuel Tardieu <sam@rfc1149.net>
2816 * gnat.dg/rm_6_4_1_13.adb: New test.
2818 2007-12-04 Jakub Jelinek <jakub@redhat.com>
2821 * gcc.c-torture/compile/20071117-1.c: New test.
2823 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2826 * g++.dg/cpp0x/variadic-ttp.C: New.
2828 2007-12-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2830 * gcc.dg/parse-decl-after-if.c: New.
2831 * gcc.dg/20031223-1.c: Adjust.
2833 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2836 * g++.dg/cpp0x/variadic-throw.C: New.
2838 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2841 * g++.dg/cpp0x/variadic-unify.C: New.
2843 2007-12-04 Richard Guenther <rguenther@suse.de>
2847 * gcc.c-torture/compile/pr34334.c: New testcase.
2848 * g++.dg/torture/pr34222.C: New testcase.
2850 2007-12-04 Jakub Jelinek <jakub@redhat.com>
2852 * gcc.c-torture/execute/20071202-1.c: New test.
2853 * gcc.dg/tree-ssa/pr34146-2.c: New test.
2855 2007-12-04 Tobias Burnus <burnus@net-b.de>
2858 * gfortran.dg/module_nan.f90: New.
2860 2007-12-04 Richard Sandiford <rsandifo@nildram.co.uk>
2862 * lib/target-supports.exp (get_compiler_messages): Replace with...
2863 (check_compile): ...this new procedure. Handle TYPE == executable.
2864 Use comments in the source to determine the correct extension.
2865 Return a pair containing the compiler output and the output filename.
2866 Don't delete the file here.
2867 (check_no_compiler_messages_nocache): New procedure.
2868 (check_no_compiler_messages): Use it.
2869 (check_no_messages_and_pattern_nocache): New procedure.
2870 (check_no_messages_and_pattern): Use it.
2871 (check_runtime_nocache, check_runtime): New procedures.
2872 (check_effective_target_tls): Use check_no_compiler_messages.
2873 (check_effective_target_tls_native): Use check_no_messages_and_pattern.
2874 (check_effective_target_tls_runtime): Use check_runtime.
2875 (check_effective_target_fstack_protector): Likewise.
2876 (check_iconv_available): Use check_runtime_nocache.
2877 (check_effective_target_fortran_large_real): Use
2878 check_no_compiler_messages.
2879 (check_effective_target_fortran_large_int): Likewise.
2880 (check_effective_target_static_libgfortran): Likewise.
2881 (check_750cl_hw_available): Use check_cached_effective_target
2882 and check_runtime_nocache.
2883 (check_vmx_hw_available): Likewise.
2884 (check_effective_target_broken_cplxf_arg): Likewise.
2885 (check_alpha_max_hw_available): Use check_runtime.
2886 (check_function_available): Use check_no_compiler_messages.
2887 (check_cxa_atexit_available): Use check_cached_effective_target
2888 and check_runtime_nocache.
2889 (check_effective_target_dfp_nocache): Use
2890 check_no_compiler_messages_nocache.
2891 (check_effective_target_dfprt_nocache): Use check_runtime_nocache.
2892 (check_effective_target_dfp): Use check_cached_effective_target.
2893 (check_effective_target_dfprt): Likewise.
2894 (check_effective_target_arm_neon_hw): Use check_runtime.
2895 (check_effective_target_ultrasparc_hw): Likewise.
2896 (check_effective_target_c99_runtime): Use
2897 check_no_compiler_messages_nocache.
2899 2007-12-03 Jakub Jelinek <jakub@redhat.com>
2902 * gcc.dg/fold-rotate-1.c: New test.
2904 PR tree-optimization/33453
2905 * gcc.c-torture/compile/20071203-1.c: New test.
2907 2007-12-03 Robert Dewar <dewar@adacore.com>
2908 Samuel Tardieu <sam@rfc1149.net>
2911 * gnat.dg/check_elaboration_code.adb: New test.
2912 * gnat.dg/bug_elaboration_code.ads, bug_elaboration_code.adb:
2915 2007-12-02 Paolo Carlini <pcarlini@suse.de>
2918 * g++.dg/cpp0x/pr34061.C: New.
2920 2007-12-02 Paolo Carlini <pcarlini@suse.de>
2923 * g++.dg/other/error21.C: New.
2925 2007-12-02 Revital Eres <eres@il.ibm.com>
2927 * gcc.dg/sms-4.c: New testcase.
2929 2007-12-02 Vladimir Yanovsky <yanov@il.ibm.com>
2930 Revital Eres <eres@il.ibm.com>
2932 * gcc.dg/sms-3.c: New testcase.
2934 2007-12-01 Ollie Wild <aaw@google.com>
2937 * g++.dg/conversion/ptrmem9.C: New test.
2939 2007-11-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2942 * gfortran.dg/namelist_41.f90: New test.
2944 2007-11-30 Tom Tromey <tromey@redhat.com>
2946 PR preprocessor/32868:
2947 * gcc.dg/cpp/pr32868.c: New file.
2949 2007-11-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2952 * gfortran.dg/result_in_spec_3.f90: Add dg-option -std=gnu.
2954 2007-11-30 Martin Michlmayr <tbm@cyrius.com>
2956 PR rtl-optimization/34171
2957 * gcc.dg/pr34171.c: New testcase.
2959 2007-11-30 Zdenek Dvorak <ook@ucw.cz>
2961 * gcc.dg/tree-ssa/pr34244.c: Fixed.
2963 2007-11-30 Tobias Burnus <burnus@net-b.de>
2966 * gfortran.dg/bind_c_usage_9.f03: Fixes; add -std=f2003.
2967 * gfortran.dg/bind_c_usage_11.f03: New.
2968 * gfortran.dg/bind_c_usage_12.f03: New.
2970 2007-11-30 Jakub Jelinek <jakub@redhat.com>
2973 * g++.dg/other/error20.C: New test.
2975 2007-11-29 Steven G. Kargl <kargls@comcast.net>
2978 * gfortran.dg/real_const_3.f90: Fix up for new range-check handling.
2980 2007-11-29 Zdenek Dvorak <ook@ucw.cz>
2982 PR tree-optimization/34244
2983 * gcc.dg/tree-ssa/pr34244.c: New test.
2985 2007-11-29 Jakub Jelinek <jakub@redhat.com>
2987 PR tree-optimization/33434
2988 * gcc.dg/pr33434-1.c: New test.
2989 * gcc.dg/pr33434-2.c: New test.
2990 * gcc.dg/pr33434-3.c: New test.
2991 * gcc.dg/pr33434-4.c: New test.
2994 * g++.dg/template/cond7.C: New test.
2998 * g++.dg/cpp0x/decltype7.C: New test.
2999 * g++.dg/cpp0x/decltype8.C: New test.
3001 2007-11-29 Tobias Burnus <burnus@net-b.de>
3004 * gfortran.dg/result_in_spec_3.f90: New.
3006 2007-11-29 Tobias Burnus <burnus@net-b.de>
3009 * gfortran.dg/mvbits_3.f90: New.
3011 2007-11-28 Bob Wilson <bob.wilson@acm.org>
3013 * lib/target-supports.exp (check_effective_target_mips_soft_float):
3015 (check_effective_target_hard_float): New.
3016 * gcc.dg/var-expand1.c: Skip for targets without FPU instructions.
3017 * gcc.dg/pr30957-1.c: Likewise.
3019 2007-11-28 Samuel Tardieu <sam@rfc1149.net>
3022 * gnat.dg/specs/variant_part.ads: New test.
3025 * gnat.dg/specs/attribute_parsing.ads: New test.
3028 * gnat.dg/specs/integer_value.ads: New test.
3031 * gnat.dg/specs/delta_small.ads: New test.
3033 2007-11-28 Jakub Jelinek <jakub@redhat.com>
3035 PR tree-optimization/34140
3036 * gcc.c-torture/compile/20071128-1.c: New test.
3038 2007-11-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3041 * gfortran.dg/data_array_1.f90
3042 * gfortran.dg/data_array_2.f90
3043 * gfortran.dg/data_array_3.f90
3044 * gfortran.dg/data_array_4.f90
3046 2007-11-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3049 * gfortran.dg/blockdata_5.f90: New test.
3050 * gfortran.dg/blockdata_6.f90: New test.
3052 2007-11-27 Jakub Jelinek <jakub@redhat.com>
3054 PR tree-optimization/34016
3055 * gcc.dg/pr34016.c: New test.
3057 2007-11-27 Paul Thomas <pault@gcc.gnu.org>
3060 * gfortran.dg/stfunc_6.f90: New test.
3063 * gfortran.dg/assign_10.f90: New test.
3065 2007-11-27 Paul Thomas <pault@gcc.gnu.org>
3068 * gfortran.dg/use_11.f90: New test.
3071 * gfortran.dg/generic_15.f90: New test.
3073 2007-11-27 Jakub Jelinek <jakub@redhat.com>
3076 * gcc.dg/pr34225.c: New test.
3078 2007-11-27 Richard Guenther <rguenther@suse.de>
3080 PR tree-optimization/34241
3081 * g++.dg/torture/pr34241.C: New testcase.
3083 2007-11-27 Richard Guenther <rguenther@suse.de>
3085 * gcc.dg/builtins-error.c: New testcase.
3087 2007-11-27 Jakub Jelinek <jakub@redhat.com>
3090 * g++.dg/ext/visibility/anon8.C: New test.
3092 2007-11-13 Michael Meissner <michael.meissner@amd.com>
3095 * gcc.target/i386/pr34077.c: New testcase.
3097 2007-11-26 Tobias Burnus <burnus@net-b.de>
3100 * gfortran.dg/backslash_3.f: Add -fbackslash option.
3101 * gfortran.dg/init_flag_1.f90: Add -fbackslash option.
3102 * gfortran.dg/backslash_1.f90: Remove no longer needed
3103 -fno-backslash option.
3105 2007-11-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3108 * gcc.dg/cpp/19990413-1.c: Update.
3109 * gcc.dg/parse-else-error.c: New.
3110 * gcc.dg/parse-else-error-2.c: New.
3111 * gcc.dg/parse-else-error-3.c: New.
3112 * gcc.dg/parse-else-error-4.c: New.
3114 2007-11-26 Andreas Krebbel <krebbel1@de.ibm.com>
3117 * g++.dg/template/dependent-expr6.C: New testcase.
3119 2007-11-26 Uros Bizjak <ubizjak@gmail.com>
3122 * gcc.target/i386/pr34215.c: New test.
3124 2007-11-26 Rask Ingemann Lambertsen <rask@sygehus.dk>
3127 * gcc.dg/torture/pr34174-1.c: New.
3129 2007-11-26 Richard Guenther <rguenther@suse.de>
3132 * gcc.dg/pr34233.c: New testcase.
3134 2007-11-26 Steven Bosscher <stevenb.gcc@gmail.com>
3135 Revital Eres <eres@il.ibm.com>
3137 PR rtl-optimization/34085
3138 * gcc.dg/tree-prof (bb-reorg.c): New test.
3140 2007-11-26 Richard Sandiford <rsandifo@nildram.co.uk>
3142 * lib/target-supports.exp (check_effective_target_mips_soft_float):
3143 Return true for MIPS16 targets.
3145 2007-11-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3148 * gfortran.dg/blockdata_4.f90: New test.
3150 2007-11-25 Tobias Burnus <burnus@net-b.de>
3153 * gfortran.dg/bind_c_usage_10_c.c: Fix comment.
3154 * gfortran.dg/bind_c_usage_16.f03: New.
3155 * gfortran.dg/bind_c_usage_16_c.c: New.
3157 2007-11-25 Eric Botcazou <ebotcazou@adacore.com>
3159 * gnat.dg/specs/size_clause1.ads: New test.
3160 * gnat.dg/specs/size_clause2.ads: Likewise.
3161 * gnat.dg/specs/size_clause3.ads: Likewise.
3163 2007-11-25 Paul Thomas <pault@gcc.gnu.org>
3166 * gfortran.dg/entry_16.f90: New test.
3168 2007-11-24 Tobias Burnus <burnus@net-b.de>
3171 * gfortran.dg/nearest_2.f90: Add INF/NAN tests.
3173 2007-11-24 Paul Thomas <pault@gcc.gnu.org>
3176 * gfortran.dg/nested_modules_1.f90: Change the reference to
3177 FOO, forbidden by the standard, to a reference to W.
3178 * gfortran.dg/use_only_1.f90: New test.
3180 2007-11-23 Tobias Burnus <burnus@net-b.de>
3183 * gfortran.dg/nearest_3.f90: New test.
3185 2007-11-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3188 * gfortran.dg/optional_dim_2.f90: New test.
3190 2007-11-23 Tobias Burnus <burnus@net-b.de>
3193 * gfortran.dg/bind_c_usage_15.f90: New.
3195 2007-11-23 Tobias Burnus <burnus@net-b.de>
3198 * gfortran.dg/nearest_2.f90: New.
3201 2007-11-23 Jakub Jelinek <jakub@redhat.com>
3205 * g++.dg/ext/java-2.C: New test.
3207 2007-11-23 Mark Mitchell <mark@codesourcery.com>
3208 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3211 * g++.dg/warn/pr5310.C: New.
3212 * g++.dg/warn/pr33160.C: New.
3214 2007-11-23 Richard Guenther <rguenther@suse.de>
3215 Michael Matz <matz@suse.de>
3217 PR tree-optimization/34176
3218 * gcc.c-torture/execute/pr34176.c: New testcase.
3220 2007-11-23 Jakub Jelinek <jakub@redhat.com>
3223 * gcc.dg/Wconversion-5.c: New test.
3224 * g++.dg/Wconversion3.C: New test.
3226 2007-11-23 Richard Guenther <rguenther@suse.de>
3228 * gcc.dg/tree-ssa/alias-17.c: New testcase.
3230 2007-11-22 Joseph Myers <joseph@codesourcery.com>
3233 * gcc.dg/c99-arraydecl-1.c: Don't expect errors for static or type
3234 qualifiers in abstract declarator.
3236 2007-11-22 Tobias Burnus <burnus@net-b.de>
3238 * gfortran.dg/derived_constructor_comps_3.f90: New.
3240 2007-11-22 Jakub Jelinek <jakub@redhat.com>
3243 * g++.dg/ext/visibility/anon7.C: New test.
3245 2007-11-22 Tobias Burnus <burnus@net-b.de>
3248 * gfortran.dg/bind_c_usage_10.f03: Remove .mod file afterwards.
3249 * gfortran.dg/bind_c_usage_13.f03: New.
3250 * gfortran.dg/bind_c_usage_14.f03: New.
3252 2007-11-22 Richard Sandiford <rsandifo@nildram.co.uk>
3254 PR rtl-optimization/33848
3255 * gcc.dg/torture/pr33848.c: New test.
3257 2007-11-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3260 * gfortran.dg/derived_constructor_comps_2.f90: Add check.
3262 2007-11-20 Richard Guenther <rguenther@suse.de>
3265 * testsuite/gcc.c-torture/execute/pr34154.c: New testcase.
3267 2007-11-20 Uros Bizjak <ubizjak@gmail.com>
3269 * gcc.dg/tree-ssa/20030714-1.c: Cleanup dom3 dump file.
3271 2007-11-20 Thomas Koenig <tkoenig@gcc.gnu.org>
3274 * gfortran.dg/record_marker_1.f90: Explicitly set kinds
3275 so test passes with -frecord-marker=8.
3276 * gfortran.dg/integer_exponentiation_1.f90: Likewise.
3277 * gfortran.dg/integer_exponentiation_2.f90: Likewise.
3278 * gfortran.dg/integer_exponentiation_3.F90: Likewise.
3279 * gfortran.dg/integer_exponentiation_5.F90: Likewise.
3280 * gfortrand.dg/modulo_1.f90: Likewise.
3282 2007-11-20 Richard Sandiford <rsandifo@nildram.co.uk>
3284 * lib/target-supports.exp (check_effective_target_mips_soft_float):
3286 * gcc.dg/var-expand1.c: Skip for mips_soft_float.
3287 * gcc.dg/pr30957-1.c: Likewise.
3289 2007-11-20 Jakub Jelinek <jakub@redhat.com>
3292 * g++.dg/template/crash74.C: New test.
3294 2007-11-20 Richard Guenther <rguenther@suse.de>
3296 * gcc.c-torture/execute/20071120-1.c: New testcase.
3298 2007-11-20 Jakub Jelinek <jakub@redhat.com>
3301 * gcc.dg/tree-ssa/pr34146.c: New test.
3304 * gcc.dg/tree-ssa/pr33723.c: Adjust scan pattern to make it less
3305 dependent on target settings like move_by_pieces etc.
3308 * g++.dg/template/vla2.C: New test.
3311 * g++.dg/overload/template3.C: New test.
3313 2007-11-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3316 * gfortran.dg/optional_dim_2.f90: Remove test.
3318 2007-11-19 Peter Bergner <bergner@vnet.ibm.com>
3320 * gcc.dg/dfp/ddmode-ice.c: New test.
3322 2007-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
3324 PR tree-optimization/34036
3325 * gcc.dg/tree-ssa/pr23109.c: Pass -ftrapping-math and expect warning.
3327 2007-11-19 Richard Guenther <rguenther@suse.de>
3329 PR tree-optimization/34
3330 * gcc.c-torture/execute/pr34099-2.c: New testcase.
3332 2007-11-19 Tobias Burnus <burnus@net-b.de>
3335 * gfortran.dg/bind_c_usage_10_c.c: New.
3336 * gfortran.dg/bind_c_usage_10.f03: New.
3338 2007-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
3340 * gcc.dg/pr33007.c: Expect new warning.
3341 * gcc.dg/tree-ssa/recip-5.c: Likewise.
3342 * g++.dg/opt/pr34036.C: New test.
3344 2007-11-18 Jakub Jelinek <jakub@redhat.com>
3347 * g++.dg/warn/noreturn-4.C: New test.
3348 * g++.dg/warn/noreturn-5.C: New test.
3349 * g++.dg/warn/noreturn-6.C: New test.
3350 * g++.dg/warn/noreturn-7.C: New test.
3352 2007-11-18 Thomas Koenig <tkoenig@gcc.gnu.org>
3355 * gfortran.fortran-torture/execute/equiv_5.f: Set kind on
3356 integers so tests works with -fdefault-integer-8.
3357 * gfortran.fortran-torture/execute/elemental.f90: Use default
3358 integers so test passes with -fdefault-integer-8.
3359 * gfortran.fortran-torture/execute/der_io.f90: Increase
3360 buffer length so test passes with -fdefault-integer-8.
3361 * gfortran.dg/bounds_check_8.f90: Likewise.
3362 * gfortran.dg/arrayio_derived_1.f90: LIkewise.
3363 * gfortran.dg/equiv_7.f90: Set kind so test passes
3364 with -fdefault-integer-8.
3365 * gfortran.dg/g77/20030326-1.f: Set kind explicitly to
3368 2007-11-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3371 * gfortran.dg/optional_dim_2.f90: New test.
3374 * gfortran.dg/subref_array_pointer_2.f90: Update test condition.
3376 2007-11-18 Jakub Jelinek <jakub@redhat.com>
3378 PR rtl-optimization/34132
3379 * gcc.c-torture/compile/20071118-1.c: New test.
3381 2007-11-18 Paul Thomas <pault@gcc.gnu.org>
3384 * gfortran.dg/char_cast_2.f90: New test based on achar_4.f90.
3386 2007-11-18 Tobias Burnus <burnus@net-b.de>
3389 * gfortran.dg/entry_14.f90: New.
3390 * gfortran.dg/entry_15.f90: New.
3392 2007-11-18 Richard Guenther <rguenther@suse.de>
3394 PR tree-optimization/34127
3395 * gcc.c-torture/compile/pr34127.c: New testcase.
3397 2007-11-18 Ben Elliston <bje@au.ibm.com>
3399 * gcc.target/powerpc/altivec-23.c: Do not use a typedef name as a
3400 type specifier, as they are not permitted according to the AltiVec
3401 Programming Interface Manual.
3403 2007-11-17 Tobias Burnus <burnus@net-b.de>
3406 * gfortran.dg/bind_c_usage_9.f03: New.
3407 * gfortran.dg/interface_abstract_1.f90: Fix testcase.
3409 2007-11-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3412 * interface.c (gfc_current_interface_head,
3413 gfc_set_current_interface_head): New functions.
3414 * decl.c (gfc_match_modproc): Move check for syntax error earlier.
3415 On syntax error, restore previous state of the interface.
3416 * gfortran.h (gfc_current_interface_head,
3417 gfc_set_current_interface_head): New prototypes.
3419 2007-11-17 Richard Guenther <rguenther@suse.de>
3422 * gcc.c-torture/execute/pr34130.c: New testcase.
3424 2007-11-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3427 * gfortran.dg/fmt_label_1.f90: New test.
3429 2007-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3432 * gfortran.dg/initialization_15.f90 : New test.
3434 2007-11-16 Richard Guenther <rguenther@suse.de>
3437 * gcc.c-torture/compile/pr34030.c: New testcase.
3439 2007-11-16 Paul Thomas <pault@gcc.gnu.org>
3442 * gfortran.dg/interface_assignment_3.f90.
3444 2007-11-16 Richard Guenther <rguenther@suse.de>
3446 PR tree-optimization/33870
3447 * gcc.dg/torture/pr33870.c: New testcase.
3449 2007-11-16 Paul Thomas <pault@gcc.gnu.org>
3452 * gfortran.dg/allocatable_function_3.f90.
3454 2007-11-16 Richard Guenther <rguenther@suse.de>
3456 PR tree-optimization/34113
3457 * gcc.c-torture/compile/pr34113.c: New testcase.
3459 2007-11-16 Richard Guenther <rguenther@suse.de>
3461 PR tree-optimization/34099
3462 * g++.dg/torture/pr3499.C: New testcase.
3463 * gcc.c-torture/execute/pr34099.c: Likewise.
3465 2007-11-16 Olivier Hainque <hainque@adacore.com>
3467 * gnat.dg/release_unc_maxalign.adb: New test.
3469 2007-11-16 Jakub Jelinek <jakub@redhat.com>
3472 * g++.dg/template/crash73.C: New test.
3474 2007-11-15 Jakub Jelinek <jakub@redhat.com>
3477 * gcc.dg/tree-ssa/pr23848-1.c: New test.
3478 * gcc.dg/tree-ssa/pr23848-2.c: New test.
3479 * gcc.dg/tree-ssa/pr23848-3.c: New test.
3480 * gcc.dg/tree-ssa/pr23848-4.c: New test.
3482 2007-11-15 Tobias Burnus <burnus@net-b.de>
3485 * gfortran.dg/proc_decl_11.f90: New.
3487 2007-11-15 Ben Elliston <bje@au.ibm.com>
3489 * gcc.target/spu/compare-dp.c: New test.
3491 2007-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
3493 * gcc.dg/pr33923.c: New test.
3495 2007-11-14 Jakub Jelinek <jakub@redhat.com>
3498 * gcc.dg/pr34088.c: New test.
3500 2007-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
3502 * gcc.c-torture/compile/20071114-1.c: New test.
3504 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3507 * gfortran.dg/char_cast_1.f90: Modify regex in scan-tree-dump-times
3508 to match known variations in symbol format. Document in comments.
3510 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3513 * gfortran.dg/streamio_12.f90: New test to avoid future regression.
3515 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3517 * gfortran.dg/list_read_7.f90: Fix test so that test file is deleted
3520 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3523 * gfortran.dg/proc_decl_1.f90: Update.
3524 * gfortran.dg/proc_decl_7.f90: New test.
3525 * gfortran.dg/proc_decl_8.f90: New test.
3526 * gfortran.dg/proc_decl_9.f90: New test.
3527 * gfortran.dg/proc_decl_10.f90: New test.
3529 2007-11-13 Paul Thomas <pault@gcc.gnu.org>
3532 * gfortran.dg/transfer_assumed_size_1.f90: New test.
3534 2007-11-13 Jakub Jelinek <jakub@redhat.com>
3541 * g++.dg/parse/crash36.C: Add another dg-error.
3542 * g++.dg/cpp0x/pr34054.C: New test.
3543 * g++.dg/cpp0x/pr34056.C: New test.
3544 * g++.dg/cpp0x/pr34057.C: New test.
3545 * g++.dg/cpp0x/pr34058.C: New test.
3546 * g++.dg/cpp0x/pr34060.C: New test.
3548 PR tree-optimization/34063
3549 * g++.dg/tree-ssa/pr34063.C: New test.
3551 2007-11-13 Diego Novillo <dnovillo@google.com>
3553 PR tree-optimization/33870
3554 * gcc.c-torture/execute/pr33870-1.c: New test.
3555 * gcc.dg/tree-ssa/alias-16.c: New test.
3557 2007-11-13 Jakub Jelinek <jakub@redhat.com>
3560 * g++.dg/template/crash72.C: New test.
3562 2007-11-12 Eric Botcazou <ebotcazou@libertysurf.fr>
3564 * g++.dg/opt/cfg5.C: New test.
3566 2007-11-12 Richard Guenther <rguenther@suse.de>
3569 * gcc.c-torture/execute/pr34070-1.c: New testcase.
3570 * gcc.c-torture/execute/pr34070-2.c: Likewise.
3572 2007-11-12 Richard Guenther <rguenther@suse.de>
3575 * gcc.dg/pr34027-1.c: New testcase.
3576 * gcc.dg/pr34027-2.c: Likewise.
3578 2007-11-12 Ira Rosen <irar@il.ibm.com>
3580 PR tree-optimization/33953
3581 * gcc.dg/vect/pr33953.c: New testcase.
3583 2007-11-11 Tom Tromey <tromey@redhat.com>
3586 * g++.dg/ext/pr17577.h: New file.
3587 * g++.dg/ext/pr17577.C: New file.
3589 2007-11-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3592 * g++.old-deja/g++.ns/template13.C: Update expected output.
3593 * g++.old-deja/g++.pt/friend23.C: Likewise.
3594 * g++.dg/warn/pr8570.C: New.
3596 2007-11-11 Jakub Jelinek <jakub@redhat.com>