1 2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
4 * gfortran.dg/ldist-1.f90: Update test to check for 5 loops distributed
7 2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
10 * gfortran.dg/derived_sub.f90: New test.
12 2008-03-13 H.J. Lu <hongjiu.lu@intel.com>
15 * g++.dg/tls/static-1.C: Move dg-additional-sources after
16 dg-require-effective-target.
17 * g++.dg/tls/static-1a.cc: Likewise.
19 2008-03-13 Tom Tromey <tromey@redhat.com>
22 * gcc.dg/cpp/pr35322.c: New file.
24 2008-03-13 Uros Bizjak <ubizjak@gmail.com>
26 * gcc.dg/vect/vect-align-2.c: Remove dg-do run directive.
27 (main): Call check_vect.
29 2008-03-13 Alon Dayan <alond@il.ibm.com>
30 Olga Golovanevsky <olga@il.ibm.com>
32 PR tree-optimization/35041
33 * gcc.dg/struct/wo_prof_double_malloc.c: New test.
35 2008-03-13 Uros Bizjak <ubizjak@gmail.com>
39 * g++.dg/other/i386-3.C: New test.
40 * gcc.target/i386/sse-13.c: Redefine extern instead of static.
41 * gcc.target/i386/sse-14.c: Ditto.
42 * gcc.target/i386/mmx-1.c: Ditto.
43 * gcc.target/i386/mmx-2.c: Ditto.
44 * gcc.target/i386/3dnow-1.c: Ditto.
45 * gcc.target/i386/3dnow-2.c: Ditto.
46 * gcc.target/i386/3dnowA-1.c: Ditto.
47 * gcc.target/i386/3dnowA-2.c: Ditto.
49 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
52 * gcc.target/i386/pr35422.c: Escape brackets.
54 2008-03-12 Paolo Bonzini <bonzini@gnu.org>
57 * gcc.dg/vect/slp-7.c: Change target keywords required for vectorizing
59 * gcc.target/i386/pr35422.c: New.
61 2008-03-11 Andrew Pinski <andrew_pinski@playstation.sony.com>
64 * gcc.dg/tree-ssa/ipa-reference-1.c: New testcase.
66 2008-03-11 Uros Bizjak <ubizjak@gmail.com>
69 * gcc.target/i386/pr35540.c: New test.
71 2008-03-11 Uros Bizjak <ubizjak@gmail.com>
73 * g++.dg/inherit/override-attribs.C: Require ilp32 x86 target.
75 2008-03-11 Uros Bizjak <ubizjak@gmail.com>
78 * g++.dg/torture/pr35526.C: New test.
80 2008-03-10 Jakub Jelinek <jakub@redhat.com>
83 * g++.dg/gomp/pr35328.C: New test.
86 * g++.dg/gomp/pr35337.C: New test.
90 * gcc.dg/gomp/pr35438.c: New test.
91 * gcc.dg/gomp/pr35439.c: New test.
94 * g++.dg/gomp/pr35099.C: New test.
96 2008-03-10 Eric Botcazou <ebotcazou@adacore.com>
98 * gnat.dg/range_check2.adb: New test.
100 2008-03-10 H.J. Lu <hongjiu.lu@intel.com>
102 PR tree-optimization/35494
103 * g++.dg/tree-ssa/ssa-store-ccp-1.C: New.
104 * gcc.dg/tree-ssa/ssa-store-ccp-2.c: Likewise.
105 * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Likewise.
106 * gcc.dg/tree-ssa/ssa-store-ccp-4.c: Likewise.
108 2008-03-10 Richard Guenther <rguenther@suse.de>
110 PR tree-optimization/34677
111 * gcc.dg/tree-ssa/loadpre23.c: New testcase.
112 * gcc.dg/tree-ssa/loadpre24.c: Likewise.
113 * gcc.dg/tree-ssa/loadpre25.c: Likewise.
115 2008-03-09 Paul Thomas <pault@gcc.gnu.org>
118 * gfortran.dg/module_commons_2.f90: New test.
120 2008-03-09 Eric Botcazou <ebotcazou@adacore.com>
122 * gnat.dg/frame_overflow.adb: Improve portability.
124 2008-03-08 H.J. Lu <hongjiu.lu@intel.com>
127 * gcc.target/i386/isa-1.c: Add -march=x86-64.
128 * gcc.target/i386/isa-2.c: Likewise.
129 * gcc.target/i386/isa-3.c: Likewise.
130 * gcc.target/i386/isa-10.c: Likewise.
131 * gcc.target/i386/isa-11.c: Likewise.
132 * gcc.target/i386/isa-12.c: Likewise.
133 * gcc.target/i386/isa-13.c: Likewise.
134 * gcc.target/i386/isa-14.c: Likewise.
136 2008-03-08 Uros Bizjak <ubizjak@gmail.com>
139 * gcc.target/i386/pr22152.c: New test.
140 * gcc.target/i386/sse2-mmx.c: Ditto.
142 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
144 * gnat.dg/uninit_func.adb: New test.
146 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
148 * gnat.dg/pack4.adb: New test.
150 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
152 * gnat.dg/small_alignment.adb: New test.
154 2008-03-07 Eric Botcazou <ebotcazou@adacore.com>
156 * gnat.dg/specs/alignment2.ads: New test.
158 2008-03-07 Eric Botcazou <ebotcazou@adacore.com>
160 * gnat.dg/pack3.adb: New test.
162 2008-03-07 Peter O'Gorman <pogma@thewrittenword.com>
165 * g++.dg/other/pr20366.C: New test.
167 2008-03-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
170 * gcc.dg/tree-ssa/ssa-store-ccp-1.c: New test.
172 2008-03-06 Markus Milleder <markus.milleder@generali.at>
174 PR preprocessor/35458
175 * gcc.dg/cpp/cmdlne-M-2.c: New file.
176 * gcc.dg/cpp/cmdlne-M-2#.h: New file.
177 * gcc.dg/cpp/#cmdlne-M-2.h: New file.
179 2008-03-06 Tom Tromey <tromey@redhat.com>
181 * lib/treelang-dg.exp, lib/treelang.exp: Delete.
184 2008-03-05 Eric Botcazou <ebotcazou@adacore.com>
186 * gnat.dg/specs/pack33.ads: New test.
188 2008-03-05 Richard Guenther <rguenther@suse.de>
190 PR tree-optimization/35472
191 * gcc.c-torture/execute/pr35472.c: New testcase.
193 2007-03-05 Gabor Loki <loki@gcc.gnu.org>
196 * gcc.c-torture/compile/pr11832.c: Check -frtl-abstract-sequences.
197 * gcc.c-torture/compile/pr33009.c: Likewise.
199 2008-03-05 Victor Kaplansky <victork@gcc.gnu.org>
202 * gcc.dg/vect/pr31041.c: Fix.
204 2008-03-05 Hans-Peter Nilsson <hp@axis.com>
207 * lib/lib/target-supports.exp (check_effective_target_fd_truncate):
209 * gfortran.fortran-torture/execute/list_read_1.x,
210 gfortran.fortran-torture/execute/read_null_string.x,
211 gfortran.fortran-torture/execute/backspace.x,
212 gfortran.fortran-torture/execute/seq_io.x,
213 gfortran.fortran-torture/execute/slash_edit.x,
214 gfortran.fortran-torture/execute/unopened_unit_1.x,
215 gfortran.dg/namelist_21.f90, gfortran.dg/advance_5.f90,
216 gfortran.dg/fmt_t_7.f, gfortran.dg/eor_1.f90,
217 gfortran.dg/read_x_past.f, gfortran.dg/tl_editing.f90,
218 gfortran.dg/ftell_2.f90, gfortran.dg/namelist_13.f90,
219 gfortran.dg/namelist_22.f90, gfortran.dg/advance_6.f90,
220 gfortran.dg/read_bad_advance.f90, gfortran.dg/func_derived_3.f90,
221 gfortran.dg/namelist_40.f90, gfortran.dg/x_slash_2.f,
222 gfortran.dg/namelist_14.f90, gfortran.dg/backspace_1.f,
223 gfortran.dg/namelist_23.f90, gfortran.dg/pr17285.f90,
224 gfortran.dg/read_noadvance.f90, gfortran.dg/namelist_use_only.f90,
225 gfortran.dg/namelist_41.f90, gfortran.dg/namelist_15.f90,
226 gfortran.dg/backspace_3.f, gfortran.dg/backslash_3.f,
227 gfortran.dg/namelist_24.f90, gfortran.dg/pr17286.f90,
228 gfortran.dg/endfile.f90, gfortran.dg/open_access_append_1.f90,
229 gfortran.dg/fmt_huge.f90, gfortran.dg/namelist_42.f90,
230 gfortran.dg/pr18392.f90, gfortran.dg/pr19155.f, gfortran.dg/pr12884.f,
231 gfortran.dg/namelist_16.f90, gfortran.dg/backspace_5.f,
232 gfortran.dg/open_readonly_1.f90, gfortran.dg/fmt_read.f90,
233 gfortran.dg/iostat_1.f90, gfortran.dg/namelist_43.f90,
234 gfortran.dg/read_size_noadvance.f90, gfortran.dg/inquire_5.f90,
235 gfortran.dg/read_many_1.f, gfortran.dg/namelist_17.f90,
236 gfortran.dg/list_read_1.f90, gfortran.dg/backspace_10.f90,
237 gfortran.dg/namelist_26.f90, gfortran.dg/unf_read_corrupted_2.f90,
238 gfortran.dg/record_marker_1.f90, gfortran.dg/convert_implied_open.f90,
239 gfortran.dg/iostat_2.f90, gfortran.dg/write_check3.f90,
240 gfortran.dg/namelist_44.f90, gfortran.dg/namelist_use.f90,
241 gfortran.dg/rewind_1.f90, gfortran.dg/streamio_11.f90,
242 gfortran.dg/namelist_18.f90, gfortran.dg/backspace_9.f,
243 gfortran.dg/dos_eol.f, gfortran.dg/read_eof_1.f90,
244 gfortran.dg/namelist_27.f90, gfortran.dg/pad_no.f90,
245 gfortran.dg/endfile.f, gfortran.dg/namelist_11.f,
246 gfortran.dg/namelist_19.f90, gfortran.dg/eor_handling_1.f90,
247 gfortran.dg/write_rewind_1.f, gfortran.dg/comma.f,
248 gfortran.dg/read_eof_2.f90, gfortran.dg/namelist_28.f90,
249 gfortran.dg/record_marker_3.f90, gfortran.dg/complex_read.f90,
250 gfortran.dg/namelist_37.f90, gfortran.dg/error_recovery_5.f90,
251 gfortran.dg/namelist_char_only.f90, gfortran.dg/pr18122.f90,
252 gfortran.dg/list_read_4.f90, gfortran.dg/eor_handling_2.f90,
253 gfortran.dg/read_eof_3.f90, gfortran.dg/dollar_edit_descriptor_1.f,
254 gfortran.dg/pr19467.f90, gfortran.dg/namelist_38.f90,
255 gfortran.dg/inquire_9.f90, gfortran.dg/list_read_5.f90,
256 gfortran.dg/noadv_size.f90, gfortran.dg/backslash_1.f90,
257 gfortran.dg/eor_handling_3.f90, gfortran.dg/read_eof_4.f90,
258 gfortran.dg/runtime_warning_1.f90, gfortran.dg/x_slash_1.f,
259 gfortran.dg/namelist_39.f90, gfortran.dg/streamio_3.f90,
260 gfortran.dg/read_comma.f, gfortran.dg/pr19657.f,
261 gfortran.dg/streamio_15.f90, gfortran.dg/list_read_6.f90,
262 gfortran.dg/eor_handling_4.f90, gfortran.dg/backslash_2.f90,
263 gfortran.dg/pr19216.f, gfortran.dg/PR19872.f,
264 gfortran.dg/backspace_2.f, gfortran.dg/empty_format_1.f90,
265 gfortran.dg/streamio_4.f90, gfortran.dg/append_1.f90,
266 gfortran.dg/fgetc_1.f90, gfortran.dg/complex_write.f90,
267 gfortran.dg/list_read_7.f90, gfortran.dg/eor_handling_5.f90,
268 gfortran.dg/fmt_t_1.f90, gfortran.dg/pr17090.f90,
269 gfortran.dg/backspace_4.f, gfortran.dg/shape_3.f90,
270 gfortran.dg/unf_io_convert_1.f90, gfortran.dg/fgetc_2.f90,
271 gfortran.dg/vector_subscript_3.f90, gfortran.dg/list_read_8.f90,
272 gfortran.dg/flush_1.f90, gfortran.dg/advance_1.f90,
273 gfortran.dg/fmt_t_2.f90, gfortran.dg/backspace_6.f,
274 gfortran.dg/slash_1.f90, gfortran.dg/stat_1.f90,
275 gfortran.dg/unformatted_recl_1.f90, gfortran.dg/record_marker_2.f,
276 gfortran.dg/overwrite_1.f, gfortran.dg/unf_io_convert_2.f90,
277 gfortran.dg/fmt_t_3.f90, gfortran.dg/backspace_8.f,
278 gfortran.dg/stat_2.f90, gfortran.dg/pr18210.f90,
279 gfortran.dg/unformatted_subrecord_1.f90, gfortran.dg/pr20257.f90,
280 gfortran.dg/eof_1.f90, gfortran.dg/fmt_t_4.f90,
281 gfortran.dg/unf_short_record_1.f90, gfortran.dg/fmt_exhaust.f90,
282 gfortran.dg/namelist_20.f90, gfortran.dg/advance_4.f90,
283 gfortran.dg/fmt_t_5.f90, gfortran.dg/namelist_12.f,
284 gfortran.dg/backspace_7.f90, gfortran.dg/write_rewind_2.f,
285 gfortran.dg/ftell_1.f90, gfortran.dg/fseek.f90,
286 gfortran.dg/write_back.f: Gate test on effective_target
289 2008-03-04 Joseph Myers <joseph@codesourcery.com>
291 * gcc.dg/tree-ssa/loop-1.c: Handle i?86-*-mingw* i?86-*-cygwin* as
292 targets declaring functions in assembly.
294 2008-03-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
297 * gcc.dg/pr28322-3.c: New.
299 2008-03-04 H.J. Lu <hongjiu.lu@intel.com>
302 * gcc.target/i386/sse4_2-pcmpestri-1.c: Replace SIDD_XXX with
304 * gcc.target/i386/sse4_2-pcmpestri-2.c: Likewise.
305 * gcc.target/i386/sse4_2-pcmpestrm-1.c: Likewise.
306 * gcc.target/i386/sse4_2-pcmpestrm-2.c: Likewise.
307 * gcc.target/i386/sse4_2-pcmpistri-1.c: Likewise.
308 * gcc.target/i386/sse4_2-pcmpistri-2.c: Likewise.
309 * gcc.target/i386/sse4_2-pcmpistrm-1.c: Likewise.
310 * gcc.target/i386/sse4_2-pcmpistrm-2.c: Likewise.
311 * gcc.target/i386/sse4_2-pcmpstr.h: Likewise.
313 2008-03-04 Uros Bizjak <ubizjak@gmail.com>
316 * gcc.c-torture/execute/pr35456.c: New test.
318 2008-03-04 Joseph Myers <joseph@codesourcery.com>
320 * gcc.target/i386/sse-10.c: Don't use
321 -mno-accumulate-outgoing-args on *-*-mingw* *-*-cygwin*.
323 2008-03-04 Uros Bizjak <ubizjak@gmail.com>
325 * gfortran.dg/reassoc_1.f90: Cleanup dump files.
326 * gfortran.dg/reassoc_2.f90: Ditto.
327 * gfortran.dg/reassoc_3.f90: Ditto.
329 2008-03-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
332 * gfortran.dg/gomp/gomp.exp: Add .f08 and .F08 file suffixes.
333 * gfortran.dg/dg.exp: Likewise.
334 * gfortran.dg/vect/vect.exp: Likewise.
335 * gfortran.fortran-torture/execute/execute.exp: Likewise.
336 * gfortran.fortran-torture/compile/compile.exp: Likewise.
337 * gfortran.dg/gamma_1.f90: Also check log_gamma.
338 * gfortran.dg/invalid_contains_1.f90: Remove warning about
340 * gfortran.dg/gamma_2.f90: Add a few error messages.
341 * gfortran.dg/invalid_contains_2.f90: Remove warning about
343 * gfortran.dg/gamma_3.f90: Adjust error message.
344 * gfortran.dg/gamma_4.f90: Test for log_gamma instead of lgamma.
345 * gfortran.dg/bind_c_usage_9.f03: Adjust error messages.
346 * gfortran.dg/bessel_1.f90: New test.
347 * gfortran.dg/recursive_check_3.f90: Remove warnings.
348 * gfortran.dg/besxy.f90: Also check for new F2008 intrinsics.
349 * gfortran.dg/derived_function_interface_1.f90: Remove warning.
350 * gfortran.dg/contains_empty_1.f03: New test.
351 * gfortran.dg/erfc_scaled_1.f90: New test.
352 * gfortran.dg/hypot_1.f90: New test.
353 * gfortran.dg/contains_empty_2.f03: New test.
355 2007-03-03 Uros Bizjak <ubizjak@gmail.com>
357 * gcc.target/i386/builtin-apply-mmx.c: Do not XFAIL on Darwin.
359 2008-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
362 * g++.dg/cpp/string-2.C: This is a warning now.
363 * g++.dg/cpp/pedantic-errors.C: -pedantic-errors is not enabled by
366 2008-03-01 Douglas Gregor <doug.gregor@gmail.com>
368 * g++.dg/cpp0x/auto1.C: New.
370 2008-03-01 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
373 * gfortran.dg/pointer_1.f90: New test.
375 2008-02-29 Douglas Gregor <doug.gregor@gmail.com>
378 * g++.dg/ext/attrib32.C: Add another test case.
380 2008-02-29 Tom Tromey <tromey@redhat.com>
382 * g++.dg/warn/pragma-system_header2.C: Ignore "included from"
385 2008-02-29 Sebastian Pop <sebastian.pop@amd.com>
387 * testsuite/gcc.dg/tree-ssa/ltrans-8.c: Increase the size of strides
388 to make the interchange profitable.
390 2008-02-28 Daniel Franke <franke.daniel@gmail.com>
395 * gfortran.dg/arrayio_11.f90: Fixed test.
396 * gfortran.dg/arrayio_12.f90: Likewise.
397 * gfortran.dg/module_read_1.f90: Added warning-directives.
398 * gfortran.dg/pr32242.f90: Likewise.
399 * gfortran.dg/result_in_spec_3.f90: Likewise.
400 * gfortran.dg/use_12.f90: Likewise.
401 * gfortran.dg/warn_function_without_result.f90 : New test.
403 2008-02-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
406 * gfortran.dg/f2c_9.f90: New test.
408 2008-02-28 Sebastian Pop <sebastian.pop@amd.com>
410 * testsuite/gcc.dg/tree-ssa/ldist-1.c: New.
411 * testsuite/gcc.dg/tree-ssa/ldist-1a.c: New.
412 * testsuite/gcc.dg/tree-ssa/ldist-2.c: New.
413 * testsuite/gcc.dg/tree-ssa/ldist-3.c: New.
414 * testsuite/gcc.dg/tree-ssa/ldist-4.c: New.
415 * testsuite/gcc.dg/tree-ssa/ldist-5.c: New.
416 * testsuite/gcc.dg/tree-ssa/ldist-6.c: New.
417 * testsuite/gcc.dg/tree-ssa/ldist-7.c: New.
418 * testsuite/gcc.dg/tree-ssa/ldist-8.c: New.
419 * testsuite/gcc.dg/tree-ssa/ldist-9.c: New.
420 * testsuite/gcc.dg/tree-ssa/ldist-10.c: New.
421 * testsuite/gcc.dg/tree-ssa/ldist-11.c: New.
422 * testsuite/gcc.dg/tree-ssa/ldist-12.c: New.
423 * testsuite/gfortran.dg/ldist-1.f90: New.
425 2008-02-28 Uros Bizjak <ubizjak@gmail.com>
427 * gcc.dg/pr34351.c: Compile for x86 targets only. Use %ebx register.
429 2008-02-27 Francois-Xavier Coudert <coudert@clipper.ens.fr>
431 * gfortran.dg/large_real_kind_3.F90: Reverse previous commit.
433 2008-02-27 Jan Beulich <jbeulich@novell.com>
435 * gcc.target/i386/mmx-1.c: Add
436 -Werror-implicit-function-declaration to dg-options.
437 * gcc.target/i386/mmx-2.c: Likewise.
438 * gcc.target/i386/sse-13.c: Likewise.
439 * gcc.target/i386/sse-14.c: Likewise.
441 2008-02-27 Revital Eres <eres@il.ibm.com>
443 PR rtl-optimization/34999
444 * gcc.dg/tree-prof/pr34999.c: New.
446 2008-02-27 Richard Guenther <rguenther@suse.de>
449 * gcc.c-torture/execute/pr35390.c: New testcase.
451 2008-02-27 Samuel Tardieu <sam@rfc1149.net>
454 * gnat.dg/test_direct_io.adb: New file.
456 2008-02-27 Samuel Tardieu <sam@rfc1149.net>
459 * gnat.dg/specs/pr34799.ads: New test.
461 2008-02-27 Richard Guenther <rguenther@suse.de>
464 * gcc.c-torture/execute/pr34971.c: New testcase.
466 2008-02-27 Jakub Jelinek <jakub@redhat.com>
468 * gcc.dg/gomp/preprocess-1.c: New test.
471 * g++.dg/ext/visibility/typeinfo2.C: New test.
472 * g++.dg/ext/visibility/typeinfo3.C: New test.
474 2008-02-26 Joseph Myers <joseph@codesourcery.com>
476 * gcc.dg/bf-ms-attrib.c (main): Return 0.
478 2008-02-26 Joseph Myers <joseph@codesourcery.com>
480 * gcc.target/i386/mmx-4.c (dump64_64): Use printf %I64 on MinGW.
481 * gcc.target/i386/sse-6.c (dump128_64): Likewise.
483 2008-02-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
486 * gcc.dg/empty-source-2.c: Adjust for warning message.
487 * gcc.dg/empty-source-3.c: Likewise.
488 * gcc.dg/pack-test-2.c: Adjust comment.
489 * gcc.dg/pragma-ep-2.c: Likewise.
490 * gcc.dg/pragma-re-2.c: Likewise.
491 * gcc.dg/va-arg-2.c: Likewise.
493 2008-02-26 Tobias Burnus <burnus@net-b.de>
496 * gfortran.dg/assignment_2.f90: New.
498 2008-02-26 Jason Merrill <jason@redhat.com>
501 * g++.dg/ext/attrib32.C: New.
503 2008-02-26 Richard Sandiford <rsandifo@nildram.co.uk>
505 * gcc.c-torture/execute/nest-align-1.x: Delete.
507 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
510 * 20021023-1.c: Use __builtin_va_start instead of
511 __builtin_stdarg_start.
512 * pr17301-1.c: Likewise.
513 * pr17301-2.c: Likewise.
515 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
517 * gcc.dg/pr34351.c: New.
519 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
521 * gcc.dg/Wlarger-than2.c: New.
523 2008-02-26 Paolo Carlini <pcarlini@suse.de>
526 * g++.dg/lookup/crash7.C: New.
528 2008-02-26 Kaz Kojima <kkojima@gcc.gnu.org>
530 * gcc.c-torture/execute/nest-align-1.c: Use the largest alignment.
532 2008-02-25 Joseph Myers <joseph@codesourcery.com>
534 * gcc.target/i386/pr25993.c: Skip on *-*-mingw*.
536 2008-02-25 Joseph Myers <joseph@codesourcery.com>
538 * gcc.dg/debug/dwarf2/aranges-fnsec-1.c: Add -w to dg-options.
540 2008-02-25 Joseph Myers <joseph@codesourcery.com>
542 * gcc.dg/builtins-config.h: Disable C99 runtime testing for
545 2008-02-25 Joseph Myers <joseph@codesourcery.com>
547 * lib/target-supports.exp (check_profiling_available): Report -p
548 unavailable on *-*-mingw*.
550 2008-02-25 Joseph Myers <joseph@codesourcery.com>
552 * lib/target-supports.exp (check_effective_target_pthread_h): New.
553 * gcc.dg/pthread-init-1.c, gcc.dg/pthread-init-2.c: Use
554 dg-require-effective-target pthread_h.
556 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
558 * gcc.dg/Wswitch-enum-error.c: New.
559 * gcc.dg/Wswitch-error.c: New.
560 * gcc.dg/20011021-1.c: Use two directives to match two different
563 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
566 * gcc.dg/pr28322.c: New.
567 * gcc.dg/pr28322-2.c: New.
568 * lib/prune.exp: Ignore "At top level" even if there is no ':'
571 2008-02-25 Paolo Carlini <pcarlini@suse.de>
574 * g++.dg/other/error26.C: New.
576 2008-02-25 Paolo Carlini <pcarlini@suse.de>
579 * g++.dg/other/error25.C: New.
581 2008-02-25 Andreas Krebbel <krebbel1@de.ibm.com>
584 * gcc.dg/pr35258.c: New testcase.
586 2008-02-25 Jan Beulich <jbeulich@novell.com>
588 * gcc.dg/20020426-2.c: Remove bogus workaround.
589 * g++.old-deja/g++.other/store-expr1.C: Likewise.
590 * gcc.target/i386/movq-2.c: Also permit use of movzbl.
592 2008-02-25 Francois-Xavier Coudert <coudert@clipper.ens.fr>
594 * gfortran.dg/large_real_kind_3.F90: Xfail on ppc-darwin.
596 2008-02-25 Uros Bizjak <ubizjak@gmail.com>
599 * gcc.dg/pr19984.c: New test.
600 * gcc.dg/dfp/compare-special.h: Use _nan instead of nan as the
601 name of the variable.
603 2008-02-25 Uros Bizjak <ubizjak@gmail.com>
605 * gcc.dg/vect/vect-99.c: Include stdlib.h and tree-vect.h.
606 (main): Call check_vect and foo. Check array values after
608 * gcc.dg/vect/vect-117.c: Call check_vect.
609 * gcc.dg/vect/no-vfa-pr29145.c: Ditto.
611 2008-02-25 Jason Merrill <jason@redhat.com>
614 * g++.dg/lookup/strong-using-5.C: New.
616 2008-02-25 Kaz Kojima <kkojima@gcc.gnu.org>
618 * gcc.dg/tree-ssa/ssa-pre-10.c: Use -fno-finite-math-only on
621 2008-02-24 Uros Bizjak <ubizjak@gmail.com>
624 * gcc.c-torture/execute/20050604-1.x: New file.
626 2008-02-24 Uros Bizjak <ubizjak@gmail.com>
628 * gcc.target/i386/pr22076.c: Update number of mov insns
630 * gcc.target/i386/pr34256.c: Ditto.
632 2008-02-24 Diego Novillo <dnovillo@google.com>
634 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
637 * g++.dg/warn/pr33738.C: New.
639 2008-02-24 Richard Sandiford <rsandifo@nildram.co.uk>
641 * gcc.c-torture/execute/nest-align-1.x: New file.
643 2008-02-24 Danny Smith <dannysmith@users.sourceforge.net>
646 * g++.dg.ext/dllimport13.C: New test.
648 2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
651 * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on
652 powerpc*-apple-darwin*.
654 2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
656 * gfortran.dg/large_real_kind_2.F90: Split testing of ERF and
657 ERFC into gfortran.dg/large_real_kind_3.F90.
658 * gfortran.dg/large_real_kind_3.F90: New test.
660 2008-02-23 Andrew Pinski <andrew_pinski@playstation.sony.com>
663 * gcc.dg/and-1.c: New test.
665 2008-02-23 Daniel Jacobowitz <dan@codesourcery.com>
667 * gcc.c-torture/execute/20080222-1.c: New test.
669 2008-02-23 Uros Bizjak <ubizjak@gmail.com>
673 * gcc.target/i386/pr22076.c: New test.
674 * gcc.target/i386/pr34256.c: New test.
675 * gcc.target/i386/vecinit-5.c: New test.
676 * gcc.target/i386/vecinit-6.c: New test.
677 * gcc.target/i386/vecinit-[1-4].c: Check that no MMX register is used.
679 * g++.dg/compat/struct-layout-1.h: Do not include <mmintrin.h> and
680 <xmmintrin.h>, define __m64 and __m128 directly.
681 * g++.dg/compat/struct-layout-1_generate.c: Add -mno-mmx for x86.
683 2008-02-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
686 * g++.dg/ext/always_inline-1.C: New test.
687 * g++.dg/ext/always_inline-2.C: New test.
688 * g++.dg/ext/always_inline-3.C: New test.
689 * g++.dg/ext/always_inline-4.C: New test.
691 2008-02-22 Hans-Peter Nilsson <hp@axis.com>
693 * gcc.target/cris/asm-b-1.c: New test.
695 2008-02-22 Paolo Carlini <pcarlini@suse.de>
698 * g++.dg/template/nontype17.C: Add.
700 2008-02-22 Paolo Carlini <pcarlini@suse.de>
704 2008-02-14 Paolo Carlini <pcarlini@suse.de>
707 * g++.dg/template/nontype17.C: New.
708 * g++.dg/template/nontype16.C: Add error.
710 2008-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
713 * gcc.dg/Wfloat-equal-1.c: New.
714 * g++.dg/warn/Wfloat-equal-1.C: New.
716 2008-02-21 Michael Matz <matz@suse.de>
719 * gcc.dg/pr35264.c: New testcase.
721 2008-02-21 Richard Guenther <rguenther@suse.de>
723 * gfortran.dg/reassoc_1.f90: New testcase.
724 * gfortran.dg/reassoc_2.f90: Likewise.
725 * gfortran.dg/reassoc_3.f90: Likewise.
727 2008-02-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
730 * gfortran.dg/fmt_t_7.f: New test.
733 * gfortran.dg/streamio_15.f90: New test.
735 2008-02-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
738 * gfortran.dg/fmt_zero_digits.f90: Revise test.
740 2008-02-20 Seongbae Park <seongbae.park@gmail.com>
742 * gcc.dg/Wframe-larger-than.c: New option test.
744 2008-02-20 Tobias Burnus <burnus@net-b.de>
747 * gfortran.dg/dollar_sym_1.f90: New.
748 * gfortran.dg/dollar_sym_2.f90: New.
750 2008-02-20 Richard Guenther <rguenther@suse.de>
753 * gcc.dg/builtins-66.c: New testcase.
755 2008-02-20 Richard Guenther <rguenther@suse.de>
757 * gcc.dg/fold-reassoc-1.c: New testcase.
758 * gcc.dg/tree-ssa/recip-3.c: Adjust to not compute d/d.
760 2008-02-20 Richard Guenther <rguenther@suse.de>
762 * gcc.dg/tree-ssa/reassoc-13.c: New testcase.
764 2008-02-20 Ira Rosen <irar@il.ibm.com>
766 * lib/target-supports.exp (check_effective_target_vect_unpack):
768 (check_effective_target_vect_short_mult): Likewise.
769 * gcc.dg/vect/vect-reduc-dot-s16b.c: Expect vectorization of
770 the loop on targets that support vect_unpack.
772 2008-02-20 Uros Bizjak <ubizjak@gmail.com>
774 * g++.dg/compat/struct-layout-1_generate.c (DG_OPTIONS): New define.
775 (switchfiles): Use DG_OPTIONS. Explicitly name arguments in fprintf
776 templates to reduce number of passed arguments.
778 2008-02-19 Jason Merrill <jason@redhat.com>
781 * g++.dg/template/explicit-args1.C: New.
783 2008-02-19 Richard Guenther <rguenther@suse.de>
785 PR tree-optimization/34989
786 * gcc.dg/pr34989-1.c: New testcase.
787 * gcc.dg/pr34989-2.c: Likewise.
789 2008-02-19 Jakub Jelinek <jakub@redhat.com>
792 * g++.dg/gomp/pr35028.C: New test.
796 * gcc.dg/gomp/pr34964.c: New test.
797 * g++.dg/gomp/pr34964.C: New test.
798 * gcc.dg/gomp/pr35244.c: New test.
799 * g++.dg/gomp/pr35244.C: New test.
802 * g++.dg/gomp/pr35078.C: New test.
804 2008-02-19 Christian Bruel <christian.bruel@st.com>
806 * gcc.dg/packed-array.c: New testcase.
808 2008-02-19 Uros Bizjak <ubizjak@gmail.com>
811 * gcc.target/i386/pr33555.c: New test.
813 2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
816 * gcc.target/i386/isa-1.c: New.
817 * gcc.target/i386/isa-2.c: Likewise.
818 * gcc.target/i386/isa-3.c: Likewise.
819 * gcc.target/i386/isa-4.c: Likewise.
820 * gcc.target/i386/isa-5.c: Likewise.
821 * gcc.target/i386/isa-6.c: Likewise.
822 * gcc.target/i386/isa-7.c: Likewise.
823 * gcc.target/i386/isa-8.c: Likewise.
824 * gcc.target/i386/isa-9.c: Likewise.
825 * gcc.target/i386/isa-10.c: Likewise.
826 * gcc.target/i386/isa-11.c: Likewise.
827 * gcc.target/i386/isa-12.c: Likewise.
828 * gcc.target/i386/isa-13.c: Likewise.
829 * gcc.target/i386/isa-14.c: Likewise.
831 2008-02-18 Joey Ye <joey.ye@intel.com>
832 H.J. Lu <hongjiu.lu@intel.com>
835 * gcc.c-torture/execute/nest-align-1.c: New test case.
837 2008-02-17 Richard Guenther <rguenther@suse.de>
840 * gcc.dg/torture/pr35227.c: New testcase.
842 2008-02-17 Richard Guenther <rguenther@suse.de>
844 PR tree-optimization/35231
845 * gcc.c-torture/execute/pr35231.c: New testcase.
847 2008-02-17 Uros Bizjak <ubizjak@gmail.com>
849 * gcc.target/i386/pr32268.c (test_lt): Add noinline attribute.
852 2008-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
854 * obj-c++.dg/encode-2.mm: XFAIL.
855 * obj-c++.dg/encode-3.mm: Likewise.
857 2008-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
858 Paolo Carlini <pcarlini@suse.de>
860 * g++.dg/ext/has_nothrow_assign.C: Skip some tests when __PIC__.
861 * g++.dg/ext/has_nothrow_constructor.C: Likewise.
862 * g++.dg/ext/has_nothrow_copy.C: Likewise.
864 2008-02-16 Uros Bizjak <ubizjak@gmail.com>
866 * gcc.target/i386/fastcall-sseregparm.c: Include sse-check.h.
867 (main): Change to void and rename to sse_test.
868 * gcc.target/i386/pr24306.c: Ditto.
869 * gcc.target/i386/pr32065-2.c: Ditto.
870 * gcc.target/i386/20060512-1.c: Include sse2-check.h.
871 (main): Change to void and rename to sse2_test.
872 * gcc.target/i386/20060512-3.c: Ditto.
874 2008-02-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
877 * gfortran.dg/c_loc_tests_12.f03: New test.
879 2008-02-15 Douglas Gregor <doug.gregor@gmail.com>
884 * g++.dg/cpp0x/vt-35026.C: New.
885 * g++.dg/cpp0x/vt-35023.C: New.
886 * g++.dg/cpp0x/vt-34055.C: Tweak expected error messages.
887 * g++.dg/cpp0x/vt-35024.C: New.
889 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
891 * gcc.c-torture/execute/va-arg-25.x: Remove.
893 2008-02-15 Richard Guenther <rguenther@suse.de>
894 Zdenek Dvorak <ook@ucw.cz>
896 PR tree-optimization/35164
897 * g++.dg/torture/pr35164-1.C: New testcase.
898 * g++.dg/torture/pr35164-2.C: Likewise.
900 2008-02-15 Dominique d'Humieres <dominiq@lps.ens.fr>
903 * testsuite/g++.dg/template/spec35.C: Change the regular expressions
904 in dg-final to match the assembly code generated by Darwin 9.
906 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
908 * gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.
910 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
912 * gcc.target/i386/pr35160.c: Skip if !nonpic for 32bit x86 targets.
914 2008-02-15 Hans-Peter Nilsson <hp@axis.com>
916 * lib/dejapatches.exp: New file.
918 2008-02-14 Douglas Gregor <doug.gregor@gmail.com>
921 * g++.dg/cpp0x/vt-34050.C: New.
923 2008-02-14 Jason Merrill <jason@redhat.com>
927 * g++.dg/warn/pr11159.C: New.
928 * g++.dg/warn/pr5645.C: Likewise.
930 2008-02-14 Danny Smith <dannysmith@users.sourceforge.net>
932 PR preprocessor/35061
933 * gcc.dg/cpp/pragma_pop_macro-1.c: New test.
935 2008-02-14 Paolo Carlini <pcarlini@suse.de>
938 * g++.dg/template/nontype17.C: New.
939 * g++.dg/template/nontype16.C: Add error.
941 2008-02-13 Jakub Jelinek <jakub@redhat.com>
944 * g++.dg/template/member8.C: New test.
946 2008-02-13 Michael Matz <matz@suse.de>
948 * gcc.dg/pr35065.c: Fix testcase warnings.
950 2008-02-13 Jason Merrill <jason@redhat.com>
952 PR c++/34962, c++/34937, c++/34939
953 * g++.dg/ext/tmplattr9.C: New.
955 2008-02-13 Michael Matz <matz@suse.de>
958 * gcc.dg/pr35065.c: New testcase.
960 2008-02-12 Richard Guenther <rguenther@suse.de>
962 PR tree-optimization/35171
963 * gcc.c-torture/compile/pr35171.c: New testcase.
965 2008-02-12 Richard Guenther <rguenther@suse.de>
968 * gcc.c-torture/execute/pr35163.c: New testcase.
970 2008-02-12 Uros Bizjak <ubizjak@gmail.com>
972 * gcc.target/i386/asm-3.c: Fix dg-skip-if for all 32bit PIC targets.
974 2008-02-12 Eric Botcazou <ebotcazou@adacore.com>
976 * gnat.dg/loop_address.adb: New test.
978 2008-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
980 * obj-c++.dg/bitfield-1.mm: Expect failures.
981 * obj-c++.dg/bitfield-4.mm: Likewise.
982 * obj-c++.dg/cxx-ivars-2.mm: Likewise.
983 * obj-c++.dg/encode-8.mm: Likewise.
984 * obj-c++.dg/isa-field-1.mm: Likewise.
985 * obj-c++.dg/layout-1.mm: Likewise.
986 * obj-c++.dg/lookup-2.mm: Likewise.
987 * obj-c++.dg/try-catch-2.mm: Likewise.
988 * obj-c++.dg/try-catch-9.mm: Likewise.
990 2008-02-12 Jakub Jelinek <jakub@redhat.com>
993 * g++.dg/tree-ssa/pr35144.C: New test.
996 * gcc.target/i386/pr35160.c: New test.
999 * g++.dg/init/new27.C: New test.
1001 2008-02-11 Paolo Carlini <pcarlini@suse.de>
1004 * g++.dg/template/crash78.C: New.
1006 2008-02-11 Uros Bizjak <ubizjak@gmail.com>
1009 * gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
1010 * gcc.dg/compat/vector-2_y.c: Ditto.
1012 2008-02-11 Uros Bizjak <ubizjak@gmail.com>
1013 Richard Guenther <rguenther@suse.de>
1015 PR tree-optimization/33992
1016 * gcc.c-torture/execute/pr33992.c: New testcase.
1018 2008-02-10 Thomas Koenig <tkoenig@gcc.gnu.org>
1020 * gfortran.dg/streamio_14.f90: New test.
1022 2008-02-10 Uros Bizjak <ubizjak@gmail.com>
1024 * gcc.target/i386/pr17390.c: Remove ilp32 target requirement.
1025 Add -mfpmath=387 to dg-options.
1027 2008-02-10 Uros Bizjak <ubizjak@gmail.com>
1030 * gcc.dg/tree-ssa/gen-vect-2.c: Add -mno-sse for x86 targets.
1031 * gcc.dg/tree-ssa/gen-vect-11.c: Ditto.
1032 * gcc.dg/tree-ssa/gen-vect-11a.c: Ditto.
1033 * gcc.dg/tree-ssa/gen-vect-11b.c: Ditto.
1034 * gcc.dg/tree-ssa/gen-vect-11c.c: Ditto.
1035 * gcc.dg/tree-ssa/gen-vect-25.c: Ditto.
1036 * gcc.dg/tree-ssa/gen-vect-26.c: Ditto.
1037 * gcc.dg/tree-ssa/gen-vect-28.c: Ditto.
1038 * gcc.dg/tree-ssa/gen-vect-32.c: Ditto.
1040 2008-02-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1043 * obj-c++.dg/gnu-runtime-2.mm: Fix signature of function main().
1045 2008-02-06 Alexandre Oliva <aoliva@redhat.com>
1048 * g++.dg/conversion/bitfield8.C: New.
1050 2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
1052 * g++.dg/ext/vector13.C: Fix for compilation under -pedantic.
1054 2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
1058 * g++.dg/ext/vector13.C: New.
1060 2008-02-06 David Daney <ddaney@avtrex.com>
1062 * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for mips*-*-*.
1064 2008-02-05 Bob Wilson <bob.wilson@acm.org>
1066 * lib/target-supports.exp (check_effective_target_hard_float): Remove
1067 special case for xtensa-*-*.
1069 2008-02-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1072 * gfortran.dg/volatile11.f90: New test.
1074 2008-02-05 Jakub Jelinek <jakub@redhat.com>
1077 * g++.dg/template/array19.C: New test.
1079 2008-02-05 Diego Novillo <dnovillo@google.com>
1081 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
1084 * g++.dg/warn/pr33738.C: Remove.
1086 2008-02-05 Paul Thomas <pault@gcc.gnu.org>
1089 * gfortran.dg/bounds_check_13.f: New test.
1091 2008-02-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1094 * gcc.c-torture/execute/multi-ix.c: Call memset instead of bzero.
1096 2008-02-05 Uros Bizjak <ubizjak@gmail.com>
1099 * gcc.target/i386/pr35083.c: New test.
1101 2008-02-05 Paul Thomas <pault@gcc.gnu.org>
1104 * gfortran.dg/data_bounds_1.f90: New test.
1106 2008-02-04 Diego Novillo <dnovillo@google.com>
1108 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
1111 * testsuite/g++.dg/warn/pr33738.C: New.
1113 2008-02-04 Daniel Franke <franke.daniel@gmail.com>
1115 * gfortran.dg/where_operator_assign_4.f90: Fix typo in error message
1118 2008-02-04 Hans-Peter Nilsson <hp@axis.com>
1120 * lib/target-supports.exp (check_effective_target_hard_float): Only
1121 use the macro definition tests for mips*-*-* and xtensa-*-*. For all
1122 other targets, grep for a call insn in the rtl expand dump for an
1124 (target_compile): Support generating rtl dumps as output.
1126 2008-02-04 Richard Guenther <rguenther@suse.de>
1129 * gcc.c-torture/execute/pr33631.c: New testcase.
1131 2008-02-04 Richard Guenther <rguenther@suse.de>
1134 * gcc.c-torture/compile/pr35043.c: New testcase.
1136 2008-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1138 * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.
1140 2008-02-03 Uros Bizjak <ubizjak@gmail.com>
1142 * gcc.target/i386/pr31628.c: Require effective target fpic.
1143 * gcc.target/i386/strinline.c: Ditto.
1144 * gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
1145 * gcc.dg/pr35045.c: Ditto.
1146 * gcc.dg/20050503-1.c: Ditto.
1148 2008-02-03 Paul Thomas <pault@gcc.gnu.org>
1151 * gfortran.dg/host_assoc_variable_1.f90: New test.
1152 * gfortran.dg/allocate_stat.f90: Change last three error messages.
1154 2008-02-02 Michael Matz <matz@suse.de>
1157 * gcc.dg/pr35045.c: New test.
1159 2008-02-02 Thomas Koenig <tkoenig@gcc.gnu.org>
1162 * gfortran.dg/shape_4.f90: New test.
1164 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
1166 * gcc.target/cris/torture/pr34773.c: Use __asm__, not asm.
1168 2008-02-01 Hans-Peter Nilsson <hp@axis.com>
1170 PR rtl-optimization/34773
1171 * gcc.target/cris/torture/pr34773.c: New test.
1173 2008-02-01 Nick Clifton <nickc@redhat.com>
1175 * lib/target-supports.exp (check_profiling_available): Do not
1176 expect profiling to work on the xstormy16 target.
1178 2008-02-01 Uros Bizjak <ubizjak@gmail.com>
1181 * gcc.c-torture/execute/20050316-2.x: New file.
1182 * gcc.target/i386/pr17390.c: Update scan pattern.
1183 * gcc.dg/builtin-apply4.c: Add -mno-mmx for 32bit x86 targets.
1184 * g++.dg/tree-ssa/ivopts-1.C: Remove XPASS for x86 targets.
1186 2008-01-31 Paul Thomas <pault@gcc.gnu.org>
1189 * gfortran.dg/proc_assign_2.f90: New test.
1191 2008-01-31 Douglas Gregor <doug.gregor@gmail.com>
1192 Jakub Jelinek <jakub@redhat.com>
1196 * g++.dg/ext/alias-canon.C: New.
1197 * g++.dg/ext/alias-mangle.C: New.
1199 2008-01-30 Jan Hubicka <jh@suse.cz>
1201 * gcc.c-torture/execute/pr34982.c: Add forgotten return 0.
1203 2008-01-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1205 * g++.dg/other/first-global.C: Add -fpie for all pic targets.
1206 * g++.dg/parse/attr-externally-visible-1.C: Likewise.
1208 2008-01-30 Jan Hubicka <jh@suse.cz>
1211 * gcc.c-torture/execute/pr34982.c: New testcase.
1213 2008-01-30 Andreas Krebbel <krebbel1@de.ibm.com>
1215 * gcc.target/s390/tf_to_di-1.c: New testcase.
1217 2008-01-30 Paul Thomas <pault@gcc.gnu.org>
1220 * gfortran.dg/use_only_3.f90: New test.
1221 * gfortran.dg/use_only_3.inc: Modules for new test.
1224 * gfortran.dg/function_charlen_2.f90: New test.
1226 2008-01-30 Jakub Jelinek <jakub@redhat.com>
1229 * gcc.dg/pr34969.c: New test.
1232 * gcc.dg/inline-25.c: New test.
1233 * gcc.dg/inline-26.c: New test.
1234 * gcc.dg/inline-27.c: New test.
1236 2008-01-29 Richard Guenther <rguenther@suse.de>
1239 * gcc.c-torture/compile/pr35006.c: New testcase.
1241 2008-01-29 Douglas Gregor <doug.gregor@gmail.com>
1252 * g++.dg/cpp0x/vt-34219-2.C: New.
1253 * g++.dg/cpp0x/pr32126.C: Tweak expected error messages.
1254 * g++.dg/cpp0x/vt-34961.C: New.
1255 * g++.dg/cpp0x/vt-34055.C: Tweak error messages; add new test
1256 cases from the re-opened PR.
1257 * g++.dg/cpp0x/vt-34753.C: New.
1258 * g++.dg/cpp0x/vt-34919.C: New.
1259 * g++.dg/cpp0x/vt-34754.C: New.
1260 * g++.dg/cpp0x/vt-34606.C: New.
1261 * g++.dg/cpp0x/vt-34219.C: New.
1262 * g++.dg/cpp0x/pr32125.C: Tweak expected error messages.
1263 * g++.dg/cpp0x/vt-34755.C: New.
1264 * g++.dg/cpp0x/pr31438.C: Ditto.
1265 * g++.dg/cpp0x/variadic81.C: Ditto.
1267 2008-01-29 Richard Sandiford <rsandifo@nildram.co.uk>
1269 * g++.dg/torture/pr34641.C: Put the dg-do first.
1271 2008-01-29 Richard Sandiford <rsandifo@nildram.co.uk>
1273 * gcc.target/mips/lazy-binding-1.c: Skip for mips16.
1275 2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
1277 * g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment.
1279 2008-01-28 Nathan Froyd <froydnj@codesourcery.com>
1282 * gcc.target/powerpc/spe-small-data-1.c: New test.
1283 * gcc.target/powerpc/spe-small-data-2.c: New test.
1285 2008-01-28 Thomas Koenig <tkoenig@gcc.gnu.org>
1288 * gfortran.dg/shape_3.f90: New test.
1290 2008-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
1292 * gcc.target/s390/20020926-1.c: Remove -m31.
1294 2008-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
1296 * gcc.target/s390/20020926-1.c: Disable for s390x.
1298 2008-01-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1301 * gfortran.dg/missing_optional_dummy_5.f90: Fix matching regular
1304 2008-01-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1307 * gfortran.dg/array_constructor_22.f90: New test.
1309 2008-01-26 Maxim Kuvyrkov <maxim@codesourcery.com>
1312 * gcc.c-torture/compile/pr34688: New test.
1314 2008-01-26 Tobias Burnus <burnus@net-b.de>
1317 * gfortran.dg/missing_optional_dummy_5.f90: New.
1319 2008-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1321 * gcc.dg/tree-ssa/20070302-1.c (baz): Mark with attribute
1322 noinline. XFAIL test.
1324 2008-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1327 * gfortran.dg/array_3.f90: New test.
1329 2008-01-26 Jakub Jelinek <jakub@redhat.com>
1331 * gcc.c-torture/compile/pr34966.c (atan): Only use asm
1335 * gcc.dg/pr34965.c: New test.
1336 * g++.dg/other/error24.C: New test.
1338 2008-01-26 Thomas Koenig <tkoenig@gcc.gnu.org>
1340 PR libfofortran/34887
1341 * gfortran.dg/x_slash_2.f: New test.
1343 2008-01-26 Richard Guenther <rguenther@suse.de>
1346 * g++.dg/torture/pr34235.C: New testcase.
1348 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
1350 * g++.dg/tree-ssa/ivopts-1.C: XFAIL for MIPS too.
1352 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
1355 * gcc.target/mips/lazy-binding-1.c: New test.
1356 * gcc.target/mips/mips.exp (setup_mips_tests): Set
1357 mips_forced_no_abicalls and mips_forced_no_shared.
1358 (dg-mips-options): Avoid using -mabicalls with an implicit -mabi=eabi.
1359 Avoid using small data with -mabicalls. Don't make -G0 force
1360 -mn-abicalls. Skip -mabicalls and -mshared tests if the multilib
1361 forces the opposite option.
1363 2008-01-26 Danny Smith <dannysmith@users.sourceforge.net>
1366 * gcc.target/i386/fastcall-1.c: Scan for correct label.
1367 Use -std=gnu89 switch.
1369 2008-01-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1372 * gfortran.dg/direct_io_9.f: New test.
1374 2008-01-25 Daniel Franke <franke.daniel@gmail.com>
1377 * gfortran.dg/where_operator_assign_4.f90: New test.
1379 2008-01-25 Joseph Myers <joseph@codesourcery.com>
1381 * gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c,
1382 gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle
1385 2008-01-25 Richard Guenther <rguenther@suse.de>
1388 * gcc.c-torture/execute/pr32244-1.c: New testcase.
1390 2008-01-25 Richard Guenther <rguenther@suse.de>
1392 PR tree-optimization/34966
1393 * gcc.c-torture/compile/pr34966.c: New testcase.
1395 2008-01-25 Richard Guenther <rguenther@suse.de>
1398 * g++.dg/torture/pr33887-1.C: New testcase.
1399 * g++.dg/torture/pr33887-2.C: Likewise.
1400 * g++.dg/torture/pr33887-3.C: Likewise.
1401 * gcc.c-torture/execute/20071211-1.c: Likewise.
1403 2008-01-25 Uros Bizjak <ubizjak@gmail.com>
1406 * gcc.dg/pr34856.c: Use pointer mode for "pin".
1408 2008-01-25 Jakub Jelinek <jakub@redhat.com>
1411 * g++.dg/gomp/pr33333.C: New test.
1413 PR preprocessor/34692
1414 * gcc.dg/cpp/pr34692.c: New test.
1415 * gcc.dg/gomp/pr34692.c: New test.
1417 2008-01-25 Olga Golovanevsky <olga@il.ibm.com>
1419 * gcc.dg/struct/wo_prof_malloc_size_var.c: UnXFAIL.
1421 2008-01-24 Daniel Franke <franke.daniel@gmail.com>
1424 * gfortran.dg/empty_type.f90: New test.
1426 2008-01-24 Paolo Carlini <pcarlini@suse.de>
1429 * g++.dg/template/crash77.C: New.
1431 2008-01-24 Uros Bizjak <ubizjak@gmail.com>
1434 * gcc.dg/pr34856.c: New test.
1436 2008-01-24 Tobias Burnus <burnus@net-b.de>
1438 * gfortran.dg/namelist_39.f90: Delete temporary files.
1439 * gfortran.dg/namelist_44.f90: Ditto.
1441 2008-01-24 Richard Guenther <rguenther@suse.de>
1444 * g++.dg/torture/pr34953.C: New testcase.
1446 2008-01-24 Jakub Jakub Jelinek <jakub@redhat.com>
1449 * gcc.c-torture/compile/20080124-1.c: New test.
1451 2008-01-24 Paul Thomas <pault@gcc.gnu.org>
1454 * gfortran.dg/function_charlen_3.f: New test.
1456 2008-01-23 Michael Matz <matz@suse.de>
1459 * g++.dg/debug/pr34895.cc: New testcase.
1461 2008-01-23 Richard Guenther <rguenther@suse.de>
1464 * gcc.dg/pr31529-1.c: New testcase.
1465 * gcc.dg/pr31529-2.c: Likewise.
1467 2008-01-23 Jakub Jelinek <jakub@redhat.com>
1470 * g++.dg/ext/pr34829.C (operator new): Use size_t instead of
1471 unsigned int for the first argument.
1473 2008-01-22 Jakub Jelinek <jakub@redhat.com>
1476 * g++.dg/conversion/bitfield7.C: New test.
1477 * g++.dg/cpp0x/decltype4.C: Fixed xfail.
1479 2008-01-23 Bernd Schmidt <bernd.schmidt@analog.com>
1481 From Michael Frysinger <michael.frysinger@analog.com>
1482 * gcc.target/bfin/mcpu-bf547.c: New test.
1483 * gcc.target/bfin/mcpu-bf523.c: New test.
1484 * gcc.target/bfin/mcpu-bf524.c: New test.
1485 * gcc.target/bfin/mcpu-bf526.c: New test.
1487 2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
1489 * gcc.c-torture/execute/20080122-1.c: New test.
1491 2008-01-22 Tom Tromey <tromey@redhat.com>
1494 * gcc.dg/cpp/pr34859.c: New file.
1496 2008-01-22 Paul Thomas <pault@gcc.gnu.org>
1499 * gfortran.dg/vector_subscript_3.f90: New test.
1501 2008-01-22 Tobias Burnus <burnus@net-b.de>
1504 * gfortran.dg/missing_optional_dummy_4.f90
1506 2008-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1508 * gcc.dg/vect/vect-ifcvt-9.c: Use inline.
1510 2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
1512 * gnat.dg/unchecked_union1.adb: New test.
1514 2008-01-22 Tom Tromey <tromey@redhat.com>
1517 * g++.dg/ext/pr34829.C: New file.
1519 2008-01-22 Jakub Jelinek <jakub@redhat.com>
1522 * gcc.dg/gomp/pr34607.c: New test.
1523 * g++.dg/gomp/pr34607.C: New test.
1526 * g++.dg/ext/vector10.C: New test.
1529 * g++.dg/other/error23.C: New test.
1532 * g++.dg/ext/vector12.C: New test.
1534 2008-01-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1537 * gcc.dg/Wstrict-overflow-21.c: New.
1538 * g++.dg/warn/Wstrict-aliasing-8.C: New.
1540 2008-01-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1543 * gcc.dg/pr33092.c: New.
1545 2008-01-22 Andreas Krebbel <krebbel1@de.ibm.com>
1547 * gcc.target/s390/20020926-1.c: Add -m31 option.
1549 2008-01-22 Daniel Franke <franke.daniel@gmail.com>
1552 * gfortran.dg/initialization_18.f90: New test.
1554 2008-01-22 Tobias Burnus <burnus@net-b.de>
1557 * gfortran.dg/tab_continuation.f: New.
1559 2008-01-22 Paul Thomas <pault@gcc.gnu.org>
1562 * gfortran.dg/use_rename_2.f90: New test.
1564 2008-01-21 Richard Guenther <rguenther@suse.de>
1567 * gcc.c-torture/compile/pr34856.c: New testcase.
1569 2008-01-21 Richard Guenther <rguenther@suse.de>
1572 * gcc.c-torture/compile/pr34885.c: New testcase.
1574 2008-01-21 Eric Botcazou <ebotcazou@adacore.com>
1576 * gnat.dg/specs/alignment1.ads: New test.
1578 2008-01-21 Richard Guenther <rguenther@suse.de>
1581 * g++.dg/torture/pr34850.C: New testcase.
1583 2008-01-21 Alon Dayan <alond@il.ibm.com>
1584 Olga Golovanevsky <olga@il.ibm.com>
1586 PR tree-optimization/34701
1587 * gcc.dg/struct/wo_prof_array_field.c: New test.
1589 2008-01-20 Paolo Carlini <pcarlini@suse.de>
1592 * g++.dg/ext/vector9.C: New.
1594 2008-01-20 Paolo Carlini <pcarlini@suse.de>
1598 * g++.dg/template/crash75.C: New.
1599 * g++.dg/template/crash76.C: Likewise.
1601 2008-01-20 Kaz Kojima <kkojima@gcc.gnu.org>
1603 PR rtl-optimization/34808
1604 * gcc.c-torture/compile/pr34808.c: New test.
1606 2008-01-20 Paul Thomas <pault@gcc.gnu.org>
1609 * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
1612 * gfortran.dg/entry_array_specs_3.f90: New test.
1615 * gfortran.dg/use_rename_1.f90: New test.
1617 2008-01-20 Paul Thomas <pault@gcc.gnu.org>
1620 * gfortran.dg/array_constructor_20.f90: New test.
1621 * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
1624 * gfortran.dg/array_constructor_21.f90: New test.
1626 2008-01-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1629 * gfortran.dg/inquire_13.f90: New test.
1632 * gfortran.dg/continuation_9.f90: New test.
1634 2008-01-20 Richard Sandiford <rsandifo@nildram.co.uk>
1637 * gcc.target/mips/pr34831.c: New test.
1639 2008-01-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1643 * gfortran.dg/any_all_1.f90: New test.
1644 * gfortran.dg/any_all_2.f90: New test.
1646 2008-01-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1648 * g++.dg/eh/ia64-2.C: Place "dg-do run" statement before
1649 "dg-require-weak" statement.
1650 * g++.dg/eh/weak1.C: Likewise.
1652 2008-01-19 Jakub Jelinek <jakub@redhat.com>
1654 PR gcov-profile/34610
1655 * gcc.dg/gomp/pr34610.c: New test.
1657 2008-01-19 Tobias Burnus <burnus@net-b.de>
1660 * gfortran.dg/implicit_11.f90: New.
1661 * gfortran.dg/allocate_stat.f90: Update dg-error pattern.
1662 * gfortran.dg/entry_15.f90: Ditto.
1663 * gfortran.dg/func_assign.f90: Ditto.
1664 * gfortran.dg/gomp/reduction3.f90: Ditto.
1665 * gfortran.dg/proc_assign_1.f90: Ditto.
1667 * gfortran.dg/interface_proc_end.f90: Use dg-error instead
1668 of dg-excess-errors.
1670 2008-01-18 Tobias Burnus <burnus@net-b.de>
1673 * gfortran.dg/argument_checking_15.f90: New.
1674 * gfortran.dg/argument_checking_5.f90: Change TODO into
1677 2008-01-18 Tobias Burnus <burnus@net-b.de>
1679 * gfortran.dg/enum_4.f90: Replace dg-excess-errors by dg-error.
1680 * gfortran.dg/enum_5.f90: Ditto.
1681 * gfortran.dg/enum_6.f90: Ditto.
1682 * gfortran.dg/bom_error.f90: Ditto.
1683 * gfortran.dg/func_decl_4.f90: Ditto.
1685 2008-01-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1688 * gfortran.dg/fmt_t_6.f: New test.
1690 2008-01-18 Tobias Burnus <burnus@net-b.de>
1692 * gfortran.dg/large_real_kind_form_io_1.f90: Enlarge string for internal I/O.
1694 2008-01-18 Jonathan Wakely <jwakely.gcc@gmail.com>
1696 * gcc/testsuite/g++.dg/lookup/two-stage2.C: fix comment.
1698 2008-01-18 Ian Lance Taylor <iant@google.com>
1700 * gcc.dg/debug/dwarf2/var1.c: Add -fno-merge-debug-strings.
1702 2008-01-18 Ian Lance Taylor <iant@google.com>
1705 * g++.dg/init/new26.C: New test.
1707 2008-01-18 Richard Guenther <rguenther@suse.de>
1710 * gcc.dg/Warray-bounds.c: XFAIL two tests, remove one
1713 2008-01-18 Hans-Peter Nilsson <hp@axis.com>
1715 * g++.dg/tree-ssa/pr34355.C: Correct order of dg-do and
1716 dg-require-effective-target.
1718 2007-01-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1721 * gfortran.dg/reshape_2.f90: New test.
1723 2007-01-18 Bernhard Fischer <aldot@gcc.gnu.org>
1725 * gcc.dg/20040223-1.c: Fix comment typo.
1727 2008-01-17 Janis Johnson <janis187@us.ibm.com>
1730 * gcc.target/powerpc/ppc32-abi-dfp-1.c: Enable checks that will fail
1731 until 34814 is fixed.
1733 2008-01-17 Andrew MacLeod <amacleod@redhat.com>
1735 PR tree-optimization/34648
1736 * gcc.c-torture/compile/pr34648.c: New testcase.
1738 2008-01-17 Sebastian Pop <sebastian.pop@amd.com>
1741 * gcc.dg/autopar/autopar.exp: New.
1742 * g++.dg/tree-ssa/pr34355.C: Require pthread.
1743 * lib/target-supports.exp (check_effective_target_pthread): New.
1745 * gcc.dg/tree-ssa/parallelization-1.c: Moved to gcc.dg/autopar.
1746 * gcc.dg/tree-ssa/reduc-1short.c: Same.
1747 * gcc.dg/tree-ssa/reduc-1.c: Same.
1748 * gcc.dg/tree-ssa/reduc-2short.c: Same.
1749 * gcc.dg/tree-ssa/reduc-2.c: Same
1750 * gcc.dg/tree-ssa/reduc-3.c: Same.
1751 * gcc.dg/tree-ssa/reduc-1char.c: Same.
1752 * gcc.dg/tree-ssa/reduc-6.c: Same.
1753 * gcc.dg/tree-ssa/reduc-7.c: Same.
1754 * gcc.dg/tree-ssa/reduc-2char.c: Same.
1755 * gcc.dg/tree-ssa/reduc-8.c: Same.
1756 * gcc.dg/tree-ssa/reduc-9.c: Same.
1758 2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
1760 * gnat.dg/discr5.adb: New test.
1762 2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
1764 * gcc.c-torture/compile/20080114-1.c: Use empty asm statements.
1766 2008-01-17 Richard Guenther <rguenther@suse.de>
1768 PR tree-optimization/34825
1769 * gcc.dg/pr34825.c: New testcase.
1771 2008-01-17 Richard Guenther <rguenther@suse.de>
1773 * gcc.c-torture/execute/20080117-1.c: New testcase.
1775 2008-01-17 Revital Eres <eres@il.ibm.com>
1778 * gcc.dg/pr30957-1.c: Always xfail and add noinline attribute.
1780 2008-01-17 Paul Thomas <pault@gcc.gnu.org>
1783 * gfortran.dg/function_charlen_1.f90: New test.
1786 * gfortran.dg/function_types_1.f90: New test.
1787 * gfortran.dg/function_types_2.f90: New test.
1790 * gfortran.dg/function_kinds_4.f90: New test.
1791 * gfortran.dg/function_kinds_5.f90: New test.
1793 * gfortran.dg/defined_operators_1.f90: Errors now at function
1795 * gfortran.dg/private_type_4.f90: The same.
1796 * gfortran.dg/interface_15.f90: The same.
1797 * gfortran.dg/elemental_args_check_2.f90: The same.
1798 * gfortran.dg/auto_internal_assumed.f90: The same.
1800 2008-01-16 Eric Botcazou <ebotcazou@adacore.com>
1802 * gnat.dg/sizetype.adb: New test.
1804 2008-01-16 Richard Guenther <rguenther@suse.de>
1807 * gcc.dg/overflow-warn-7.c: New testcase.
1809 2008-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1811 * gcc.dg/tree-ssa/loop-19.c: Require nonpic.
1813 2008-01-16 Jakub Jelinek <jakub@redhat.com>
1814 Richard Guenther <rguenther@suse.de>
1817 * gcc.dg/pr34668-1.c: New test.
1818 * gcc.dg/pr34668-2.c: Likewise.
1820 2008-01-16 Richard Guenther <rguenther@suse.de>
1823 * g++.dg/torture/pr33819.C: New testcase.
1825 2008-01-16 Richard Guenther <rguenther@suse.de>
1828 * gcc.c-torture/execute/pr34768-1.c: New testcase.
1829 * gcc.c-torture/execute/pr34768-2.c: Likewise.
1831 2008-01-16 Tobias Burnus <burnus@net-b.de>
1834 * gfortran.dg/argument_checking_13.f90: New.
1835 * gfortran.dg/argument_checking_14.f90: New.
1837 2008-01-15 Thomas Koenig <tkoenig@gcc.gnu.org>
1840 * gfortran.dg/anyallcount_1.f90: New test.
1842 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1845 * g++.dg/cpp0x/vt-34399.C: New.
1846 * g++.dg/template/friend50.C: New.
1848 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1851 * g++.dg/cpp0x/vt-34751.C: New.
1853 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1859 * g++.dg/cpp0x/vt-34051-2.C: New.
1860 * g++.dg/cpp0x/vt-34102.C: New.
1861 * g++.dg/cpp0x/vt-34051.C: New.
1862 * g++.dg/cpp0x/vt-34055.C: New.
1863 * g++.dg/cpp0x/vt-34103.C: New.
1865 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1868 * g++.dg/cpp0x/vt-34314.C: New.
1869 * g++.dg/cpp0x/variadic79.C: Fix the error message to reflect
1870 reality (the error message was wrong previously).
1872 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1875 * g++.dg/cpp0x/vt-33964.C: New.
1876 * g++.dg/template/partial5.C: New.
1878 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1881 * g++.dg/cpp0x/vt-34052.C: New.
1882 * g++.dg/template/ttp26.C: New.
1884 2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
1886 * gnat.dg/rep_clause2.ad[sb]: New test.
1887 * gnat.dg/rep_problem2.adb: Rename to rep_clause1.adb.
1889 2008-01-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1892 * g++.dg/cpp/pedantic-errors.C: Delete.
1893 * g++.dg/cpp/permissive.C: Delete.
1895 2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
1897 * gcc.c-torture/compile/20080114-1.c: New test.
1899 2008-01-13 Tobias Burnus <burnus@net-b.de>
1902 * gfortran.dg/argument_checking_11.f90: New.
1903 * gfortran.dg/argument_checking_12.f90: New.
1904 * gfortran.dg/used_dummy_types_4.f90: Update dg-error.
1905 * gfortran.dg/c_assoc_2.f03: Update dg-error.
1906 * gfortran.dg/argument_checking_3.f90: Ditto.
1907 * gfortran.dg/pointer_intent_2.f90: Ditto.
1908 * gfortran.dg/import2.f90: Ditto.
1909 * gfortran.dg/assumed_shape_ranks_1.f90: Ditto.
1910 * gfortran.dg/implicit_actual.f90: Ditto.
1911 * gfortran.dg/used_dummy_types_3.f90: Ditto.
1912 * gfortran.dg/derived_comp_array_ref_6.f90: Ditto.
1914 2008-01-13 Tobias Burnus <burnus@net-b.de>
1917 * gfortran.dg/interface_proc_end.f90: New.
1919 2008-01-13 Tobias Burnus <burnus@net-b.de>
1922 * gfortran.dg/assumed_size_refs_4.f90: New.
1924 2008-01-13 Eric Botcazou <ebotcazou@adacore.com>
1926 * gnat.dg/unchecked_convert1.adb.
1928 2008-01-13 Richard Guenther <rguenther@suse.de>
1930 * gcc.dg/struct-ret-3.c: Adjust testcase to make stack
1931 readable and writable again before exiting.
1933 2008-01-13 Richard Guenther <rguenther@suse.de>
1936 * gcc.dg/noncompile/incomplete-4.c: New testcase.
1938 2008-01-13 Jan Hubicka <jh@suse.cz>
1941 * gcc.dg/pr32135.c: new.
1943 2008-01-12 Doug Kwan <dougkwan@google.com>
1945 * gcc.dg/qual-return-1.c: Add -Wignored-qualifiers.
1946 * g++.dg/warn/Wreturn-type-4.C: Replace -Wreturn-type by
1947 -Wignored-qualifiers.
1949 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
1951 * gnat.dg/slice3.adb: New test.
1952 * gnat.dg/slice4.adb: Likewise.
1954 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
1956 * gnat.dg/bit_packed_array.ad[sb]: New test.
1958 2008-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1961 * gfortran.dg/parens_7.f90: New test.
1963 2008-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1965 * gcc.dg/tree-ssa/loadpre5.c: Use static.
1966 * gcc.dg/tree-ssa/loadpre8.c: Likewise.
1968 * gcc.dg/pr33826.c: Require nonpic.
1970 2008-01-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1973 * gfortran.dg/inquire_12.f90: New test.
1975 2008-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1978 * all_bounds_1.f90: New test case.
1979 * maxloc_bounds_1.f90: New test case.
1980 * maxloc_bounds_2.f90: New test case.
1981 * maxloc_bounds_3.f90: New test case.
1982 * maxloc_bounds_4.f90: New test case.
1983 * maxloc_bounds_5.f90: New test case.
1984 * maxloc_bounds_6.f90: New test case.
1985 * maxloc_bounds_7.f90: New test case.
1986 * maxloc_bounds_8.f90: New test case.
1988 2008-01-11 Eric Botcazou <ebotcazou@adacore.com>
1990 * gcc.dg/struct-ret-3.c: New test.
1992 2008-01-11 Paul Thomas <pault@gcc.gnu.org>
1995 * gfortran.dg/transfer_simplify_8.f90: New test.
1997 2008-01-11 Andreas Krebbel <krebbel1@de.ibm.com>
1999 * g++.dg/torture/pr34641.C: Add dg-require-visibility. Define
2000 size_t using predefined macro.
2002 2008-01-10 Raksit Ashok <raksit@google.com>
2004 PR rtl-optimization/27971
2005 * gcc.target/i386/pr27971.c: New testcase.
2007 2008-01-10 Paul Thomas <pault@gcc.gnu.org>
2010 * gfortran.dg/bounds_check_12.f90: New test.
2012 2008-01-10 Uros Bizjak <ubizjak@gmail.com>
2014 * gcc.target/i386/cmov7.c: Add -mbranch-cost=5 to dg-options.
2015 * gcc.target/i386/addr-sel-1.c: Require nonpic effective target.
2017 2008-01-10 Andreas Krebbel <krebbel1@de.ibm.com>
2020 * g++.dg/torture/pr34641.C: New testcase.
2022 2008-01-10 Richard Guenther <rguenther@suse.de>
2024 PR tree-optimization/34651
2025 * g++.dg/torture/pr34651.C: New testcase.
2027 2008-01-09 Sebastian Pop <sebastian.pop@amd.com>
2029 PR tree-optimization/34017
2030 * gcc.dg/tree-ssa/pr34017.c: New.
2032 2008-01-09 Richard Guenther <rguenther@suse.de>
2033 Andrew Pinski <andrew_pinski@playstation.sony.com>
2036 * gcc.c-torture/compile/pr30132.c: New testcase.
2038 2008-01-09 Richard Guenther <rguenther@suse.de>
2041 * gcc.c-torture/compile/pr34458.c: New testcase.
2043 2008-01-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2046 g++.dg/eh/ia64-2.C: Require weak support.
2048 2008-01-08 Richard Guenther <rguenther@suse.de>
2051 * g++.dg/torture/pr31863.C: New testcase.
2053 2008-01-08 Jakub Jelinek <jakub@redhat.com>
2056 * gcc.dg/gomp/pr34694.c: New test.
2057 * g++.dg/gomp/pr34694.C: New test.
2060 * g++.dg/gomp/pr33890.C: New test.
2062 2008-01-08 Paul Thomas <pault@gcc.gnu.org>
2065 * gfortran.dg/parameter_array_init_3.f90: New test.
2067 2008-01-08 Paul Thomas <pault@gcc.gnu.org>
2071 * gfortran.dg/alloc_comp_default_init_1.f90: New test.
2073 2008-01-07 Janis Johnson <janis187@us.ibm.com>
2075 * lib/target-supports.exp (check_effective_target_powerpc_spu): New.
2076 * g++.dg/other/spu2vmx-1.C: Use it.
2078 2008-01-07 Jack Howarth <howarth@bromo.med.uc.edu>
2080 * gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.
2083 * gcc.target/powerpc/popcount-1.c: Skip on darwin.
2084 * gcc.target/powerpc/parity-1.c: Likewise.
2086 2008-01-07 Fred Fish <fnf@specifix.com>
2088 PR preprocessor/30363:
2089 * gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in
2092 2008-01-07 Paul Thomas <pault@gcc.gnu.org>
2095 * gfortran.dg/use_only_2.f90: New test.
2097 2008-01-06 Paolo Carlini <pcarlini@suse.de>
2100 * g++.dg/rtti/predefined-rtti-macro-1.C: New.
2101 * g++.dg/rtti/predefined-rtti-macro-2.C: Likewise.
2103 2008-01-06 Paul Thomas <pault@gcc.gnu.org>
2106 * gfortran.dg/use_12.f90: New test.
2108 2008-01-06 Tobias Burnus <burnus@net-b.de>
2111 * interface.c (compare_actual_formal): Fix intent(out) check for
2112 function result variables.
2114 2008-01-06 Tobias Burnus <burnus@net-b.de>
2117 * gfortran.dg/elemental_args_check_2.f90: Fix test case.
2119 2008-01-06 Tobias Burnus <burnus@net-b.de>
2122 * gfortran.dg/intent_out_4.f90: Fix test case.
2124 2008-01-06 Tobias Burnus <burnus@net-b.de>
2127 * gfortran.dg/intent_out_4.f90: New.
2129 2008-01-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2132 * gfortran.dg/optional_dim_3.f90: New test.
2134 2008-01-06 Tobias Burnus <burnus@net-b.de>
2137 * gfortran.dg/common_11.f90: New.
2138 * gfortran.dg/blockdata_1.f90: Update test case.
2139 * gfortran.dg/blockdata_2.f90: Update test case.
2141 2008-01-06 Tobias Burnus <burnus@net-b.de>
2143 * gfortran.dg/equiv_constraint_9.f90: Fix typo.
2145 2008-01-06 Tobias Burnus <burnus@net-b.de>
2148 * gfortran.dg/equiv_constraint_9.f90: New.
2150 2008-01-06 Revital Eres <eres@il.ibm.com>
2152 PR tree-optimization/34263
2153 * gcc.dg/pr34263.c: New testcase.
2155 2008-01-06 Tobias Burnus <burnus@net-b.de>
2158 * gfortran.dg/internal_io_unf.f90: New.
2160 2008-01-06 Tobias Burnus <burnus@net-b.de>
2163 * gfortran.dg/elemental_args_check_2.f90: New.
2165 2008-01-06 Tobias Burnus <burnus@net-b.de>
2168 * gfortran.dg/intent_out_3.f90: New.
2170 2008-01-05 Richard Sandiford <rsandifo@nildram.co.uk>
2172 * objc.dg/stabs-1.m: Allow labels to be begin with $L as well as .L.
2174 2008-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2177 * gfortran.dg/list_read_8.f90: New test.
2179 2008-01-04 Richard Guenther <rguenther@suse.de>
2182 * gcc.c-torture/compile/pr34029-1.c: New testcase.
2183 * gcc.c-torture/compile/pr34029-2.c: Likewise.
2185 2008-01-04 Jakub Jelinek <jakub@redhat.com>
2187 PR gcov-profile/34609
2188 * g++.dg/gcov/gcov-6.C: New test.
2190 2008-01-04 Richard Guenther <rguenther@suse.de>
2192 PR tree-optimization/31081
2193 * g++.dg/torture/pr31081-1.C: New testcase.
2194 * g++.dg/torture/pr31081-2.C: Likewise.
2196 2008-01-04 Richard Sandiford <rsandifo@nildram.co.uk>
2198 * gcc.target/mips/rsqrt-1.c: Require -mgp64.
2199 * gcc.target/mips/rsqrt-2.c: Likewise.
2200 * gcc.target/mips/rsqrt-4.c: New test.
2202 2008-01-04 Tobias Burnus <burnus@net-b.de>
2205 * gfortran.dg/equiv_substr.f90: New.
2207 2008-01-03 Tom Tromey <tromey@redhat.com>
2210 * gcc.dg/pr34457-2.c: New file.
2211 * gcc.dg/pr34457-1.c: New file.
2213 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
2215 Revert fix for PR tree-optimization/34458.
2217 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
2219 PR tree-optimization/34458
2220 * gcc.dg/tree-ssa/pr34458.c: New.
2222 2008-01-03 Thomas Koenig <tkoenig@gcc.gnu.org>
2225 * gfortran.dg/internal_readwrite_1.f90: New test.
2226 * gfortran.dg/internal_readwrite_2.f90: New test.
2228 2008-01-03 Tom Tromey <tromey@redhat.com>
2230 PR preprocessor/34602:
2231 * gcc.dg/cpp/pr34602.c: New file.
2233 2008-01-03 Jakub Jelinek <jakub@redhat.com>
2235 PR tree-optimization/29484
2236 * gcc.c-torture/execute/20071220-1.c: New test.
2237 * gcc.c-torture/execute/20071220-2.c: New test.
2239 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
2241 PR tree-optimization/34635
2242 * gcc.dg/tree-ssa/pr34635.c: New.
2243 * gcc.dg/tree-ssa/pr34635-1.c: New.
2245 2008-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2248 * g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
2249 scan-assembler check.
2251 2008-01-03 Jakub Jelinek <jakub@redhat.com>
2254 * g++.dg/gomp/pr34608.C: New test.
2256 2008-01-02 Richard Guenther <rguenther@suse.de>
2260 * gcc.c-torture/compile/pr34093.c: New testcase.
2262 2008-01-01 Douglas Gregor <doug.gregor@gmail.com>
2264 * g++.dg/cpp0x/long_long.C: New.
2266 2008-01-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
2268 * gcc.target/spu/tag_manager.c : Include stdlib.h.
2269 * gcc.target/spu/Wmain.c: Fix the line numbers for the
2270 warning on the function main.
2272 2008-01-01 Jakub Jelinek <jakub@redhat.com>
2274 * gcc.target/i386/i386.exp (check_effective_target_sse5): Use __v8hi
2275 rather than __v2di type.
2277 2007-12-31 Paul Thomas <pault@gcc.gnu.org>
2280 * gfortran.dg/linked_list_1.f90: New test.
2282 2007-12-29 Richard Sandiford <rsandifo@nildram.co.uk>
2284 * lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
2285 instead of appending to it.
2287 2007-12-27 Dorit Nuzman <dorit@il.ibm.com>
2289 PR tree-optimization/34591
2290 * gcc.dg/vect/pr34591.c: New test.
2292 2007-12-27 Thomas Koenig <tkoenig@gcc.gnu.org>
2295 * gfortran.dg/direct_io_8.f90: New test case.
2297 2007-12-27 Jakub Jelinek <jakub@redhat.com>
2300 * gcc.c-torture/execute/20071213-1.c: New test.
2302 2007-12-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2305 * gfortran.dg/read_eof_5.f90: New test.
2307 2007-12-25 Tobias Burnus <burnus@net-b.de>
2310 * gfortran.dg/initialization_17.f90: New.
2312 2007-12-25 Thomas Koenig <tkoenig@gcc.gnu.org>
2315 * gfortran.dg/matmul_6.f90: New test.
2317 2007-12-23 Tobias Burnus <burnus@net-b.de>
2320 * gfortran.dg/entry_17.f90: New.
2322 2007-12-23 Daniel Franke <franke.daniel@gmail.com>
2325 * gfortran.dg/integer_exponentiation_2.f90: Fixed testcase.
2326 * gfortran.dg/real_const_3.f90: Likewise.
2327 * gfortran.dg/unary_operator.f90: New test.
2329 2007-12-23 Eric Botcazou <ebotcazou@adacore.com>
2331 * gnat.dg/pack2.adb: New test.
2333 2007-12-22 Daniel Franke <franke.daniel@gmail.com>
2336 * gfortran.dg/repeat_6.f90: New test.
2338 2007-12-22 Thomas Koenig <tkoenig@gcc.gnu.org>
2341 * cshift_shift_real_1.f90: New test.
2343 2007-12-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2346 * gfortran.dg/shift-kind_2.f90: New test.
2348 2007-12-21 Kazu Hirata <kazu@codesourcery.com>
2351 * gcc.dg/pr8835-1.c: New.
2353 2007-12-21 Paul Thomas <pault@gcc.gnu.org>
2356 * gfortran.dg/default_initialization_3.f90: New test.
2358 2007-12-21 Richard Sandiford <rsandifo@nildram.co.uk>
2360 * gcc.target/mips/mips.exp (setup_mips_tests): Fix _MIPS_SIM
2362 (dg-mips-options): Treat -march=24k* as a 32-bit option.
2364 2007-12-20 Jack Howarth <howarth@bromo.med.uc.edu>
2366 * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations
2367 -fsigned-zeros -fno-associative-math" on powerpc-*-darwin*.
2369 2007-12-20 Jason Merrill <jason@redhat.com>
2371 * gcc.dg/overload/arg[14].C: Remove expected errors.
2373 2007-12-20 Jakub Jelinek <jakub@redhat.com>
2376 * gcc.c-torture/execute/20071219-1.c: New test.
2378 2007-12-20 Tobias Burnus <burnus@net-b.de>
2381 * gfortran.dg/namelist_44.f90: New.
2383 2007-12-20 Tobias Burnus <burnus@net-b.de>
2386 * gfortran.dg/boz_8.f90: Add error-check check.
2387 * gfortran.dg/boz_9.f90: Shorten BOZ where needed, replace
2390 2007-12-19 Zdenek Dvorak <ook@ucw.cz>
2392 * gcc.dg/gomp/combined-1.c: New test.
2394 2007-12-19 Zdenek Dvorak <ook@ucw.cz>
2396 PR tree-optimization/34355
2397 * g++.dg/tree-ssa/pr34355.C: New test.
2399 2007-12-19 Revital Eres <eres@il.ibm.com>
2401 * gcc.dg/sms-5.c: New testcase.
2403 2007-12-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2406 * gfortran.dg/missing_parens_1.f90: New.
2407 * gfortran.dg/missing_parens_1.f90: New.
2409 2007-12-19 Daniel Franke <franke.daniel@gmail.com>
2412 * gfortran.dg/transfer_simplify_2.f90: Fixed invalid initialization
2414 * gfortran.dg/transfer_simplify_7.f90: New test.
2416 2007-12-18 Janis Johnson <janis187@us.ibm.com>
2418 * gcc.dg/pr32912-3.c: Compile with -w.
2420 * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
2422 2007-12-18 Douglas Gregor <doug.gregor@gmail.com>
2423 Jakub Jelinek <jakub@redhat.com>
2428 * g++.dg/cpp0x/variadic86.C: New.
2429 * g++.dg/cpp0x/variadic87.C: New.
2430 * g++.dg/cpp0x/variadic84.C: New.
2431 * g++.dg/cpp0x/variadic85.C: New.
2432 * g++.dg/template/ttp25.C: New.
2434 2007-12-18 Sebastian Pop <sebastian.pop@amd.com>
2436 PR tree-optimization/34123
2437 * gcc.dg/tree-ssa/pr34123.c: New test.
2439 2007-12-18 Richard Sandiford <rsandifo@nildram.co.uk>
2441 PR rtl-optimization/34456
2442 * gcc.c-torture/execute/pr34456.c: New test.
2444 2007-12-18 Jakub Jelinek <jakub@redhat.com>
2447 * g++.dg/parse/friend7.C: New test.
2449 PR rtl-optimization/34490
2450 * gcc.c-torture/execute/20071216-1.c: New test.
2452 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2454 * gcc.dg/torture/builtin-math-4.c: Remove XFAIL.
2456 2007-12-17 Dorit Nuzman <dorit@il.ibm.com>
2458 * gcc.dg/tree-ssa/gen-vect-2.c: Change verbosity level to 4.
2459 * gcc.dg/tree-ssa/gen-vect-32.c: Likewise
2460 * gcc.dg/tree-ssa/gen-vect-25.c: Likewise
2461 * gcc.dg/tree-ssa/gen-vect-26.c: Likewise
2462 * gcc.dg/tree-ssa/gen-vect-28.c: Likewise
2464 2007-12-17 Jakub Jelinek <jakub@redhat.com>
2467 * gcc.dg/gomp/clause-2.c: New test.
2468 * g++.dg/gomp/clause-4.C: New test.
2470 2007-12-17 Tobias Burnus <burnus@net-b.de>
2472 * gfortran.dg/initialization_16.f90: Update as FLOAT/SNGL are
2473 part of Fortran 77/95/2003.
2475 2007-12-17 Dorit Nuzman <dorit@il.ibm.com>
2477 PR tree-optimization/34445
2478 * gfortran.dg/vect/cost-model-pr34445.f: New test.
2479 * gfortran.dg/vect/cost-model-pr34445a.f: New test.
2481 2007-12-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2484 * gfortran.dg/namelist_42.f90: Update.
2485 * gfortran.dg/namelist_43.f90: New.
2487 2007-12-16 Tobias Burnus <burnus@net-b.de>
2490 * gfortran.dg/initialization_16.f90: New.
2492 2007-12-16 Thomas Koenig <tkoenig@gcc.gnu.org>
2495 * gfortran.dg/real_dimension_1.f: New test case.
2497 2007-12-16 Rask Ingemann Lambertsen <rask@sygehus.dk>
2499 * gcc.dg/torture/pr24257.c: Remove -O from options.
2501 2007-12-16 Tobias Burnus <burnus@net-b.de>
2504 * gfortran.dg/bind_c_usage_16.f03: Extend test.
2506 2007-12-16 Paul Thomas <pault@gcc.gnu.org>
2511 * gfortran.dg/mapping_1.f90: New test.
2512 * gfortran.dg/mapping_2.f90: New test.
2513 * gfortran.dg/mapping_3.f90: New test.
2515 2007-12-16 Richard Sandiford <rsandifo@nildram.co.uk>
2517 PR rtl-optimization/34415
2518 * gcc.c-torture/execute/pr34415.c: New test.
2520 2007-12-16 Danny Smith <dannysmith@users.sourceforge.net>
2522 * gcc.target/i386/fastcall-1.c: (f4): Change return type to
2525 2007-12-16 Jakub Jelinek <jakub@redhat.com>
2528 * gcc.dg/pr34003-1.c: New test.
2529 * gcc.dg/pr34003-2.c: New.
2531 2007-12-15 Hans-Peter Nilsson <hp@axis.com>
2533 * gcc.target/cris/peep2-xsrand.c, gcc.target/cris/asmreg-1.c,
2534 gcc.target/cris/peep2-andu1.c, gcc.target/cris/peep2-xsrand2.c,
2535 gcc.target/cris/20011127-1.c: Drop redundant target-specifier.
2536 * gcc.target/cris/peep2-andu2.c: Ditto. Make dg-do assemble and
2538 * gcc.target/cris/torture/cris-torture.exp,
2539 gcc.target/cris/cris.exp: Run for crisv32-*-* too.
2540 * gcc.target/cris/builtin_ctz_v3.c,
2541 gcc.target/cris/builtin_ctz_v8.c,
2542 gcc.target/cris/builtin_clz_v0.c,
2543 gcc.target/cris/builtin_clz_v3.c,
2544 gcc.target/cris/builtin_bswap_v3.c,
2545 gcc.target/cris/builtin_bswap_v8.c, gcc.dg/sibcall-4.c,
2546 gcc.dg/pr19340.c, gcc.dg/20020919-1.c, gcc.dg/pr31866.c,
2547 gcc.dg/torture/cris-asm-mof-1.c, gcc.dg/torture/cris-volatile-1.c,
2548 gcc.dg/weak/typeof-2.c, gcc.dg/tree-ssa/loop-1.c,
2549 gcc.dg/tree-ssa/20040204-1.c, gcc.dg/sibcall-3.c,
2550 lib/target-supports.exp: Adjust for crisv32-*-*.
2552 2007-12-15 Alexandre Oliva <aoliva@redhat.com>
2554 * gcc.dg/debug/const-3.c: New.
2556 2007-12-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2558 * g++.dg/other/datasec1.C: Require named section support.
2560 2007-12-14 Jakub Jelinek <jakub@redhat.com>
2563 * gcc.target/i386/pr29978.c: New test.
2565 2007-12-14 Uros Bizjak <ubizjak@gmail.com>
2567 * gcc.target/i386/sse-12.c (dg-options): Use -msse4
2568 instead of -msse4.1.
2569 * gcc.target/i386/sse-12.c (dg-options): Ditto.
2570 * g++.dg/other/i386-2.C (dg-options): Ditto.
2572 2007-12-14 Tobias Burnus <burnus@net-b.de>
2575 * gfortran.dg/private_type_10.f90: New.
2577 2007-12-14 Tobias Burnus <burnus@net-b.de>
2580 * gfortran.dg/nan_4.f90: New.
2582 2007-12-14 Richard Guenther <rguenther@suse.de>
2585 * gcc.c-torture/compile/20071214-1.c: New testcase.
2587 2007-12-14 Uros Bizjak <ubizjak@gmail.com>
2589 * gcc.target/i386/sse-14.c (test_1, test_2, test_2x, test_4): New
2590 macros to test macroized SSE intrinsics. Use new macros to test
2591 macroized SSE intrinsics from ammintrin.h, smmintrin.h, tmmintrin.h,
2592 emmintrin.h, xmmintrin.h and bmmintrin.h
2593 * gcc.target/i386/sse-13.c (__builtin_ia32_pcmp?str*128): Redefine
2594 to test with immediate operand.
2596 2007-12-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2599 * gcc.c-torture/compile/pr34091.c: New test.
2601 2007-12-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2603 * gcc.dg/uninit-13.c: UnXFAIL.
2604 * gcc.dg/complex-5.c: New testcase.
2606 2007-12-13 Olga Golovanevsky <olga@il.ibm.com>
2608 * gcc.dg/struct/struct-reorg.exp: Replace
2609 DEFAULT_CFLAGS by STRUCT_REORG_CFLAFS.
2611 2007-12-13 Thomas Koenig <tkoenig@gcc.gnu.org>
2616 * gfortran.dg/advance_6.f90: New test case.
2617 * gfortran.dg/direct_io_7.f90: New test case.
2618 * gfortran.dg/streamio_13.f90: New test case.
2620 2007-12-13 Douglas Gregor <doug.gregor@gmail.com>
2622 * g++.dg/cpp0x/__func__.C: New.
2624 2007-12-13 Uros Bizjak <ubizjak@gmail.com>
2627 * g++.dg/other/pr34435.C: New testcase.
2629 2007-12-13 Olga Golovanevsky <olga@il.ibm.com>
2631 * gcc.dg/struct: New directory with tests
2632 for struct-reorg optimizaion.
2633 * gcc.dg/struct/struct-reorg.exp: New script.
2634 * gcc.dg/struct/wo_prof_array_through_pointer.c: New test.
2635 * gcc.dg/struct/wo_prof_malloc_size_var.c: Likewise.
2636 * gcc.dg/struct/wo_prof_mult_field_peeling.c: Likewise.
2637 * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Likewise.
2638 * gcc.dg/struct/wo_prof_escape_return.c: Likewise.
2639 * gcc.dg/struct/wo_prof_escape_str_init.c: Likewise.
2640 * gcc.dg/struct/wo_prof_escape_substr_array.c: Likewise.
2641 * gcc.dg/struct/wo_prof_escape_substr_pointer.c: Likewise.
2642 * gcc.dg/struct/wo_prof_escape_substr_value.c: Likewise.
2643 * gcc.dg/struct/wo_prof_global_array.c: Likewise.
2644 * gcc.dg/struct/wo_prof_global_var.c: Likewise.
2645 * gcc.dg/struct/wo_prof_local_array.c: Likewise.
2646 * gcc.dg/struct/wo_prof_local_var.c: Likewise.
2647 * gcc.dg/struct/wo_prof_two_strs.c: Likewise.
2648 * gcc.dg/struct/wo_prof_single_str_global.c: Likewise.
2649 * gcc.dg/struct/wo_prof_single_str_local.c: Likewise.
2650 * gcc.dg/struct/wo_prof_single_str_pointer.c: Likewise.
2651 * gcc.dg/struct/w_prof_two_strs.c: Likewise.
2652 * gcc.dg/struct/w_prof_global_array.c: Likewise.
2653 * gcc.dg/struct/w_prof_global_var.c: Likewise.
2654 * gcc.dg/struct/w_prof_local_array.c: Likewise.
2655 * gcc.dg/struct/w_prof_local_var.c: Likewise.
2656 * gcc.dg/struct/w_prof_single_str_global.c: Likewise.
2657 * gcc.dg/struct/w_ratio_cold_str.c: Likewise.
2659 2007-12-13 Tobias Burnus <burnus@net-b.de>
2662 * gfortran.dg/namelist_42.f90: New.
2664 2007-12-12 Tobias Burnus <burnus@net-b.de>
2667 * gfortran.dg/function_kinds_3.f90: New.
2669 2007-12-12 Andreas Krebbel <krebbel1@de.ibm.com>
2671 * gcc.target/s390/20071212-1.c: New testcase.
2673 2007-12-11 Jakub Jelinek <jakub@redhat.com>
2676 * g++.dg/ext/visibility/anon7.C: Add xfail.
2677 * g++.dg/ext/visibility/anon9.C: New test.
2678 * g++.dg/ext/visibility/anon10.C: New test.
2681 * g++.dg/rtti/dyncast2.C: New test.
2683 2007-12-11 Uros Bizjak <ubizjak@gmail.com>
2685 PR tree-optimization/34407
2686 * gcc.dg/vect/pr34407.c: New test.
2688 2007-12-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2691 * gfortran.dg/error_recovery_5.f90: New.
2692 * gfortran.dg/optional_dim_2.f90: Fix test, not related to this PR.
2694 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2696 PR tree-optimization/34371
2697 * gcc.c-torture/compile/20071207-1.c: New test.
2699 2007-12-10 Simon Martin <simartin@users.sourceforge.net>
2702 * g++.dg/parse/crash40.C: New test.
2704 2007-12-10 Eric Botcazou <ebotcazou@libertysurf.fr>
2706 * g++.dg/opt/memcpy1.C: New test.
2708 2007-12-10 Tobias Burnus <burnus@net-b.de>
2711 * gfortran.dg/argument_checking_10.f90: New.
2713 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2715 PR rtl-optimization/34302
2716 * gcc.c-torture/execute/20071210-1.c: New test.
2718 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2721 * g++.dg/cpp0x/error1.C: New test.
2724 * g++.dg/other/error22.C: New test.
2726 2007-12-10 Paolo Bonzini <bonzini@gnu.org>
2729 * gcc.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2730 * g++.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2731 * gfortran.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2733 2007-12-09 Jakub Jelinek <jakub@redhat.com>
2737 * g++.dg/template/repo6.C: New test.
2738 * g++.dg/template/repo7.C: New test.
2739 * g++.dg/template/repo8.C: New test.
2741 2007-12-09 H.J. Lu <hjl@lucon.org>
2742 Tobias Burnus <burnus@net-b.de>
2745 * gfortran.dg/read_2.f90: New.
2747 2007-12-09 Richard Sandiford <rsandifo@nildram.co.uk>
2749 * lib/target-supports.exp (check_effective_target_tls_native):
2752 2007-12-09 Samuel Tardieu <sam@rfc1149.net>
2755 * gnat.dg/enclosing_record_reference.ads,
2756 gnat.dg/enclosing_record_reference.adb: New test.
2758 2007-12-09 Paul Thomas <pault@gcc.gnu.org>
2761 * gfortran.dg/derived_comp_array_ref_6.f90: New test.
2762 * gfortran.dg/derived_comp_array_ref_7.f90: New test.
2765 * gfortran.dg/char_component_initializer_1.f90: New test.
2767 2007-12-09 Tobias Burnus <burnus@net-b.de>
2774 * gfortran.dg/boz_8.f90: New.
2775 * gfortran.dg/boz_9.f90: New.
2776 * gfortran.dg/boz_10.f90: New.
2777 * gfortran.dg/boz_7.f90: Update dg-warning.
2778 * gfortran.dg/pr16433.f: Add dg-error.
2779 * gfortan.dg/ibits.f90: Update dg-warning.
2780 * gfortran.dg/unf_io_convert_1.f90: Update/delete dg-warning.
2781 * gfortran.dg/unf_io_convert_2.f90: Ditto.
2783 2007-12-08 Jakub Jelinek <jakub@redhat.com>
2786 * gfortran.dg/include_1.f90: New test.
2787 * gfortran.dg/include_1.inc: New.
2788 * gfortran.dg/include_2.f90: New test.
2790 2007-12-08 Paul de Weerd <weerd@weirdnet.nl>
2792 * gcc.c-torture/compile/20011130-2.c: Fix typo.
2794 2007-12-08 Tobias Burnus <burnus@net-b.de>
2797 * gfortran.dg/nan_3.f90: New.
2799 2007-12-07 Jakub Jelinek <jakub@redhat.com>
2801 * g++.old-deja/g++.mike/empty.C: Remove 2 xfails.
2803 2007-12-07 Olivier Hainque <hainque@adacore.com>
2805 * gnat.dg/tamdt*.ad?: Support for ...
2806 * gnat.dg/test_tamdt.adb: New test.
2808 2007-12-07 Olivier Hainque <hainque@adacore.com>
2810 * gnat.dg/unc_memops.ads: Comment out the alloc/free/realloc
2811 exports and document how these can be exercised.
2813 2007-12-07 Samuel Tardieu <sam@rfc1149.net>
2816 * gnat.dg/specs/access_constants.ads: New test.
2818 * gnat.dg/specs/access_constant_decl.ads: New test.
2821 * gnat.dg/compose.adb: New test.
2823 2007-12-07 Olivier Hainque <hainque@adacore.com>
2826 * gnat.dg/unc_memops.ad[sb]: Support for ...
2827 * gnat.dg/unc_memfree.adb: New test.
2829 2007-12-06 Sebastian Pop <sebastian.pop@amd.com>
2831 * gfortran.dg/ltrans-7.f90: New.
2833 2007-12-06 Martin Michlmayr <tbm@cyrius.com>
2834 Dorit Nuzman <dorit@il.ibm.com>
2836 PR tree-optimization/34005
2837 * gcc.dg/vect/pr34005.c: New test.
2839 2007-12-06 Jakub Jelinek <jakub@redhat.com>
2842 * g++.dg/template/new8.C: New test.
2844 2007-12-06 Tobias Burnus <burnus@net-b.de>
2847 * gfortran.dg/boz_7.f90: New.
2848 * gfortran.dg/int_1.f90: Disable -pedantic option.
2849 * gfortran.dg/boz_1.f90: Ditto.
2850 * gfortran.dg/boz_3.f90: Ditto.
2851 * gfortran.dg/pr16433.f: Accomodate for new BOZ warning.
2852 * gfortran.dg/ibits.f90: Ditto.
2853 * gfortran.dg/unf_io_convert_1.f90: Ditto.
2854 * gfortran.dg/unf_io_convert_2.f90: Ditto.
2856 2007-12-06 Paul Thomas <pault@gcc.gnu.org>
2859 * gfortran.dg/used_types_19.f90: New test.
2861 2007-12-06 Kaz Kojima <kkojima@gcc.gnu.org>
2863 * gfortran.dg/nan_2.f90: Add -mieee for sh.
2864 * gfortran.dg/nearest_2.f90: Likewise.
2865 * gfortran.dg/nearest_3.f90: Likewise.
2867 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2870 * gcc.c-torture/execute/20071205-1.c: New test.
2872 2007-12-05 Kaz Kojima <kkojima@gcc.gnu.org>
2874 * gfortran.dg/module_nan.f90: Add -mieee for sh.
2875 * gfortran.dg/real_const_3.f90: Likewise.
2877 2007-12-05 Richard Guenther <rguenther@suse.de>
2879 PR tree-optimization/34138
2880 * gcc.c-torture/compile/pr34138.c: New testcase.
2882 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2885 * gfortran.dg/debug_2.f: New test.
2887 2007-12-05 Eric Botcazou <ebotcazou@adacore.com>
2889 * gnat.dg/specs/elab1.ads: New test.
2891 2007-12-05 Uros Bizjak <ubizjak@gmail.com>
2894 * gcc.target/i386/pr34312.c: New test.
2896 2007-12-05 Tobias Burnus <burnus@net-b.de>
2899 * gfortran.dg/nan_2.f90: New.
2901 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2904 * g++.dg/cpp0x/decltype9.C: New test.
2905 * g++.dg/cpp0x/decltype10.C: New test.
2907 2007-12-05 Samuel Tardieu <sam@rfc1149.net>
2910 * gnat.dg/rm_6_4_1_13.adb: New test.
2912 2007-12-04 Jakub Jelinek <jakub@redhat.com>
2915 * gcc.c-torture/compile/20071117-1.c: New test.
2917 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2920 * g++.dg/cpp0x/variadic-ttp.C: New.
2922 2007-12-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2924 * gcc.dg/parse-decl-after-if.c: New.
2925 * gcc.dg/20031223-1.c: Adjust.
2927 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2930 * g++.dg/cpp0x/variadic-throw.C: New.
2932 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2935 * g++.dg/cpp0x/variadic-unify.C: New.
2937 2007-12-04 Richard Guenther <rguenther@suse.de>
2941 * gcc.c-torture/compile/pr34334.c: New testcase.
2942 * g++.dg/torture/pr34222.C: New testcase.
2944 2007-12-04 Jakub Jelinek <jakub@redhat.com>
2946 * gcc.c-torture/execute/20071202-1.c: New test.
2947 * gcc.dg/tree-ssa/pr34146-2.c: New test.
2949 2007-12-04 Tobias Burnus <burnus@net-b.de>
2952 * gfortran.dg/module_nan.f90: New.
2954 2007-12-04 Richard Sandiford <rsandifo@nildram.co.uk>
2956 * lib/target-supports.exp (get_compiler_messages): Replace with...
2957 (check_compile): ...this new procedure. Handle TYPE == executable.
2958 Use comments in the source to determine the correct extension.
2959 Return a pair containing the compiler output and the output filename.
2960 Don't delete the file here.
2961 (check_no_compiler_messages_nocache): New procedure.
2962 (check_no_compiler_messages): Use it.
2963 (check_no_messages_and_pattern_nocache): New procedure.
2964 (check_no_messages_and_pattern): Use it.
2965 (check_runtime_nocache, check_runtime): New procedures.
2966 (check_effective_target_tls): Use check_no_compiler_messages.
2967 (check_effective_target_tls_native): Use check_no_messages_and_pattern.
2968 (check_effective_target_tls_runtime): Use check_runtime.
2969 (check_effective_target_fstack_protector): Likewise.
2970 (check_iconv_available): Use check_runtime_nocache.
2971 (check_effective_target_fortran_large_real): Use
2972 check_no_compiler_messages.
2973 (check_effective_target_fortran_large_int): Likewise.
2974 (check_effective_target_static_libgfortran): Likewise.
2975 (check_750cl_hw_available): Use check_cached_effective_target
2976 and check_runtime_nocache.
2977 (check_vmx_hw_available): Likewise.
2978 (check_effective_target_broken_cplxf_arg): Likewise.
2979 (check_alpha_max_hw_available): Use check_runtime.
2980 (check_function_available): Use check_no_compiler_messages.
2981 (check_cxa_atexit_available): Use check_cached_effective_target
2982 and check_runtime_nocache.
2983 (check_effective_target_dfp_nocache): Use
2984 check_no_compiler_messages_nocache.
2985 (check_effective_target_dfprt_nocache): Use check_runtime_nocache.
2986 (check_effective_target_dfp): Use check_cached_effective_target.
2987 (check_effective_target_dfprt): Likewise.
2988 (check_effective_target_arm_neon_hw): Use check_runtime.
2989 (check_effective_target_ultrasparc_hw): Likewise.
2990 (check_effective_target_c99_runtime): Use
2991 check_no_compiler_messages_nocache.
2993 2007-12-03 Jakub Jelinek <jakub@redhat.com>
2996 * gcc.dg/fold-rotate-1.c: New test.
2998 PR tree-optimization/33453
2999 * gcc.c-torture/compile/20071203-1.c: New test.
3001 2007-12-03 Robert Dewar <dewar@adacore.com>
3002 Samuel Tardieu <sam@rfc1149.net>
3005 * gnat.dg/check_elaboration_code.adb: New test.
3006 * gnat.dg/bug_elaboration_code.ads, bug_elaboration_code.adb:
3009 2007-12-02 Paolo Carlini <pcarlini@suse.de>
3012 * g++.dg/cpp0x/pr34061.C: New.
3014 2007-12-02 Paolo Carlini <pcarlini@suse.de>
3017 * g++.dg/other/error21.C: New.
3019 2007-12-02 Revital Eres <eres@il.ibm.com>
3021 * gcc.dg/sms-4.c: New testcase.
3023 2007-12-02 Vladimir Yanovsky <yanov@il.ibm.com>
3024 Revital Eres <eres@il.ibm.com>
3026 * gcc.dg/sms-3.c: New testcase.
3028 2007-12-01 Ollie Wild <aaw@google.com>
3031 * g++.dg/conversion/ptrmem9.C: New test.
3033 2007-11-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3036 * gfortran.dg/namelist_41.f90: New test.
3038 2007-11-30 Tom Tromey <tromey@redhat.com>
3040 PR preprocessor/32868:
3041 * gcc.dg/cpp/pr32868.c: New file.
3043 2007-11-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3046 * gfortran.dg/result_in_spec_3.f90: Add dg-option -std=gnu.
3048 2007-11-30 Martin Michlmayr <tbm@cyrius.com>
3050 PR rtl-optimization/34171
3051 * gcc.dg/pr34171.c: New testcase.
3053 2007-11-30 Zdenek Dvorak <ook@ucw.cz>
3055 * gcc.dg/tree-ssa/pr34244.c: Fixed.
3057 2007-11-30 Tobias Burnus <burnus@net-b.de>
3060 * gfortran.dg/bind_c_usage_9.f03: Fixes; add -std=f2003.
3061 * gfortran.dg/bind_c_usage_11.f03: New.
3062 * gfortran.dg/bind_c_usage_12.f03: New.
3064 2007-11-30 Jakub Jelinek <jakub@redhat.com>
3067 * g++.dg/other/error20.C: New test.
3069 2007-11-29 Steven G. Kargl <kargls@comcast.net>
3072 * gfortran.dg/real_const_3.f90: Fix up for new range-check handling.
3074 2007-11-29 Zdenek Dvorak <ook@ucw.cz>
3076 PR tree-optimization/34244
3077 * gcc.dg/tree-ssa/pr34244.c: New test.
3079 2007-11-29 Jakub Jelinek <jakub@redhat.com>
3081 PR tree-optimization/33434
3082 * gcc.dg/pr33434-1.c: New test.
3083 * gcc.dg/pr33434-2.c: New test.
3084 * gcc.dg/pr33434-3.c: New test.
3085 * gcc.dg/pr33434-4.c: New test.
3088 * g++.dg/template/cond7.C: New test.
3092 * g++.dg/cpp0x/decltype7.C: New test.
3093 * g++.dg/cpp0x/decltype8.C: New test.
3095 2007-11-29 Tobias Burnus <burnus@net-b.de>
3098 * gfortran.dg/result_in_spec_3.f90: New.
3100 2007-11-29 Tobias Burnus <burnus@net-b.de>
3103 * gfortran.dg/mvbits_3.f90: New.
3105 2007-11-28 Bob Wilson <bob.wilson@acm.org>
3107 * lib/target-supports.exp (check_effective_target_mips_soft_float):
3109 (check_effective_target_hard_float): New.
3110 * gcc.dg/var-expand1.c: Skip for targets without FPU instructions.
3111 * gcc.dg/pr30957-1.c: Likewise.
3113 2007-11-28 Samuel Tardieu <sam@rfc1149.net>
3116 * gnat.dg/specs/variant_part.ads: New test.
3119 * gnat.dg/specs/attribute_parsing.ads: New test.
3122 * gnat.dg/specs/integer_value.ads: New test.
3125 * gnat.dg/specs/delta_small.ads: New test.
3127 2007-11-28 Jakub Jelinek <jakub@redhat.com>
3129 PR tree-optimization/34140
3130 * gcc.c-torture/compile/20071128-1.c: New test.
3132 2007-11-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3135 * gfortran.dg/data_array_1.f90
3136 * gfortran.dg/data_array_2.f90
3137 * gfortran.dg/data_array_3.f90
3138 * gfortran.dg/data_array_4.f90
3140 2007-11-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3143 * gfortran.dg/blockdata_5.f90: New test.
3144 * gfortran.dg/blockdata_6.f90: New test.
3146 2007-11-27 Jakub Jelinek <jakub@redhat.com>
3148 PR tree-optimization/34016
3149 * gcc.dg/pr34016.c: New test.
3151 2007-11-27 Paul Thomas <pault@gcc.gnu.org>
3154 * gfortran.dg/stfunc_6.f90: New test.
3157 * gfortran.dg/assign_10.f90: New test.
3159 2007-11-27 Paul Thomas <pault@gcc.gnu.org>
3162 * gfortran.dg/use_11.f90: New test.
3165 * gfortran.dg/generic_15.f90: New test.
3167 2007-11-27 Jakub Jelinek <jakub@redhat.com>
3170 * gcc.dg/pr34225.c: New test.
3172 2007-11-27 Richard Guenther <rguenther@suse.de>
3174 PR tree-optimization/34241
3175 * g++.dg/torture/pr34241.C: New testcase.
3177 2007-11-27 Richard Guenther <rguenther@suse.de>
3179 * gcc.dg/builtins-error.c: New testcase.
3181 2007-11-27 Jakub Jelinek <jakub@redhat.com>
3184 * g++.dg/ext/visibility/anon8.C: New test.
3186 2007-11-13 Michael Meissner <michael.meissner@amd.com>
3189 * gcc.target/i386/pr34077.c: New testcase.
3191 2007-11-26 Tobias Burnus <burnus@net-b.de>
3194 * gfortran.dg/backslash_3.f: Add -fbackslash option.
3195 * gfortran.dg/init_flag_1.f90: Add -fbackslash option.
3196 * gfortran.dg/backslash_1.f90: Remove no longer needed
3197 -fno-backslash option.
3199 2007-11-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3202 * gcc.dg/cpp/19990413-1.c: Update.
3203 * gcc.dg/parse-else-error.c: New.
3204 * gcc.dg/parse-else-error-2.c: New.
3205 * gcc.dg/parse-else-error-3.c: New.
3206 * gcc.dg/parse-else-error-4.c: New.
3208 2007-11-26 Andreas Krebbel <krebbel1@de.ibm.com>
3211 * g++.dg/template/dependent-expr6.C: New testcase.
3213 2007-11-26 Uros Bizjak <ubizjak@gmail.com>
3216 * gcc.target/i386/pr34215.c: New test.
3218 2007-11-26 Rask Ingemann Lambertsen <rask@sygehus.dk>
3221 * gcc.dg/torture/pr34174-1.c: New.
3223 2007-11-26 Richard Guenther <rguenther@suse.de>
3226 * gcc.dg/pr34233.c: New testcase.
3228 2007-11-26 Steven Bosscher <stevenb.gcc@gmail.com>
3229 Revital Eres <eres@il.ibm.com>
3231 PR rtl-optimization/34085
3232 * gcc.dg/tree-prof (bb-reorg.c): New test.
3234 2007-11-26 Richard Sandiford <rsandifo@nildram.co.uk>
3236 * lib/target-supports.exp (check_effective_target_mips_soft_float):
3237 Return true for MIPS16 targets.
3239 2007-11-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3242 * gfortran.dg/blockdata_4.f90: New test.
3244 2007-11-25 Tobias Burnus <burnus@net-b.de>
3247 * gfortran.dg/bind_c_usage_10_c.c: Fix comment.
3248 * gfortran.dg/bind_c_usage_16.f03: New.
3249 * gfortran.dg/bind_c_usage_16_c.c: New.
3251 2007-11-25 Eric Botcazou <ebotcazou@adacore.com>
3253 * gnat.dg/specs/size_clause1.ads: New test.
3254 * gnat.dg/specs/size_clause2.ads: Likewise.
3255 * gnat.dg/specs/size_clause3.ads: Likewise.
3257 2007-11-25 Paul Thomas <pault@gcc.gnu.org>
3260 * gfortran.dg/entry_16.f90: New test.
3262 2007-11-24 Tobias Burnus <burnus@net-b.de>
3265 * gfortran.dg/nearest_2.f90: Add INF/NAN tests.
3267 2007-11-24 Paul Thomas <pault@gcc.gnu.org>
3270 * gfortran.dg/nested_modules_1.f90: Change the reference to
3271 FOO, forbidden by the standard, to a reference to W.
3272 * gfortran.dg/use_only_1.f90: New test.
3274 2007-11-23 Tobias Burnus <burnus@net-b.de>
3277 * gfortran.dg/nearest_3.f90: New test.
3279 2007-11-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3282 * gfortran.dg/optional_dim_2.f90: New test.
3284 2007-11-23 Tobias Burnus <burnus@net-b.de>
3287 * gfortran.dg/bind_c_usage_15.f90: New.
3289 2007-11-23 Tobias Burnus <burnus@net-b.de>
3292 * gfortran.dg/nearest_2.f90: New.
3295 2007-11-23 Jakub Jelinek <jakub@redhat.com>
3299 * g++.dg/ext/java-2.C: New test.
3301 2007-11-23 Mark Mitchell <mark@codesourcery.com>
3302 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3305 * g++.dg/warn/pr5310.C: New.
3306 * g++.dg/warn/pr33160.C: New.
3308 2007-11-23 Richard Guenther <rguenther@suse.de>
3309 Michael Matz <matz@suse.de>
3311 PR tree-optimization/34176
3312 * gcc.c-torture/execute/pr34176.c: New testcase.
3314 2007-11-23 Jakub Jelinek <jakub@redhat.com>
3317 * gcc.dg/Wconversion-5.c: New test.
3318 * g++.dg/Wconversion3.C: New test.
3320 2007-11-23 Richard Guenther <rguenther@suse.de>
3322 * gcc.dg/tree-ssa/alias-17.c: New testcase.
3324 2007-11-22 Joseph Myers <joseph@codesourcery.com>
3327 * gcc.dg/c99-arraydecl-1.c: Don't expect errors for static or type
3328 qualifiers in abstract declarator.
3330 2007-11-22 Tobias Burnus <burnus@net-b.de>
3332 * gfortran.dg/derived_constructor_comps_3.f90: New.
3334 2007-11-22 Jakub Jelinek <jakub@redhat.com>
3337 * g++.dg/ext/visibility/anon7.C: New test.
3339 2007-11-22 Tobias Burnus <burnus@net-b.de>
3342 * gfortran.dg/bind_c_usage_10.f03: Remove .mod file afterwards.
3343 * gfortran.dg/bind_c_usage_13.f03: New.
3344 * gfortran.dg/bind_c_usage_14.f03: New.
3346 2007-11-22 Richard Sandiford <rsandifo@nildram.co.uk>
3348 PR rtl-optimization/33848
3349 * gcc.dg/torture/pr33848.c: New test.
3351 2007-11-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3354 * gfortran.dg/derived_constructor_comps_2.f90: Add check.
3356 2007-11-20 Richard Guenther <rguenther@suse.de>
3359 * testsuite/gcc.c-torture/execute/pr34154.c: New testcase.
3361 2007-11-20 Uros Bizjak <ubizjak@gmail.com>
3363 * gcc.dg/tree-ssa/20030714-1.c: Cleanup dom3 dump file.
3365 2007-11-20 Thomas Koenig <tkoenig@gcc.gnu.org>
3368 * gfortran.dg/record_marker_1.f90: Explicitly set kinds
3369 so test passes with -frecord-marker=8.
3370 * gfortran.dg/integer_exponentiation_1.f90: Likewise.
3371 * gfortran.dg/integer_exponentiation_2.f90: Likewise.
3372 * gfortran.dg/integer_exponentiation_3.F90: Likewise.
3373 * gfortran.dg/integer_exponentiation_5.F90: Likewise.
3374 * gfortrand.dg/modulo_1.f90: Likewise.
3376 2007-11-20 Richard Sandiford <rsandifo@nildram.co.uk>
3378 * lib/target-supports.exp (check_effective_target_mips_soft_float):
3380 * gcc.dg/var-expand1.c: Skip for mips_soft_float.
3381 * gcc.dg/pr30957-1.c: Likewise.
3383 2007-11-20 Jakub Jelinek <jakub@redhat.com>
3386 * g++.dg/template/crash74.C: New test.
3388 2007-11-20 Richard Guenther <rguenther@suse.de>
3390 * gcc.c-torture/execute/20071120-1.c: New testcase.
3392 2007-11-20 Jakub Jelinek <jakub@redhat.com>
3395 * gcc.dg/tree-ssa/pr34146.c: New test.
3398 * gcc.dg/tree-ssa/pr33723.c: Adjust scan pattern to make it less
3399 dependent on target settings like move_by_pieces etc.
3402 * g++.dg/template/vla2.C: New test.
3405 * g++.dg/overload/template3.C: New test.
3407 2007-11-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3410 * gfortran.dg/optional_dim_2.f90: Remove test.
3412 2007-11-19 Peter Bergner <bergner@vnet.ibm.com>
3414 * gcc.dg/dfp/ddmode-ice.c: New test.
3416 2007-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
3418 PR tree-optimization/34036
3419 * gcc.dg/tree-ssa/pr23109.c: Pass -ftrapping-math and expect warning.
3421 2007-11-19 Richard Guenther <rguenther@suse.de>
3423 PR tree-optimization/34
3424 * gcc.c-torture/execute/pr34099-2.c: New testcase.
3426 2007-11-19 Tobias Burnus <burnus@net-b.de>
3429 * gfortran.dg/bind_c_usage_10_c.c: New.
3430 * gfortran.dg/bind_c_usage_10.f03: New.
3432 2007-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
3434 * gcc.dg/pr33007.c: Expect new warning.
3435 * gcc.dg/tree-ssa/recip-5.c: Likewise.
3436 * g++.dg/opt/pr34036.C: New test.
3438 2007-11-18 Jakub Jelinek <jakub@redhat.com>
3441 * g++.dg/warn/noreturn-4.C: New test.
3442 * g++.dg/warn/noreturn-5.C: New test.
3443 * g++.dg/warn/noreturn-6.C: New test.
3444 * g++.dg/warn/noreturn-7.C: New test.
3446 2007-11-18 Thomas Koenig <tkoenig@gcc.gnu.org>
3449 * gfortran.fortran-torture/execute/equiv_5.f: Set kind on
3450 integers so tests works with -fdefault-integer-8.
3451 * gfortran.fortran-torture/execute/elemental.f90: Use default
3452 integers so test passes with -fdefault-integer-8.
3453 * gfortran.fortran-torture/execute/der_io.f90: Increase
3454 buffer length so test passes with -fdefault-integer-8.
3455 * gfortran.dg/bounds_check_8.f90: Likewise.
3456 * gfortran.dg/arrayio_derived_1.f90: LIkewise.
3457 * gfortran.dg/equiv_7.f90: Set kind so test passes
3458 with -fdefault-integer-8.
3459 * gfortran.dg/g77/20030326-1.f: Set kind explicitly to
3462 2007-11-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3465 * gfortran.dg/optional_dim_2.f90: New test.
3468 * gfortran.dg/subref_array_pointer_2.f90: Update test condition.
3470 2007-11-18 Jakub Jelinek <jakub@redhat.com>
3472 PR rtl-optimization/34132
3473 * gcc.c-torture/compile/20071118-1.c: New test.
3475 2007-11-18 Paul Thomas <pault@gcc.gnu.org>
3478 * gfortran.dg/char_cast_2.f90: New test based on achar_4.f90.
3480 2007-11-18 Tobias Burnus <burnus@net-b.de>
3483 * gfortran.dg/entry_14.f90: New.
3484 * gfortran.dg/entry_15.f90: New.
3486 2007-11-18 Richard Guenther <rguenther@suse.de>
3488 PR tree-optimization/34127
3489 * gcc.c-torture/compile/pr34127.c: New testcase.
3491 2007-11-18 Ben Elliston <bje@au.ibm.com>
3493 * gcc.target/powerpc/altivec-23.c: Do not use a typedef name as a
3494 type specifier, as they are not permitted according to the AltiVec
3495 Programming Interface Manual.
3497 2007-11-17 Tobias Burnus <burnus@net-b.de>
3500 * gfortran.dg/bind_c_usage_9.f03: New.
3501 * gfortran.dg/interface_abstract_1.f90: Fix testcase.
3503 2007-11-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3506 * interface.c (gfc_current_interface_head,
3507 gfc_set_current_interface_head): New functions.
3508 * decl.c (gfc_match_modproc): Move check for syntax error earlier.
3509 On syntax error, restore previous state of the interface.
3510 * gfortran.h (gfc_current_interface_head,
3511 gfc_set_current_interface_head): New prototypes.
3513 2007-11-17 Richard Guenther <rguenther@suse.de>
3516 * gcc.c-torture/execute/pr34130.c: New testcase.
3518 2007-11-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3521 * gfortran.dg/fmt_label_1.f90: New test.
3523 2007-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3526 * gfortran.dg/initialization_15.f90 : New test.
3528 2007-11-16 Richard Guenther <rguenther@suse.de>
3531 * gcc.c-torture/compile/pr34030.c: New testcase.
3533 2007-11-16 Paul Thomas <pault@gcc.gnu.org>
3536 * gfortran.dg/interface_assignment_3.f90.
3538 2007-11-16 Richard Guenther <rguenther@suse.de>
3540 PR tree-optimization/33870
3541 * gcc.dg/torture/pr33870.c: New testcase.
3543 2007-11-16 Paul Thomas <pault@gcc.gnu.org>
3546 * gfortran.dg/allocatable_function_3.f90.
3548 2007-11-16 Richard Guenther <rguenther@suse.de>
3550 PR tree-optimization/34113
3551 * gcc.c-torture/compile/pr34113.c: New testcase.
3553 2007-11-16 Richard Guenther <rguenther@suse.de>
3555 PR tree-optimization/34099
3556 * g++.dg/torture/pr3499.C: New testcase.
3557 * gcc.c-torture/execute/pr34099.c: Likewise.
3559 2007-11-16 Olivier Hainque <hainque@adacore.com>
3561 * gnat.dg/release_unc_maxalign.adb: New test.
3563 2007-11-16 Jakub Jelinek <jakub@redhat.com>
3566 * g++.dg/template/crash73.C: New test.
3568 2007-11-15 Jakub Jelinek <jakub@redhat.com>
3571 * gcc.dg/tree-ssa/pr23848-1.c: New test.
3572 * gcc.dg/tree-ssa/pr23848-2.c: New test.
3573 * gcc.dg/tree-ssa/pr23848-3.c: New test.
3574 * gcc.dg/tree-ssa/pr23848-4.c: New test.
3576 2007-11-15 Tobias Burnus <burnus@net-b.de>
3579 * gfortran.dg/proc_decl_11.f90: New.
3581 2007-11-15 Ben Elliston <bje@au.ibm.com>
3583 * gcc.target/spu/compare-dp.c: New test.
3585 2007-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
3587 * gcc.dg/pr33923.c: New test.
3589 2007-11-14 Jakub Jelinek <jakub@redhat.com>
3592 * gcc.dg/pr34088.c: New test.
3594 2007-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
3596 * gcc.c-torture/compile/20071114-1.c: New test.
3598 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3601 * gfortran.dg/char_cast_1.f90: Modify regex in scan-tree-dump-time