1. 02 Jan, 2012 24 commits
  2. 01 Jan, 2012 10 commits
    • re PR c++/16603 (Incorrect enumerator type before enumeration's closing brace) · 11cc5f49
      /cp
      2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/16603
      	* decl.c (build_enumerator): Don't call perform_integral_promotions
      	on the value.
      
      /testsuite
      2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/16603
      	* g++.dg/parse/enum8.C: New.
      
      From-SVN: r182776
      Paolo Carlini committed
    • re PR c++/51379 ([C++0x] [DR 799] reinterpret_cast is not particularly useful) · 9f88ff5a
      /cp
      2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/51379
      	* typeck.c (build_reinterpret_cast_1): Implement resolution of
      	DR 799.
      
      /testsuite
      2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/51379
      	* g++.dg/conversion/reinterpret4.C: New.
      	* g++.dg/conversion/reinterpret1.C: Adjust.
      
      From-SVN: r182775
      Paolo Carlini committed
    • constexpr-delegating2.C: Add missing piece. · b81e8df8
      2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
      
      From-SVN: r182774
      Paolo Carlini committed
    • gcc.c (process_command): Update copyright notice dates. · 66f1b195
      gcc/
      	* gcc.c (process_command): Update copyright notice dates.
      	* gcov.c (print_version): Likewise.
      	* gcov-dump.c (print_version): Likewise.
      	* mips-tfile.c (main): Likewise.
      	* mips-tdump.c (main): Likewise.
      gcc/fortran/
      	* gfortranspec.c (lang_specific_driver): Update copyright notice
      	dates.
      gcc/java/
      	* jcf-dump.c (version): Update copyright notice dates.
      libmudflap/
      	* mf-runtime.c (__mf_usage): Update copyright notice dates.
      libjava/
      	* gnu/gcj/convert/Convert.java (version): Update copyright notice
      	dates.
      	* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
      libjava/classpath/
      	* gnu/java/rmi/registry/RegistryImpl.java (version): Update
      	copyright notice dates.
      	* tools/gnu/classpath/tools/orbd/Main.java (run): Likewise.
      
      From-SVN: r182773
      Jakub Jelinek committed
    • crash25.C: Adjust. · 5135baed
      gcc/testsuite/ChangeLog
      
      2011-12-31  Fabien Chene  <fabien@gcc.gnu.org>
      
      	* g++.old-deja/g++.brendan/crash25.C: Adjust.
      	* g++.old-deja/g++.brendan/crash56.C: Likewise.
      	* g++.old-deja/g++.jason/access14.C: Likewise.
      	* g++.old-deja/g++.jason/access8.C: Likewise.
      	* g++.old-deja/g++.jason/access1.C: Likewise.
      	* g++.old-deja/g++.other/access3.C: Likewise.
      	* g++.old-deja/g++.other/access5.C: Likewise.
      	* g++.old-deja/g++.law/unsorted1.C: Likewise.
      	* g++.old-deja/g++.law/visibility22.C: Likewise.
      	* g++.old-deja/g++.law/visibility26.C: Likewise.
      	* g++.old-deja/g++.mike/p2746.C: Likewise.
      	* g++.dg/debug/using1.C: Likewise.
      	* g++.dg/lookup/using51.C: Likewise.
      	* g++.dg/inherit/using5.C: Likewise.
      	* g++.dg/inherit/pr30297.C: Likewise.
      	* g++.dg/inherit/access8.C: Likewise.
      	* g++.dg/torture/pr39362.C: Likewise.
      	* g++.dg/template/crash13.C: Likewise.
      	* g++.dg/template/using10.C: Likewise.
      
      gcc/cp/ChangeLog
      
      2011-12-31  Fabien Chene  <fabien@gcc.gnu.org>
      
      	* parser.c (cp_parser_using_declaration): Add a warning about
      	deprecated access declarations when no errors were encountered
      	while parsing the access declaration. Save the first token in
      	order to emit the warning at the right place.
      
      From-SVN: r182772
      Fabien Chêne committed
    • backport: re PR fortran/51502 (Potentially wrong code generation due to wrong implict_pure check) · b4cbc46c
      2012-01-01  Thomas König  <tkoenig@gcc.gnu.org>
      
      	Backport from trunk
      	PR fortran/51502
      	* lib/gcc-dg.exp (scan-module-absence):  New function.
      	* gfortran.dg/implicit_pure_2.f90:  New test.
      
      From-SVN: r182771
      Thomas Koenig committed
    • re PR tree-optimization/51704 (ICE: vector VEC(vec_void_p,base) index domain… · f2c74cc4
      re PR tree-optimization/51704 (ICE: vector VEC(vec_void_p,base) index domain error, in vinfo_for_stmt at tree-vectorizer.h:620 with -O3 -fno-tree-copy-prop -fno-tree-fre)
      
      
              PR tree-optimization/51704
              * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Check that
              a use is inside the basic block or loop before accessing its
              vect info.
      
      From-SVN: r182769
      Ira Rosen committed
    • re PR c++/51723 ([C++0x] delegating constructor ICE) · 1d2314ed
      2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/51723
      	* g++.dg/cpp0x/constexpr-delegating2.C: New.
      
      From-SVN: r182768
      Paolo Carlini committed
    • re PR rtl-optimization/51069 (ICE in verify_loop_structure, at cfgloop.c:1559) · 06f1716b
      	PR rtl-optimization/51069
      	* cfgloopmanip.c (remove_path): Removing path making irreducible
      	region unconditional makes BB part of the region.
      	* gcc.c-torture/compile/pr51069.c: New testcase.
      
      From-SVN: r182767
      Jan Hubicka committed
    • Daily bump. · 41d2ea57
      From-SVN: r182765
      GCC Administrator committed
  3. 31 Dec, 2011 6 commits
    • re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first… · 45a5b21a
      re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argument optimized away by ccp)
      
      	PR tree-optimization/51683
      	* tree-ssa-propagate.c (substitute_and_fold): Don't optimize away
      	calls with side-effects.
      	* tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
      
      	* gcc.dg/pr51683.c: New test.
      
      From-SVN: r182761
      Jakub Jelinek committed
    • cselib.h (cselib_add_permanent_equiv): Declare. · 6f2ffb4b
      * cselib.h (cselib_add_permanent_equiv): Declare.
      (canonical_cselib_val): New.
      * cselib.c (new_elt_loc_list): Rework to support value
      equivalences.  Adjust all callers.
      (preserve_only_constants): Retain value equivalences.
      (references_value_p): Retain preserved values.
      (rtx_equal_for_cselib_1): Handle value equivalences.
      (cselib_invalidate_regno): Use canonical value.
      (cselib_add_permanent_equiv): New.
      * alias.c (find_base_term): Reset locs lists while recursing.
      * var-tracking.c (val_bind): New.  Don't add equivalences
      present in cselib table, compared with code moved from...
      (val_store): ... here.
      (val_resolve): Use val_bind.
      (VAL_EXPR_HAS_REVERSE): Drop.
      (add_uses): Do not create MOps for addresses.  Do not mark
      non-REG non-MEM expressions as requiring resolution.
      (reverse_op): Record reverse as a cselib equivalence.
      (add_stores): Use it.  Do not create MOps for addresses.
      Do not require resolution for non-REG non-MEM expressions.
      Simplify support for reverse operations.
      (compute_bb_dataflow): Drop reverse support.
      (emit_notes_in_bb): Likewise.
      (create_entry_value): Rename to...
      (record_entry_value): ... this.  Use cselib equivalences.
      (vt_add_function_parameter): Adjust.
      
      From-SVN: r182760
      Alexandre Oliva committed
    • re PR c++/51397 (static_assert message formatting) · 32210fd6
      /cp
      2011-12-31  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/51397
      	* semantics.c (finish_static_assert): Use %s instead of %E for
      	the error message.
      
      /testsuite
      2011-12-31  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/51397
      	* g++.dg/cpp0x/static_assert6.C: New.
      
      From-SVN: r182757
      Paolo Carlini committed
    • Fix _Locale vs. _Local typos. · 553fb1c2
      From-SVN: r182756
      Jonathan Wakely committed
    • vrp47: Pass -march=i586 for ia32 target. · b670ab58
      	* gcc.dg/tree-ssa/vrp47: Pass -march=i586 for ia32 target.
      
      From-SVN: r182755
      Uros Bizjak committed
    • re PR fortran/51502 (Potentially wrong code generation due to wrong implict_pure check) · f29041dd
      2011-12-31  Thomas König  <tkoenig@gcc.gnu.org>
      
      	PR fortran/51502
      	* expr.c (gfc_check_vardef_context):  When determining
      	implicit pure status, also check for variable definition
      	context.  Walk up namespaces until a procedure is
      	found to reset the implict pure attribute.
      	* resolve.c (gfc_implicit_pure):  Walk up namespaces
      	until a procedure is found.
      
      2011-12-31  Thomas König  <tkoenig@gcc.gnu.org>
      
      	PR fortran/51502
      	* lib/gcc-dg.exp (scan-module-absence):  New function.
      	* gfortran.dg/implicit_pure_2.f90:  New test.
      
      From-SVN: r182754
      Thomas Koenig committed