| 2012-12-31 Uros Bizjak <ubizjak@gmail.com> |
| |
| * g++.dg/ipa/devirt-9.C: Cleanup inline ipa dump. |
| |
| 2012-12-31 Uros Bizjak <ubizjak@gmail.com> |
| |
| * gcc.target/i386/builtin_target.c (vendor_signatures): Remove. |
| (check_detailed): Use signature_INTEL_ebx and signature_AMD_ebx |
| to check vendor signature. |
| |
| 2012-12-28 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/55692 |
| * gfortran.dg/associated_7.f90: New. |
| |
| 2012-12-28 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/55763 |
| * gfortran.dg/unlimited_polymorphic_5.f90 |
| |
| 2012-12-27 Jerry DeLisle <jvdelisle@gcc.gnu.org> |
| |
| PR fortran/48960 |
| * gfortran.dg/newunit_3.f90: New. |
| |
| 2012-12-27 Jerry DeLisle <jvdelisle@gcc.gnu.org> |
| |
| PR fortran/48976 |
| * gfortran.dg/inquire_15.f90: New. |
| |
| 2012-12-27 Sriraman Tallam <tmsriram@google.com> |
| |
| * testsuite/g++.dg/mv1.C: Remove target options. |
| * testsuite/g++.dg/mv2.C: Ditto. |
| * testsuite/g++.dg/mv3.C: Ditto. |
| * testsuite/g++.dg/mv4.C: Ditto. |
| * testsuite/g++.dg/mv5.C: Ditto. |
| |
| 2012-12-26 Janne Blomqvist <jb@gcc.gnu.org> |
| |
| PR fortran/55539 |
| * gfortran.dg/nosigned_zero_3.f90: New testcase. |
| |
| 2012-12-23 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54884 |
| * gfortran.dg/public_private_module_8.f90: New. |
| |
| 2012-12-23 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/r10k-cache-barrier-10.c: Make a branch-likely |
| instruction more likely. |
| |
| 2012-12-23 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/pr55315.c: Cast to long rather than int. |
| |
| 2012-12-22 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/55763 |
| * gfortran.dg/unlimited_polymorphic_6.f90: New. |
| |
| 2012-12-21 Martin Jambor <mjambor@suse.cz> |
| |
| PR tree-optimization/55355 |
| * g++.dg/torture/pr55355.C: New test. |
| |
| 2012-12-21 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR middle-end/55775 |
| * gcc.target/i386/pr55775.c: New test. |
| |
| 2012-12-21 David Edelsohn <dje.gcc@gmail.com> |
| |
| * gcc.dg/pthread-init-2.c (dg-options): Define _XOPEN_SOURCE=500 |
| on AIX. |
| |
| * lib/target-supports.exp (add_options_for_tls): Add -pthread for |
| AIX as well. |
| (check_effective_target_powerpc_vsx_ok): Only test VSX on AIX 7.1 |
| and above. |
| |
| * gcc.c-torture/compile/pr44707.c: Do not try to assemble on AIX. |
| |
| * c-c++-common/pr43942.c: Remove XFAIL for AIX. |
| |
| 2012-12-21 Paul Thomas <pault@gcc.gnu.org> |
| |
| PR fortran/55763 |
| * gfortran.dg/unlimited_polymorphic_4.f03: New test. |
| |
| 2012-12-21 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/52996 |
| * gcc.dg/torture/pr52996.c: New testcase. |
| |
| 2012-12-20 Jakub Jelinek <jakub@redhat.com> |
| |
| PR middle-end/55750 |
| * gcc.c-torture/execute/pr55750.c: New test. |
| |
| 2012-12-20 Richard Biener <rguenther@suse.de> |
| |
| PR middle-end/55740 |
| * g++.dg/torture/pr55740.C: New testcase. |
| |
| 2012-12-20 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/55619 |
| * c-c++-common/pr55619.c: New test. |
| |
| 2012-12-20 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54818 |
| * gfortran.dg/transfer_intrinsic_4.f: New. |
| |
| 2012-12-19 Paul Thomas <pault@gcc.gnu.org> |
| |
| * gfortran.dg/unlimited_polymorphic_1.f03: New test. |
| * gfortran.dg/unlimited_polymorphic_2.f03: New test. |
| * gfortran.dg/unlimited_polymorphic_3.f03: New test. |
| * gfortran.dg/same_type_as_1.f03: Correct for improved message. |
| |
| 2012-12-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com> |
| |
| * gcc.target/arm/vmaxnmdf.c: New test. |
| * gcc.target/arm/vmaxnmsf.c: Likewise. |
| * gcc.target/arm/vminnmsf.c: Likewise. |
| * gcc.target/arm/vminnmdf.c: Likewise. |
| |
| 2012-12-19 Tobias Burnus <burnus@net-b.de> |
| |
| * gfortran.dg/gomp/use_intrinsic_1.f90: Moved |
| to libgomp/testsuite/libgomp.fortran/use_intrinsic_1.f90. |
| |
| 2012-12-19 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55736 |
| PR tree-optimization/55703 |
| * gcc.dg/lto/pr55703_0.c: New testcase. |
| |
| 2012-12-19 Jakub Jelinek <jakub@redhat.com> |
| |
| PR debug/55730 |
| * gcc.dg/debug/pr55730.c: New test. |
| |
| 2012-12-18 Jan Hubicka <jh@suse.cz> |
| |
| PR tree-optimization/55683 |
| * g++.dg/ipa/devirt-9.C: New testcase. |
| |
| 2012-12-19 Terry Guo <terry.guo@arm.com> |
| |
| * gcc.target/arm/thumb-find-work-register.c: New. |
| |
| 2012-12-19 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/55733 |
| * gfortran.dg/save_5.f90: New. |
| |
| 2012-12-18 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c/39464 |
| * gcc.dg/pr39464.c: New test. |
| |
| 2012-12-18 Ian Lance Taylor <iant@google.com> |
| |
| PR go/55201 |
| * lib/go.exp: Revert last patch. |
| |
| 2012-12-18 Richard Biener <rguenther@suse.de> |
| |
| PR middle-end/54838 |
| * g++.dg/torture/pr54838.C: New testcase. |
| |
| 2012-12-18 Andreas Schwab <schwab@linux-m68k.org> |
| |
| * lib/go.exp (go_link_flags): Add libatomic location to flags and |
| ld_library_path. |
| |
| 2012-12-18 Richard Biener <rguenther@suse.de> |
| |
| * gcc.dg/tree-ssa/reassoc-19.c: Adjust. |
| |
| 2012-12-18 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55555 |
| * gcc.dg/torture/pr55555.c: New testcase. |
| * gcc.dg/vect/vect-iv-11.c: Adjust. |
| |
| 2012-12-18 Jakub Jelinek <jakub@redhat.com> |
| |
| PR debug/55717 |
| * testsuite/g++.dg/opt/pr55717.C: New test. |
| |
| 2012-12-17 Andrew Stubbs <ams@codesourcery.com> |
| Ulrich Weigand <ulrich.weigand@linaro.org> |
| |
| * gcc.target/arm/neon-extend-1.c: New file. |
| * gcc.target/arm/neon-extend-2.c: New file. |
| |
| 2012-12-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com> |
| |
| * lib/target-supports.exp (add_options_for_arm_v8_neon): |
| Add -march=armv8-a. |
| |
| 2012-12-17 James Greenhalgh <james.greenhalgh@arm.com> |
| Tejas Belagod <tejas.belagod@arm.com> |
| |
| * lib/target-supports.exp |
| (check_effective_target_vect_multiple_sizes): Enable for AArch64. |
| |
| 2012-12-16 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/55197 |
| * gfortran.dg/gomp/use_intrinsic_1.f90: New. |
| |
| 2012-12-16 Tobias Burnus <burnus@net-b.de> |
| |
| * gfortran.dg/move_alloc_14.f90: New. |
| |
| 2012-12-16 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/55638 |
| * gfortran.dg/elemental_args_check_3.f90: Update dg-error. |
| * gfortran.dg/elemental_args_check_7.f90: New. |
| |
| 2012-12-15 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * lib/scanasm.exp (get_ada_spec_filename): Use procedural form. |
| |
| 2012-12-15 Eric Botcazou <ebotcazou@adacore.com> |
| |
| PR ada/52735 |
| * gnat.dg/nested_generic1.adb: New test. |
| * gnat.dg/nested_generic1_pkg.ad[sb]: New helper. |
| |
| 2012-12-15 Eric Botcazou <ebotcazou@adacore.com> |
| |
| PR ada/53766 |
| * gnat.dg/controlled7.ad[sb]: New test. |
| |
| 2012-12-14 Steve Ellcey <sellcey@mips.com> |
| |
| PR regression/55688 |
| * g++.dg/other/pr55650.C: Add dg-require-profiling. |
| |
| 2012-12-14 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55684 |
| * gcc.dg/torture/pr55684.c: New testcase. |
| |
| 2012-12-14 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55687 |
| * gcc.dg/torture/pr55687.c: New testcase. |
| |
| 2012-12-13 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/55652 |
| * g++.dg/cpp0x/noexcept19.C: New test. |
| |
| 2012-12-13 Richard Biener <rguenther@suse.de> |
| |
| PR lto/55660 |
| * gcc.dg/lto/pr55660_0.c: New testcase. |
| * gcc.dg/lto/pr55660_1.c: Likewise. |
| |
| 2012-12-13 Jakub Jelinek <jakub@redhat.com> |
| |
| PR gcov-profile/55650 |
| * g++.dg/other/pr55650.C: New test. |
| * g++.dg/other/pr55650.cc: New file. |
| |
| 2012-12-12 Jakub Jelinek <jakub@redhat.com> |
| |
| PR debug/55665 |
| * g++.dg/guality/pr55665.C: New test. |
| |
| * lib/gcc-dg.exp (${tool}_load): Handle non-existing |
| set_target_env_var the same as if it is empty list. |
| (dg-set-target-env-var): Fix up error message. |
| (set-target-env-var): Record both preexisting env var values |
| as well as info that env wasn't set. |
| (restore-target-env-var): Iterate on reversed list, if second |
| sublist element is 1, setenv the env var to the third sublist |
| element, otherwise unsetenv it. |
| (gcc-dg-runtest): Don't initialize set_target_env_var. |
| (dg-test): Unset set_target_env_var if it was set. |
| |
| * g++.dg/asan/deep-tail-call-1.C: Whitespace fixes. Don't rely |
| on argc being one. |
| * g++.dg/asan/interception-malloc-test-1.C: Only run on linux. |
| Whitespace fixes. Avoid unnecessary * sizeof(char). |
| * g++.dg/asan/deep-thread-stack-1.C: Add -lasan -lpthread to |
| dg-options. Whitespace fixes. |
| * g++.dg/asan/deep-stack-uaf-1.C: Skip for -flto. Whitespace fixes. |
| * g++.dg/asan/interception-test-1.C: Whitespace fixes. |
| * g++.dg/asan/interception-failure-test-1.C: Whitespace fixes. |
| Avoid unnecessary * sizeof(char). Remove // CHECK: comment. |
| * g++.dg/asan/default-options-1.C: Whitespace fixes. |
| * g++.dg/asan/symbolize-callback-1.C: Whitespace fixes. Make |
| first __asan_symbolize argument unnamed. Avoid unnecessary |
| * sizeof(char). |
| * g++.dg/asan/large-func-test-1.C: Whitespace fixes. Don't rely |
| on argc being one. Allow both _Znwj and _Znwm as operator new. |
| Ignore everything in the backtrace above operator new. Fix up |
| dg-output regexps. |
| * c-c++-common/asan/null-deref-1.c: Add -fno-omit-frame-pointer |
| and for x86 -mno-omit-leaf-frame-pointer. Fix up dg-output regexps. |
| * c-c++-common/asan/clone-test-1.c: Whitespace fixes. Return non-zero |
| on failures. Avoid pointless PASS dg-output check. Remove bogus |
| dg-shouldfail. |
| * c-c++-common/asan/sanity-check-pure-c-1.c: Fix up dg-output regexps. |
| Avoid unnecessary * sizeof(char). |
| * c-c++-common/asan/heap-overflow-1.c: Fix up dg-output regexps. |
| Don't rely on argc being one. |
| * c-c++-common/asan/sleep-before-dying-1.c: Whitespace fixes. |
| Avoid unnecessary * sizeof(char). |
| * c-c++-common/asan/rlimit-mmap-test-1.c: Whitespace fixes. |
| * c-c++-common/asan/stack-overflow-1.c: Fix up dg-output regexps. |
| * c-c++-common/asan/global-overflow-1.c: Add -fno-builtin-memset. |
| Fix up dg-output regexps. |
| * c-c++-common/asan/strncpy-overflow-1.c: Fix up dg-output regexps. |
| * c-c++-common/asan/memcmp-1.c: Don't rely on argc being one. |
| * c-c++-common/asan/use-after-free-1.c: Fix up dg-output regexps. |
| * c-c++-common/asan/swapcontext-test-1.c: Don't rely on argc being |
| one. |
| * c-c++-common/asan/force-inline-opt0-1.c: Remove dg-skip-if. |
| * c-c++-common/asan/strip-path-prefix-1.c: Whitespace fixes. |
| Avoid unnecessary * sizeof(char). |
| |
| 2012-12-12 Wei Mi <wmi@google.com> |
| |
| * lib/target-supports.exp (check_effective_target_dlopen, |
| check_effective_target_clone, check_effective_target_setrlimit, |
| check_effective_target_swapcontext): New procedures. |
| * lib/gcc-dg.exp (${tool}_load): Handle dg-set-target-env-var. |
| (dg-set-target-env-var, set-target-env-var, |
| restore-target-env-var): New procedures. |
| (gcc-dg-runtest): Set set_target_env_var. |
| * g++.dg/asan/symbolize-callback-1.C: New test. |
| * g++.dg/asan/shared-lib-test-1-so.cc: New file. |
| * g++.dg/asan/deep-tail-call-1.C: New test. |
| * g++.dg/asan/default-options-1.C: New test. |
| * g++.dg/asan/interception-test-1.C: New test. |
| * g++.dg/asan/dlclose-test-1-so.cc: New file. |
| * g++.dg/asan/deep-thread-stack-1.C: New test. |
| * g++.dg/asan/interception-malloc-test-1.C: New test. |
| * g++.dg/asan/deep-stack-uaf-1.C: New test. |
| * g++.dg/asan/large-func-test-1.C: New test. |
| * g++.dg/asan/interception-failure-test-1.C: New test. |
| * c-c++-common/asan/strip-path-prefix-1.c: New test. |
| * c-c++-common/asan/force-inline-opt0-1.c: New test. |
| * c-c++-common/asan/swapcontext-test-1.c: New test. |
| * c-c++-common/asan/null-deref-1.c: New test. |
| * c-c++-common/asan/global-overflow-1.c: New test. |
| * c-c++-common/asan/strncpy-overflow-1.c: New test. |
| * c-c++-common/asan/rlimit-mmap-test-1.c: New test. |
| * c-c++-common/asan/stack-overflow-1.c: New test. |
| * c-c++-common/asan/use-after-free-1.c: New test. |
| * c-c++-common/asan/sanity-check-pure-c-1.c: New test. |
| * c-c++-common/asan/clone-test-1.c: New test. |
| * c-c++-common/asan/heap-overflow-1.c: New test. |
| * c-c++-common/asan/sleep-before-dying-1.c: New test. |
| |
| 2012-12-12 Steve Ellcey <sellcey@mips.com> |
| |
| * gcc.dg/pr55150-2.c: Add pic support check. |
| * gcc.dg/lto/pr54709_0.c: Ditto. |
| |
| 2012-12-12 Zdenek Dvorak <ook@ucw.cz> |
| |
| PR tree-optimization/55481 |
| * gcc.dg/torture/pr55481.c: New testcase. |
| |
| 2012-12-12 Steven Bosscher <steven@gcc.gnu.org> |
| Jakub Jelinek <jakub@redhat.com> |
| |
| PR middle-end/52640 |
| * gcc.c-torture/compile/limits-externdecl.c: New test. |
| |
| 2012-12-12 Jakub Jelinek <jakub@redhat.com> |
| |
| * gfortran.dg/vect/fast-math-pr38968.f90: Decrease n |
| from 2000 to 400. |
| |
| PR fortran/55633 |
| * gcc.dg/torture/pr55633.c: New test. |
| |
| 2012-12-11 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR c++/53094 |
| * g++.dg/cpp0x/constexpr-53094-1.C: New testcase. |
| * g++.dg/cpp0x/constexpr-53094-2.C: Likewise. |
| * g++.dg/cpp0x/constexpr-53094-3.C: Likewise. |
| |
| 2012-12-11 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/55643 |
| * g++.dg/warn/Wunused-var-19.C: New test. |
| |
| * g++.dg/asan/asan_test.C: Link -lasan before -lpthread. |
| |
| 2012-12-11 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gcc.dg/pr54121.c: New test. |
| |
| 2012-12-11 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/55619 |
| * g++.dg/ext/asm12.C: New test. |
| |
| PR tree-optimization/54570 |
| * gcc.dg/builtin-object-size-8.c: Xfail. |
| * gcc.dg/builtin-object-size-13.c: New test. |
| |
| 2012-12-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com> |
| |
| PR target/55642 |
| * gcc.target/arm/pr55642.c: New testcase. |
| |
| 2012-12-11 Jakub Jelinek <jakub@redhat.com> |
| |
| PR middle-end/43631 |
| PR bootstrap/55615 |
| * g++.dg/other/pr43631.C: New test. |
| |
| 2012-12-11 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55079 |
| * gcc.dg/Warray-bounds-9.c: New testcase. |
| * gcc.dg/Warray-bounds-10.c: Likewise. |
| * gcc.dg/tree-ssa/ssa-pre-1.c: Adjust. |
| |
| 2012-12-10 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/52909 |
| * gfortran.dg/proc_ptr_39.f90: New test case. |
| |
| 2012-12-10 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/octeon-bbit-2.c: Restructure loops so that no |
| code duplication is required. Allow BNE to appear. |
| |
| 2012-12-10 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/ext-2.c: Require -mlong64. |
| |
| 2012-12-10 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55107 |
| * gcc.dg/torture/pr55107.c: New testcase. |
| * gcc.dg/tree-ssa/ssa-pre-5.c: Adjust. |
| |
| 2012-12-10 Jakub Jelinek <jakub@redhat.com> |
| |
| * g++.dg/asan/asan_test.cc: Sync from upstream. |
| * g++.dg/asan/asan_test_utils.h: Likewise. |
| |
| 2012-12-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com> |
| |
| * gcc.target/arm/neon/vrndaf32.c: New test. |
| * gcc.target/arm/neon/vrndqaf32.c: Likewise. |
| * gcc.target/arm/neon/vrndf32.c: Likewise. |
| * gcc.target/arm/neon/vrndqf32.c: Likewise. |
| * gcc.target/arm/neon/vrndmf32.c: Likewise. |
| * gcc.target/arm/neon/vrndqmf32.c: Likewise. |
| * gcc.target/arm/neon/vrndnf32.c: Likewise. |
| * gcc.target/arm/neon/vrndqnf32.c: Likewise. |
| * gcc.target/arm/neon/vrndpf32.c: Likewise. |
| * gcc.target/arm/neon/vrndqpf32.c: Likewise. |
| |
| 2012-12-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| |
| * gcc.misc-tests/gcov-12.c: Fix dg order. |
| |
| PR middle-end/54470 |
| * gcc.dg/ipa/iinline-4.c: xfail hooray4 test on 32-bit hppa*-*-*. |
| |
| * gcc.dg/torture/pr47917.c: Change "dg-xfail-if" to "dg-xfail-run-if" |
| for *-*-hpux10*. |
| |
| * gcc.dg/20030711-1.c: Define MAP_FAILED if not defined. |
| * gcc.dg/20050826-1.c: Likewise. |
| |
| 2012-12-09 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/vect9.adb: Add -w to dg-options. |
| * gnat.dg/vect10.adb: Likewise. |
| |
| 2012-12-09 Thomas Koenig <tkoenig@gcc.gnu.org> |
| |
| PR fortran/55593 |
| * gfortran.dg/do_check_8.f90: New test. |
| |
| 2012-12-08 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/vect10.ad[sb]: New test. |
| |
| 2012-12-08 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/vect9.ad[sb]: New test. |
| * gnat.dg/vect9_pkg.ads: New helper. |
| |
| 2012-12-07 Mike Stump <mikestump@comcast.net> |
| |
| * gnat.dg/discr38.adb: Don't use ^M line endings. |
| gnat.dg/loop_optimization13.adb: Likewise. |
| gnat.dg/loop_optimization13.ads: Likewise. |
| gnat.dg/discr36_pkg.adb: Likewise. |
| gnat.dg/discr36_pkg.ads: Likewise. |
| gnat.dg/loop_optimization11_pkg.ads: Likewise. |
| gnat.dg/discr36.ads: Likewise. |
| gnat.dg/loop_optimization11.adb: Likewise. |
| |
| 2012-12-07 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55141 |
| * gcc.target/i386/pr55141.c: New. |
| |
| 2012-12-07 Dodji Seketeli <dodji@redhat.com> |
| |
| PR c++/54401 |
| * g++.dg/cpp0x/alias-decl-28.C: New test. |
| * g++.dg/cpp0x/alias-decl-16.C: Update. |
| |
| 2012-12-07 Martin Jambor <mjambor@suse.cz> |
| |
| PR tree-optimization/55590 |
| * gcc.target/i386/pr55590-1.c: New test. |
| * gcc.target/i386/pr55590-2.c: Likewise. |
| |
| 2012-12-07 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54975 |
| * g++.dg/cpp0x/lambda/lambda-typedef.C: New. |
| |
| 2012-12-06 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/55597 |
| * gcc.target/i386/pr55597.c: New test. |
| |
| 2012-12-06 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/54207 |
| * g++.dg/cpp0x/noexcept18.C: New test. |
| |
| PR c++/55573 |
| * g++.dg/cpp0x/constexpr-55573.C: New test. |
| |
| PR c++/55137 |
| * g++.dg/opt/pr55137.C: New test. |
| * gcc.c-torture/execute/pr55137.c: New test. |
| |
| 2012-12-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com> |
| |
| * lib/target-supports.exp (check_effective_target_arm_v8_neon_ok): |
| New procedure. |
| (add_options_for_arm_v8_neon): Likewise. |
| |
| 2012-12-05 Steven Bosscher <steven@gcc.gnu.org> |
| |
| * g++.dg/pr55604.C: New test. |
| |
| 2012-12-05 James Greenhalgh <james.greenhalgh@arm.com> |
| |
| * lib/target-supports.exp |
| (check_effective_target_vect_perm): Allow aarch64*-*-*. |
| (check_effective_target_vect_perm_byte): Likewise. |
| (check_effective_target_vect_perm_short): Likewise. |
| (check_effective_target_vect_char_mult): Likewise. |
| (check_effective_target_vect_extract_even_odd): Likewise. |
| (check_effective_target_vect_interleave): Likewise. |
| |
| 2012-12-05 Yufeng Zhang <yufeng.zhang@arm.com> |
| |
| * g++.dg/abi/mangle-neon-aarch64.C: New test. |
| |
| 2012-12-05 Yufeng Zhang <yufeng.zhang@arm.com> |
| |
| * g++.dg/abi/arm_va_list.C: Also test on aarch64*-*-*. |
| |
| 2012-12-05 James Greenhalgh <james.greenhalgh@arm.com> |
| |
| * gcc.dg/vect/vect-rounding-btrunc.c: New test. |
| * gcc.dg/vect/vect-rounding-btruncf.c: Likewise. |
| * gcc.dg/vect/vect-rounding-ceil.c: Likewise. |
| * gcc.dg/vect/vect-rounding-ceilf.c: Likewise. |
| * gcc.dg/vect/vect-rounding-floor.c: Likewise. |
| * gcc.dg/vect/vect-rounding-floorf.c: Likewise. |
| * gcc.dg/vect/vect-rounding-lceil.c: Likewise. |
| * gcc.dg/vect/vect-rounding-lfloor.c: Likewise. |
| * gcc.dg/vect/vect-rounding-nearbyint.c: Likewise. |
| * gcc.dg/vect/vect-rounding-nearbyintf.c: Likewise. |
| * gcc.dg/vect/vect-rounding-round.c: Likewise. |
| * gcc.dg/vect/vect-rounding-roundf.c: Likewise. |
| * target-supports.exp |
| (check_effective_target_vect_call_btrunc): New. |
| (check_effective_target_vect_call_btruncf): Likewise. |
| (check_effective_target_vect_call_ceil): Likewise. |
| (check_effective_target_vect_call_ceilf): Likewise. |
| (check_effective_target_vect_call_floor): Likewise. |
| (check_effective_target_vect_call_floorf): Likewise. |
| (check_effective_target_vect_call_lceil): Likewise. |
| (check_effective_target_vect_call_lfloor): Likewise. |
| (check_effective_target_vect_call_nearbyint): Likewise. |
| (check_effective_target_vect_call_nearbyintf): Likewise. |
| (check_effective_target_vect_call_round): Likewise. |
| (check_effective_target_vect_call_roundf): Likewise. |
| |
| 2012-12-05 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/51238 |
| * gcc.dg/torture/pr51238.c: New testcase. |
| |
| 2012-12-05 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/50222 |
| * gcc.dg/torture/pr50222.c: New testcase. |
| |
| 2012-12-05 Richard Biener <rguenther@suse.de> |
| |
| PR lto/55525 |
| * gcc.dg/lto/pr55525_0.c: New testcase. |
| * gcc.dg/lto/pr55525_1.c: Likewise. |
| |
| 2012-12-04 Tobias Burnus <burnus@net-b.de> |
| |
| * gfortran.dg/quad_3.f90: Really fix an if condition. |
| |
| 2012-12-04 Tobias Burnus <burnus@net-b.de> |
| |
| * gfortran.dg/quad_3.f90: Fix a condition, |
| which wrongly required ordered/lazy evaluation. |
| |
| 2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com> |
| |
| * gcc.target/aarch64/121127.c: New test. |
| |
| 2012-12-04 Jakub Jelinek <jakub@redhat.com> |
| |
| PR testsuite/55587 |
| * lib/asan-dg.exp (asan_init): Return 1 if libasan has been found, |
| 0 if not. |
| * g++.dg/asan/asan.exp: Don't run gcc-dg-runtest if [asan_init] |
| returned 0. |
| * gcc.dg/asan/asan.exp: Likewise. |
| |
| 2012-12-04 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55124 |
| * gcc.dg/torture/pr55124.c: New testcase. |
| |
| 2012-12-03 Tobias Burnus <burnus@net-b.de> |
| |
| * gfortran.dg/quad_3.f90: New. |
| |
| 2012-12-03 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54170 |
| * g++.dg/cpp0x/lambda/lambda-nullptr.C: New. |
| |
| 2012-12-03 Jakub Jelinek <jakub@redhat.com> |
| |
| PR testsuite/55452 |
| * gfortran.dg/reassoc_4.f: Use --param max-completely-peeled-insns=400 |
| on all targets, not just s390*. |
| |
| 2012-12-03 Marek Polacek <polacek@redhat.com> |
| |
| PR c/55570 |
| * gcc.dg/pr55570.c: New test. |
| |
| 2012-12-03 Jakub Jelinek <jakub@redhat.com> |
| |
| * lib/asan-dg.exp (asan_get_gtest_test_list, |
| asan_get_gtest_expect_death_list, asan-gtest): New procedures. |
| (proc ${tool}_load): Remember [asan_get_gtest_test_list "$output"] |
| and [asan_get_gtest_expect_death_list "$output"] in global vars. |
| (asan_symbolize): Sanitize [] characters from key. |
| * g++.dg/asan/asan_test_config.h: New file. |
| * g++.dg/asan/asan_globals_test.cc: New file. |
| * g++.dg/asan/asan_test_utils.h: New file. |
| * g++.dg/asan/dejagnu-gtest.h: New file. |
| * g++.dg/asan/asan_test.cc: New file. |
| * g++.dg/asan/asan_test.C: New test. |
| |
| 2012-12-03 Richard Biener <rguenther@suse.de> |
| |
| * gcc.dg/torture/pr35634.c: Use signed char. |
| * g++.dg/torture/pr35634.C: Likewise. |
| |
| 2012-12-02 Marek Polacek <polacek@redhat.com> |
| |
| PR middle-end/54838 |
| * gcc.dg/pr54838.c: New test. |
| |
| 2012-12-01 Xinliang David Li <davidxl@google.com> |
| |
| * gcc.target/i386/ifcvt-onecmpl-abs-1.c: Check for |
| cltd. |
| |
| 2012-12-01 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/55558 |
| * g++.dg/cpp0x/decltype46.C: New. |
| |
| 2012-12-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| |
| PR middle-end/52450 |
| * gcc.dg/torture/pr52402.c: Remove xfail for hppa*-*-hpux*. |
| |
| 2012-12-01 Zdenek Sojka <zsojka@seznam.cz> |
| |
| PR debug/53860 |
| * g++.dg/debug/pr53860.C: New test. |
| |
| 2012-12-01 Alessandro Fanfarillo <alessandro.fanfarillo@gmail.com> |
| Paul Thomas <pault@gcc.gnu.org> |
| |
| PR fortran/46897 |
| * gfortran.dg/defined_assignment_1.f90: New test. |
| * gfortran.dg/defined_assignment_2.f90: New test. |
| * gfortran.dg/defined_assignment_3.f90: New test. |
| * gfortran.dg/defined_assignment_4.f90: New test. |
| * gfortran.dg/defined_assignment_5.f90: New test. |
| |
| 2012-12-01 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/55542 |
| * g++.dg/cpp0x/vt-55542.C: New test. |
| |
| 2012-11-30 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/specs/pack9.ads: New test. |
| |
| 2012-11-30 Martin Jambor <mjambor@suse.cz> |
| |
| PR middle-end/52890 |
| PR tree-optimization/55415 |
| PR tree-optimization/54386 |
| PR target/55448 |
| * gcc.dg/ipa/ipa-sra-7.c: New test. |
| * gcc.dg/ipa/ipa-sra-8.c: Likewise. |
| * gcc.dg/ipa/ipa-sra-9.c: Likewise. |
| * gcc.target/i386/pr55448.c: Likewise. |
| |
| 2012-11-29 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * loop_optimization14.ad[sb]: New test. |
| * loop_optimization14_pkg.ads: New helper. |
| |
| 2012-11-29 Richard Earnshaw <rearnsha@arm.com> |
| |
| PR target/55073 |
| * gcc.target/arm/pr55073.C: New test. |
| |
| 2012-11-29 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR c++/53094 |
| * g++.dg/ext/vector20.C: New testcase. |
| |
| 2012-11-28 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/52161 |
| * coarray/sync_3.f90: Extend test. |
| |
| 2012-11-29 Jakub Jelinek <jakub@redhat.com> |
| |
| PR rtl-optimization/55512 |
| * gcc.target/i386/pr55512-2.c: Remove unnecessary define. |
| * gcc.target/i386/pr55512-4.c: Likewise. |
| |
| 2012-11-29 Ed Smith-Rowland <3dw4rd@verizon.net> |
| |
| PR c++/52654 |
| * g++.dg/cpp0x/udlit-overflow.C: New. |
| * g++.dg/cpp0x/udlit-overflow-neg.C: New. |
| |
| 2012-11-28 Jakub Jelinek <jakub@redhat.com> |
| |
| PR debug/36728 |
| PR debug/55467 |
| PR middle-end/55507 |
| PR bootstrap/55511 |
| * gcc.dg/guality/pr36728-1.c: Include "../nop.h", make sure the asm |
| are non-empty and add dependency between the first and second asm. |
| * gcc.dg/guality/pr36728-2.c: Likewise. |
| * gcc.dg/guality/pr36728-3.c: New test. |
| * gcc.dg/guality/pr36728-4.c: New test. |
| |
| 2012-11-28 Andrew Pinski <apinski@cavium.com> |
| |
| PR bootstrap/54279 |
| * lib/g++.exp (g++_init): Search for xg++ instead of g++ in the build |
| directories. |
| * lib/obj-c++.exp (obj-c++_init): Likewise. |
| |
| 2012-11-28 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/52161 |
| * coarray/sync_3.f90: New. |
| |
| 2012-11-28 Uros Bizjak <ubizjak@gmail.com> |
| |
| * gcc.target/i386/pr55458.c: Require ia32 target instead of ilp32. |
| |
| 2012-11-28 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55512 |
| * gcc.target/i386/pr55512-[1234].c: New tests. |
| |
| 2012-11-28 Jakub Jelinek <jakub@redhat.com> |
| |
| PR testsuite/55505 |
| * gcc.c-torture/execute/921202-1.c: Increase size of dx and dy arrays. |
| |
| PR testsuite/55504 |
| * gcc.c-torture/execute/20071018-1.c (foo): Add noinline/noclone |
| attributes. Avoid clobbering memory before malloced chunk. |
| (main): Pass 1 instead of 0 as argument. |
| |
| 2012-11-28 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/object_overflow.adb: Rename to... |
| * gnat.dg/object_overflow1.adb: ...this. |
| * gnat.dg/object_overflow2.adb: New test. |
| * gnat.dg/object_overflow3.adb: Likewise. |
| * gnat.dg/object_overflow4.adb: Likewise. |
| |
| 2012-11-28 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/55497 |
| * g++.dg/init/pr55497.C: New. |
| |
| 2012-11-28 Richard Biener <rguenther@suse.de> |
| |
| PR testsuite/55327 |
| * gcc.dg/vect/slp-perm-8.c: Mark worker as noinline. |
| * gcc.dg/vect/slp-perm-9.c: Likewise. |
| |
| 2012-11-28 Richard Biener <rguenther@suse.de> |
| |
| PR c/35634 |
| * gcc.dg/torture/pr35634.c: New testcase. |
| * g++.dg/torture/pr35634.C: Likewise. |
| * gcc.dg/vect/pr18536.c: Mark worker function noinline. |
| |
| 2012-11-27 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/55476 |
| * gfortran.dg/warn_target_lifetime_3.f90: New. |
| |
| 2012-11-27 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55458 |
| * gcc.target/i386/pr55458.c: New test. |
| |
| 2012-11-27 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/55110 |
| * gcc.dg/pr55110.c: New test. |
| |
| 2012-11-27 Richard Biener <rguenther@suse.de> |
| |
| PR middle-end/55331 |
| * g++.dg/opt/pr55331.C: New testcase. |
| |
| 2012-11-26 Steven Bosscher <steven@gcc.gnu.org> |
| |
| * gcc.dg/20050811-2.c: Change -dv option to -graph option. |
| |
| 2012-11-26 Georg-Johann Lay <avr@gjlay.de> |
| |
| * gcc.dg/54455.c: Require scheduling. |
| * gcc.dg/c1x-align-4.c: Skip avr. |
| * gcc.dg/pr44024.c: Skip avr in final scan. |
| |
| 2012-11-26 Georg-Johann Lay <avr@gjlay.de> |
| |
| PR testsuite/52641 |
| * gcc.c-torture/execute/20120919-1.x: New file (int32plus). |
| * gcc.dg/pr54676.c: Make work for 16-bit int. |
| |
| 2012-11-26 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR target/55277 |
| * gcc.target/i386/pr55227.c: New test. |
| |
| 2012-11-26 Steven Bosscher <steven@gcc.gnu.org> |
| |
| * testsuite/gcc.dg/20050811-1.c: Change -dv option to -graph option |
| to -fdump-rtl-all. |
| * testsuite/gcc.dg/pr37858.c: Remove -dv option. |
| |
| 2012-11-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com> |
| |
| * lib/target-supports.exp (check_effective_target_arm_v8_vfp_ok): |
| New procedure. |
| (add_options_for_arm_v8_vfp): New procedure. |
| * gcc.target/arm/vrintaf32.c: New test. |
| * gcc.target/arm/vrintaf64.c: Likewise. |
| * gcc.target/arm/vrintmf32.c: Likewise. |
| * gcc.target/arm/vrintmf64.c: Likewise. |
| * gcc.target/arm/vrintpf32.c: Likewise. |
| * gcc.target/arm/vrintpf64.c: Likewise. |
| * gcc.target/arm/vrintrf32.c: Likewise. |
| * gcc.target/arm/vrintrf64.c: Likewise. |
| * gcc.target/arm/vrintxf32.c: Likewise. |
| * gcc.target/arm/vrintxf64.c: Likewise. |
| * gcc.target/arm/vrintzf32.c: Likewise. |
| * gcc.target/arm/vrintzf64.c: Likewise. |
| |
| 2012-11-26 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54997 |
| * gfortran.dg/warn_unused_function_2.f90: New. |
| |
| 2012-11-26 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54881 |
| * gfortran.dg/associated_6.f90: New. |
| * gfortran.dg/select_type_30.f03: New. |
| |
| 2012-11-26 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/54471 |
| * gcc.dg/tree-ssa/vrp86.c: New test. |
| * gcc.c-torture/execute/pr54471.c: New test. |
| |
| 2012-11-26 Hans-Peter Nilsson <hp@bitrange.com> |
| |
| PR middle-end/55030 |
| * gcc.dg/guality/pr36728-1.c, gcc.dg/guality/pr36728-2.c (foo): Don't |
| use volatile asms, use plain asms. Where the output value for the |
| asm is unused, write a global variable. |
| |
| 2012-11-25 Uros Bizjak <ubizjak@gmail.com> |
| |
| * gcc.target/i386/sw-1.c (dg-options): Add -mtune=generic. |
| |
| 2012-11-25 Thomas Koenig <tkoenig@gcc.gnu.org> |
| |
| PR fortran/30146 |
| * gfortran.dg/do_check_7.f90: New test. |
| |
| 2012-11-24 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/55446 |
| * g++.dg/init/new41.C: New. |
| |
| 2012-11-24 Thomas Koenig <tkoenig@gcc.gnu.org> |
| |
| PR fortran/55314 |
| * gfortran.dg/allocate_error_4.f90: New test. |
| |
| 2012-11-24 Hans-Peter Nilsson <hp@bitrange.com> |
| |
| * lib/gcc-gdb-test.exp (gdb-test): Pass -- as first argument |
| to send_log. |
| |
| 2012-11-23 Jakub Jelinek <jakub@redhat.com> |
| |
| * lib/asan-dg.exp (asan_symbolize): Remove all "BFD: " prefixed lines |
| from the output. |
| |
| PR c++/54046 |
| * g++.dg/warn/Wreturn-type-8.C: New test. |
| |
| PR middle-end/55430 |
| * gcc.dg/pr55430.c: New test. |
| |
| 2012-11-23 Kostya Serebryany <kcc@google.com> |
| |
| * c-c++-common/asan/memcmp-1.c: Update to match the new libsanitizer. |
| |
| 2012-11-23 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/discr40.ad[sb]: New test. |
| |
| 2012-11-23 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/discr39.adb: New test. |
| |
| 2012-11-23 Georg-Johann Lay <avr@gjlay.de> |
| |
| PR testsuite/52641 |
| * gcc.dg/unroll_5.c: Add dg-require-effective-target int32plus. |
| * gcc.dg/pr55150-1.c: Same. |
| * gcc.dg/torture/pr54894.c: Add size32plus. |
| |
| 2012-11-23 Jakub Jelinek <jakub@redhat.com> |
| |
| PR sanitizer/55435 |
| * c-c++-common/asan/attrib-1.c: New test. |
| |
| 2012-11-22 Ian Bolton <ian.bolton@arm.com> |
| |
| * gcc.target/aarch64/builtin-bswap-1.c: New test. |
| * gcc.target/aarch64/builtin-bswap-2.c: New test. |
| |
| 2012-11-22 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/55432 |
| * g++.dg/cpp0x/constexpr-55432.C: New. |
| |
| 2012-11-21 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/55352 |
| * gfortran.dg/namelist_76.f90: New. |
| |
| 2012-11-21 Martin Jambor <mjambor@suse.cz> |
| |
| * gcc.dg/ipa/ipcp-agg-7.c: New test. |
| * gcc.dg/ipa/ipcp-agg-8.c: Likewise. |
| |
| 2012-11-21 Martin Jambor <mjambor@suse.cz> |
| |
| PR tree-optimization/55260 |
| * g++.dg/torture/pr55260-2.C: New test. |
| |
| 2012-11-21 Martin Jambor <mjambor@suse.cz> |
| |
| * gcc.dg/torture/pr55238.c: Remove hidden attribute. |
| |
| 2012-11-21 Bin Cheng <bin.cheng@arm.com> |
| |
| * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Skip on ARM Cortex-M0. |
| * gcc.dg/tree-ssa/vrp47.c: Ditto. |
| |
| 2012-11-20 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/19398 |
| * gcc.target/i386/pr19398.c: New test. |
| |
| 2012-11-20 Martin Jambor <mjambor@suse.cz> |
| |
| PR tree-optimization/55260 |
| * g++.dg/torture/pr55260-1.C: New test. |
| |
| 2012-11-20 Sofiane Naci <sofiane.naci@arm.com> |
| |
| * gcc.target/aarch64/atomic-comp-swap-release-acquire.c: New testcase. |
| * gcc.target/aarch64/atomic-op-acq_rel.c: Likewise. |
| * gcc.target/aarch64/atomic-op-acquire.c: Likewise. |
| * gcc.target/aarch64/atomic-op-char.c: Likewise. |
| * gcc.target/aarch64/atomic-op-consume.c: Likewise. |
| * gcc.target/aarch64/atomic-op-imm.c: Likewise. |
| * gcc.target/aarch64/atomic-op-int.c: Likewise. |
| * gcc.target/aarch64/atomic-op-long.c: Likewise. |
| * gcc.target/aarch64/atomic-op-relaxed.c: Likewise. |
| * gcc.target/aarch64/atomic-op-release.c: Likewise. |
| * gcc.target/aarch64/atomic-op-seq_cst.c: Likewise. |
| * gcc.target/aarch64/atomic-op-short.c: Likewise. |
| |
| 2012-11-20 Jakub Jelinek <jakub@redhat.com> |
| |
| PR middle-end/55094 |
| * gcc.dg/pr55094.c: New test. |
| |
| PR rtl-optimization/54921 |
| * gcc.dg/pr54921.c: New test. |
| |
| 2012-11-19 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/i386/pr55359.c: New test. |
| |
| 2012-11-19 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * g++.dg/tls/thread_local-order1.C: Add dg-require-cxa-atexit. |
| * g++.dg/tls/thread_local3g.C: Likewise. |
| * g++.dg/tls/thread_local4g.C: Likewise. |
| * g++.dg/tls/thread_local5g.C: Likewise. |
| * g++.dg/tls/thread_local6g.C: Likewise. |
| * g++.dg/tls/thread_local-cse.C: XFAIL on Solaris 9. |
| * g++.dg/tls/thread_local2.C: Likewise. |
| * g++.dg/tls/thread_local2g.C: Likewise. |
| * g++.dg/tls/thread_local6.C: Likewise. |
| |
| 2012-11-19 Aldy Hernandez <aldyh@redhat.com> |
| |
| * g++.dg/tm/pr51516.C: Adjust for uninstrumented code path. |
| * gcc.dg/tm/clone-1.c: New test. |
| |
| 2012-11-19 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/55368 |
| * g++.dg/parse/struct-5.C: New. |
| |
| 2012-11-19 Tom de Vries <tom@codesourcery.com> |
| |
| PR rtl-optimization/55315 |
| * gcc.target/mips/pr55315.c: New test. |
| |
| 2012-11-17 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/55236 |
| * gcc.dg/pr55236.c: New test. |
| |
| PR testsuite/55188 |
| * gcc.dg/pr19105.c: Accept also optimizing |
| -[2, 2] and -[3, 3] and -[4, 4] range tests together. |
| |
| * lib/asan-dg.exp (asan_symbolize): Prune BFD: prefixed error messages |
| from addr2line_output. Increment idx if asking for more than one |
| address in one object. |
| |
| 2012-11-16 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/55329 |
| * g++.dg/opt/pr55329.C: New test. |
| |
| 2012-11-16 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/55297 |
| * gfortran.dg/typebound_operator_18.f90: New. |
| |
| 2012-11-16 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55330 |
| * gfortran.dg/pr55330.f90: New test. |
| |
| 2012-11-16 Uros Bizjak <ubizjak@gmail.com> |
| |
| * lib/gcc-dg.exp (cleanup-saved-temps): Add .mii to suffixes. |
| * gcc.dg/hoist-register-pressure-1.c: Cleanup hoist rtl dump. |
| * gcc.dg/hoist-register-pressure-2.c: Ditto. |
| * gcc.dg/hoist-register-pressure-3.c: Ditto. |
| * gcc.dg/tree-prof/peel-1.c: Cleanup loop2_unroll rtl dump. |
| * gcc.dg/tree-prof/unroll-1.c: Ditto. |
| |
| 2012-11-16 Dodji Seketeli <dodji@redhat.com> |
| |
| PR c++/54875 |
| * g++.dg/cpp0x/alias-decl-27.C: New test. |
| |
| 2012-11-16 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/55337 |
| * g++.dg/template/alignof2.C: New test. |
| |
| 2012-11-16 Uros Bizjak <ubizjak@gmail.com> |
| |
| * g++.dg/mv1.C (dg-options): Add -march=x86-64. |
| * g++.dg/mv6.C (dg-options): Ditto. |
| |
| 2012-11-16 Uros Bizjak <ubizjak@gmail.com> |
| |
| * lib/target_suports.exp |
| (check_effective_target_has_w_floating_suffix): New procedure. |
| (check_effective_target_has_q_floating_suffix): Ditto. |
| * g++.dg/cpp0x/gnu_fext-numeric-literals.C: Add dg-error directive |
| for unsupported non-standard suffix on floating constant. |
| * g++.dg/cpp0x/std_fext-numeric-literals.C: Ditto. |
| |
| 2012-11-14 Jakub Jelinek <jakub@redhat.com> |
| |
| * lib/asan-dg.exp: New file. |
| * gcc.dg/asan/asan.exp: New file. |
| * g++.dg/dg.exp: Prune also asan tests. |
| * g++.dg/asan/asan.exp: New file. |
| * c-c++-common/asan/memcmp-1.c: New test. |
| |
| 2012-11-14 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/55323 |
| * g++.dg/cpp0x/vt-55323.C: New. |
| |
| 2012-11-13 Sriraman Tallam <tmsriram@google.com> |
| |
| * g++.dg/mv4.C: Add require ifunc. Change error message. |
| * g++.dg/mv5.C: Add require ifunc. |
| * g++.dg/mv6.C: Add require ifunc. |
| |
| 2012-11-13 Martin Jambor <mjambor@suse.cz> |
| |
| PR tree-optimization/55253 |
| * gcc.dg/torture/pr55253.c: New test. |
| * gcc.dg/torture/pr55305.c: Likewise. |
| |
| 2012-11-13 H.J. Lu <hongjiu.lu@intel.com> |
| |
| PR middle-end/55142 |
| * gcc.target/i386/pr55142-1.c: New file. |
| * gcc.target/i386/pr55142-2.c: Likewise. |
| |
| 2012-11-13 Dodji Seketeli <dodji@redhat.com> |
| |
| PR c++/54466 |
| * g++.dg/cpp0x/alias-decl-26.C: New test file. |
| |
| 2012-11-13 H.J. Lu <hongjiu.lu@intel.com> |
| |
| * gcc.target/i386/avx256-unaligned-load-2.c: Requre !ia32 |
| instead of lp64. |
| * gcc.target/i386/avx256-unaligned-store-2.c: Likewise. |
| * gcc.target/i386/pr49715-2.c: Likewise. |
| * gcc.target/i386/retarg.c: Likewise. Scan both %rdi and %edi. |
| |
| 2012-11-13 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/55281 |
| * gcc.dg/vect/fast-math-pr55281.c: New test. |
| * g++.dg/opt/pr55281.C: New test. |
| |
| PR rtl-optimization/54127 |
| * gcc.dg/torture/pr54127.c: New test. |
| |
| 2012-11-12 Steven Bosscher <steven@gcc.gnu.org> |
| Jakub Jelinek <jakub@redhat.com> |
| |
| PR rtl-optimization/51447 |
| * gcc.c-torture/execute/pr51447.c: New test. |
| |
| 2012-11-12 Ian Bolton <ian.bolton@arm.com> |
| |
| * gcc.target/aarch64/csinc-2.c: New test. |
| |
| 2012-11-12 Ian Bolton <ian.bolton@arm.com> |
| |
| * gcc.target/aarch64/cmn.c: New test. |
| * gcc.target/aarch64/adds.c: New test. |
| * gcc.target/aarch64/subs.c: New test. |
| |
| 2012-11-12 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/55272 |
| * gfortran.dg/coarray_29_1.f90: New. |
| * gfortran.dg/coarray_29_2.f90: New. |
| |
| 2012-11-12 Bin Cheng <bin.cheng@arm.com> |
| |
| * gcc.dg/hoist-register-pressure-3.c: New test. |
| |
| 2012-11-11 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| * gcc.target/sh/sh4a-fprun.c: Add test_sinf and test_cosf noinline |
| wrappers around sinf and cosf. |
| |
| 2012-11-11 H.J. Lu <hongjiu.lu@intel.com> |
| |
| PR middle-end/55247 |
| PR middle-end/55259 |
| * gcc.target/i386/pr55247-2.c: New file. |
| |
| 2012-11-11 Steven Bosscher <steven@gcc.gnu.org> |
| |
| PR middle-end/55263 |
| * g++.dg/pr55263.C: New test. |
| |
| 2012-11-11 Martin Jambor <mjambor@suse.cz> |
| |
| PR tree-optimization/55238 |
| * testsuite/gcc.dg/torture/pr55238.c: New test. |
| |
| 2012-11-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| |
| * gcc.dg/torture/pr54920.c: Add "-fno-common" option on hppa*-*-hpux*. |
| * c-c++-common/torture/vector-subscript-1.c: Likewise. |
| * c-c++-common/torture/vector-subscript-2.c: Likewise. |
| |
| 2012-11-10 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/tree-ssa/cunroll-1.c: Fix bogus testcase. |
| |
| 2012-11-10 H.J. Lu <hongjiu.lu@intel.com> |
| |
| * gcc.target/i386/pr55247.c: Require maybe_x32 target. Add |
| -mno-sse -mno-mmx to dg-options. Reformat. |
| |
| 2012-11-10 David Edelsohn <dje.gcc@gmail.com> |
| |
| * c-c++-common/scal-to-vec2.c: Ignore non-standard ABI message. |
| * c-c++-common/vector-compare-1.c: Same. |
| * c-c++-common/vector-compare-2.c: Same. |
| * g++.dg/other/unused1.C: Skip on AIX. |
| * g++.dg/other/anon5.C: Allow Undefined to be capitalized. Ignore |
| extra message on AIX. |
| |
| 2012-11-10 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/55247 |
| * gcc.target/i386/pr55247.c: New test. |
| |
| 2012-11-09 Andrew Pinski <apinski@cavium.com> |
| |
| * gcc.c-torture/execute/20121108-1.c: New test. |
| |
| 2012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net> |
| |
| PR c++/54413 |
| * g++.dg/cpp0x/gnu_fext-numeric-literals.C: New. |
| * g++.dg/cpp0x/std_fext-numeric-literals.C: New. |
| * g++.dg/cpp0x/gnu_fno-ext-numeric-literals.C: New. |
| * g++.dg/cpp0x/std_fno-ext-numeric-literals.C: New. |
| |
| 2012-11-09 Siddhesh Poyarekar <siddhesh@redhat.com> |
| |
| * gcc.dg/Warray-bounds-3.c (bar): Keep array access within |
| bounds for ABDAY, DAY, ABMON, MON, AM_PM. |
| * gcc.dg/vect/pr22506.c (foo): Reduce loop iterations to within |
| array bounds. |
| * gcc.dg/vect/pr34005.c (XdmcpUnwrap): Likewise. |
| |
| 2012-11-09 Aldy Hernandez <aldyh@redhat.com> |
| |
| * g++.dg/tm/pr47530-2.C: Adjust for uninstrumented code path. |
| * g++.dg/tm/pr47530.C: Same. |
| |
| 2012-11-09 Jason Merrill <jason@redhat.com> |
| |
| PR c++/54859 |
| * g++.dg/cpp0x/alias-decl-25.C: New. |
| |
| * g++.dg/abi/abi-tag1.C: New. |
| * g++.dg/abi/abi-tag2.C: New. |
| |
| 2012-11-09 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55154 |
| * gcc.target/i386/pr55154.c: New test. |
| |
| 2012-11-09 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55151 |
| * gcc.dg/pr55151.c: Move ... |
| * gcc.target/i386/pr55151.c: ... here. |
| |
| 2012-11-09 Andrey Belevantsev <abel@ispras.ru> |
| |
| PR rtl-optimization/54472 |
| * gcc.dg/pr54472.c: New test. |
| |
| 2012-11-09 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/stack_check3.ad[sb]: New test. |
| |
| 2012-11-08 Ian Lance Taylor <iant@google.com> |
| |
| * go.test/go-test.exp (go-gc-tests): Handle runoutput test type |
| with arguments. Handle errorcheckoutput and rundir test types. |
| |
| 2012-11-08 Steven Bosscher <steven@gcc.gnu.org> |
| |
| PR tree-optimization/55191 |
| * gcc.dg/pr55191.c: New test. |
| |
| 2012-11-08 Jakub Jelinek <jakub@redhat.com> |
| |
| PR debug/54499 |
| * g++.dg/debug/pr54499.C: New test. |
| |
| 2012-11-08 Jan Hubicka <jh@suse.cz> |
| |
| PR middle-end/48636 |
| * gcc.dg/winline-3.c: Update. |
| |
| 2012-11-08 Martin Jambor <mjambor@suse.cz> |
| |
| * gfortran.dg/ipcp-array-1.f90: New test. |
| |
| 2012-11-08 Florian Weimer <fweimer@redhat.com> |
| |
| * g++.old-deja/g++.abi/cxa_vec.C: Fix typo in comment. |
| |
| 2012-11-07 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55151 |
| * gcc.dg/pr55151.c: Use ia32 instead of x86_64. |
| |
| 2012-11-07 Uros Bizjak <ubizjak@gmail.com> |
| |
| * gcc.dg/tree-ssa/cunroll-1.c: Scan cunrolli dump. |
| |
| 2012-11-07 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gcc.c-torture/compile/20121107-1.c: New test. |
| |
| 2012-11-07 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55151 |
| * gcc.dg/pr55151.c: Compile it only for x86_64. |
| |
| 2012-11-07 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55122 |
| * gcc.dg/pr55122.c: New test. |
| |
| 2012-11-07 David Edelsohn <dje.gcc@gmail.com> |
| |
| * gcc.target/powerpc/pr46728-[1234578].c: Tighten regex to ignore |
| word powerpc. |
| * gcc.target/powerpc/vsx-mass-1.c: Escape [ and ] in regex. |
| * gcc.target/powerpc/loop_align.c: Skip on AIX. |
| * gcc.target/powerpc/ppc-pow.c: Allow dot symbols in branch. |
| * gcc.target/powerpc/tfmode_off.c: Skip on AIX. |
| |
| 2012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org> |
| |
| PR c/53063 |
| * gcc.dg/warn-nsstring.c: Use -Wformat explicitly. |
| |
| 2012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org> |
| |
| PR c/51294 |
| * c-c++-common/pr51294.c: New. |
| |
| 2012-11-07 Martin Jambor <mjambor@suse.cz> |
| |
| PR tree-optimization/53787 |
| * gcc.dg/ipa/ipa-5.c: Adjust. |
| * gcc.dg/ipa/ipcp-agg-1.c: New test. |
| * gcc.dg/ipa/ipcp-agg-2.c: Likewise. |
| * gcc.dg/ipa/ipcp-agg-3.c: Likewise. |
| * gcc.dg/ipa/ipcp-agg-4.c: Likewise. |
| * gcc.dg/ipa/ipcp-agg-5.c: Likewise. |
| * gcc.dg/ipa/ipcp-agg-6.c: Likewise. |
| * gfortran.dg/pr48636.f90: Add -fno-ipa-cp. |
| * gfortran.dg/pr48636-2.f90: New test. |
| * gfortran.dg/pr53787.f90: Likewise. |
| |
| 2012-11-07 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/55226 |
| Revert: |
| 2012-10-23 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54922 |
| * g++.dg/cpp0x/constexpr-union4.C: New. |
| |
| 2012-11-07 Yufeng Zhang <yufeng.zhang@arm.com> |
| |
| * gcc.target/aarch64/dwarf-cfa-reg.c: New test. |
| |
| 2012-11-07 Kaz Kojima <kkojima@gcc.gnu.org> |
| |
| PR target/49220 |
| * gcc.c-torture/compile/pr49220.c: New test. |
| |
| 2012-11-07 Florian Weimer <fweimer@redhat.com> |
| |
| * g++.dg/init/new40.C: New. |
| |
| 2012-11-07 Jakub Jelinek <jakub@redhat.com> |
| |
| PR debug/54693 |
| * gcc.dg/guality/pr54693-2.c: New test. |
| |
| 2012-11-06 Andrew Pinski <apinski@cavium.com> |
| |
| * gcc.target/aarch64/vect-fmaxv-fminv-compile.c: Add |
| -fno-vect-cost-model. |
| |
| 2012-11-06 Aldy Hernandez <aldyh@redhat.com> |
| |
| * c-c++-common/tm/trxn-expr-3.c: Adjust for uninstrumented code path. |
| * gcc.dg/tm/debug-1.c: Same. |
| * gcc.dg/tm/irrevocable-3.c: Same. |
| * gcc.dg/tm/irrevocable-4.c: Same. |
| * gcc.dg/tm/memopt-10.c: Same. |
| * gcc.dg/tm/memopt-11.c: Same. |
| * gcc.dg/tm/props-4.c: Same. |
| * gcc.dg/tm/wrap-3.c: Same. |
| * gcc.dg/tm/wrap-4.c: Same. |
| |
| 2012-11-06 Andrew Pinski <apinski@cavium.com> |
| |
| * g++.dg/abi/aarch64_guard1.C: Add -fno-section-anchors. |
| |
| 2012-11-06 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/tree-ssa/loop-1.c: Make to look like a good unroling |
| candidate still. |
| * gcc.dg/tree-ssa/loop-23.c: Likewise. |
| * gcc.dg/tree-ssa/cunroll-1.c: Unrolling now happens early. |
| * gcc.dg/tree-prof/unroll-1.c: Remove confused dg-options. |
| |
| 2012-11-06 David Edelsohn <dje.gcc@gmail.com> |
| |
| * const-uniq-1.c: Expand regex to match AIX XCOFF labels. |
| |
| 2012-11-06 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR middle-end/41993 |
| * gcc.dg/torture/pr41993.c: New test. |
| |
| 2012-11-06 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.target/i386/l_fma_float_?.c: Update. |
| * gcc.target/i386/l_fma_double_?.c: Update. |
| |
| 2012-11-06 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54089 |
| * gcc.target/sh/pr54089-8.c: New. |
| * gcc.target/sh/pr54089-9.c: New. |
| |
| 2012-11-06 Vladimir Yakovlev <vladimir.b.yakovlev@intel.com> |
| |
| PR target/47440 |
| * gcc.target/i386/avx-vzeroupper-5.c: Changed scan-assembler-times. |
| * gcc.target/i386/avx-vzeroupper-8.c: Likewise. |
| * gcc.target/i386/avx-vzeroupper-9.c: Likewise. |
| * gcc.target/i386/avx-vzeroupper-10.c: Likewise. |
| * gcc.target/i386/avx-vzeroupper-11.c: Likewise. |
| * gcc.target/i386/avx-vzeroupper-12.c: Likewise. |
| * gcc.target/i386/avx-vzeroupper-19.c: Likewis. |
| * gcc.target/i386/avx-vzeroupper-27.c: New. |
| |
| 2012-11-06 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54917 |
| * gfortran.dg/transfer_class_1.f90: New. |
| * gfortran.dg/transfer_class_2.f90: New. |
| |
| 2012-11-05 Sriraman Tallam <tmsriram@google.com> |
| |
| * testsuite/g++.dg/mv1.C: New test. |
| * testsuite/g++.dg/mv2.C: New test. |
| * testsuite/g++.dg/mv3.C: New test. |
| * testsuite/g++.dg/mv4.C: New test. |
| * testsuite/g++.dg/mv5.C: New test. |
| * testsuite/g++.dg/mv6.C: New test. |
| |
| 2012-11-05 Hans-Peter Nilsson <hp@axis.com> |
| |
| PR testsuite/55186 |
| * gcc.dg/const-uniq-1.c (a): Increase length four times. |
| |
| 2012-11-05 Jack Howarth <howarth@bromo.med.uc.edu> |
| |
| * gcc.dg/torture/pr53922.c: Use -Wl,-undefined,dynamic_lookup on |
| darwin. |
| |
| 2012-11-05 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * g++.dg/torture/20121105-1.C: New test. |
| |
| 2012-11-05 Andreas Schwab <schwab@linux-m68k.org> |
| |
| * gcc.dg/torture/fp-compare.c: New testcase. |
| |
| 2012-11-05 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/const-1.c: Update. |
| * gcc.dg/pure-1.c: Update. |
| |
| 2012-11-05 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55151 |
| * gcc.dg/pr55151.c: New test. |
| |
| 2012-11-05 Jakub Jelinek <jakub@redhat.com> |
| |
| PR debug/54970 |
| PR debug/54971 |
| * gcc.dg/guality/pr54970.c: Use NOP instead of "NOP" in inline-asm. |
| |
| 2012-11-05 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR testsuite/51128 |
| * gcc.dg/torture/pr55018.c: Skip if -fno-fat-lto-objects was passed. |
| |
| 2012-11-05 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/autopar/pr49960.c: Fix testcase. |
| |
| 2012-11-05 Uros Bizjak <ubizjak@gmail.com> |
| |
| * gcc.dg/tree-ssa/cunroll-9.c: Dump cunrolli details. |
| Fix scan-tree-dump-times directive. |
| |
| 2012-11-04 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/55199 |
| * gfortran.dg/associate_12.f90: New. |
| |
| 2012-11-03 Jack Howarth <howarth@bromo.med.uc.edu> |
| |
| PR target/54255 |
| * lib/target-supports.exp (check_effective_target_masm_intel): New |
| proc. |
| * gcc.target/i386/asm-dialect-1.c: Use dg-require-effective-target |
| masm_intel. |
| |
| 2012-11-03 H.J. Lu <hjl.tools@gmail.com> |
| Jack Howarth <howarth@bromo.med.uc.edu> |
| |
| * lib/target-supports.exp (check_effective_target_maybe_x32): New proc. |
| * gcc.target/i386/pr54457.c: Use dg-require-effective-target maybe_x32. |
| * gcc.target/i386/pr53249.c: Likewise. |
| |
| 2012-11-03 Andrew Pinski <apinski@cavium.com> |
| |
| * gcc.target/mips/octeon-bbit-3.c: Change the second call to abort to |
| call abort1 so that cross jumping does not happen. |
| |
| 2012-11-03 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/51244 |
| * gcc.target/sh/pr51244-18.c: New. |
| * gcc.target/sh/pr51244-19.c: New. |
| |
| 2012-11-03 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/octeon-exts-7.c (bar): Make sure the extraction of |
| b requires a 64-bit operation followed by a truncation. |
| |
| 2012-11-02 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/tree-ssa/loop-38.c: Correct testcase. |
| |
| 2012-11-02 Michael Meissner <meissner@linux.vnet.ibm.com> |
| |
| * gcc.target/powerpc/pr48258-2.c: Simplfy the acceptance |
| conditions to verify the reduction code is vectorized. |
| |
| * gcc.target/powerpc/pr46728-1.c: Pass -fno-ident to eliminate failures |
| in case 'pow', such as 'powerpc' is used in the compiler version name. |
| * gcc.target/powerpc/pr46728-2.c: Likewise. |
| * gcc.target/powerpc/pr46728-3.c: Likewise. |
| * gcc.target/powerpc/pr46728-4.c: Likewise. |
| * gcc.target/powerpc/pr46728-5.c: Likewise. |
| * gcc.target/powerpc/pr46728-7.c: Likewise. |
| * gcc.target/powerpc/pr46728-8.c: Likewise. |
| * gcc/testsuite/gcc.dg/pr46728-6.c: Likewise. |
| |
| 2012-11-02 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/tree-ssa/loop-38.c: New testcase. |
| |
| 2012-11-02 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/tree-ssa/cunroll-10.c: New testcase. |
| * gcc.dg/tree-ssa/cunroll-9.c: New testcase. |
| |
| 2012-11-02 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR middle-end/55130 |
| * gcc.target/i386/pr55130.c: New test. |
| |
| 2012-11-02 Jakub Jelinek <jakub@redhat.com> |
| |
| PR target/55147 |
| * gcc.target/i386/pr55147.c: New test. |
| |
| 2012-11-01 David Edelsohn <dje.gcc@gmail.com> |
| |
| * gfortran.dg/default_format_1.f90: XFAIL on AIX. |
| * gfortran.dg/default_format_denormal_1.f90: Same. |
| |
| 2012-11-01 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR middle-end/55001 |
| * g++.dg/ext/vector19.C: Remove target restrictions. |
| * gcc.dg/fold-compare-7.c: New testcase. |
| |
| 2012-11-01 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/55160 |
| * gcc.target/sh/pr55160.c: New. |
| |
| 2012-11-01 David Edelsohn <dje.gcc@gmail.com> |
| |
| * gcc.target/powerpc/vsx-mass-1.c: Check for dot symbols in |
| scan-assembler regex. |
| |
| 2012-11-01 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR middle-end/55150 |
| * gcc.dg/pr55150.c: Rename to gcc.dg/pr55150-1.c. |
| * gcc.dg/pr55150-2.c: New test. |
| |
| 2012-11-01 Sharad Singhai <singhai@google.com> |
| |
| * testsuite/gcc.dg/plugin/selfassign.c: Add opgtroup_flags initializer. |
| * testsuite/gcc.dg/plugin/one_time_plugin.c: Likewise. |
| * testsuite/g++.dg/plugin/selfassign.c: Likewise. |
| * testsuite/g++.dg/plugin/dumb_plugin.c: Likewise. |
| |
| 2012-10-31 Dehao Chen <dehao@google.com> |
| |
| * g++.dg/debug/dwarf2/block.C: New testcase. |
| |
| 2012-10-31 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/pr44974.c: Add noinline. |
| |
| 2012-10-31 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/53718 |
| * gfortran.dg/class_54.f90: New. |
| |
| 2012-10-31 Steven Bosscher <steven@gcc.gnu.org> |
| Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/55018 |
| * gcc.dg/torture/pr55018.c: New test. |
| |
| 2012-10-31 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54583 |
| * g++.dg/ext/vla13.C: New. |
| |
| 2012-10-31 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR middle-end/55150 |
| * gcc.dg/pr55150.c: New test. |
| |
| 2012-10-31 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/55134 |
| * gfortran.dg/associate_11.f90: New. |
| |
| 2012-10-31 Dodji Seketeli <dodji@redhat.com> |
| |
| PR c++/54955 |
| * g++.dg/cpp0x/gen-attrs-48-2.C: New test. |
| |
| 2012-10-31 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/19105 |
| PR tree-optimization/21643 |
| PR tree-optimization/46309 |
| * gcc.dg/pr19105.c: New test. |
| * gcc.dg/pr21643.c: New test. |
| * gcc.dg/pr46309-2.c: New test. |
| * gcc.c-torture/execute/pr46309.c: New test. |
| |
| 2012-10-31 Alan Modra <amodra@gmail.com> |
| |
| * gcc.target/powerpc/dimode_off.c: New. |
| * gcc.target/powerpc/timode_off.c: New. |
| * gcc.target/powerpc/dfmode_off.c: New. |
| * gcc.target/powerpc/tfmode_off.c: New. |
| |
| 2012-10-30 H.J. Lu <hongjiu.lu@intel.com> |
| |
| PR rtl-optimization/55093 |
| * gcc.target/i386/pr55093.c: New file. |
| |
| 2012-10-30 H.J. Lu <hongjiu.lu@intel.com> |
| |
| * gcc.target/i386/pr55116.c: Renamed to ... |
| * gcc.target/i386/pr55116-1.c: This. |
| |
| 2012-10-30 H.J. Lu <hongjiu.lu@intel.com> |
| |
| * gcc.target/i386/pr55116-2.c: New file. |
| |
| 2012-10-30 Richard Biener <rguenther@suse.de> |
| |
| * gcc.dg/vect/slp-perm-2.c: Adjust. |
| |
| 2012-10-30 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55111 |
| * gcc.dg/torture/pr55111.c: New testcase. |
| |
| 2012-10-30 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/53988 |
| * gcc.target/sh/pr53988.c: New. |
| |
| 2012-10-30 Bin Cheng <bin.cheng@arm.com> |
| |
| PR target/54989 |
| * gcc.dg/hoist-register-pressure-1.c: Rename from |
| hoist-register-pressure.c. Add nonpic condition. |
| * gcc.dg/hoist-register-pressure-2.c: New testcase. |
| |
| 2012-10-29 Jonathan Wakely <jwakely.gcc@gmail.com> |
| |
| PR c++/54930 |
| * gcc.dg/Wreturn-local-addr.c: New. |
| * g++.dg/warn/Wno-return-local-addr.C: New. |
| * g++.dg/warn/Wreturn-local-addr.C: New. |
| |
| 2012-10-29 H.J. Lu <hongjiu.lu@intel.com> |
| |
| PR middle-end/55116 |
| * gcc.target/i386/pr55116.c: New file. |
| |
| 2012-10-29 Manuel López-Ibáñez <manu@gcc.gnu.org> |
| |
| PR c/53066 |
| * gcc.dg/Wshadow-4.c: New. |
| * gcc.dg/Wshadow-4.h: New. |
| |
| 2012-10-29 Alexandre Oliva <aoliva@redhat.com> |
| |
| PR debug/54693 |
| * gcc.dg/guality/pr54693.c: New. |
| |
| 2012-10-29 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR middle-end/55027 |
| * gcc.dg/pr55027.c: New testcase. |
| |
| 2012-10-29 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/ipa/inline-6.c: New testcase. |
| |
| 2012-10-29 Vladimir Makarov <vmakarov@redhat.com> |
| |
| PR rtl-optimization/55106 |
| * g++.dg/pr55106.C: New. |
| |
| 2012-10-29 Richard Guenther <rguenther@suse.de> |
| |
| PR middle-end/53695 |
| * gcc.dg/torture/pr53695.c: New testcase. |
| |
| 2012-10-28 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/ipa/inlinehint-3.c: New testcase. |
| |
| 2012-10-28 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54958 |
| * gfortran.dg/do_check_6.f90: New. |
| |
| 2012-10-27 Dominique Dhumieres <dominiq@lps.ens.fr> |
| Jack Howarth <howarth@bromo.med.uc.edu> |
| |
| PR target/54404 |
| * g++.dg/other/darwin-cfstring1.C: Add -ftrack-macro-expansion=0 |
| to dg-options. |
| * obj-c++.dg/strings/const-cfstring-2.mm: Likewise. |
| |
| 2012-10-27 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/34283 |
| * gcc.target/i386/pr34283.c: New test. |
| |
| 2012-10-26 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/55081 |
| * g++.dg/opt/pr55081.C: New test. |
| |
| PR debug/54970 |
| PR debug/54971 |
| * gcc.dg/guality/pr54970.c: New test. |
| |
| 2012-10-26 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54984 |
| * g++.dg/template/new11.C: New. |
| |
| 2012-10-26 Richard Biener <rguenther@suse.de> |
| |
| PR middle-end/54824 |
| * gcc.dg/torture/pr54824.c: New testcase. |
| |
| 2012-10-26 Alexander Ivchenko <alexander.ivchenko@intel.com> |
| |
| * gcc.target/i386/fxsave-1.c: New. |
| * gcc.target/i386/fxsave64-1.c: Ditto. |
| * gcc.target/i386/fxrstor-1.c: Ditto. |
| * gcc.target/i386/fxrstor64-1.c: Ditto. |
| * gcc.target/i386/xsave-1.c: Ditto. |
| * gcc.target/i386/xsave64-1.c: Ditto. |
| * gcc.target/i386/xrstor-1.c: Ditto. |
| * gcc.target/i386/xrstor64-1.c: Ditto. |
| * gcc.target/i386/xsaveopt-1.c: Ditto. |
| * gcc.target/i386/xsaveopt64-1.c: Ditto. |
| * gcc.target/i386/sse-12.c: Add -mfxsr, -mxsaveopt. |
| * gcc.target/i386/sse-13.c: Ditto. |
| * gcc.target/i386/sse-14.c: Ditto. |
| * gcc.target/i386/sse-22.c: Ditto. |
| * gcc.target/i386/sse-23.c: Ditto. |
| * g++.dg/other/i386-2.C: Ditto. |
| * g++.dg/other/i386-3.C: Ditto. |
| |
| 2012-10-25 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/tree-ssa/cunroll-4.c: Update; we now remove the loop |
| at ivcanon time. |
| |
| 2012-10-25 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/53761 |
| * g++.dg/ext/transparent-union.C: New. |
| |
| 2012-10-25 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR c++/54427 |
| * g++.dg/ext/vector19.C: New testcase. |
| |
| 2012-10-25 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/54902 |
| * g++.dg/torture/pr54902.C: New testcase. |
| |
| 2012-10-25 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/34892 |
| * g++.dg/template/crash114.C: New. |
| |
| 2012-10-24 H.J. Lu <hongjiu.lu@intel.com> |
| |
| PR bootstrap/55049 |
| * gcc.target/i386/pr55049-1.c: New test. |
| |
| 2012-10-24 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/55037 |
| * gfortran.dg/class_dummy_4.f03: New. |
| |
| 2012-10-24 Jakub Jelinek <jakub@redhat.com> |
| |
| PR rtl-optimization/55010 |
| * gcc.dg/pr55010.c: New test. |
| |
| PR debug/54828 |
| * g++.dg/debug/pr54828.C: New test. |
| |
| 2012-10-23 Dominique d'Humieres <dominiq@lps.ens.fr> |
| |
| * gcc.dg/vect/vect-82_64.c: Adjust the dump file. |
| * gcc.dg/vect/vect-83_64.c: Likewise. |
| |
| 2012-10-23 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54922 |
| * g++.dg/cpp0x/constexpr-union4.C: New. |
| |
| 2012-10-23 Jeff Law <law@redhat.com> |
| |
| * gcc.c-torture/execute/pr54985.c: New test. |
| |
| 2012-10-23 Paul Koning <ni1d@arrl.net> |
| |
| PR debug/54508 |
| * g++.dg/debug/dwarf2/pr54508.C: New. |
| |
| 2012-10-23 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/54844 |
| * g++.dg/template/sizeof14.C: New test. |
| |
| 2012-10-23 Ian Bolton <ian.bolton@arm.com> |
| Jim MacArthur <jim.macarthur@arm.com> |
| Chris Schlumberger-Socha <chris.schlumberger-socha@arm.com> |
| Marcus Shawcroft <marcus.shawcroft@arm.com> |
| Nigel Stephens <nigel.stephens@arm.com> |
| Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> |
| Richard Earnshaw <rearnsha@arm.com> |
| Sofiane Naci <sofiane.naci@arm.com> |
| Stephen Thomas <stephen.thomas@arm.com> |
| Tejas Belagod <tejas.belagod@arm.com> |
| Yufeng Zhang <yufeng.zhang@arm.com> |
| |
| * lib/target-supports.exp |
| (check_profiling_available): Add AArch64. |
| (check_effective_target_vect_int): Likewise. |
| (check_effective_target_vect_shift): Likewise. |
| (check_effective_target_vect_float): Likewise. |
| (check_effective_target_vect_double): Likewise. |
| (check_effective_target_vect_widen_mult_qi_to_hi): Likewise. |
| (check_effective_target_vect_widen_mult_hi_to_si): Likewise. |
| (check_effective_target_vect_pack_trunc): Likewise. |
| (check_effective_target_vect_unpack): Likewise. |
| (check_effective_target_vect_hw_misalign): Likewise. |
| (check_effective_target_vect_short_mult): Likewise. |
| (check_effective_target_vect_int_mult): Likewise. |
| (check_effective_target_vect_stridedN): Likewise. |
| (check_effective_target_sync_int_long): Likewise. |
| (check_effective_target_sync_char_short): Likewise. |
| (check_vect_support_and_set_flags): Likewise. |
| (check_effective_target_aarch64_tiny): New. |
| (check_effective_target_aarch64_small): New. |
| (check_effective_target_aarch64_large): New. |
| * g++.dg/other/PR23205.C: Enable aarch64. |
| * g++.dg/other/pr23205-2.C: Likewise. |
| * g++.old-deja/g++.abi/ptrmem.C: Likewise. |
| * gcc.c-torture/execute/20101011-1.c: Likewise. |
| * gcc.dg/20020312-2.c: Likewise. |
| * gcc.dg/20040813-1.c: Likewise. |
| * gcc.dg/builtin-apply2.c: Likewise. |
| * gcc.dg/stack-usage-1.c: Likewise. |
| |
| 2012-10-23 Ian Bolton <ian.bolton@arm.com> |
| Jim MacArthur <jim.macarthur@arm.com> |
| Chris Schlumberger-Socha <chris.schlumberger-socha@arm.com> |
| Marcus Shawcroft <marcus.shawcroft@arm.com> |
| Nigel Stephens <nigel.stephens@arm.com> |
| Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> |
| Richard Earnshaw <rearnsha@arm.com> |
| Sofiane Naci <sofiane.naci@arm.com> |
| Stephen Thomas <stephen.thomas@arm.com> |
| Tejas Belagod <tejas.belagod@arm.com> |
| Yufeng Zhang <yufeng.zhang@arm.com> |
| |
| * gcc.target/aarch64/aapcs/aapcs64.exp: New file. |
| * gcc.target/aarch64/aapcs/abitest-2.h: New file. |
| * gcc.target/aarch64/aapcs/abitest-common.h: New file. |
| * gcc.target/aarch64/aapcs/abitest.S: New file. |
| * gcc.target/aarch64/aapcs/abitest.h: New file. |
| * gcc.target/aarch64/aapcs/func-ret-1.c: New file. |
| * gcc.target/aarch64/aapcs/func-ret-2.c: New file. |
| * gcc.target/aarch64/aapcs/func-ret-3.c: New file. |
| * gcc.target/aarch64/aapcs/func-ret-3.x: New file. |
| * gcc.target/aarch64/aapcs/func-ret-4.c: New file. |
| * gcc.target/aarch64/aapcs/func-ret-4.x: New file. |
| * gcc.target/aarch64/aapcs/ice_1.c: New file. |
| * gcc.target/aarch64/aapcs/ice_2.c: New file. |
| * gcc.target/aarch64/aapcs/ice_3.c: New file. |
| * gcc.target/aarch64/aapcs/ice_4.c: New file. |
| * gcc.target/aarch64/aapcs/ice_5.c: New file. |
| * gcc.target/aarch64/aapcs/macro-def.h: New file. |
| * gcc.target/aarch64/aapcs/test_1.c: New file. |
| * gcc.target/aarch64/aapcs/test_10.c: New file. |
| * gcc.target/aarch64/aapcs/test_11.c: New file. |
| * gcc.target/aarch64/aapcs/test_12.c: New file. |
| * gcc.target/aarch64/aapcs/test_13.c: New file. |
| * gcc.target/aarch64/aapcs/test_14.c: New file. |
| * gcc.target/aarch64/aapcs/test_15.c: New file. |
| * gcc.target/aarch64/aapcs/test_16.c: New file. |
| * gcc.target/aarch64/aapcs/test_17.c: New file. |
| * gcc.target/aarch64/aapcs/test_18.c: New file. |
| * gcc.target/aarch64/aapcs/test_19.c: New file. |
| * gcc.target/aarch64/aapcs/test_2.c: New file. |
| * gcc.target/aarch64/aapcs/test_20.c: New file. |
| * gcc.target/aarch64/aapcs/test_21.c: New file. |
| * gcc.target/aarch64/aapcs/test_22.c: New file. |
| * gcc.target/aarch64/aapcs/test_23.c: New file. |
| * gcc.target/aarch64/aapcs/test_24.c: New file. |
| * gcc.target/aarch64/aapcs/test_25.c: New file. |
| * gcc.target/aarch64/aapcs/test_26.c: New file. |
| * gcc.target/aarch64/aapcs/test_3.c: New file. |
| * gcc.target/aarch64/aapcs/test_4.c: New file. |
| * gcc.target/aarch64/aapcs/test_5.c: New file. |
| * gcc.target/aarch64/aapcs/test_6.c: New file. |
| * gcc.target/aarch64/aapcs/test_7.c: New file. |
| * gcc.target/aarch64/aapcs/test_8.c: New file. |
| * gcc.target/aarch64/aapcs/test_9.c: New file. |
| * gcc.target/aarch64/aapcs/test_align-1.c: New file. |
| * gcc.target/aarch64/aapcs/test_align-2.c: New file. |
| * gcc.target/aarch64/aapcs/test_align-3.c: New file. |
| * gcc.target/aarch64/aapcs/test_align-4.c: New file. |
| * gcc.target/aarch64/aapcs/test_complex.c: New file. |
| * gcc.target/aarch64/aapcs/test_int128.c: New file. |
| * gcc.target/aarch64/aapcs/test_quad_double.c: New file. |
| * gcc.target/aarch64/aapcs/type-def.h: New file. |
| * gcc.target/aarch64/aapcs/va_arg-1.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-10.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-11.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-12.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-2.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-3.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-4.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-5.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-6.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-7.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-8.c: New file. |
| * gcc.target/aarch64/aapcs/va_arg-9.c: New file. |
| * gcc.target/aarch64/aapcs/validate_memory.h: New file. |
| * gcc.target/aarch64/aarch64.exp: New file. |
| * gcc.target/aarch64/adc-1.c: New file. |
| * gcc.target/aarch64/adc-2.c: New file. |
| * gcc.target/aarch64/asm-1.c: New file. |
| * gcc.target/aarch64/clrsb.c: New file. |
| * gcc.target/aarch64/clz.c: New file. |
| * gcc.target/aarch64/ctz.c: New file. |
| * gcc.target/aarch64/csinc-1.c: New file. |
| * gcc.target/aarch64/csinv-1.c: New file. |
| * gcc.target/aarch64/csneg-1.c: New file. |
| * gcc.target/aarch64/extend.c: New file. |
| * gcc.target/aarch64/fcvt.x: New file. |
| * gcc.target/aarch64/fcvt_double_int.c: New file. |
| * gcc.target/aarch64/fcvt_double_long.c: New file. |
| * gcc.target/aarch64/fcvt_double_uint.c: New file. |
| * gcc.target/aarch64/fcvt_double_ulong.c: New file. |
| * gcc.target/aarch64/fcvt_float_int.c: New file. |
| * gcc.target/aarch64/fcvt_float_long.c: New file. |
| * gcc.target/aarch64/fcvt_float_uint.c: New file. |
| * gcc.target/aarch64/fcvt_float_ulong.c: New file. |
| * gcc.target/aarch64/ffs.c: New file. |
| * gcc.target/aarch64/fmadd.c: New file. |
| * gcc.target/aarch64/fnmadd-fastmath.c: New file. |
| * gcc.target/aarch64/frint.x: New file. |
| * gcc.target/aarch64/frint_double.c: New file. |
| * gcc.target/aarch64/frint_float.c: New file. |
| * gcc.target/aarch64/index.c: New file. |
| * gcc.target/aarch64/mneg-1.c: New file. |
| * gcc.target/aarch64/mneg-2.c: New file. |
| * gcc.target/aarch64/mneg-3.c: New file. |
| * gcc.target/aarch64/mnegl-1.c: New file. |
| * gcc.target/aarch64/mnegl-2.c: New file. |
| * gcc.target/aarch64/narrow_high-intrinsics.c: New file. |
| * gcc.target/aarch64/pic-constantpool1.c: New file. |
| * gcc.target/aarch64/pic-symrefplus.c: New file. |
| * gcc.target/aarch64/predefine_large.c: New file. |
| * gcc.target/aarch64/predefine_small.c: New file. |
| * gcc.target/aarch64/predefine_tiny.c: New file. |
| * gcc.target/aarch64/reload-valid-spoff.c: New file. |
| * gcc.target/aarch64/scalar_intrinsics.c: New file. |
| * gcc.target/aarch64/table-intrinsics.c: New file. |
| * gcc.target/aarch64/tst-1.c: New file. |
| * gcc.target/aarch64/vect-abs-compile.c: New file. |
| * gcc.target/aarch64/vect-abs.c: New file. |
| * gcc.target/aarch64/vect-abs.x: New file. |
| * gcc.target/aarch64/vect-compile.c: New file. |
| * gcc.target/aarch64/vect-faddv-compile.c: New file. |
| * gcc.target/aarch64/vect-faddv.c: New file. |
| * gcc.target/aarch64/vect-faddv.x: New file. |
| * gcc.target/aarch64/vect-fmax-fmin-compile.c: New file. |
| * gcc.target/aarch64/vect-fmax-fmin.c: New file. |
| * gcc.target/aarch64/vect-fmax-fmin.x: New file. |
| * gcc.target/aarch64/vect-fmaxv-fminv-compile.c: New file. |
| * gcc.target/aarch64/vect-fmaxv-fminv.x: New file. |
| * gcc.target/aarch64/vect-fp-compile.c: New file. |
| * gcc.target/aarch64/vect-fp.c: New file. |
| * gcc.target/aarch64/vect-fp.x: New file. |
| * gcc.target/aarch64/vect-mull-compile.c: New file. |
| * gcc.target/aarch64/vect-mull.c: New file. |
| * gcc.target/aarch64/vect-mull.x: New file. |
| * gcc.target/aarch64/vect.c: New file. |
| * gcc.target/aarch64/vect.x: New file. |
| * gcc.target/aarch64/vector_intrinsics.c: New file. |
| * gcc.target/aarch64/vfp-1.c: New file. |
| * gcc.target/aarch64/volatile-bitfields-1.c: New file. |
| * gcc.target/aarch64/volatile-bitfields-2.c: New file. |
| * gcc.target/aarch64/volatile-bitfields-3.c: New file. |
| * g++.dg/abi/aarch64_guard1.C: New file. |
| |
| 2012-10-23 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/54988 |
| * c-c++-common/pr54988.c: New test. |
| |
| 2012-10-23 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/tree-prof/peel-1.c: New testcase. |
| |
| 2012-10-23 Dominique d'Humieres <dominiq@lps.ens.fr> |
| |
| PR gcc/52945 |
| * gcc.dg/lto/pr52634_0.c: Skip the test on Darwin. |
| |
| 2012-10-23 Joseph Myers <joseph@codesourcery.com> |
| |
| * gcc.dg/c99-predef-1.c: New test. |
| * gcc.dg/cpp/cmdlne-dU-1.c, gcc.dg/cpp/cmdlne-dU-2.c, |
| gcc.dg/cpp/cmdlne-dU-3.c, gcc.dg/cpp/cmdlne-dU-4.c, |
| gcc.dg/cpp/cmdlne-dU-5.c, gcc.dg/cpp/cmdlne-dU-6.c, |
| gcc.dg/cpp/cmdlne-dU-7.c, gcc.dg/cpp/cmdlne-dU-8.c, |
| gcc.dg/cpp/cmdlne-dU-9.c, gcc.dg/cpp/cmdlne-dU-10.c, |
| gcc.dg/cpp/cmdlne-dU-11.c, gcc.dg/cpp/cmdlne-dU-12.c, |
| gcc.dg/cpp/cmdlne-dU-13.c, gcc.dg/cpp/cmdlne-dU-14.c, |
| gcc.dg/cpp/cmdlne-dU-15.c, gcc.dg/cpp/cmdlne-dU-16.c, |
| gcc.dg/cpp/cmdlne-dU-17.c, gcc.dg/cpp/cmdlne-dU-18.c, |
| gcc.dg/cpp/cmdlne-dU-19.c, gcc.dg/cpp/cmdlne-dU-20.c, |
| gcc.dg/cpp/cmdlne-dU-21.c, gcc.dg/cpp/cmdlne-dU-22.c, |
| gcc.dg/cpp/mi5.c, gcc.dg/cpp/multiline.c: Add -nostdinc to dg-options. |
| |
| 2012-10-23 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.dg/tree-ssa/foldconst-6.c: New testcase. |
| |
| 2012-10-23 Jan Hubicka <jh@suse.cz> |
| |
| PR middle-end/54937 |
| * gcc.c-torture/execute/pr54937.c: New testcase. |
| * gcc.dg/tree-ssa/cunroll-2.c: Update. |
| |
| 2012-10-23 Jan Hubicka <jh@suse.cz> |
| |
| PR middle-end/54967 |
| * gfortran.dg/pr54967.f90: New testcase. |
| |
| 2012-10-23 Terry Guo <terry.guo@arm.com> |
| |
| PR target/55019 |
| * gcc.dg/pr55019.c: New. |
| |
| 2012-10-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com> |
| |
| PR tree-optimization/55008 |
| * gcc.dg/tree-ssa/pr55008.c: New test. |
| |
| 2012-10-22 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/55011 |
| * gcc.dg/torture/pr55011.c: New testcase. |
| |
| 2012-10-22 Greta Yorsh <Greta.Yorsh@arm.com> |
| |
| * gcc.target/arm/pr40457-1.c: Adjust expected output. |
| * gcc.target/arm/pr40457-2.c: Likewise. |
| * gcc.target/arm/pr40457-3.c: Likewise. |
| |
| 2012-10-22 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/specs/limited_with4.ads: New test. |
| * gnat.dg/specs/limited_with4_pkg.ads: New helper. |
| |
| 2012-10-22 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/modular4.adb: New test. |
| * gnat.dg/modular4_pkg.ads: New helper. |
| |
| 2012-10-21 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/specs/atomic1.ads: XFAIL on MIPS. |
| * gnat.dg/specs/addr1.ads: Likewise. |
| |
| 2012-10-21 Hans-Peter Nilsson <hp@bitrange.com> |
| |
| * gcc.dg/webizer.c (main): Add missing exit call. |
| |
| 2012-10-21 Thomas König <tkoenig@gcc.gnu.org> |
| |
| PR fortran/54465 |
| * gfortran.dg/wextra_1.f: New test. |
| |
| 2012-10-20 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/tree-prof/unroll-1.c: New testcase. |
| |
| 2012-10-19 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54224 |
| * gfortran.dg/warn_unused_function.f90: New. |
| |
| 2012-10-19 Greta Yorsh <Greta.Yorsh@arm.com> |
| |
| * lib/target-supports.exp |
| (check_effective_target_arm_prefer_ldrd_strd): New procedure. |
| |
| 2012-10-19 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/54981 |
| * gcc.dg/pr54981.c: New testcase. |
| |
| 2012-10-19 Zhenqiang Chen <zhenqiang.chen@linaro.org> |
| |
| PR target/54892 |
| * gcc.target/arm/pr54892.c: New. |
| |
| 2012-10-19 Bin Cheng <bin.cheng@arm.com> |
| |
| * testsuite/gcc.dg/hoist-register-pressure.c: New test. |
| |
| 2012-10-18 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54501 |
| * g++.dg/init/array30.C: New. |
| * g++.dg/init/array31.C: Likewise. |
| |
| 2012-10-18 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54884 |
| * gfortran.dg/public_private_module_7.f90: New. |
| |
| 2012-10-18 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/29633 |
| * g++.dg/template/pr29633.C: New. |
| |
| 2012-10-18 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/loop_optimization13.ad[sb]: New test. |
| * gnat.dg/loop_optimization13_pkg.ads: New helper. |
| |
| 2012-10-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> |
| |
| * gcc.target/arm/neon/vfmaQf32.c: New testcase. |
| * gcc.target/arm/neon/vfmaf32.c: Likewise. |
| * gcc.target/arm/neon/vfmsQf32.c: Likewise. |
| * gcc.target/arm/neon/vfmsf32.c: Likewise. |
| |
| 2012-10-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> |
| |
| * gcc.target/arm/ftest-armv8a-arm.c: New testcase. |
| * gcc.target/arm/ftest-armv8a-thumb.c: Likewise. |
| * gcc.target/arm/ftest-support-arm.h (feature_matrix): Add ARMv8-A row. |
| * gcc.target/arm/ftest-support-thumb.h (feature_matrix): Likewise. |
| * gcc.target/arm/ftest-support.h (architecture): Add ARMv8-A. |
| * lib/target-supports.exp: Add ARMv8-A architecture expectation. |
| |
| 2012-10-16 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.target/i386/l_fma_float_?.c: Update. |
| * gcc.target/i386/l_fma_double_?.c: Update. |
| * gfortran.dg/do_1.f90: XFAIL |
| * gcc.dg/tree-ssa/cunroll-1.c: New testcase. |
| * gcc.dg/tree-ssa/cunroll-2.c: New testcase. |
| * gcc.dg/tree-ssa/cunroll-3.c: New testcase. |
| * gcc.dg/tree-ssa/cunroll-4.c: New testcase. |
| * gcc.dg/tree-ssa/cunroll-5.c: New testcase. |
| * gcc.dg/tree-ssa/ldist-17.c: Block cunroll to make testcase still |
| valid. |
| |
| 2012-10-16 Manuel López-Ibáñez <manu@gcc.gnu.org> |
| |
| PR c/53063 |
| PR c/40989 |
| * gcc.dg/Wstrict-overflow-24.c: New. |
| |
| 2012-10-16 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/50981 |
| PR fortran/54618 |
| * gfortran.dg/class_optional_1.f90: New. |
| * gfortran.dg/class_optional_2.f90: New. |
| |
| 2012-10-16 Jakub Jelinek <jakub@redhat.com> |
| |
| PR debug/54796 |
| * gcc.dg/guality/pr54796.c: New test. |
| |
| PR tree-optimization/54889 |
| * gfortran.dg/pr54889.f90: New test. |
| |
| 2012-10-16 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * g++.dg/other/dump-ada-spec-2.C: New test. |
| |
| 2012-10-16 Easwaran Raman <eraman@google.com> |
| |
| * gcc.dg/tree-prof/switch-case-1.c: New test case. |
| * gcc.dg/tree-prof/switch-case-2.c: New test case. |
| |
| 2012-10-16 Hans-Peter Nilsson <hp@bitrange.com> |
| |
| * gcc.dg/torture/stackalign/builtin-apply-2.c, |
| gcc.dg/builtin-apply2.c: Correct STACK_ARGUMENTS_SIZE for MMIX. |
| |
| 2012-10-15 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54925 |
| * gcc.c-torture/compile/pr54925.c: New. |
| |
| 2012-10-15 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/51244 |
| * gcc.target/sh/pr51244-17.c: New. |
| |
| 2012-10-15 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54760 |
| * gcc.target/sh/pr54760-2.c: Add long long and unsigned long long test |
| functions. |
| * gcc.target/sh/pr54760-4.c: New. |
| |
| 2012-10-15 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/34777 |
| * gcc.target/sh/torture/sh-torture.exp: New. |
| * gcc.target/sh/torture/pr34777.c: New. |
| |
| 2012-10-15 Matthias Klose <doko@ubuntu.com> |
| |
| * lib/target-supports.exp (check_profiling_available): Match |
| arm*-*-linux-* for ARM Linux/GNU. |
| * g++.dg/torture/predcom-1.C: Match arm*-*-linux-* for ARM Linux/GNU. |
| * gfortran.dg/enum_10.f90: Likewise. |
| * gfortran.dg/enum_9.f90: Likewise. |
| * gcc.target/arm/synchronize.c: Likewise. |
| * g++.old-deja/g++.jason/enum6.C: Likewise. |
| * g++.old-deja/g++.other/enum4.C: Likewise. |
| * g++.old-deja/g++.law/enum9.C: Likewise. |
| |
| 2012-10-15 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * g++.dg/tls/thread_local-cse.C: Move dg-do line. |
| * g++.dg/tls/thread_local-wrap4.C: Require fpic. |
| |
| 2012-10-15 Alexandre Oliva <aoliva@redhat.com> |
| Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/17805 |
| * g++.dg/overload/operator6.C: New. |
| |
| 2012-10-15 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/50080 (again) |
| * g++.dg/parse/tmpl-outside2.C: Tweak, error in C++98. |
| * g++.dg/parse/tmpl-outside1.C: Likewise. |
| * g++.dg/template/qualttp18.C: Likewise. |
| * g++.old-deja/g++.pt/memtemp87.C: Likewise. |
| * g++.old-deja/g++.pt/overload13.C: Likewise. |
| |
| 2012-10-15 Uros Bizjak <ubizjak@gmail.com> |
| |
| * gcc.target/i386/avx256-unaligned-load-1.c: Update asm scan patterns. |
| * gcc.target/i386/avx256-unaligned-load-2.c: Ditto. |
| * gcc.target/i386/avx256-unaligned-load-3.c: Ditto. |
| * gcc.target/i386/avx256-unaligned-load-4.c: Ditto. |
| * gcc.target/i386/avx256-unaligned-store-1.c: Ditto. |
| * gcc.target/i386/avx256-unaligned-store-2.c: Ditto. |
| * gcc.target/i386/avx256-unaligned-store-3.c: Ditto. |
| * gcc.target/i386/avx256-unaligned-store-4.c: Ditto. |
| |
| 2012-10-15 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/50080 |
| * g++.dg/parse/tmpl-outside2.C: New. |
| * g++.dg/parse/tmpl-outside1.C: Adjust. |
| * g++.dg/template/qualttp18.C: Likewise. |
| * g++.old-deja/g++.pt/memtemp87.C: Likewise. |
| * g++.old-deja/g++.pt/overload13.C: Likewise. |
| |
| 2012-10-15 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR tree-optimization/54915 |
| * gcc.dg/tree-ssa/pr54915.c: New testcase. |
| |
| 2012-10-15 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/54920 |
| * gcc.dg/torture/pr54920.c: New testcase. |
| |
| 2012-10-15 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/unchecked_convert9.ad[sb]: New test. |
| |
| 2012-10-13 Jason Merrill <jason@redhat.com> |
| |
| * g++.dg/tls/thread_local7g.C: Require tls_native. |
| |
| 2012-10-14 Jason Merrill <jason@redhat.com> |
| |
| * g++.dg/cpp0x/inh-ctor1.C: New. |
| * g++.dg/cpp0x/inh-ctor2.C: New. |
| * g++.dg/cpp0x/inh-ctor3.C: New. |
| * g++.dg/cpp0x/inh-ctor4.C: New. |
| * g++.dg/cpp0x/inh-ctor5.C: New. |
| * g++.dg/cpp0x/inh-ctor6.C: New. |
| * g++.dg/cpp0x/inh-ctor7.C: New. |
| * g++.dg/cpp0x/inh-ctor8.C: New. |
| * g++.dg/cpp0x/inh-ctor9.C: New. |
| * g++.dg/cpp0x/inh-ctor10.C: New. |
| * g++.dg/cpp0x/inh-ctor11.C: New. |
| * g++.dg/cpp0x/inh-ctor12.C: New. |
| * g++.dg/cpp0x/inh-ctor13.C: New. |
| |
| 2012-10-14 Steven Bosscher <steven@gcc.gnu.org> |
| |
| PR rtl-optimization/54919 |
| * gcc.dg/pr54919.c: New testcase. |
| |
| 2012-10-14 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/53581 |
| * g++.dg/template/crash113.C: New. |
| |
| 2012-10-14 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/unroll_5.c: New testcase. |
| |
| 2012-10-14 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/52643 |
| * g++.dg/opt/pr52643.C: New. |
| |
| 2012-10-12 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54602 |
| * gcc.target/sh/pr54602-1.c: New. |
| * gcc.target/sh/pr54602-2.c: New. |
| * gcc.target/sh/pr54602-3.c: New. |
| * gcc.target/sh/pr54602-4.c: New. |
| |
| 2012-10-12 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54680 |
| * gcc.target/sh/pr54680.c: New. |
| |
| 2012-10-12 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/webizer.c: New testcase. |
| |
| 2012-10-12 Janis Johnson <janisjo@codesourcery.com> |
| |
| * gcc.dg/vect/pr48765.c: Skip for conflicting options, don't |
| specify -m64. |
| |
| * gcc.target/arm/div64-unwinding.c: Skip, don't xfail, for GNU/Linux. |
| |
| * lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok): |
| Return 0 if already specifying -mfloat-abi other than hard. |
| |
| 2012-10-12 Joe Seymour <jseymour@codesourcery.com> |
| |
| * gcc.dg/pr53060.c: Prune irrelevant warning. |
| |
| 2012-10-12 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c/54381 |
| * c-c++-common/Wsizeof-pointer-memaccess1.c: New test. |
| * c-c++-common/Wsizeof-pointer-memaccess2.c: New test. |
| * gcc.dg/Wsizeof-pointer-memaccess1.c: New test. |
| * gcc.dg/torture/Wsizeof-pointer-memaccess1.c: Test also stpncpy. |
| Adjust expected wording of warnings for *cmp* builtins. |
| * g++.dg/torture/Wsizeof-pointer-memaccess1.C: Likewise. |
| * g++.dg/torture/Wsizeof-pointer-memaccess2.C: Likewise. |
| |
| 2012-10-12 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/24449 |
| * g++.dg/parse/friend-main.C: New. |
| |
| 2012-10-12 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR c++/53055 |
| * g++.dg/pr53055.C: New testcase. |
| |
| 2012-10-12 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/52744 |
| * g++.dg/cpp0x/pr52744.C: New. |
| |
| 2012-10-12 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/40453 |
| * gfortran.dg/dummy_procedure_9.f90: New. |
| |
| 2012-10-12 Richard Biener <rguenther@suse.de> |
| |
| PR tree-optimization/54894 |
| * gcc.dg/torture/pr54894.c: New testcase. |
| |
| 2012-10-12 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/51244 |
| * gcc.target/sh/pr51244-13.c: New. |
| * gcc.target/sh/pr51244-14.c: New. |
| * gcc.target/sh/pr51244-15.c: New. |
| * gcc.target/sh/pr51244-16.c: New. |
| |
| 2012-10-11 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/51878 |
| * g++.dg/cpp0x/decltype45.C: New. |
| |
| 2012-10-11 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54784 |
| * gfortran.dg/class_allocate_13.f90: New. |
| |
| 2012-10-11 Jason Merrill <jason@redhat.com> |
| |
| * g++.dg/ext/visibility/pragma-override1.C: Fix target markup. |
| * g++.dg/ext/visibility/pragma-override2.C: Fix target markup. |
| |
| * g++.dg/gomp/tls-5.C: Require tls_native. |
| * g++.dg/tls/thread_local7.C: Require tls_native. |
| * g++.dg/tls/static2.C: New. |
| |
| 2012-10-11 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/36107 |
| * g++.dg/ext/weak5.C: New. |
| |
| 2012-10-11 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR testsuite/54868 |
| * gcc.dg/tree-ssa/forwprop-22.c: Move ... |
| * gcc.dg/vect/nodump-forwprop-22.c: ... here. Adapt options. |
| |
| 2012-10-11 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/43765 |
| * g++.dg/parse/pr43765.C: New. |
| |
| 2012-10-11 Uros Bizjak <ubizjak@gmail.com> |
| |
| * obj-c++.dg/tls/init-2.mm: Tweak errors. |
| |
| 2012-10-10 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/43663 |
| * g++.dg/init/bitfield3.C: New. |
| |
| 2012-10-10 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/mips32-dsp-accinit-2.c: Fix test description. |
| |
| 2012-10-10 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/54877 |
| * gcc.dg/torture/pr54877.c: New test. |
| |
| 2012-10-10 Venkataramanan Kumar <venkataramanan.kumar@amd.com> |
| |
| PR testsuite/53397 |
| * gcc.dg/pr53397-1.c: Moved to gcc.target/i386. |
| * gcc.target/i386/pr53397-1.c: Add -msse2 to dg-options |
| and remove target info from dg-do compile. |
| * gcc.dg/pr53397-2.c: Moved to gcc.target/i386. |
| * gcc.target/i386/pr53397-2.c: Add -msse2 to dg-options |
| and remove target info from dg-do compile. |
| |
| 2012-10-10 Greta Yorsh <Greta.Yorsh@arm.com> |
| |
| * gcc.dg/pr54782.c: Require target with pthread support. |
| |
| 2012-10-10 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/53122 |
| * g++.dg/cpp0x/auto35.C: New. |
| |
| 2012-10-10 Dodji Seketeli <dodji@redhat.com> |
| |
| PR c++/53540 - using fails to be equivalent to typedef |
| * g++.dg/cpp0x/alias-decl-24.C: New test. |
| |
| 2012-10-10 Dodji Seketeli <dodji@redhat.com> |
| |
| * g++.dg/cpp0x/gen-attrs-8.C: Update the test to reflect the fact |
| that c++11 attributes to types are ignored for now. |
| * g++.dg/cpp0x/gen-attrs-36.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-37.C: Likewise |
| |
| 2012-10-10 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/53741 |
| * g++.dg/cpp0x/lambda/lambda-ice9.C: New. |
| |
| 2012-10-10 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/50478 |
| * g++.dg/cpp0x/initlist67.C: New. |
| |
| 2012-10-10 Dehao Chen <dehao@google.com> |
| |
| * g++.dg/debug/dwarf2/deallocator.C: Cover more deallocator cases. |
| |
| 2012-10-10 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/52480 |
| * gcc.target/sh/sh4a-bitmovua.c: Compact skip-if list. |
| Add runtime tests. |
| |
| 2012-10-10 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/53307 |
| * g++.dg/cpp0x/decltype44.C: New. |
| |
| 2012-10-09 Steve Ellcey <sellcey@mips.com> |
| |
| * gcc.target/ext_ins.c: Modify f2 to aviod uninitialized data. |
| |
| 2012-10-09 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/53763 |
| * g++.dg/cpp0x/decltype43.C: New. |
| |
| 2012-10-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com> |
| |
| PR middle-end/53397 |
| * gcc.dg/pr53397-1.c: New test case. |
| * gcc.dg/pr53397-2.c: New test case. |
| |
| 2012-10-09 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54194 |
| * g++.dg/warn/Wparentheses-26.C: Adjust. |
| * g++.dg/warn/Wparentheses-27.C: New. |
| |
| 2012-10-09 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR c++/54427 |
| * c-c++-common/vector-scalar.c: New testcase. |
| * g++.dg/ext/vector18.C: New testcase. |
| * g++.dg/ext/vector5.C: This is not an error anymore. |
| * gcc.dg/init-vec-1.c: Move ... |
| * c-c++-common/init-vec-1.c: ... here. Adapt error message. |
| * gcc.c-torture/execute/vector-shift1.c: Move ... |
| * c-c++-common/torture/vector-shift1.c: ... here. |
| * gcc.dg/scal-to-vec1.c: Move ... |
| * c-c++-common/scal-to-vec1.c: ... here. Avoid narrowing for |
| C++11. Adapt error messages. |
| * gcc.dg/convert-vec-1.c: Move ... |
| * c-c++-common/convert-vec-1.c: ... here. |
| * gcc.dg/scal-to-vec2.c: Move ... |
| * c-c++-common/scal-to-vec2.c: ... here. |
| |
| 2012-10-08 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR target/54400 |
| * gcc.target/i386/pr54400.c: New testcase. |
| |
| 2012-10-08 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/54858 |
| * g++.dg/template/pr54858.C: New test. |
| |
| 2012-10-08 Marek Polacek <polacek@redhat.com> |
| |
| PR debug/54831 |
| * g++.dg/debug/pr54831.C: New test. |
| |
| 2012-10-08 Dehao Chen <dehao@google.com> |
| |
| * g++.dg/predict-loop-exit-1.C: New. |
| * g++.dg/predict-loop-exit-2.C: New. |
| * g++.dg/predict-loop-exit-3.C: New. |
| |
| 2012-10-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| |
| * gcc.target/i386/pr54445-1.c: Require tls_runtime, add tls options. |
| |
| 2012-10-08 Jason Merrill <jason@redhat.com> |
| |
| * g++.dg/gomp/tls-5.C: New. |
| * g++.dg/gomp/tls-wrap1.C: New. |
| * g++.dg/gomp/tls-wrap2.C: New. |
| * g++.dg/gomp/tls-wrap3.C: New. |
| * g++.dg/gomp/tls-wrap4.C: New. |
| * g++.dg/gomp/tls-wrapper-cse.C: New. |
| * g++.dg/tls/thread_local-cse.C: New. |
| * g++.dg/tls/thread_local-order1.C: New. |
| * g++.dg/tls/thread_local-order2.C: New. |
| * g++.dg/tls/thread_local-wrap1.C: New. |
| * g++.dg/tls/thread_local-wrap2.C: New. |
| * g++.dg/tls/thread_local-wrap3.C: New. |
| * g++.dg/tls/thread_local-wrap4.C: New. |
| * g++.dg/tls/thread_local2g.C: New. |
| * g++.dg/tls/thread_local3g.C: New. |
| * g++.dg/tls/thread_local4g.C: New. |
| * g++.dg/tls/thread_local5g.C: New. |
| * g++.dg/tls/thread_local6g.C: New. |
| * g++.dg/tls/thread_local7g.C: New. |
| |
| * g++.dg/tls/thread_local3.C: New. |
| * g++.dg/tls/thread_local4.C: New. |
| * g++.dg/tls/thread_local5.C: New. |
| * g++.dg/tls/thread_local6.C: New. |
| |
| * g++.dg/tls/init-2.C: Tweak errors. |
| * g++.dg/tls/thread_local1.C: New. |
| * g++.dg/tls/thread_local2.C: New. |
| * g++.dg/tls/thread_local7.C: New. |
| |
| 2012-10-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| |
| PR target/54866 |
| * gcc.target/i386/long-double-80-7.c: Add -msse2 to dg-options. |
| |
| 2012-10-08 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54685 |
| * gcc.target/sh/pr54685.c: New. |
| |
| 2012-10-08 Dodji Seketeli <dodji@redhat.com> |
| |
| PR c++/53528 C++11 attribute support |
| * g++.dg/cpp0x/gen-attrs-1.C: New test. |
| * g++.dg/cpp0x/gen-attrs-2.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-2-1.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-3.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-4.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-5.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-6.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-7.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-8.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-9.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-10.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-11.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-12.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-13.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-14.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-15.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-16.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-17.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-18.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-19.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-20.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-21.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-22.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-23.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-24.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-25.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-26.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-27.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-28.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-29.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-30.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-31.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-32.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-33.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-34.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-35.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-36.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-36-1.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-37.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-38.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-39.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-39-1.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-40.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-41.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-42.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-43.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-44.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-45.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-46.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-47.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-47-1.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-48.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-49.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-50.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-51.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-52.C: Likewise. |
| * g++.dg/cpp0x/gen-attrs-53.C: Likewise. |
| |
| 2012-10-08 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gcc.dg/tree-ssa/slsr-30.c: Use correct cleanup directive. |
| * gcc.dg/tree-ssa/attr-hotcold-2.c: Likewise. |
| * gcc.dg/tree-ssa/ldist-21.c: Add missing cleanup directive. |
| |
| 2012-10-08 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54760 |
| * gcc.target/sh/pr54760-2.c: New. |
| * gcc.target/sh/pr54760-3.c: New. |
| |
| 2012-10-07 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/51422 |
| * g++.dg/cpp0x/lambda/lambda-ice8.C: New. |
| |
| 2012-10-07 Richard Sandiford <rdsandiford@googlemail.com> |
| Sandra Loosemore <sandra@codesourcery.com> |
| |
| * gcc.target/mips/madd-9.c: Force code to be tuned for the 4kc |
| and test that the accumulator is initialized using MULT. |
| * gcc.target/mips/mips32-dsp-accinit-1.c: New test. |
| * gcc.target/mips/mips32-dsp-accinit-2.c: Likewise. |
| |
| 2012-10-06 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/52764 |
| * g++.dg/cpp0x/stdint.C: New. |
| |
| 2012-10-06 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54249 |
| * g++.dg/cpp0x/stddef.C: New. |
| |
| 2012-10-06 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54832 |
| * gfortran.dg/typebound_operator_17.f90: New. |
| |
| 2012-10-06 Jan Hubicka <jh@suse.cz> |
| |
| PR lto/53831 |
| PR lto/54776 |
| * g++.dg/lto/v1-plugin-api-not-supported.C: New testcase. |
| |
| 2012-10-06 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/lto/resolutions_0.c: New testcase. |
| |
| 2012-10-06 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/45521 |
| * gfortran.dg/generic_25.f90: New. |
| * gfortran.dg/generic_26.f90: New. |
| * gfortran.dg/generic_27.f90: New. |
| |
| 2012-10-06 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54760 |
| * gcc.target/sh/pr54760-1.c: New. |
| |
| 2012-10-05 Jakub Jelinek <jakub@redhat.com> |
| |
| * g++.dg/torture/Wsizeof-pointer-memaccess1.C: New test. |
| * g++.dg/torture/Wsizeof-pointer-memaccess2.C: New test. |
| * g++.dg/warn/Wsign-compare-5.C: New test. |
| * g++.dg/warn/Wsizeof-pointer-memaccess-1.C: New test. |
| * g++.dg/warn/Wnull-conversion-1.C: For c++11 add dg-error. |
| * g++.dg/ext/builtin30.C: New test. |
| * g++.dg/ext/vla12.C: New test. |
| * gcc.dg/builtins-85.c: New test. |
| |
| PR debug/54519 |
| * gcc.dg/guality/pr54519-1.c: New test. |
| * gcc.dg/guality/pr54519-2.c: New test. |
| * gcc.dg/guality/pr54519-3.c: New test. |
| * gcc.dg/guality/pr54519-4.c: New test. |
| * gcc.dg/guality/pr54519-5.c: New test. |
| * gcc.dg/guality/pr54519-6.c: New test. |
| |
| 2012-10-05 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/50893 |
| * g++.dg/cpp0x/defaulted38.C: New. |
| |
| 2012-10-05 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/33763 |
| * c-c++-common/pr33763.c: New test. |
| |
| PR tree-optimization/54810 |
| * gcc.dg/tree-ssa/vrp85.c: New test. |
| |
| 2012-10-04 David Edelsohn <dje.gcc@gmail.com> |
| |
| * gcc.dg/ucnid-7.c: Skip on AIX. |
| * gcc.dg/ucnid-8.c: Same. |
| * gcc.dg/ucnid-10.c: Same. |
| * gcc.dg/ucnid-13.c: Same. |
| * gcc.dg/attr-alias-3.c: Same. |
| * gcc.dg/attr-alias-5.c: Same. |
| * gcc.dg/torture/pr51106-2.c: Same. |
| * gcc.dg/vmx/3b-13.c: Use valid splat index. |
| |
| 2012-10-04 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/52233 |
| * g++.dg/cpp0x/alias-decl-23.C: New. |
| |
| 2012-10-04 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/53403 |
| * g++.dg/template/friend53.C: New. |
| |
| 2012-10-04 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * lib/gcc-dg.exp (cleanup-ada-spec): New procedure. |
| * lib/scanasm.exp (get_ada_spec_filename): Likewise. |
| (scan-ada-spec): Likewise. |
| (scan-ada-spec-not): Likewise. |
| * gcc.dg/dump-ada-spec-1.c: New test. |
| * g++.dg/other/dump-ada-spec-1.C: Likewise. |
| |
| 2012-10-04 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gcc.dg/lto/20120723_0.c: Skip on SPARC 32-bit. |
| |
| 2012-10-04 Florian Weimer <fweimer@redhat.com> |
| |
| * c-c++-common/cpp/diagnostic-pragma-1.c: New testcase. |
| |
| 2012-10-04 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54323 |
| * g++.dg/cpp0x/pr54323.C: New. |
| |
| 2012-10-04 Richard Guenther <rguenther@suse.de> |
| |
| PR middle-end/54735 |
| * g++.dg/torture/pr54735.C: New testcase. |
| |
| 2012-10-04 Eric Botcazou <ebotcazou@adacore.com> |
| |
| PR rtl-optimization/54739 |
| * gcc.dg/lower-subreg-1.c: Also skip on SPARC. |
| |
| 2012-10-03 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/51244 |
| * gcc.target/sh/pr51244-12.c: New. |
| |
| 2012-10-03 Dehao Chen <dehao@google.com> |
| |
| PR middle-end/54782 |
| * gcc.dg/pr54782.c: New test. |
| |
| 2012-10-03 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c++/54777 |
| * g++.dg/cpp0x/constexpr-ref4.C: New test. |
| |
| 2012-10-02 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54778 |
| * gfortran.dg/class_53.f90: New. |
| |
| 2012-10-02 Alexandre Oliva <aoliva@redhat.com> |
| |
| PR debug/54551 |
| * gcc.dg/guality/pr54551.c: New. |
| |
| 2012-10-02 Pat Haugen <pthaugen@us.ibm.com> |
| |
| * gcc.target/powerpc/pr46728-1.c: Accept xssqrtdp. |
| * gcc.target/powerpc/pr46728-2.c: Likewise. |
| |
| 2012-10-02 Sharad Singhai <singhai@google.com> |
| |
| PR testsuite/54772 |
| * gfortran.dg/vect/vect.exp: Change verbose vectorizor dump options |
| to fix test failures caused by r191883. |
| * gcc.dg/tree-ssa/gen-vect-11.c: Likewise. |
| * gcc.dg/tree-ssa/gen-vect-2.c: Likewise. |
| * gcc.dg/tree-ssa/gen-vect-32.c: Likewise. |
| * gcc.dg/tree-ssa/gen-vect-25.c: Likewise. |
| * gcc.dg/tree-ssa/gen-vect-11a.c: Likewise. |
| * gcc.dg/tree-ssa/gen-vect-26.c: Likewise. |
| * gcc.dg/tree-ssa/gen-vect-11b.c: Likewise. |
| * gcc.dg/tree-ssa/gen-vect-11c.c: Likewise. |
| * gcc.dg/tree-ssa/gen-vect-28.c: Likewise. |
| |
| 2012-09-30 Sharad Singhai <singhai@google.com> |
| |
| * gcc.target/i386/vect-double-1.c: Fix test. |
| |
| 2012-10-01 Andrew MacLeod <amacleod@redhat.com> |
| |
| PR target/54087 |
| * gcc.dg/pr54087.c: New testcase for atomic_sub -> atomic_add when |
| atomic_sub fails. |
| |
| 2012-10-01 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR rtl-optimization/54457 |
| * gcc.target/i386/pr54457.c: New test. |
| |
| 2012-10-01 Ulrich Weigand <ulrich.weigand@linaro.org> |
| |
| * gcc.dg/lower-subreg-1.c: Disable on arm*-*-* targets. |
| |
| 2012-10-01 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.target/i386/vect-rebuild.c: New testcase. |
| |
| 2012-09-30 Uros Bizjak <ubizjak@gmail.com> |
| |
| * gcc.target/i386/pad-10.c (foo2): Return x - z. |
| |
| 2012-09-30 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/pr37362.c: Fix target selector. |
| |
| 2012-09-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| |
| PR target/54083 |
| * gcc.dg/torture/pr53922.c: Skip on 32-bit hppa-*-hpux*. |
| |
| 2012-09-30 Andreas Schwab <schwab@linux-m68k.org> |
| |
| * gcc.dg/ucnid-8.c: Update line number. |
| * gcc.dg/torture/pr51106-2.c: Likewise. |
| |
| 2012-09-30 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54667 |
| * gfortran.dg/c_funloc_tests_6.f90: Modified error message. |
| * gfortran.dg/c_f_pointer_shape_test.f90: Ditto. |
| * gfortran.dg/c_f_pointer_tests_5.f90: New. |
| |
| 2012-09-30 Janus Weil <janus@gcc.gnu.org> |
| |
| * gfortran.dg/allocate_derived_1.f90: Re-enable class array checks, |
| partially reverting r170092. |
| * gfortran.dg/class_7.f03: Ditto. |
| * gfortran.dg/coarray_14.f90: Ditto. |
| * gfortran.dg/typebound_proc_13.f03: Ditto. |
| |
| 2012-09-29 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54738 |
| * g++.dg/cpp0x/sfinae42.C: New. |
| |
| 2012-09-29 David Edelsohn <dje.gcc@gmail.com> |
| |
| * gcc.target/powerpc/405-dlmzb-strlen-1.c: Skip on AIX. |
| * gcc.target/powerpc/440-dlmzb-strlen-1.c: Same. |
| * gcc.dg/ucnid-5.c: Remove XFAIL on AIX. |
| * gcc.dg/pr42629.c: XFAIL on AIX. |
| * gcc.dg/pr47684.c: Same. |
| * gcc.dg/pr43670.c: Same. |
| * gcc.dg/pr42916.c: Same. |
| * gcc.dg/pr45449.c: Same. |
| * gcc.dg/pr50017.c: Same. |
| * gcc.dg/pr42728.c: Same. |
| * gcc.dg/pr47881.c: Same. |
| * gcc.dg/pr44023.c: Same. |
| * gcc.dg/pr41345.c: Same. |
| * gcc.dg/pr42630.c: Same. |
| * gcc.dg/pr44971.c: Same. |
| * gcc.dg/pr46771.c: Same. |
| * gcc.dg/ucnid-8.c: Same. |
| * gcc.dg/ucnid-10.c: Same. |
| * gcc.dg/ucnid-13.c: Same. |
| * gcc.dg/torture/pr51106-2.c: Same. |
| * gcc.dg/pr48768.c: Same. |
| * gcc.dg/pr42631.c: Same. |
| * gcc.dg/pr43084.c: Same. |
| * gcc.dg/ucnid-7.c: Same. |
| * gcc.dg/pr42889.c: Same. |
| * gcc.dg/pr41241.c: Same. |
| * gcc.dg/pr42719.c: Same. |
| * g++.dg/debug/pr46583.C: Same. |
| * g++.dg/debug/pr47106.C: Same. |
| * g++.dg/opt/pr48549.C: Same. |
| * g++.dg/other/pr42685.C: Same. |
| * c-c++-common/pr43942.c: Same. |
| |
| 2012-09-29 Ian Lance Taylor <iant@google.com> |
| |
| * go.test/go-test.exp: Update for latest version of Go testsuite. |
| |
| 2012-09-29 Thomas König <tkoenig@gcc.gnu.org> |
| |
| PR fortran/52724 |
| * gfortran.dg/internal_readwrite_3.f90: New test. |
| |
| 2012-09-28 Dodji Seketeli <dodji@redhat.com> |
| |
| * g++.dg/warn/Wunused-local-typedefs-3.C: Move the c++-only test |
| c-c++-common/Wunused-local-typedefs-2.c to here. |
| |
| PR c++/54372 - unused attribute inactive on dependant entities |
| * c-c++-common/Wunused-local-typedefs-2.c: New test. |
| |
| 2012-09-25 Dodji Seketeli <dodji@redhat.com> |
| |
| PR c++/29028 - Missed unused warning on using declaration |
| * g++.dg/warn/Wunused-var-18.C: New test. |
| |
| 2012-09-25 Dodji Seketeli <dodji@redhat.com> |
| |
| PR c++/53551 - -Wunused-local-typedefs misses uses |
| * g++.dg/warn/Wunused-local-typedefs-2.C: New test. |
| |
| 2012-09-28 Jakub Jelinek <jakub@redhat.com> |
| |
| PR target/54716 |
| * gcc.target/i386/xorps-sse2.c: Remove xfails. |
| |
| PR tree-optimization/54713 |
| * gcc.c-torture/compile/pr54713-1.c: New test. |
| * gcc.c-torture/compile/pr54713-2.c: New test. |
| * gcc.c-torture/compile/pr54713-3.c: New test. |
| |
| 2012-09-27 Janis Johnson <janisjo@codesourcery.com> |
| |
| * gcc.target/arm/unsigned-extend-1.c: Omit -march option. |
| |
| 2012-09-27 Ulrich Weigand <ulrich.weigand@linaro.org> |
| |
| * gcc.dg/lower-subreg-1.c: Disable on arm-*-* targets. |
| |
| 2012-09-27 Jakub Jelinek <jakub@redhat.com> |
| |
| PR target/54703 |
| * gcc.target/i386/pr54703.c: New test. |
| |
| 2012-09-27 Richard Guenther <rguenther@suse.de> |
| |
| PR lto/54709 |
| * gcc.dg/lto/pr54709_0.c: New testcase. |
| * gcc.dg/lto/pr54709_1.c: Likewise. |
| |
| 2012-09-26 Janis Johnson <janisjo@codesourcery.com> |
| |
| * gcc.target/arm/div64-unwinding.c: XFAIL for GNU/Linux. |
| |
| * gcc.target/arm/mmx-2.c: Specify -mcpu=iwmmxt. |
| |
| * gcc.target/arm/combine-movs.c: Use effective target arm_thumb2. |
| |
| * gcc.target/arm/pr42879.c: Handle big-endian. |
| |
| 2012-09-26 Steve Ellcey <sellcey@mips.com> |
| |
| PR c/37303 |
| * gcc.dg/pr37303.c: Check for rdata or rodata. |
| |
| 2012-09-26 Christophe Lyon <christophe.lyon@linaro.org> |
| |
| * gcc.target/arm/builtin-bswap16-1.c: New testcase. |
| |
| 2012-09-25 Segher Boessenkool <segher@kernel.crashing.org> |
| |
| PR target/51274 |
| PR target/53087 |
| * gcc.target/powerpc/ppc-ne0-1.c: New. |
| |
| 2012-09-25 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54089 |
| * gcc.target/sh/pr54089-1.c (test_15, test_16, test_17, test_18, |
| test_19, test_20, test_21, test_22, test_23): New functions. |
| * gcc.target/sh/pr54089-4.c: New. |
| * gcc.target/sh/pr54089-5.c: New. |
| * gcc.target/sh/pr54089-6.c: New. |
| * gcc.target/sh/pr54089-7.c: New. |
| |
| 2012-09-25 Richard Guenther <rguenther@suse.de> |
| |
| PR lto/54625 |
| * gcc.dg/lto/pr54702_0.c: New testcase. |
| * gcc.dg/lto/pr54702_1.c: Likewise. |
| * gcc.dg/lto/pr54625-1_0.c: Likewise. |
| * gcc.dg/lto/pr54625-1_1.C: Likewise. |
| * gcc.dg/lto/pr54625-2_0.c: Likewise. |
| * gcc.dg/lto/pr54625-2_1.C: Likewise. |
| |
| 2012-09-25 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54526 |
| * g++.dg/cpp0x/parse2.C: New. |
| * g++.dg/parse/error11.C: Adjust. |
| * g++.dg/parse/error12.C: Likewise. |
| |
| 2012-09-25 Igor Zamyatin <igor.zamyatin@intel.com> |
| |
| * gcc.target/i386/20030217-1.c: Added check for |
| large_long_double effective target. |
| * gcc.target/i386/387-3.c: Likewise. |
| * gcc.target/i386/387-4.c: Likewise. |
| * gcc.target/i386/pr36578-1.c: Likewise. |
| * gcc.target/i386/excess-precision-1.c: Added new code for the case |
| when long double size is equal double size. |
| * gcc.target/i386/excess-precision-1.c: Likewise. |
| * gcc.target/i386/pr36578-2.c: Likewise. |
| * gcc.target/i386/20030217-2.c: New testcase. |
| |
| 2012-09-25 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/54676 |
| * gcc.dg/pr54676.c: New test. |
| |
| 2012-09-25 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/53663 |
| * gcc.dg/torture/pr53663-1.c: New testcase. |
| * gcc.dg/torture/pr53663-2.c: Likewise. |
| * gcc.dg/torture/pr53663-3.c: Likewise. |
| |
| 2012-09-25 Uros Bizjak <ubizjak@gmail.com> |
| |
| * gcc.target/i386/pr50725.c: Change 'long' to 'long long'. |
| |
| 2012-09-24 Janis Johnson <janisjo@codesourcery.com> |
| |
| * lib/target-supports-dg.exp (dg-require-effective-target, |
| dg-skip-if, dg-xfail-if, dg-xfail-run-if, dg-shouldfail): Call |
| dg-process-target-1 instead of dg-process-target. |
| (dg-process-target-1): Rename from dg-process-target. |
| (dg-process-target): New. |
| |
| 2012-09-24 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/54684 |
| * g++.dg/torture/pr54684.C: New testcase. |
| |
| 2012-09-24 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.dg/tree-ssa/forwprop-23.c: New testcase. |
| |
| 2012-09-24 Richard Guenther <rguenther@suse.de> |
| |
| PR middle-end/52173 |
| * gcc.dg/tm/pr52173-1.c: New. |
| * gcc.dg/tm/pr52173-2.c: New. |
| |
| 2012-09-23 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gcc.dg/pr54669.c: New test. |
| |
| 2012-09-23 Paolo Carlini <paolo.carlini@oracle.com> |
| Dominique Dhumieres <dominiq@lps.ens.fr> |
| |
| PR testsuite/54677 |
| * g++.dg/cpp0x/decltype32.C: Add -ftemplate-depth=10. |
| |
| 2012-09-23 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54618 |
| * gfortran.dg/class_array_14.f90: New. |
| |
| 2012-09-22 Kai Tietz <ktietz@redhat.com> |
| |
| * gcc.dg/tree-ssa/scev-3.c: Add llp64 to xfail. |
| * gcc.dg/tree-ssa/scev-4.c: Likewise. |
| |
| 2012-09-21 Dehao Chen <dehao@google.com> |
| |
| PR go/54649 |
| PR tree-optimization/54655 |
| * g++.dg/pr54655.C: New testcase. |
| |
| 2012-09-21 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/54647 |
| * g++.dg/torture/pr54647.C: New testcase. |
| |
| 2012-09-21 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR c++/54427 |
| * c-c++-common/torture/vector-compare-2.c: Add -w. |
| |
| 2012-09-20 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/opt20.ads: Move dg directive to... |
| * gnat.dg/opt20.adb: ...here. |
| * gnat.dg/addr1.ad[sb]: Likewise. |
| * gnat.dg/concat2.ad[sb]: Likewise. |
| * gnat.dg/array16.ad[sb]: Likewise. |
| * gnat.dg/atomic5.ad[sb]: Likewise. |
| * gnat.dg/discr29.ad[sb]: Likewise. |
| * gnat.dg/noreturn5.ad[sb]: Likewise. |
| * gnat.dg/vect8.ad[sb]: Likewise. Add dg-options. |
| * gnat.dg/discr23.ads: Remove dg directive. |
| * gnat.dg/nested_float_packed.ads: Likewise. |
| * gnat.dg/oconst6.ads: Move to... |
| * gnat.dg/specs/oconst6.ads: ...here. |
| |
| 2012-09-20 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/52432 |
| * g++.dg/cpp0x/decltype32.C: Tweak. |
| |
| 2012-09-20 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.dg/tree-ssa/forwprop-19.c: Check in forwprop1. |
| * gcc.dg/tree-ssa/forwprop-20.c: Check in forwprop1. |
| * gcc.dg/tree-ssa/forwprop-21.c: Check in copyprop1. |
| * gcc.dg/tree-ssa/forwprop-22.c: Check in copyprop1. |
| |
| 2012-09-19 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR c++/54581 |
| * g++.dg/cpp0x/decltype-54581.C: New testcase. |
| |
| 2012-09-19 Steve Ellcey <sellcey@mips.com> |
| |
| * gcc.target/mips/pr37362.c: Add mips*-mti-elf exception. |
| |
| 2012-09-19 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> |
| |
| * gcc.target/powerpc/ppc-get-timebase.c: New file. |
| * gcc.target/powerpc/ppc-mftb.c: New file. |
| |
| 2012-09-19 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54089 |
| * gcc.target/sh/pr54089-1.c (test_11, test_12, test_13, test_14): New |
| functions. |
| |
| 2012-09-19 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54236 |
| * gcc.target/sh/pr54236-1.c (test_08): Add one bit left shift case. |
| |
| 2012-09-19 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gcc.c-torture/execute/20120919-1.c: New test. |
| |
| 2012-09-19 Richard Guenther <rguenther@suse.de> |
| |
| * lib/c-torture.exp (TORTURE_OPTIONS): Add -Og -g. |
| |
| 2012-09-19 Richard Guenther <rguenther@suse.de> |
| |
| * gcc.dg/builtin-unreachable-6.c: Adjust. |
| |
| 2012-09-19 Richard Guenther <rguenther@suse.de> |
| |
| * gcc.dg/builtin-object-size-10.c: Adjust. |
| * gcc.dg/builtin-unreachable-5.c: Adjust. |
| * gcc.dg/tree-ssa/builtin-fprintf-1.c: Adjust. |
| * gcc.dg/tree-ssa/builtin-fprintf-chk-1.c: Adjust. |
| * gcc.dg/tree-ssa/builtin-printf-1.c: Adjust. |
| * gcc.dg/tree-ssa/builtin-printf-chk-1.c: Adjust. |
| * gcc.dg/tree-ssa/builtin-vfprintf-1.c: Adjust. |
| * gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c: Adjust. |
| * gcc.dg/tree-ssa/builtin-vprintf-1.c: Adjust. |
| * gcc.dg/tree-ssa/builtin-vprintf-chk-1.c: Adjust. |
| * gcc.dg/tree-ssa/ssa-ccp-10.c: Adjust. |
| * gcc.dg/vect/vec-scal-opt.c: Adjust. |
| * gcc.dg/vect/vec-scal-opt1.c: Adjust. |
| * gcc.dg/vect/vec-scal-opt2.c: Adjust. |
| |
| 2012-09-19 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/54132 |
| * gcc.dg/tree-ssa/ldist-21.c: New testcase. |
| * gcc.dg/torture/pr54132.c: Likewise. |
| |
| 2012-09-19 Terry Guo <terry.guo@arm.com> |
| |
| * lib/gcc-dg.exp (dg_runtest_extra_prunes): New variable to define |
| extra prune rules that will be applied to all tests in a .exp file. |
| (gcc-dg-prune): Use rules defined by the above variable. |
| * gcc.target/arm/arm.exp (dg_runtest_extra_prunes): Skip all the |
| harmless warnings on architecture switch conflict. |
| |
| 2012-09-19 Hans-Peter Nilsson <hp@axis.com> |
| |
| * g++.dg/debug/dwarf2/nested-3.C: Match a sequence |
| of asm-comment characters instead of a single one. |
| * g++.dg/debug/dwarf2/nested-2.C: Similar. |
| |
| 2012-09-18 Janis Johnson <janisjo@codesourcery.com> |
| |
| * gcc.dg/vect/fast-math-pr35982.c: Skip check instead of xfail. |
| |
| * gcc.dg/vect/no-vfa-vect-101.c: Skip a check for an irrelevant |
| target instead of xfailing it. |
| * gcc.dg/vect/no-vfa-vect-102.c: Likewise. |
| * gcc.dg/vect/no-vfa-vect-102a.c: Likewise. |
| * gcc.dg/vect/no-vfa-vect-37.c: Likewise. |
| * gcc.dg/vect/no-vfa-vect-79.c: Likewise. |
| * gcc.dg/vect/vect-104.c: Likewise. |
| * gcc.dg/vect/vect-outer-1-big-array.c: Likewise. |
| * gcc.dg/vect/vect-outer-1.c: Likewise. |
| * gcc.dg/vect/vect-outer-1a-big-array.c: Likewise. |
| * gcc.dg/vect/vect-outer-1a.c: Likewise. |
| * gcc.dg/vect/vect-outer-1b-big-array.c: Likewise. |
| * gcc.dg/vect/vect-outer-1b.c: Likewise. |
| * gcc.dg/vect/vect-outer-2b.c: Likewise. |
| * gcc.dg/vect/vect-outer-3a-big-array.c: Likewise. |
| * gcc.dg/vect/vect-outer-3a.c: Likewise. |
| * gcc.dg/vect/vect-outer-3b.c: Likewise. |
| * gcc.dg/vect/vect-reduc-dot-s8b.c: Likewise. |
| |
| * lib/target-supports.exp |
| (check_effective_target_vect_widen_mult_qi_to_hi, |
| check_effective_target_vect_widen_mult_hi_to_si, |
| check_effective_target_vect_widen_mult_qi_to_hi_pattern, |
| check_effective_target_vect_widen_mult_hi_to_si_pattern, |
| check_effective_target_vect_pack_trunc, |
| check_effective_target_vect_unpack, |
| check_effective_target_vect_multiple_sizes): Check arm_neon_ok |
| instead of arm_none. |
| |
| * gcc.dg/vect/pr52298.c: Remove "dg-do run". |
| |
| 2012-09-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> |
| |
| * lib/target-supports-dg.exp (check-flags): Add cflags from board |
| config to compiler_flags. |
| |
| 2012-09-18 Jakub Jelinek <jakub@redhat.com> |
| |
| PR target/54592 |
| * gcc.target/i386/pr54592.c: New test. |
| |
| PR tree-optimization/54610 |
| * gcc.target/i386/pr54610.c: New test. |
| |
| 2012-09-17 Jason Merrill <jason@redhat.com> |
| |
| PR c++/54575 |
| * g++.dg/cpp0x/alias-decl-21.C: New. |
| * g++.dg/cpp0x/alias-decl-22.C: New. |
| |
| 2012-09-17 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54608 |
| * gfortran.dg/scan_2.f90: New. |
| |
| 2012-09-17 Jason Merrill <jason@redhat.com> |
| |
| PR c++/53661 |
| * g++.dg/init/aggr9.C: New. |
| |
| 2012-09-17 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gnat.dg/loop_optimization12.ad[sb]: New test. |
| |
| 2012-09-17 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54285 |
| * gfortran.dg/proc_ptr_result_7.f90: New. |
| |
| 2012-09-17 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54603 |
| * gfortran.dg/structure_constructor_11.f90: New. |
| |
| 2012-09-17 Jakub Jelinek <jakub@redhat.com> |
| |
| PR tree-optimization/54563 |
| * g++.dg/torture/pr54563.C: New test. |
| |
| 2012-09-16 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54594 |
| * gfortran.dg/typebound_generic_14.f03: New. |
| |
| 2012-09-16 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54387 |
| * gfortran.dg/proc_ptr_38.f90: New. |
| |
| 2012-09-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| |
| PR debug/54460 |
| * g++.dg/debug/dwarf2/nested-3.C: Add hppa assembler comment character |
| to scary regexp. |
| |
| PR testsuite/54007 |
| * gnat.dg/lto15.adb: Require lto. |
| |
| * gfortran.dg/bind_c_array_params_2.f90: Adjust scan-assembler-times |
| "myBindC" for hppa*-*-hpux*. |
| |
| 2012-09-16 Mikael Morin <mikael@gcc.gnu.org> |
| |
| * gfortran.dg/namelist_75.f90: New test. |
| |
| 2012-09-15 Tom de Vries <tom@codesourcery.com> |
| |
| * gcc.dg/tree-ssa/vrp82.c: New test. |
| * gcc.dg/tree-ssa/vrp83.c: Same. |
| * gcc.dg/tree-ssa/vrp84.c: Same. |
| |
| 2012-09-15 Tom de Vries <tom@codesourcery.com> |
| |
| * gcc.dg/tree-ssa/vrp80-2.c: Rename to ... |
| * gcc.dg/tree-ssa/vrp81.c: ... this. |
| |
| 2012-09-15 Georg-Johann Lay <avr@gjlay.de> |
| |
| PR target/54222 |
| * gcc.target/avr/torture/fix-types.h: New. |
| * gcc.target/avr/torture/vals-hr.def: New. |
| * gcc.target/avr/torture/vals-r.def: New. |
| * gcc.target/avr/torture/vals-k.def: New. |
| * gcc.target/avr/torture/vals-ur.def: New. |
| * gcc.target/avr/torture/vals-uk.def: New. |
| * gcc.target/avr/torture/vals-uhr.def: New. |
| * gcc.target/avr/torture/vals-llk.def: New. |
| * gcc.target/avr/torture/vals-ullk.def: New. |
| * gcc.target/avr/torture/sat-hr-plus-minus.c: New. |
| * gcc.target/avr/torture/sat-r-plus-minus.c: New. |
| * gcc.target/avr/torture/sat-k-plus-minus.c: New. |
| * gcc.target/avr/torture/sat-ur-plus-minus.c: New. |
| * gcc.target/avr/torture/sat-uk-plus-minus.c: New. |
| * gcc.target/avr/torture/sat-uhr-plus-minus.c: New. |
| * gcc.target/avr/torture/sat-llk-plus-minus.c: New. |
| * gcc.target/avr/torture/sat-ullk-plus-minus.c: New. |
| |
| 2012-09-14 Dehao Chen <dehao@google.com> |
| |
| * g++.dg/debug/dwarf2/deallocator.C: New test. |
| |
| 2012-09-14 Joseph Myers <joseph@codesourcery.com> |
| |
| PR c/54552 |
| * gcc.c-torture/compile/pr54552-1.c: New test. |
| |
| 2012-09-14 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR c++/54427 |
| * g++.dg/other/vector-compare.C: New testcase. |
| * c-c++-common/vector-compare-3.c: New testcase. |
| * gcc.dg/vector-shift.c: Move ... |
| * c-c++-common/vector-shift.c: ... here. |
| * gcc.dg/vector-shift1.c: Move ... |
| * c-c++-common/vector-shift1.c: ... here. |
| * gcc.dg/vector-shift3.c: Move ... |
| * c-c++-common/vector-shift3.c: ... here. |
| * gcc.dg/vector-compare-1.c: Move ... |
| * c-c++-common/vector-compare-1.c: ... here. |
| * gcc.dg/vector-compare-2.c: Move ... |
| * c-c++-common/vector-compare-2.c: ... here. |
| * gcc.c-torture/execute/vector-compare-1.c: Move ... |
| * c-c++-common/torture/vector-compare-1.c: ... here. |
| * gcc.c-torture/execute/vector-compare-2.x: Delete. |
| * gcc.c-torture/execute/vector-compare-2.c: Move ... |
| * c-c++-common/torture/vector-compare-2.c: ... here. |
| * gcc.c-torture/execute/vector-shift.c: Move ... |
| * c-c++-common/torture/vector-shift.c: ... here. |
| * gcc.c-torture/execute/vector-shift2.c: Move ... |
| * c-c++-common/torture/vector-shift2.c: ... here. |
| * gcc.c-torture/execute/vector-subscript-1.c: Move ... |
| * c-c++-common/torture/vector-subscript-1.c: ... here. |
| * gcc.c-torture/execute/vector-subscript-2.c: Move ... |
| * c-c++-common/torture/vector-subscript-2.c: ... here. |
| * gcc.c-torture/execute/vector-subscript-3.c: Move ... |
| * c-c++-common/torture/vector-subscript-3.c: ... here. |
| |
| 2012-09-14 Joseph Myers <joseph@codesourcery.com> |
| |
| PR c/54103 |
| * gcc.c-torture/compile/pr54103-1.c, |
| gcc.c-torture/compile/pr54103-2.c, |
| gcc.c-torture/compile/pr54103-3.c, |
| gcc.c-torture/compile/pr54103-4.c, |
| gcc.c-torture/compile/pr54103-5.c, |
| gcc.c-torture/compile/pr54103-6.c: New tests. |
| * gcc.dg/c90-const-expr-8.c: Update expected column number. |
| |
| 2012-09-14 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gcc.dg/pr44194-1.c: Check that there are no memory accesses left. |
| |
| 2012-09-14 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/54565 |
| * gcc.dg/tree-ssa/ssa-ccp-17.c: Adjust. |
| * gcc.dg/tree-ssa/forwprop-6.c: Likewise. Remove XFAIL. |
| |
| 2012-09-14 Ulrich Weigand <ulrich.weigand@linaro.org> |
| |
| * gcc.target/arm/combine-movs.c: Add missing space. |
| |
| 2012-09-14 Richard Guenther <rguenther@suse.de> |
| |
| * g++.dg/torture/builtin-location.C: New testcase. |
| |
| 2012-09-13 Paolo Carlini <paolo.carlini@oracle.com> |
| Manuel López-Ibáñez <manu@gcc.gnu.org> |
| |
| PR c++/53210 |
| * g++.dg/warn/Wuninitialized-self.C: New. |
| |
| 2012-09-13 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c/54559 |
| * gcc.c-torture/compile/pr54559.c: New test. |
| |
| 2012-09-13 Jason Merrill <jason@redhat.com> |
| |
| PR c++/53839 |
| * g++.dg/cpp0x/constexpr-temp1.C: New. |
| |
| PR c++/54511 |
| * g++.dg/template/anonunion2.C: New. |
| |
| PR c++/53836 |
| * g++.dg/template/init10.C: New. |
| |
| 2012-09-13 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54556 |
| * gfortran.dg/implicit_pure_3.f90: New. |
| |
| 2012-09-13 Richard Guenther <rguenther@suse.de> |
| |
| * gcc.dg/tree-ssa/ssa-fre-37.c: New testcase. |
| |
| 2012-09-13 Christophe Lyon <christophe.lyon@linaro.org> |
| |
| * gcc.target/arm/builtin-bswap-1.c: New testcase. |
| |
| 2012-09-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com> |
| |
| * c-c++-common/pr51712.c: Handle for short-enum targets. |
| |
| 2012-09-12 Terry Guo <terry.guo@arm.com> |
| |
| * gcc.target/arm/combine-movs.c: Check movs for ARM mode |
| and lsrs for Thumb2 mode. |
| |
| 2012-09-12 Jan Hubicka <jh@suse.cz> |
| |
| * gcc.dg/ipa/inlinehint-2.c: New testcase. |
| |
| 2012-09-12 H.J. Lu <hongjiu.lu@intel.com> |
| |
| PR target/54445 |
| * gcc.target/i386/pr54445-1.c: New file. |
| * gcc.target/i386/pr54445-2.c: Likewise. |
| |
| 2012-09-12 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54225 |
| PR fortran/53306 |
| * gfortran.dg/coarray_10.f90: Update dg-error. |
| * gfortran.dg/coarray_28.f90: New. |
| * gfortran.dg/array_section_3.f90: New. |
| |
| 2012-09-11 Christophe Lyon <christophe.lyon@linaro.org> |
| |
| * gcc.target/arm/neon-vset_lanes8.c, gcc.target/arm/pr51835.c, |
| gcc.target/arm/pr48252.c: Fix for big-endian support. |
| |
| 2012-09-11 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.dg/tree-ssa/forwprop-22.c: New testcase. |
| |
| 2012-09-11 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> |
| Matthew Gretton-Dann <matthew.gretton-dann@arm.com> |
| |
| * gcc.target/arm/neon-vfma-1.c: New testcase. |
| * gcc.target/arm/neon-vfms-1.c: Likewise. |
| * gcc.target/arm/neon-vmla-1.c: Update test to use int instead |
| of float. |
| * gcc.target/arm/neon-vmls-1.c: Likewise. |
| * lib/target-supports.exp (add_options_for_arm_neonv2): New |
| function. |
| (check_effective_target_arm_neonv2_ok_nocache): Likewise. |
| (check_effective_target_arm_neonv2_ok): Likewise. |
| (check_effective_target_arm_neonv2_hw): Likewise. |
| (check_effective_target_arm_neonv2): Likewise. |
| |
| 2012-09-11 Richard Guenther <rguenther@suse.de> |
| |
| PR middle-end/54515 |
| * g++.dg/tree-ssa/pr54515.C: New testcase. |
| |
| 2012-09-10 Andrew Pinski <apinski@cavium.com> |
| |
| PR tree-opt/c54362 |
| * gcc.dg/tm/memopt-16.c: New testcase. |
| |
| 2012-09-10 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54541 |
| PR c++/54542 |
| * g++.dg/cpp0x/sfinae40.C: New. |
| * g++.dg/cpp0x/sfinae41.C: Likewise. |
| |
| 2012-09-10 Jason Merrill <jason@redhat.com> |
| |
| PR c++/54538 |
| * g++.dg/cpp0x/lambda/lambda-mangle4.C: New. |
| |
| 2012-09-10 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54089 |
| * gcc.target/sh/pr54089-3.c: New. |
| |
| 2012-09-10 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.dg/tree-ssa/forwprop-21.c: New testcase. |
| |
| 2012-09-10 Aldy Hernandez <aldyh@redhat.com> |
| |
| * gcc.dg/tm/reg-promotion.c: Modify dump message check. |
| |
| 2012-09-10 Aldy Hernandez <aldyh@redhat.com> |
| |
| * gcc.dg/pr52558-2.c: Delete. |
| * gcc.dg/simulate-thread/speculative-store-3.c: New. |
| |
| 2012-09-10 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.dg/tree-ssa/forwprop-20.c: New testcase. |
| |
| 2012-09-10 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/54520 |
| * gcc.dg/torture/pr54520.c: New testcase. |
| |
| 2012-09-10 Jason Merrill <jason@redhat.com> |
| |
| PR c++/54506 |
| * g++.dg/cpp0x/implicit14.C: New. |
| |
| 2012-09-07 Mikael Morin <mikael@gcc.gnu.org> |
| |
| PR fortran/54208 |
| * gfortran.dg/bound_simplification_3.f90: New test. |
| |
| 2012-09-07 Aldy Hernandez <aldyh@redhat.com> |
| |
| PR testsuite/54184 |
| * gcc.dg/pr52558-1.c: Delete. |
| * gcc.dg/simulate-thread/speculative-store-2.c: New. |
| |
| 2012-09-07 Richard Earnshaw <rearnsha@arm.com> |
| |
| * gcc.target/arm/pr50318-1.c: Scan for smlal. |
| * gcc.target/arm/smlaltb-1.c: XFAIL test. |
| * gcc.target/arm/smlaltt-1.c: Likewise. |
| |
| 2012-09-07 Eric Botcazou <ebotcazou@adacore.com> |
| |
| * gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64. |
| |
| 2012-09-07 Tom de Vries <tom@codesourcery.com> |
| |
| PR tree-optimization/53986 |
| * gcc.dg/tree-ssa/vrp80.c: New test. |
| * gcc.dg/tree-ssa/vrp80-2.c: Same. |
| |
| 2012-09-06 Jason Merrill <jason@redhat.com> |
| |
| PR c++/54341 |
| PR c++/54253 |
| * g++.dg/cpp0x/constexpr-virtual2.C: New. |
| * g++.dg/cpp0x/constexpr-virtual3.C: New. |
| |
| 2012-09-06 Andrew Pinski <apinski@cavium.com> |
| |
| PR tree-opt/54494 |
| * gcc.dg/tree-ssa/strlen-1.c: New testcase. |
| |
| 2012-09-06 Jakub Jelinek <jakub@redhat.com> |
| |
| PR rtl-optimization/54455 |
| * gcc.dg/54455.c: New test. |
| |
| 2012-09-06 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54463 |
| * gfortran.dg/promotion_2.f90: New. |
| |
| 2012-09-05 Jakub Jelinek <jakub@redhat.com> |
| |
| PR middle-end/54486 |
| * c-c++-common/pr54486.c: New test. |
| |
| 2012-09-05 Dominique Dhumieres <dominiq@lps.ens.fr> |
| |
| PR fortran/54474 |
| * gfortran.dg/coarray_poly_3.f90: Adjust error messages. |
| |
| 2012-09-05 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/54191 |
| * g++.dg/cpp0x/sfinae39.C: New. |
| |
| 2012-09-04 Jason Merrill <jason@redhat.com> |
| |
| PR c++/54441 |
| * g++.dg/ext/flexary3.C: New. |
| |
| PR c++/54420 |
| * g++.dg/cpp0x/lambda/lambda-intname.C: New. |
| |
| PR c++/54198 |
| * g++.dg/template/defarg15.C: New. |
| |
| PR c++/54437 |
| * g++.dg/template/access24.C: New. |
| |
| 2012-09-04 Richard Guenther <rguenther@suse.de> |
| |
| PR tree-optimization/54458 |
| * gcc.dg/torture/pr54458.c: New testcase. |
| |
| 2012-09-04 Christophe Lyon <christophe.lyon@linaro.org> |
| |
| * gcc.target/arm/neon-vext.c: New test. |
| * gcc.target/arm/neon-vext-execute.c: Ditto. |
| |
| 2012-09-04 Janus Weil <janus@gcc.gnu.org> |
| |
| PR fortran/54243 |
| PR fortran/54244 |
| * gfortran.dg/select_type_29.f03: New. |
| |
| 2012-09-03 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.dg/fold-perm.c: Improve test. |
| |
| 2012-09-03 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/51632 |
| * gfortran.dg/coarray_class_1.f90: New. |
| |
| 2012-09-02 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/49206 |
| * gcc.c-torture/compile/pr49206.c: New test. |
| |
| 2012-09-02 Dominique Dhumieres <dominiq@lps.ens.fr> |
| Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/36680 |
| * gfortran.dg/pr36680.f90: New test. |
| |
| 2012-09-02 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/42295 |
| * g++.dg/opt/pr42295.C: New test. |
| |
| 2012-09-01 Jakub Jelinek <jakub@redhat.com> |
| |
| PR target/54436 |
| * gcc.dg/torture/pr54436.c: New test. |
| |
| 2012-09-01 Andrew Pinski <apinski@cavium.com> |
| |
| * gcc.target/mips/truncate-8.c: New testcase. |
| |
| 2012-09-01 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/46829 |
| PR target/46843 |
| * gcc.target/i386/pr46829.c: New test. |
| * gcc.target/i386/pr46843.c: Ditto. |
| |
| 2012-08-31 Paolo Carlini <paolo.carlini@oracle.com> |
| Jason Merrill <jason@redhat.com> |
| |
| PR c++/18747 |
| * g++.dg/parse/error50.C: New. |
| |
| 2012-08-31 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c/54428 |
| * gcc.c-torture/compile/pr54428.c: New test. |
| |
| 2012-08-31 Ollie Wild <aaw@google.com> |
| |
| PR c++/54197 |
| * g++.dg/init/lifetime3.C: New test. |
| |
| 2012-08-31 Martin Jambor <mjambor@suse.cz> |
| |
| PR middle-end/54409 |
| * gcc.dg/torture/pr54409.c: New test. |
| |
| 2012-08-31 Martin Jambor <mjambor@suse.cz> |
| |
| * gfortran.dg/pr48636.f90: Add dump scan checks. |
| |
| 2012-08-29 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/mips.exp: Work out default -msynci setting. |
| |
| 2012-08-28 Joey Ye <joey.ye@arm.com> |
| |
| * gcc.dg/tree-ssa/ssa-dom-thread-3.c: Add -fno-short-enums. |
| |
| 2012-08-27 Uros Bizjak <ubizjak@gmail.com> |
| |
| PR target/46254 |
| * gcc.target/i386/pr46254.c: New test. |
| |
| 2012-08-27 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/ext_ins.c, gcc.target/mips/octeon-pop-2.c, |
| gcc.target/mips/pr54240.c, gcc.target/mips/stack-1.c, |
| gcc.target/mips/unaligned-1.c: Add NOMIPS16. |
| |
| 2012-08-27 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/20020620-1.c, gcc.target/mips/atomic-memory-2.c, |
| gcc.target/mips/branch-2.c, gcc.target/mips/branch-3.c, |
| gcc.target/mips/clear-cache-1.c, gcc.target/mips/const-anchor-1.c, |
| gcc.target/mips/const-anchor-2.c, gcc.target/mips/dspr2-MULT.c, |
| gcc.target/mips/dspr2-MULTU.c, gcc.target/mips/ext-1.c, |
| gcc.target/mips/ext-2.c, gcc.target/mips/ext-3.c, |
| gcc.target/mips/ext-4.c, gcc.target/mips/ext_ins.c, |
| gcc.target/mips/fpcmp-1.c, gcc.target/mips/fpcmp-2.c, |
| gcc.target/mips/mips16e-extends.c, gcc.target/mips/mips32-dsp.c, |
| gcc.target/mips/mips32-dsp-type.c, gcc.target/mips/mips32r2-mxhc1.c, |
| gcc.target/mips/mips-ps-5.c, gcc.target/mips/mips-ps-7.c, |
| gcc.target/mips/mips-ps-type-2.c, gcc.target/mips/mips-ps-type.c, |
| gcc.target/mips/movcc-1.c, gcc.target/mips/movcc-2.c, |
| gcc.target/mips/movcc-3.c, gcc.target/mips/neg-abs-1.c, |
| gcc.target/mips/neg-abs-2.c, gcc.target/mips/nmadd-1.c, |
| gcc.target/mips/nmadd-2.c, gcc.target/mips/nmadd-3.c, |
| gcc.target/mips/octeon-exts-7.c, gcc.target/mips/octeon-seq-4.c, |
| gcc.target/mips/rsqrt-1.c, gcc.target/mips/rsqrt-2.c, |
| gcc.target/mips/rsqrt-3.c, gcc.target/mips/sb1-1.c, |
| gcc.target/mips/scc-4.c, gcc.target/mips/stack-1.c, |
| gcc.target/mips/unaligned-1.c: Tighten regexps. |
| |
| 2012-08-27 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/mips.exp: Use gcc-dg-runtest rather than dg-runtest. |
| (mips_option_groups): Remove optimization. Add various -f options. |
| (mips-dg-options): Make -funroll-loops imply -funroll-all-loops |
| and -pg imply -fno-omit-frame-pointer. |
| * gcc.target/mips/abi-eabi32-long32.c: Remove optimization flag. |
| * gcc.target/mips/abi-eabi32-long64.c: Likewise. |
| * gcc.target/mips/abi-eabi64-long32.c: Likewise. |
| * gcc.target/mips/abi-eabi64-long64.c: Likewise. |
| * gcc.target/mips/abi-n32-long32-no-shared.c: Likewise. |
| * gcc.target/mips/abi-n32-long32-pic.c: Likewise. |
| * gcc.target/mips/abi-n32-long32.c: Likewise. |
| * gcc.target/mips/abi-n32-long64-no-shared.c: Likewise. |
| * gcc.target/mips/abi-n32-long64-pic.c: Likewise. |
| * gcc.target/mips/abi-n32-long64.c: Likewise. |
| * gcc.target/mips/abi-n64-long32-no-shared.c: Likewise. |
| * gcc.target/mips/abi-n64-long32-pic.c: Likewise. |
| * gcc.target/mips/abi-n64-long32.c: Likewise. |
| * gcc.target/mips/abi-n64-long64-no-shared.c: Likewise. |
| * gcc.target/mips/abi-n64-long64-pic.c: Likewise. |
| * gcc.target/mips/abi-n64-long64.c: Likewise. |
| * gcc.target/mips/abi-o32-long32-no-shared.c: Likewise. |
| * gcc.target/mips/abi-o32-long32-pic.c: Likewise. |
| * gcc.target/mips/abi-o32-long32.c: Likewise. |
| * gcc.target/mips/abi-o32-long64-no-shared.c: Likewise. |
| * gcc.target/mips/abi-o32-long64-pic.c: Likewise. |
| * gcc.target/mips/abi-o32-long64.c: Likewise. |
| * gcc.target/mips/abi-o64-long32-no-shared.c: Likewise. |
| * gcc.target/mips/abi-o64-long32-pic.c: Likewise. |
| * gcc.target/mips/abi-o64-long32.c: Likewise. |
| * gcc.target/mips/abi-o64-long64-no-shared.c: Likewise. |
| * gcc.target/mips/abi-o64-long64-pic.c: Likewise. |
| * gcc.target/mips/abi-o64-long64.c: Likewise. |
| * gcc.target/mips/asm-1.c: Likewise. |
| * gcc.target/mips/branch-1.c: Likewise. |
| * gcc.target/mips/call-3.c: Likewise. |
| * gcc.target/mips/call-saved-3.c: Likewise. |
| * gcc.target/mips/clear-cache-1.c: Likewise. |
| * gcc.target/mips/div-1.c: Likewise. |
| * gcc.target/mips/div-2.c: Likewise. |
| * gcc.target/mips/div-3.c: Likewise. |
| * gcc.target/mips/div-4.c: Likewise. |
| * gcc.target/mips/div-5.c: Likewise. |
| * gcc.target/mips/div-6.c: Likewise. |
| * gcc.target/mips/div-7.c: Likewise. |
| * gcc.target/mips/div-8.c: Likewise. |
| * gcc.target/mips/div-9.c: Likewise. |
| * gcc.target/mips/div-10.c: Likewise. |
| * gcc.target/mips/div-11.c: Likewise. |
| * gcc.target/mips/div-12.c: Likewise. |
| * gcc.target/mips/dsp-ctrl.c: Likewise. |
| * gcc.target/mips/dsp-no-lhx.c: Likewise. |
| * gcc.target/mips/ext-8.c: Likewise. |
| * gcc.target/mips/extend-2.c: Likewise. |
| * gcc.target/mips/fix-r10000-1.c: Likewise. |
| * gcc.target/mips/fix-r10000-2.c: Likewise. |
| * gcc.target/mips/fix-r10000-3.c: Likewise. |
| * gcc.target/mips/fix-r10000-4.c: Likewise. |
| * gcc.target/mips/fix-r10000-5.c: Likewise. |
| * gcc.target/mips/fix-r10000-6.c: Likewise. |
| * gcc.target/mips/fix-r10000-7.c: Likewise. |
| * gcc.target/mips/fix-r10000-8.c: Likewise. |
| * gcc.target/mips/fix-r10000-9.c: Likewise. |
| * gcc.target/mips/fix-r10000-10.c: Likewise. |
| * gcc.target/mips/fix-r10000-11.c: Likewise. |
| * gcc.target/mips/fix-r10000-12.c: Likewise. |
| * gcc.target/mips/fix-r10000-13.c: Likewise. |
| * gcc.target/mips/fix-r10000-14.c: Likewise. |
| * gcc.target/mips/fix-r10000-15.c: Likewise. |
| * gcc.target/mips/fpcmp-1.c: Likewise. |
| * gcc.target/mips/fpcmp-2.c: Likewise. |
| * gcc.target/mips/fpr-moves-7.c: Likewise. |
| * gcc.target/mips/fpr-moves-8.c: Likewise. |
| * gcc.target/mips/int-moves-1.c: Likewise. |
| * gcc.target/mips/int-moves-2.c: Likewise. |
| * gcc.target/mips/long-calls-pg.c: Likewise. |
| * gcc.target/mips/loongson-muldiv-1.c: Likewise. |
| * gcc.target/mips/loongson-muldiv-2.c: Likewise. |
| * gcc.target/mips/loongson-shift-count-truncated-1.c: Likewise. |
| * gcc.target/mips/loongson3a-muldiv-1.c: Likewise. |
| * gcc.target/mips/loongson3a-muldiv-2.c: Likewise. |
| * gcc.target/mips/mips-3d-1.c: Likewise. |
| * gcc.target/mips/mips-3d-2.c: Likewise. |
| * gcc.target/mips/mips-3d-3.c: Likewise. |
| * gcc.target/mips/mips-3d-4.c: Likewise. |
| * gcc.target/mips/mips-3d-5.c: Likewise. |
| * gcc.target/mips/mips-3d-6.c: Likewise. |
| * gcc.target/mips/mips-3d-7.c: Likewise. |
| * gcc.target/mips/mips-3d-8.c: Likewise. |
| * gcc.target/mips/mips-3d-9.c: Likewise. |
| * gcc.target/mips/mips-ps-1.c: Likewise. |
| * gcc.target/mips/mips-ps-2.c: Likewise. |
| * gcc.target/mips/mips-ps-3.c: Likewise. |
| * gcc.target/mips/mips-ps-4.c: Likewise. |
| * gcc.target/mips/mips-ps-6.c: Likewise. |
| * gcc.target/mips/mips32-dspr2.c: Likewise. |
| * gcc.target/mips/mmcount-ra-address-1.c: Likewise. |
| * gcc.target/mips/neg-abs-1.c: Likewise. |
| * gcc.target/mips/neg-abs-2.c: Likewise. |
| * gcc.target/mips/nmadd-3.c: Likewise. |
| * gcc.target/mips/no-smartmips-lwxs.c: Likewise. |
| * gcc.target/mips/no-smartmips-ror-1.c: Likewise. |
| * gcc.target/mips/octeon-pop-1.c: Likewise. |
| * gcc.target/mips/pr26765.c: Likewise. |
| * gcc.target/mips/pr33256.c: Likewise. |
| * gcc.target/mips/pr33635-1.c: Likewise. |
| * gcc.target/mips/pr33755.c: Likewise. |
| * gcc.target/mips/pr35802.c: Likewise. |
| * gcc.target/mips/pr45074.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-1.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-2.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-3.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-4.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-5.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-6.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-7.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-8.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-9.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-11.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-12.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-13.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-14.c: Likewise. |
| * gcc.target/mips/r10k-cache-barrier-15.c: Likewise. |
| * gcc.target/mips/save-restore-1.c: Likewise. |
| * gcc.target/mips/save-restore-3.c: Likewise. |
| * gcc.target/mips/save-restore-5.c: Likewise. |
| * gcc.target/mips/smartmips-ror-1.c: Likewise. |
| * gcc.target/mips/smartmips-ror-2.c: Likewise. |
| * gcc.target/mips/smartmips-ror-3.c: Likewise. |
| * gcc.target/mips/smartmips-ror-4.c: Likewise. |
| * gcc.target/mips/stack-1.c: Likewise. |
| |
| * gcc.target/mips/clear-cache-2.c: Remove optimization flag. |
| Tighten regexps. |
| |
| * gcc.target/mips/branch-8.c: Arrange for the delay slot of the |
| branch under test to be filled with preceding rather than |
| following instructions. |
| * gcc.target/mips/branch-10.c: Likewise. |
| * gcc.target/mips/branch-11.c: Likewise. |
| * gcc.target/mips/branch-12.c: Likewise. |
| * gcc.target/mips/branch-13.c: Likewise. |
| * gcc.target/mips/branch-9.c: Likewise. Allow the frame pointer |
| to be eliminated. Tighten $28 scan-assembler-not test. |
| |
| * gcc.target/mips/call-2.c: Remove optimization flag. Move second |
| function to... |
| * gcc.target/mips/call-4.c: ...this new test. |
| |
| * gcc.target/mips/code-readable-2.c: Rework to make a jump table |
| more likely. |
| * gcc.target/mips/code-readable-3.c: Likewise. |
| * gcc.target/mips/code-readable-1.c: Likewise. Remove optimization |
| flag but skip for -O0. |
| * gcc.target/mips/code-readable-4.c: Likewise. |
| |
| * gcc.target/mips/mips32-dsp-run.c: Prevent compile-time reduction |
| of operations under test. |
| * gcc.target/mips/mips32-dsp.c: Likewise. Remove optimization flag. |
| |
| * gcc.target/mips/near-far-3.c: Remove optimization flag. |
| Don't require sibling-call optimization. |
| * gcc.target/mips/near-far-4.c: Likewise. |
| |
| * gcc.target/mips/no-dsp-1.c: Require -ffat-lto-objects. |
| Make sure that the register variable is used. |
| * gcc.target/mips/soft-float-1.c: Likewise. |
| |
| * gcc.target/mips/sdata-1.c: Make static data volatile. |
| * gcc.target/mips/sdata-2.c: Likewise. |
| * gcc.target/mips/sdata-3.c: Likewise. |
| * gcc.target/mips/sdata-4.c: Likewise. |
| |
| * gcc.target/mips/20020620-1.c: Remove optimization flag but |
| skip for -O0. |
| * gcc.target/mips/atomic-memory-2.c: Likewise. |
| * gcc.target/mips/branch-cost-1.c: Likewise. |
| * gcc.target/mips/branch-cost-2.c: Likewise. |
| * gcc.target/mips/cache-1.c: Likewise. |
| * gcc.target/mips/call-1.c: Likewise. |
| * gcc.target/mips/call-saved-2.c: Likewise. |
| * gcc.target/mips/const-anchor-1.c: Likewise. |
| * gcc.target/mips/const-anchor-2.c: Likewise. |
| * gcc.target/mips/dse-1.c: Likewise. |
| * gcc.target/mips/dsp-lhx.c: Likewise. |
| * gcc.target/mips/dspr2-MULTU.c: Likewise. |
| * gcc.target/mips/ext-1.c: Likewise. |
| * gcc.target/mips/ext-2.c: Likewise. |
| * gcc.target/mips/ext-3.c: Likewise. |
| * gcc.target/mips/ext-4.c: Likewise. |
| * gcc.target/mips/ext-5.c: Likewise. |
| * gcc.target/mips/ext-6.c: Likewise. |
| * gcc.target/mips/ext-7.c: Likewise. |
| * gcc.target/mips/extend-1.c: Likewise. |
| * gcc.target/mips/fix-r4000-1.c: Likewise. |
| * gcc.target/mips/fix-r4000-3.c: Likewise. |
| * gcc.target/mips/fix-r4000-5.c: Likewise. |
| * gcc.target/mips/fix-r4000-6.c: Likewise. |
| * gcc.target/mips/fix-r4000-8.c: Likewise. |
| * gcc.target/mips/fix-r4000-10.c: Likewise. |
| * gcc.target/mips/fixed-scalar-type.c: Likewise. |
| * gcc.target/mips/fixed-vector-type.c: Likewise. |
| * gcc.target/mips/fpr-moves-1.c: Likewise. |
| * gcc.target/mips/fpr-moves-2.c: Likewise. |
| * gcc.target/mips/fpr-moves-3.c: Likewise. |
| * gcc.target/mips/fpr-moves-4.c: Likewise. |
| * gcc.target/mips/fpr-moves-5.c: Likewise. |
| * gcc.target/mips/fpr-moves-6.c: Likewise. |
| * gcc.target/mips/ins-1.c: Likewise. |
| * gcc.target/mips/ins-2.c: Likewise. |
| * gcc.target/mips/interrupt_handler-2.c: Likewise. |
| * gcc.target/mips/interrupt_handler-3.c: Likewise. |
| * gcc.target/mips/lazy-binding-1.c: Likewise. |
| * gcc.target/mips/madd-3.c: Likewise. |
| * gcc.target/mips/madd-5.c: Likewise. |
| * gcc.target/mips/madd-6.c: Likewise. |
| * gcc.target/mips/madd-8.c: Likewise. |
| * gcc.target/mips/madd-9.c: Likewise. |
| * gcc.target/mips/memcpy-1.c: Likewise. |
| * gcc.target/mips/mips-ps-type.c: Likewise. |
| * gcc.target/mips/mips-ps-type-2.c: Likewise. |
| * gcc.target/mips/mips-sched-madd.c: Likewise. |
| * gcc.target/mips/mips16e-extends.c: Likewise. |
| * gcc.target/mips/mips32r2-mxhc1.c: Likewise. |
| * gcc.target/mips/mips64-dsp-ldx.c: Likewise. |
| * gcc.target/mips/movcc-1.c: Likewise. |
| * gcc.target/mips/movcc-2.c: Likewise. |
| * gcc.target/mips/movcc-3.c: Likewise. |
| * gcc.target/mips/msub-5.c: Likewise. |
| * gcc.target/mips/msub-6.c: Likewise. |
| * gcc.target/mips/msub-8.c: Likewise. |
| * gcc.target/mips/mult-2.c: Likewise. |
| * gcc.target/mips/mult-3.c: Likewise. |
| * gcc.target/mips/mult-5.c: Likewise. |
| * gcc.target/mips/mult-6.c: Likewise. |
| * gcc.target/mips/mult-7.c: Likewise. |
| * gcc.target/mips/mult-12.c: Likewise. |
| * gcc.target/mips/mult-13.c: Likewise. |
| * gcc.target/mips/mult-14.c: Likewise. |
| * gcc.target/mips/mult-15.c: Likewise. |
| * gcc.target/mips/mult-17.c: Likewise. |
| * gcc.target/mips/mult-18.c: Likewise. |
| * gcc.target/mips/mult-19.c: Likewise. |
| * gcc.target/mips/nmadd-1.c: Likewise. |
| * gcc.target/mips/nmadd-2.c: Likewise. |
| * gcc.target/mips/octeon-baddu-1.c: Likewise. |
| * gcc.target/mips/octeon-cins-1.c: Likewise. |
| * gcc.target/mips/octeon-cins-2.c: Likewise. |
| * gcc.target/mips/octeon-dmul-3.c: Likewise. |
| * gcc.target/mips/octeon-exts-2.c: Likewise. |
| * gcc.target/mips/octeon-exts-3.c: Likewise. |
| * gcc.target/mips/octeon-exts-4.c: Likewise. |
| * gcc.target/mips/octeon-exts-5.c: Likewise. |
| * gcc.target/mips/octeon-exts-6.c: Likewise. |
| * gcc.target/mips/octeon-exts-7.c: Likewise. |
| * gcc.target/mips/octeon-pop-2.c: Likewise. |
| * gcc.target/mips/octeon-seq-3.c: Likewise. |
| * gcc.target/mips/octeon-seq-4.c: Likewise. |
| * gcc.target/mips/octeon2-lx-1.c: Likewise. |
| * gcc.target/mips/octeon2-lx-2.c: Likewise. |
| * gcc.target/mips/octeon2-lx-3.c: Likewise. |
| * gcc.target/mips/pr54240.c: Likewise. |
| * gcc.target/mips/rsqrt-1.c: Likewise. |
| * gcc.target/mips/rsqrt-2.c: Likewise. |
| * gcc.target/mips/rsqrt-3.c: Likewise. |
| * gcc.target/mips/rsqrt-4.c: Likewise. |
| * gcc.target/mips/save-restore-2.c: Likewise. |
| * gcc.target/mips/save-restore-4.c: Likewise. |
| * gcc.target/mips/sb1-1.c: Likewise. |
| * gcc.target/mips/scc-1.c: Likewise. |
| * gcc.target/mips/scc-2.c: Likewise. |
| * gcc.target/mips/scc-3.c: Likewise. |
| * gcc.target/mips/scc-4.c: Likewise. |
| * gcc.target/mips/smartmips-lwxs.c: Likewise. |
| * gcc.target/mips/truncate-1.c: Likewise. |
| * gcc.target/mips/truncate-2.c: Likewise. |
| * gcc.target/mips/truncate-3.c: Likewise. |
| * gcc.target/mips/truncate-4.c: Likewise. |
| * gcc.target/mips/truncate-5.c: Likewise. |
| * gcc.target/mips/truncate-6.c: Likewise. |
| * gcc.target/mips/unaligned-1.c: Likewise. |
| |
| * gcc.target/mips/dpaq_sa_l_w.c: Remove optimization flag but |
| skip for -O0. Require -fexpensive-optimizations. |
| * gcc.target/mips/dpsq_sa_l_w.c: Likewise. |
| * gcc.target/mips/dspr2-MULT.c: Likewise. |
| * gcc.target/mips/fix-r4000-2.c: Likewise. |
| * gcc.target/mips/fix-r4000-4.c: Likewise. |
| * gcc.target/mips/fix-r4000-7.c: Likewise. |
| * gcc.target/mips/fix-r4000-9.c: Likewise. |
| * gcc.target/mips/madd-1.c: Likewise. |
| * gcc.target/mips/madd-2.c: Likewise. |
| * gcc.target/mips/madd-4.c: Likewise. |
| * gcc.target/mips/maddu-1.c: Likewise. |
| * gcc.target/mips/maddu-2.c: Likewise. |
| * gcc.target/mips/maddu-3.c: Likewise. |
| * gcc.target/mips/maddu-4.c: Likewise. |
| * gcc.target/mips/msub-1.c: Likewise. |
| * gcc.target/mips/msub-2.c: Likewise. |
| * gcc.target/mips/msub-3.c: Likewise. |
| * gcc.target/mips/msub-4.c: Likewise. |
| * gcc.target/mips/msubu-1.c: Likewise. |
| * gcc.target/mips/msubu-2.c: Likewise. |
| * gcc.target/mips/msubu-3.c: Likewise. |
| * gcc.target/mips/msubu-4.c: Likewise. |
| * gcc.target/mips/mult-1.c: Likewise. |
| * gcc.target/mips/mult-4.c: Likewise. |
| * gcc.target/mips/mult-8.c: Likewise. |
| * gcc.target/mips/mult-9.c: Likewise. |
| * gcc.target/mips/mult-10.c: Likewise. |
| * gcc.target/mips/mult-11.c: Likewise. |
| * gcc.target/mips/mult-16.c: Likewise. |
| |
| * gcc.target/mips/fix-r4000-11.c: Remove optimization flag but |
| skip for -O0 and -Os. |
| * gcc.target/mips/fix-r4000-12.c: Likewise. |
| * gcc.target/mips/madd-7.c: Likewise. |
| * gcc.target/mips/mips-ps-5.c: Likewise. |
| * gcc.target/mips/mips-ps-7.c: Likewise. |
| * gcc.target/mips/msub-7.c: Likewise. |
| |
| * gcc.target/mips/mmcount-ra-address-2.c: Remove optimization flag but |
| skip for -O0. Require -mno-abicalls. |
| * gcc.target/mips/mmcount-ra-address-3.c: Likewise. |
| |
| * gcc.target/mips/octeon-bbit-1.c: Remove optimization flag but |
| skip for -O0. Require a total number of BBIT instructions and |
| at least one of each kind. |
| |
| * gcc.target/mips/octeon-bbit-2.c: Remove optimization flag but |
| skip for -O0. Require -fno-unroll-loops. |
| |
| * gcc.target/mips/octeon-bbit-3.c: Remove optimization flag but |
| skip for -O0. Allow BLTZ as well as BGEZ. |
| |
| * gcc.target/mips/octeon-dmul-2.c: Skip for -Os. |
| |
| * gcc.target/mips/octeon-pipe-1.c: Remove optimization flag but |
| skip for -O0. Require -fschedule-insns2. |
| * gcc.target/mips/octeon2-pipe-1.c: Likewise. |
| |
| * gcc.target/mips/r10k-cache-barrier-10.c: Remove optimization flag |
| but skip for -O0. Make a branch-likely more likely. |
| |
| * gcc.target/mips/timode-2.c: Split each test into its own function. |
| * gcc.target/mips/timode-1.c: Likewise. Skip for -Os. |
| |
| * gcc.target/mips/vr-mult-1.c: Remove optimization flag but |
| skip for -O0. Require -fpeephole2. |
| * gcc.target/mips/vr-mult-2.c: Likewise. |
| |
| 2012-05-25 Dodji Seketeli <dodji@redhat.com> |
| |
| PR preprocessor/53469 |
| * gcc.dg/cpp/_Pragma7.c: New test case. |
| |
| 2012-08-27 Tobias Burnus <burnus@net-b.de> |
| |
| PR fortran/54370 |
| * gfortran.dg/do_5.f90: New. |
| |
| 2012-08-27 Tobias Burnus <burnus@net-b.de> |
| |
| * gfortran.dg/bessel_5.f90: Remove -Wno-compare-reals |
| from dg-options as -Wall no longer implies it. |
| |
| 2012-08-26 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * lib/scanasm.exp (scan-assembler-times_required_options): New proc. |
| |
| 2012-08-25 Jason Merrill <jason@redhat.com> |
| |
| * g++.dg/cpp0x/fntmpdefarg3.C: New. |
| |
| 2012-08-25 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/51421 |
| * g++.dg/cpp0x/auto34.C: New. |
| |
| 2012-08-24 Jakub Jelinek <jakub@redhat.com> |
| |
| PR c/54363 |
| * gcc.dg/pr54363.c: New test. |
| |
| PR c/54355 |
| * gcc.dg/pr54355.c: New test. |
| |
| 2012-08-24 H.J. Lu <hongjiu.lu@intel.com> |
| |
| PR debug/52857 |
| * gcc.target/i386/pr52857-1.c: New. |
| * gcc.target/i386/pr52857-2.c: Likewise. |
| |
| 2012-08-23 Richard Sandiford <rdsandiford@googlemail.com> |
| |
| * gcc.target/mips/code-readable-4.c: New test. |
| |
| 2012-08-23 Julian Brown <julian@codesourcery.com> |
| Sandra Loosemore <sandra@codesourcery.com> |
| |
| * gcc.target/mips/code-readable-1.c: Add -O to options. |
| |
| 2012-08-23 Paolo Carlini <paolo.carlini@oracle.com> |
| |
| PR c++/20420 |
| * g++.dg/lookup/using53.C: New. |
| |
| 2012-08-23 Georg-Johann Lay <avr@gjlay.de> |
| |
| * gcc.dg/fixed-point/convert.c: Split into manageable parts: |
| * gcc.dg/fixed-point/convert-1.c: New. |
| * gcc.dg/fixed-point/convert-2.c: New. |
| * gcc.dg/fixed-point/convert-3.c: New. |
| * gcc.dg/fixed-point/convert-4.c: New. |
| * gcc.dg/fixed-point/convert-float-1.c: New. |
| * gcc.dg/fixed-point/convert-float-2.c: New. |
| * gcc.dg/fixed-point/convert-float-3.c: New. |
| * gcc.dg/fixed-point/convert-float-4.c: New. |
| * gcc.dg/fixed-point/convert-accum-neg.c: New. |
| * gcc.dg/fixed-point/convert-sat.c: New. |
| * gcc.dg/fixed-point/convert.h: New. |
| |
| 2012-08-22 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54089 |
| * gcc.target/sh/pr54089-2.c: New. |
| |
| 2012-08-22 H.J. Lu <hongjiu.lu@intel.com> |
| |
| * gcc.target/i386/long-double-64-1.c: New file. |
| * gcc.target/i386/long-double-64-2.c: Likewise. |
| * gcc.target/i386/long-double-64-3.c: Likewise. |
| * gcc.target/i386/long-double-64-4.c: Likewise. |
| * gcc.target/i386/long-double-80-1.c: Likewise. |
| * gcc.target/i386/long-double-80-2.c: Likewise. |
| * gcc.target/i386/long-double-80-3.c: Likewise. |
| * gcc.target/i386/long-double-80-4.c: Likewise. |
| * gcc.target/i386/long-double-80-5.c: Likewise. |
| * gcc.target/i386/long-double-80-6.c: Likewise. |
| * gcc.target/i386/long-double-80-7.c: Likewise. |
| |
| 2012-08-22 Marc Glisse <marc.glisse@inria.fr> |
| |
| PR tree-optimization/54317 |
| * gcc.dg/tree-ssa/vrp79.c: New testcase. |
| |
| 2012-08-21 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/39423 |
| * gcc.target/sh/pr39423-2.c: New. |
| |
| 2012-08-21 Marc Glisse <marc.glisse@inria.fr> |
| |
| * gcc.dg/tree-ssa/forwprop-19.c: New testcase. |
| * gcc.dg/fold-perm.c: Likewise. |
| |
| 2012-08-20 Jan Hubicka <jh@suse.cz> |
| |
| PR fortran/48636 |
| * gcc.dg/ipa/inlinehint-1.c: New. |
| |
| 2012-08-20 Florian Weimer <fweimer@redhat.com> |
| |
| PR c++/19351 |
| * g++.dg/init/new38.C: New test. |
| * g++.dg/init/new39.C: New test. |
| |
| 2012-08-20 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/54089 |
| * gcc.target/sh/pr54089-1.c: New. |
| |
| 2012-08-20 Oleg Endo <olegendo@gcc.gnu.org> |
| |
| PR target/51244 |
| * gcc.target/sh/pr51244-11.c: New. |
|