1. 21 Mar, 2011 9 commits
    • mrs's avatar
      gcc: · 61ff902c
      mrs authored
      2011-03-21  Jack Howarth  <howarth@bromo.med.uc.edu>
      
      	* lib/prune.exp (prune_gcc_output): Prune "could not create
      	compact unwind for" warnings.
      
      libstdc++:
      2011-03-21  Jack Howarth  <howarth@bromo.med.uc.edu>
      
      	* testsuite/lib/prune.exp (libstdc++-dg-prune): Prune "could not
      	create compact unwind for" warnings.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171263 138bc75d-0d04-0410-961f-82ee72b054a4
      61ff902c
    • jakub's avatar
      PR c/42544 · 119d06b2
      jakub authored
      	PR c/48197
      	* c-common.c (shorten_compare): If primopN is first sign-extended
      	to opN and then zero-extended to result type, set primopN to opN.
      
      	* gcc.c-torture/execute/pr42544.c: New test.
      	* gcc.c-torture/execute/pr48197.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171252 138bc75d-0d04-0410-961f-82ee72b054a4
      119d06b2
    • meissner's avatar
      Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053 · 00e59df9
      meissner authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171247 138bc75d-0d04-0410-961f-82ee72b054a4
      00e59df9
    • rguenth's avatar
      2011-03-21 Richard Guenther <rguenther@suse.de> · 4c59b58b
      rguenth authored
      	PR c/47939
      	* c-decl.c (grokdeclarator): Drop to the main variant only
      	for array types.  Drop flag_gen_aux_info check.
      
      	* gcc.dg/debug/dwarf2/pr47939-1.c: New testcase.
      	* gcc.dg/debug/dwarf2/pr47939-2.c: Likewise.
      	* gcc.dg/debug/dwarf2/pr47939-3.c: Likewise.
      	* gcc.dg/debug/dwarf2/pr47939-4.c: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171245 138bc75d-0d04-0410-961f-82ee72b054a4
      4c59b58b
    • jakub's avatar
      PR target/48213 · 2b03de53
      jakub authored
      	* config/s390/s390.c (s390_delegitimize_address): Don't call
      	lowpart_subreg if orig_x has BLKmode.
      
      	* gcc.dg/pr48213.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171211 138bc75d-0d04-0410-961f-82ee72b054a4
      2b03de53
    • ktietz's avatar
      ChangeLog gcc/ · ac86af5d
      ktietz authored
      2011-03-21  Kai Tietz  <ktietz@redhat.com>
      
      	PR target/12171
      	* doc/plugins.texi: Adjust documentation
      	for plugin register_callback.
      	* tree.h (attribute_spec): Add new member
      	affects_type_identity.
      	- Zitierten Text anzeigen -
      	* attribs.c (empty_attribute_table): Adjust
      	attribute_spec initializers.
      	* config/alpha/alpha.c: Likewise.
      	* config/arc/arc.c: Likewise.
      	* config/arm/arm.c: Likewise.
      	* config/avr/avr.c: Likewise.
      	* config/bfin/bfin.c: Likewise.
      	* config/crx/crx.c: Likewise.
      	* config/darwin.h: Likewise.
      	* config/h8300/h8300.c: Likewise.
      	* config/i386/cygming.h: Likewise.
      	* config/i386/i386.c: Likewise.
      	* config/ia64/ia64.c: Likewise.
      	* config/m32c/m32c.c: Likewise.
      	* config/m32r/m32r.c: Likewise.
      	* config/m68hc11/m68hc11.c: Likewise.
      	* config/m68k/m68k.c: Likewise.
      	* config/mcore/mcore.c: Likewise.
      	* config/mep/mep.c: Likewise.
      	* config/microblaze/microblaze.c: Likewise.
      	* config/mips/mips.c: Likewise.
      	* config/rs6000/rs6000.c: Likewise.
      	* config/rx/rx.c: Likewise.
      	* config/sh/sh.c: Likewise.
      	* config/sol2.h: Likewise.
      	* config/sparc/sparc.c: Likewise.
      	* config/spu/spu.c: Likewise.
      	* config/stormy16/stormy16.c: Likewise.
      	* config/v850/v850.c: Likewise.
      
      ChangeLog gcc/cp
      
      2011-03-21  Kai Tietz  <ktietz@redhat.com>
      
      	PR target/12171
      	* tree.c (cxx_attribute_table): Adjust table.
      
      ChangeLog gcc/testsuite
      
      2011-03-21  Kai Tietz  <ktietz@redhat.com>
      
      	PR target/12171
      	* g++.dg/plugin/attribute_plugin.c: Adjust test.
      
      ChangeLog gcc/java
      
      2011-03-21  Kai Tietz  <ktietz@redhat.com>
      
      	PR target/12171
      	* lang.c (java_attribute_table): Adjust table.
      
      ChangeLog gcc/lto
      
      2011-03-21  Kai Tietz  <ktietz@redhat.com>
      
      	PR target/12171
      	* lto-lang.c (lto_attribute_table): Adjust table.
      
      ChangeLog gcc/ada
      
      2011-03-21  Kai Tietz  <ktietz@redhat.com>
      
      	PR target/12171
      	* gcc-interface/utils.c (gnat_internal_attribute_table):
      	Add new element.
      
      ChangeLog gcc/c-family
      
      2011-03-17  Kai Tietz
      
      	PR target/12171
      	* c-common.c (c_common_attribute_table):
      	Add new element.
      	(c_common_format_attribute_table): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171209 138bc75d-0d04-0410-961f-82ee72b054a4
      ac86af5d
    • cltang's avatar
      2011-03-21 Chung-Lin Tang <cltang@codesourcery.com> · 37b591fd
      cltang authored
      	* simplify-rtx.c (simplify_binary_operation_1): Handle
      	(xor (and A B) C) case when B and C are both constants.
      
      	testsuite/
      	* gcc.target/arm/xor-and.c: New.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171208 138bc75d-0d04-0410-961f-82ee72b054a4
      37b591fd
    • tkoenig's avatar
      2010-03-21 Thomas Koenig <tkoenig@gcc.gnu.org> · bf48f16e
      tkoenig authored
      	PR fortran/22572
      	* gfortran.h (gfc_option_t) : Add
      	flag_aggressive_function_elimination.
      	(gfc_dep_compare_functions):  Add prototype.
      	* lang.opt: Add faggressive-function-elimination.
      	* invoke.texi: Document -faggressive-function-elimination.
      	* frontend_passes (expr_array):  New static variable.
      	(expr_size):  Likewise.
      	(expr_count):  Likewise.
      	(current_code):  Likewise.
      	(current_ns):  Likewise.
      	(gfc_run_passes):  Allocate and free space for expressions.
      	(cfe_register_funcs):  New function.
      	(create_var):  New function.
      	(cfc_expr_0):  New function.
      	(cfe_code):  New function.
      	(optimize_namespace):  Invoke gfc_code_walker with cfe_code
      	and cfe_expr_0.
      	* dependency.c (gfc_dep_compare_functions):  New function.
      	(gfc_dep_compare_expr):  Use it.
      	* options.c (gfc_init_options):  Handle
      	flag_aggressive_function_elimination.
      	(gfc_handle_option):  Likewise.
      
      2010-03-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR fortran/22572
      	* gfortran.dg/function_optimize_1.f90:  New test.
      	* gfortran.dg/function_optimize_2.f90:  New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171207 138bc75d-0d04-0410-961f-82ee72b054a4
      bf48f16e
    • hjl's avatar
      Add 2 testcases for PR rtl-optimization/47502. · fde0303e
      hjl authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171205 138bc75d-0d04-0410-961f-82ee72b054a4
      fde0303e
  2. 20 Mar, 2011 1 commit
  3. 19 Mar, 2011 2 commits
  4. 18 Mar, 2011 11 commits
  5. 17 Mar, 2011 11 commits
  6. 16 Mar, 2011 6 commits