- 05 Jan, 2011 13 commits
-
-
PR go/47176 byte/libbytes.a depends on unicode.gox. From-SVN: r168512
Ian Lance Taylor committed -
* config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for newly inserted insns. (pad_bb): Likewise. (spu_emit_branch_hint): Likewise. (insert_hbrp_for_ilb_runout): Likewise. (spu_machine_dependent_reorg): Call df_finish_pass after schedule_insns returns. From-SVN: r168510
Ulrich Weigand committed -
ChangeLog: * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage. testsuite/ChangeLog: * gcc.dg/stack-usage-1.c (SIZE): Provide proper value for __SPU__. From-SVN: r168509
Ulrich Weigand committed -
PR tree-optimization/47005 * tree-sra.c (struct access): Add 'non_addressable' bit. (create_access): Set it for a DECL_NONADDRESSABLE_P field. (decide_one_param_reduction): Return 0 if the parameter is passed by reference and one of the accesses in the group is non_addressable. From-SVN: r168508
Eric Botcazou committed -
2011-01-05 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/46017 * resolve.c (resolve_allocate_deallocate): Follow references to check for duplicate occurence of allocation/deallocation objects. 2011-01-05 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/46017 * gfortran.dg/allocate_error_2.f90: New test. From-SVN: r168506
Thomas Koenig committed -
2011-01-05 Janus Weil <janus@gcc.gnu.org> PR fortran/47024 * trans-decl.c (gfc_trans_deferred_vars): Initialize the _vpr component of polymorphic allocatables according to their declared type. 2011-01-05 Janus Weil <janus@gcc.gnu.org> PR fortran/47024 * gfortran.dg/storage_size_3.f08: New. From-SVN: r168505
Janus Weil committed -
PR go/47158 PR go/47159 PR go/47160 PR go/47161 Fix space leaks. Patch from Ettl Martin. From-SVN: r168504
Ian Lance Taylor committed -
2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47154 * gfortran.dg/namelist_68.f90: New test. From-SVN: r168503
Jerry DeLisle committed -
2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47154 * io/list_read.c (namelist_read): Remove calls to hit_eof to avoid the duplicate calls via next_record. From-SVN: r168502
Jerry DeLisle committed -
From-SVN: r168501
Joseph Myers committed -
PR go/46959 PR go/46960 PR go/46961 PR go/46962 PR go/46963 PR go/46964 Use __builtin_unwind_init rather than the SAVE_REGS hack. From-SVN: r168500
Ian Lance Taylor committed -
From-SVN: r168499
GCC Administrator committed -
PR go/46958 PR go/46965 Call __builtin_return_address with 0 rather than 1. From-SVN: r168495
Ian Lance Taylor committed
-
- 04 Jan, 2011 27 commits
-
-
From-SVN: r168494
Ian Lance Taylor committed -
re PR tree-optimization/47056 (10 Ada ACATS tests fail to link with undefined reference on ia64-linux) PR tree-optimization/47056 * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers. (mark_load): Likewise. Handle FUNCTION_DECL specially. (mark_store): Likewise. Pass STMT to ipa_record_reference. From-SVN: r168493
Eric Botcazou committed -
PR preprocessor/39213 * directives.c (end_directive): Call _cpp_remove_overlay for deferred pragmas as well in traditional mode. Co-Authored-By: Jakub Jelinek <jakub@redhat.com> From-SVN: r168490
Eric Botcazou committed -
From-SVN: r168489
Ian Lance Taylor committed -
* dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the initializer. Skip view conversions from aggregate types. From-SVN: r168488
Eric Botcazou committed -
From-SVN: r168487
Ian Lance Taylor committed -
From-SVN: r168486
Ian Lance Taylor committed -
From-SVN: r168485
Ian Lance Taylor committed -
From-SVN: r168484
Ian Lance Taylor committed -
From-SVN: r168483
Ian Lance Taylor committed -
From-SVN: r168482
Ian Lance Taylor committed -
From-SVN: r168481
Ian Lance Taylor committed -
From-SVN: r168480
Ian Lance Taylor committed -
From-SVN: r168479
Kai Tietz committed -
From-SVN: r168478
Ian Lance Taylor committed -
From-SVN: r168477
Ian Lance Taylor committed -
From-SVN: r168476
Ian Lance Taylor committed -
2011-01-04 Kai Tietz <kai.tietz@onevision.com> PR bootstrap/47055 * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC. From-SVN: r168475
Kai Tietz committed -
2011-01-04 Kai Tietz <kai.tietz@onevision.com> PR libstdc++/47145 * configure.ac (AC_CHECK_FILE): Replaced by test -f. * configure: Regenerated. Unbreaking cross-compiling ... From-SVN: r168474
Kai Tietz committed -
From-SVN: r168473
Ian Lance Taylor committed -
From-SVN: r168471
Philipp Thomas committed -
2011-01-04 Janus Weil <janus@gcc.gnu.org> PR fortran/46448 * class.c (gfc_find_derived_vtab): Set the module field for the copying routine to make sure it receives module name mangling. 2011-01-04 Janus Weil <janus@gcc.gnu.org> PR fortran/46448 * gfortran.dg/class_34.f90: New. From-SVN: r168464
Janus Weil committed -
* function.c (thread_prologue_and_epilogue_insns): Do not crash on empty epilogue sequences. From-SVN: r168463
Ulrich Weigand committed -
* gcc.dg/torture/builtin-cproj-1.c: On the __SPU__ target, do not use __builtin_inff. Skip all single-precision tests that require Infinity. From-SVN: r168462
Ulrich Weigand committed -
* config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now, non-static): New Driver options. From-SVN: r168461
Joseph Myers committed -
* gcc-interface/decl.c: Disable Stdcall convention handling for 64-bit. Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com> From-SVN: r168460
Pascal Obry committed -
PR driver/47137 * gcc.c (default_compilers[]): Set combinable field to 0 for all assembly languages. From-SVN: r168459
Jie Zhang committed
-