- 30 Dec, 2009 12 commits
-
-
2009-12-30 Daniel Frey <d.frey@gmx.de> Paolo Carlini <paolo.carlini@oracle.com> * include/std/type_traits (is_explicitly_convertible, is_constructible): Add. * testsuite/util/testsuite_tr1.h (ExplicitClass): Add. * testsuite/20_util/is_explicitly_convertible/value.cc: New. * testsuite/20_util/is_constructible/value.cc: Likewise. 2009-12-30 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/util/testsuite_tr1.h (test_relationship): Add variadic version. * testsuite/20_util/is_explicitly_convertible/requirements/ typedefs.cc: New. * testsuite/20_util/is_explicitly_convertible/requirements/ explicit_instantiation.cc: Likewise. * testsuite/20_util/is_constructible/requirements/typedefs.cc: Likewise. * testsuite/20_util/is_constructible/requirements/ explicit_instantiation.cc: Likewise. * testsuite/20_util/is_convertible/value.cc: Extend. * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust dg-error line numbers. * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Likewise. * testsuite/20_util/declval/requirements/1_neg.cc: Likewise. From-SVN: r155529
Paolo Carlini committed -
PR lto/42531 * lto-streamer-out.c (produce_asm): Skip any leading asterisk when using DECL_ASSEMBLER_NAME to generate a section name. (copy_function): Likewise. From-SVN: r155528
Dave Korn committed -
PR target/42516 * config/m68k/m68k.md (rotlsi_16): New insn. From-SVN: r155527
Andreas Schwab committed -
PR c/42439 * c-decl.c (check_bitfield_type_and_width): Only pedwarn if pedantic for bit-field width not an integer constant expression but folding to one. testsuite: * gcc.dg/bitfld-19.c, gcc.dg/bitfld-20.c, gcc.dg/bitfld-21.c: New tests. From-SVN: r155526
Joseph Myers committed -
PR tree-optimization/41956 * tree-vect-slp.c (vect_supported_load_permutation_p): Add check that the load indices differ. From-SVN: r155523
Ira Rosen committed -
From-SVN: r155520
Uros Bizjak committed -
PR target/42549 * config/i386/mmx.md ("*mmx_subv2sf3): Fix insn operand number for alternative 1. testsuite/ChangeLog: PR target/42549 * gcc.target/i386/mmx-3dnow-check.h: New file. * gcc.target/i386/pr42549.c: New test. From-SVN: r155519
Uros Bizjak committed -
/gcc 2009-12-30 Robert Millan <rmh.gcc@aybabtu.com> PR other/42537 * errors.c: Fix typo in comment. * graphite-sese-to-poly.c: Likewise. * profile.c (is_inconsistent): Fix typo in string. /libjava 2009-12-30 Robert Millan <rmh.gcc@aybabtu.com> PR other/42537 * classpath/java/rmi/activation/Activatable.java: Fix typos in comment. From-SVN: r155518
Robert Millan committed -
2009-12-30 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/stl_iterator.h.: Fix typo in comment. From-SVN: r155517
Paolo Carlini committed -
./: PR middle-end/42099 * expmed.c (expand_divmod): Don't shift HOST_WIDE_INT value more than HOST_BITS_PER_WIDE_INT. testsuite/: PR middle-end/42099 * gcc.c-torture/execute/20091229-1.c: New test. From-SVN: r155516
Ian Lance Taylor committed -
2009-12-29 Edward Smith-Rowland <3dw4rd@verizon.net> * include/bits/random.h: Fix equation in comment of Weibull distro. From-SVN: r155515
Edward Smith-Rowland committed -
From-SVN: r155514
GCC Administrator committed
-
- 29 Dec, 2009 10 commits
-
-
2009-12-29 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c (ix86_expand_int_vcond): Reformat. From-SVN: r155509
H.J. Lu committed -
gcc/fortran/ 2009-12-29 Janus Weil <janus@gcc.gnu.org> PR fortran/42517 * invoke.texi: Document the interference of -fcheck=recursion and -fopenmp. * trans-decl.c (gfc_generate_function_code): Disable -fcheck=recursion when used with -fopenmp. gcc/testsuite/ 2009-12-29 Janus Weil <janus@gcc.gnu.org> PR fortran/42517 * gfortran.dg/gomp/recursion1.f90: New test. From-SVN: r155506
Janus Weil committed -
* gnat.dg/test_raise_from_pure.adb: XFAIL for the ARM. * gnat.dg/warn5.adb: Expect warning on the ARM. From-SVN: r155505
Eric Botcazou committed -
2009-12-29 Paolo Carlini <paolo.carlini@oracle.com> * include/std/bitset (bitset<>::to_ullong, _M_do_to_ullong): Add. (_Base_bitset<>::_M_do_to_ullong): Add. * include/debug/bitset (bitset<>): Add using _Base::to_ullong. * include/profile/bitset (bitset<>): Likewise. * testsuite/23_containers/bitset/to_ullong/1.cc: New. From-SVN: r155504
Paolo Carlini committed -
From-SVN: r155503
Joseph Myers committed -
From-SVN: r155501
Joel Brobecker committed -
2009-10-06 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk> PR objective-c++/41595 * config/darwin.c (darwin_label_is_anonymous_local_objc_name): New function to recognize objective c/c++ internal symbols, including mangled ones. * config/darwin.h (ASM_OUTPUT_LABELREF): Use darwin_label_is_anonymous_local_objc_name to detect both mangled and clear ObjC internal symbols. From-SVN: r155500
Dave Korn committed -
PR c++/42447 * pt.c (iterative_hash_template_arg): Don't rely on TYPE_CANONICAL for ARRAY_TYPE. From-SVN: r155499
Jason Merrill committed -
2009-12-28 Paolo Carlini <paolo.carlini@oracle.com> * include/debug/bitset (bitset<>::bitset(const char*)): Add. * include/profile/bitset (bitset<>::bitset(const char*)): Likewise. From-SVN: r155498
Paolo Carlini committed -
From-SVN: r155497
GCC Administrator committed
-
- 28 Dec, 2009 8 commits
-
-
gcc/fortran/ 2009-12-28 Janus Weil <janus@gcc.gnu.org> PR fortran/42353 * symbol.c (gfc_find_derived_vtab): Make vtabs and vtypes private. gcc/testsuite/ 2009-12-28 Janus Weil <janus@gcc.gnu.org> PR fortran/42353 * gfortran.dg/class_13.f03: New test. From-SVN: r155494
Janus Weil committed -
* src/powerpc/ffi_darwin.c (ffi_prep_args): Copy abi and nargs to local variables. (aix_adjust_aggregate_sizes): New function. (ffi_prep_cif_machdep): Call it. From-SVN: r155492
David Edelsohn committed -
From-SVN: r155490
H.J. Lu committed -
From-SVN: r155488
H.J. Lu committed -
gcc/ 2009-12-28 H.J. Lu <hongjiu.lu@intel.com> PR middle-end/41344 * omp-low.c (diagnose_sb_2): Handle GIMPLE_COND. gcc/testsuite/ 2009-12-28 H.J. Lu <hongjiu.lu@intel.com> * gfortran.dg/gomp/pr41344.f: New. From-SVN: r155487
H.J. Lu committed -
* MAINTAINERS: Change my email address. From-SVN: r155486
Christopher Faylor committed -
re PR tree-optimization/42231 (Wrong generated code when using a callback function (possible callback function inlining bug ?)) 2009-12-27 Martin Jambor <mjambor@suse.cz> PR tree-optimization/42231 * testsuite/gcc.c-torture/execute/pr42231.c: New test. From-SVN: r155485
Martin Jambor committed -
From-SVN: r155484
GCC Administrator committed
-
- 27 Dec, 2009 3 commits
-
-
From-SVN: r155480
Joseph Myers committed -
2009-12-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> Daniel Kraft <d@domob.eu> PR fortran/22552 * lang.opt (Wimplicit-procedure): New option. * gfortran.h (struct gfc_option_t): New member `warn_implicit_procedure' * options.c (gfc_handle_option): Handle -Wimplicit-procedure. * interface.c (gfc_procedure_use): Warn about procedure never explicitly declared if requested by the new flag. * invoke.texi: Document new flag -Wimplicit-procedure. 2009-12-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> Daniel Kraft <d@domob.eu> PR fortran/22552 * gfortran.dg/warn_implicit_procedure_1.f90: New test. Co-Authored-By: Daniel Kraft <d@domob.eu> From-SVN: r155479
Francois-Xavier Coudert committed -
From-SVN: r155478
GCC Administrator committed
-
- 26 Dec, 2009 7 commits
-
-
2009-12-26 Andreas Tobler <a.tobler@schweiz.org> * configure.ac: Define FFI_MMAP_EXEC_WRIT for the given targets. * configure: Regenerate. * fficonfig.h.in: Likewise. * src/closures.c: Remove the FFI_MMAP_EXEC_WRIT definition for Solaris/x86. From-SVN: r155475
Andreas Tobler committed -
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Advance intarg_count when a float arguments is passed in memory. (ffi_closure_helper_SYSV): Mark general registers as used up when a 64bit or soft-float long double argument is passed in memory. From-SVN: r155473
Andreas Schwab committed -
From-SVN: r155472
Anthony Green committed -
From-SVN: r155471
Matthias Klose committed -
From-SVN: r155470
Frank Everdij committed -
From-SVN: r155469
Bradley Smith committed -
From-SVN: r155468
GCC Administrator committed
-