]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
12 years agoDaily bump.
GCC Administrator [Tue, 22 Jan 2013 00:17:02 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195352

12 years agore PR rtl-optimization/56023 ([alpha] -fcompare-debug failure due to sched1 pass)
Uros Bizjak [Mon, 21 Jan 2013 18:02:57 +0000 (19:02 +0100)] 
re PR rtl-optimization/56023 ([alpha] -fcompare-debug failure due to sched1 pass)

PR rtl-optimization/56023
* haifa-sched.c (fix_inter_tick): Do not update ticks of instructions,
dependent on debug instruction.

testsuite/ChangeLog:

PR rtl-optimization/56023
* gcc.dg/pr56023.c: New test.

From-SVN: r195345

12 years agore PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa-prop...
Martin Jambor [Mon, 21 Jan 2013 17:09:22 +0000 (18:09 +0100)] 
re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa-prop.c:2141 with -O2 -fno-early-inlining -fno-weak)

2013-01-21  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimizations/55264
* cgraph.c (cgraph_create_virtual_clone): Mark clones as non-virtual.
* cgraph.h (cgraph_only_called_directly_p): Return false for virtual
functions.
* ipa-inline.c (cgraph_clone_inlined_nodes): Do reuse nodes of any
virtual function.
* ipa.c (cgraph_remove_unreachable_nodes): Never return true for
virtual methods before inlining is over.

testsuite/
* g++.dg/ipa/pr55264.C: New test.

From-SVN: r195340

12 years agoDaily bump.
GCC Administrator [Mon, 21 Jan 2013 00:17:42 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195327

12 years agoDaily bump.
GCC Administrator [Sun, 20 Jan 2013 00:17:14 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195315

12 years agoDaily bump.
GCC Administrator [Sat, 19 Jan 2013 00:17:10 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195307

12 years agoDaily bump.
GCC Administrator [Fri, 18 Jan 2013 00:17:16 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195284

12 years agoDaily bump.
GCC Administrator [Thu, 17 Jan 2013 00:17:29 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195254

12 years agoDaily bump.
GCC Administrator [Wed, 16 Jan 2013 00:17:00 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195221

12 years agoDaily bump.
GCC Administrator [Tue, 15 Jan 2013 00:17:01 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195182

12 years agore PR fortran/55072 (Missing internal_pack leads to wrong code with derived type)
Janus Weil [Mon, 14 Jan 2013 21:24:36 +0000 (22:24 +0100)] 
re PR fortran/55072 (Missing internal_pack leads to wrong code with derived type)

2013-01-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/55072
* trans-array.c (gfc_conv_array_parameter): No packing was done for
full arrays of derived type.

2013-01-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/55072
* gfortran.dg/internal_pack_13.f90: New test.
* gfortran.dg/internal_pack_14.f90: New test.

From-SVN: r195178

12 years ago- fix whitespace in laste gcc/ChangeLog entry
Matthias Klose [Mon, 14 Jan 2013 18:24:52 +0000 (18:24 +0000)] 
- fix whitespace in laste gcc/ChangeLog entry

From-SVN: r195168

12 years agore PR fortran/55618 (Failures with ISO_Varying_String test suite)
Paul Thomas [Mon, 14 Jan 2013 17:59:07 +0000 (17:59 +0000)] 
re PR fortran/55618 (Failures with ISO_Varying_String test suite)

2013-01-14  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55618
* trans-expr.c (gfc_conv_procedure_call): Dereference scalar
character function arguments to elemental procedures in
scalarization loops.

2013-01-14  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55618
* gfortran.dg/elemental_scalar_args_2.f90: New test.

From-SVN: r195159

12 years ago- insert blank line in gcc/ChangeLog
Matthias Klose [Mon, 14 Jan 2013 16:48:58 +0000 (16:48 +0000)] 
- insert blank line in gcc/ChangeLog

From-SVN: r195156

12 years agoinvoke.texi: Document -print-multiarch.
Matthias Klose [Mon, 14 Jan 2013 16:35:23 +0000 (16:35 +0000)] 
invoke.texi: Document -print-multiarch.

2013-01-14  Matthias Klose  <doko@ubuntu.com>

* doc/invoke.texi: Document -print-multiarch.
* doc/install.texi: Document --enable-multiarch.
* doc/fragments.texi: Document MULTILIB_OSDIRNAMES, MULTIARCH_DIRNAME.
* configure.ac: Add --enable-multiarch option.
Substitute with_cpu, with_float.
* configure: Regenerate.
* Makefile.in (s-mlib): Pass MULTIARCH_DIRNAME to genmultilib.
enable_multiarch, with_cpu, with_float: New macros.
if_multiarch: New macro, define in terms of enable_multiarch.
* genmultilib: Add new argument for the multiarch name.
* gcc.c (multiarch_dir): Define.
(for_each_path): Search for multiarch suffixes.
(driver_handle_option): Handle multiarch option.
(do_spec_1): Pass -imultiarch if defined.
(main): Print multiarch.
(set_multilib_dir): Separate multilib and multiarch names
from multilib_select.
(print_multilib_info): Ignore multiarch names in multilib_select.
* incpath.c (add_standard_paths): Search the multiarch include dirs.
* cppdefault.h (default_include): Document multiarch in multilib
member.
* cppdefault.c: [LOCAL_INCLUDE_DIR, STANDARD_INCLUDE_DIR] Add an
        include directory for multiarch directories.
* common.opt: New options --print-multiarch and -imultilib.

* config.gcc <i[34567]86-*-gnu*> (tmake_file): Include i386/t-gnu.
<i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu> (tmake_file):
Include i386/t-kfreebsd.
* config/i386/t-linux64: Add multiarch names in
MULTILIB_OSDIRNAMES, define MULTIARCH_DIRNAME.
* config/i386/t-linux: Define MULTIARCH_DIRNAME.
* config/i386/t-gnu: New file.
* config/i386/t-kfreebsd: Likewise.

* config/sparc/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
* config/sparc/t-linux: Define MULTIARCH_DIRNAME.

* config/pa/t-linux, config/pa/t-linux64: Define MULTIARCH_DIRNAME.

* config/mips/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.

* config/arm/t-linux-eabi: Define MULTIARCH_DIRNAME for linux target.

* config/rs6000/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
* config/rs6000/t-linux: New file; define MULTIARCH_DIRNAME.
* config/rs6000/t-fprules (SOFT_FLOAT_CPUS): New macro. Add e300c2
to the list.
(MULTILIB_MATCHES_FLOAT): Define in terms of SOFT_FLOAT_CPUS.
* config.gcc <powerpc-*-linux* | powerpc64-*-linux*> (tmake_file):
Include rs6000/t-linux for 32bit non-biarch configurations.

* config/s390/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.

* config/m68k/t-linux: Define MULTIARCH_DIRNAME.

* config/ia64/t-linux: New file; define MULTIARCH_DIRNAME.
* config.gcc <ia64*-*-linux*> (tmake_file): Include ia64/t-linux.

From-SVN: r195154

12 years agotree-vectorizer.h (vect_get_single_scalar_iteraion_cost): Fix typo.
Eric Botcazou [Mon, 14 Jan 2013 15:00:14 +0000 (15:00 +0000)] 
tree-vectorizer.h (vect_get_single_scalar_iteraion_cost): Fix typo.

* tree-vectorizer.h (vect_get_single_scalar_iteraion_cost): Fix typo.
* tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Likewise.
(vect_estimate_min_profitable_iter): Adjust to above fix.
* tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.

From-SVN: r195149

12 years agoDaily bump.
GCC Administrator [Mon, 14 Jan 2013 00:16:55 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r195138

12 years agoDaily bump.
GCC Administrator [Sun, 13 Jan 2013 00:17:05 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195126

12 years agoDaily bump.
GCC Administrator [Sat, 12 Jan 2013 00:18:38 +0000 (00:18 +0000)] 
Daily bump.

From-SVN: r195121

12 years agoDaily bump.
GCC Administrator [Fri, 11 Jan 2013 00:17:29 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195100

12 years agoDaily bump.
GCC Administrator [Thu, 10 Jan 2013 00:17:18 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195070

12 years agoDaily bump.
GCC Administrator [Wed, 9 Jan 2013 00:17:25 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195041

12 years agore PR fortran/42769 ([OOP] ICE in resolve_typebound_procedure)
Mikael Morin [Tue, 8 Jan 2013 20:01:49 +0000 (20:01 +0000)] 
re PR fortran/42769 ([OOP] ICE  in resolve_typebound_procedure)

PR fortran/42769
PR fortran/45836
PR fortran/45900
* module.c (read_module): Don't reuse local symtree if the associated
symbol isn't exactly the one wanted.  Don't reuse local symtree if it is
ambiguous.
* resolve.c (resolve_call): Use symtree's name instead of symbol's to
lookup the symtree.

PR fortran/42769
PR fortran/45836
PR fortran/45900
* gfortran.dg/use_23.f90: New test.
* gfortran.dg/use_24.f90: New test.
* gfortran.dg/use_25.f90: New test.
* gfortran.dg/use_26.f90: New test.
* gfortran.dg/use_27.f90: New test.

From-SVN: r195032

12 years agoDaily bump.
GCC Administrator [Tue, 8 Jan 2013 00:17:45 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r195000

12 years agoRemove non-existant change from the ChangeLog
Mikael Morin [Mon, 7 Jan 2013 18:16:44 +0000 (18:16 +0000)] 
Remove non-existant change from the ChangeLog

From-SVN: r194988

12 years agore PR fortran/55827 (ICE with multiple fortran modules and character lenght determine...
Steven G. Kargl [Mon, 7 Jan 2013 18:10:46 +0000 (18:10 +0000)] 
re PR fortran/55827 (ICE with multiple fortran modules and character lenght determined by an interfaced pure function)

2013-01-07  Steven G. Kargl  <kargl@gcc.gnu.org>
    Mikael Morin  <mikael@gcc.gnu.org>

PR fortran/55827
* trans-expr.c (gfc_conv_function_expr): Init sym earlier. Use it.

2013-01-07  Steven G. Kargl  <kargl@gcc.gnu.org>
    Mikael Morin  <mikael@gcc.gnu.org>

PR fortran/55827
* gfortran.dg/use_22.f90: New test.

Co-Authored-By: Mikael Morin <mikael@gcc.gnu.org>
From-SVN: r194987

12 years agoDaily bump.
GCC Administrator [Mon, 7 Jan 2013 00:17:01 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194955

12 years agoDaily bump.
GCC Administrator [Sun, 6 Jan 2013 00:16:53 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r194934

12 years agore PR target/53789 (ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU...
John David Anglin [Sat, 5 Jan 2013 16:55:43 +0000 (16:55 +0000)] 
re PR target/53789 (ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU MPFR on parisc)

PR target/53789
* config/pa/pa.md (movsi): Revert previous change.
* config/pa/pa.h (LEGITIMATE_CONSTANT_P): Reject all TLS symbol
references.

From-SVN: r194933

12 years agoDaily bump.
GCC Administrator [Sat, 5 Jan 2013 00:16:35 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r194922

12 years agore PR c++/55877 (Anon visibility issues)
Jason Merrill [Fri, 4 Jan 2013 20:30:15 +0000 (15:30 -0500)] 
re PR c++/55877 (Anon visibility issues)

PR c++/55877
* decl.c (reset_type_linkage, bt_reset_linkage): New.
(grokdeclarator): Use reset_type_linkage.
* name-lookup.c (binding_table_foreach): Handle null table.
* tree.c (decl_anon_ns_mem_p): Check TYPE_MAIN_DECL, not TYPE_NAME.

From-SVN: r194915

12 years agoi386: Backport gcc.dg/torture/tls/tls-reload-1.c fix from master
Richard Henderson [Fri, 4 Jan 2013 04:19:44 +0000 (20:19 -0800)] 
i386: Backport gcc.dg/torture/tls/tls-reload-1.c fix from master

* config/i386/i386.c (ix86_expand_move): Always assign to op1
after eliminating TLS symbols.

From-SVN: r194883

12 years agoDaily bump.
GCC Administrator [Fri, 4 Jan 2013 00:17:41 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194876

12 years agoDaily bump.
GCC Administrator [Thu, 3 Jan 2013 00:17:13 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194825

12 years agore PR c++/55804 (GCC omits required call to constructor)
Jason Merrill [Wed, 2 Jan 2013 19:03:46 +0000 (14:03 -0500)] 
re PR c++/55804 (GCC omits required call to constructor)

PR c++/55804
PR c++/55032
PR c++/55245
* tree.c (build_array_type_1): Revert earlier change.
* cp/tree.c (build_cplus_array_type): Copy layout information
to main variant if necessary.

From-SVN: r194813

12 years agoDaily bump.
GCC Administrator [Wed, 2 Jan 2013 00:17:19 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194771

12 years agoDaily bump.
GCC Administrator [Tue, 1 Jan 2013 00:17:01 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194765

12 years agoDaily bump.
GCC Administrator [Mon, 31 Dec 2012 00:17:04 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194758

12 years agoDaily bump.
GCC Administrator [Sun, 30 Dec 2012 00:17:01 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194754

12 years agoDaily bump.
GCC Administrator [Sat, 29 Dec 2012 00:17:00 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194747

12 years agoDaily bump.
GCC Administrator [Fri, 28 Dec 2012 00:16:48 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r194740

12 years agoDaily bump.
GCC Administrator [Thu, 27 Dec 2012 00:16:59 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r194727

12 years agore PR target/53789 (ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU...
John David Anglin [Wed, 26 Dec 2012 17:29:08 +0000 (17:29 +0000)] 
re PR target/53789 (ICE in gen_reg_rtx, at emit-rtl.c:864/865 when compiling GNU MPFR on parisc)

PR target/53789
* config/pa/pa.md (movsi): Reject expansion of TLS symbol references
after reload starts.

From-SVN: r194723

12 years agoDaily bump.
GCC Administrator [Wed, 26 Dec 2012 00:17:07 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194719

12 years agoDaily bump.
GCC Administrator [Tue, 25 Dec 2012 00:17:12 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194710

12 years agoDaily bump.
GCC Administrator [Mon, 24 Dec 2012 00:17:03 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194707

12 years agoDaily bump.
GCC Administrator [Sun, 23 Dec 2012 00:17:18 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194701

12 years agoDaily bump.
GCC Administrator [Sat, 22 Dec 2012 00:17:32 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194689

12 years agore PR tree-optimization/55355 (internal compiler error: in tree_low_cst, at tree...
Martin Jambor [Fri, 21 Dec 2012 22:28:40 +0000 (23:28 +0100)] 
re PR tree-optimization/55355 (internal compiler error: in tree_low_cst, at tree.c:6415)

2012-12-21  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/55355
* tree-sra.c (type_internals_preclude_sra_p): Also check that
bit_position is small enough to fit a single HOST_WIDE_INT.

* testsuite/g++.dg/torture/pr55355.C: New test.

From-SVN: r194686

12 years agoDaily bump.
GCC Administrator [Fri, 21 Dec 2012 00:17:14 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194653

12 years agoDaily bump.
GCC Administrator [Thu, 20 Dec 2012 00:17:25 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194623

12 years agoDaily bump.
GCC Administrator [Wed, 19 Dec 2012 00:17:08 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194595

12 years agoDaily bump.
GCC Administrator [Tue, 18 Dec 2012 00:17:06 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194569

12 years agothread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exceptions.
Jonathan Wakely [Mon, 17 Dec 2012 02:15:34 +0000 (02:15 +0000)] 
thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exceptions.

     * src/c++11/thread.cc (execute_native_thread_routine): Do not swallow
     __forced_unwind exceptions.
     * testsuite/30_threads/thread/native_handle/cancel.cc: New.

From-SVN: r194549

12 years agoDaily bump.
GCC Administrator [Mon, 17 Dec 2012 00:17:34 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194544

12 years agore PR ada/54614 (Vector * Matrix -> Vector gives wrong result)
Eric Botcazou [Sun, 16 Dec 2012 10:45:12 +0000 (10:45 +0000)] 
re PR ada/54614 (Vector * Matrix -> Vector gives wrong result)

PR ada/54614
Backport from mainline

2012-10-01  Vincent Pucci  <pucci@adacore.com>

* s-gearop.adb (Vector_Matrix_Product): Fix dimension check and index
of Left in S evaluation.

From-SVN: r194535

12 years agoDaily bump.
GCC Administrator [Sun, 16 Dec 2012 00:17:03 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194526

12 years agoDaily bump.
GCC Administrator [Sat, 15 Dec 2012 00:16:59 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r194513

12 years agoDaily bump.
GCC Administrator [Fri, 14 Dec 2012 00:17:17 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194493

12 years agoDaily bump.
GCC Administrator [Thu, 13 Dec 2012 00:17:33 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194464

12 years agoDaily bump.
GCC Administrator [Wed, 12 Dec 2012 00:17:39 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194433

12 years agore PR c++/54883 (Name mangling of types in an unnamed namespace)
Jason Merrill [Tue, 11 Dec 2012 22:46:37 +0000 (17:46 -0500)] 
re PR c++/54883 (Name mangling of types in an unnamed namespace)

PR c++/54883
* decl2.c (min_vis_r): Handle anon visibility for enums.

From-SVN: r194432

12 years agore PR target/54121 (ICE at extract_insn, at recog.c:2123 with -fprofile-generate)
Eric Botcazou [Tue, 11 Dec 2012 18:46:20 +0000 (18:46 +0000)] 
re PR target/54121 (ICE at extract_insn, at recog.c:2123 with -fprofile-generate)

PR target/54121
* config/sparc/sparc.md (tldo_stb_sp32): Fix pasto.
(tldo_stb_sp64): Likewise.
(tldo_sth_sp32): Likewise.
(tldo_sth_sp64): Likewise.
(tldo_stw_sp32): Likewise.
(tldo_stw_sp64): Likewise.
(tldo_stx_sp64): Likewise.

From-SVN: r194413

12 years agoDaily bump.
GCC Administrator [Tue, 11 Dec 2012 00:17:02 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194376

12 years agoDaily bump.
GCC Administrator [Mon, 10 Dec 2012 00:17:48 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194340

12 years agoDaily bump.
GCC Administrator [Sun, 9 Dec 2012 00:17:13 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194326

12 years agoDaily bump.
GCC Administrator [Sat, 8 Dec 2012 00:18:11 +0000 (00:18 +0000)] 
Daily bump.

From-SVN: r194313

12 years agore PR c++/55032 (Internal compiler error: in strip_typedefs, at cp/tree.c:1199)
Jason Merrill [Fri, 7 Dec 2012 04:58:45 +0000 (23:58 -0500)] 
re PR c++/55032 (Internal compiler error: in strip_typedefs, at cp/tree.c:1199)

PR c++/55032
* tree.c (build_array_type_1): Re-layout if we found it in the
hash table.

From-SVN: r194286

12 years agore PR c++/55249 (Multiple copy constructors for template class lead to link errors)
Jason Merrill [Fri, 7 Dec 2012 04:58:32 +0000 (23:58 -0500)] 
re PR c++/55249 (Multiple copy constructors for template class lead to link errors)

PR c++/55249
* tree.c (build_vec_init_elt): Use the type of the initializer.

From-SVN: r194285

12 years agoDaily bump.
GCC Administrator [Fri, 7 Dec 2012 00:17:22 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194276

12 years agoBackport for mainline:
John David Anglin [Thu, 6 Dec 2012 02:19:48 +0000 (02:19 +0000)] 
Backport for mainline:

2011-11-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

PR middle-end/50283
* config/pa/pa.md (in_branch_delay): Disallow frame related insns.
(in_nullified_branch_delay): Likewise.
(in_call_delay): Likewise.

2012-11-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

PR target/55195
* config/pa/pa.md (type): Add sibcall and sh_func_adrs insn types.
(in_branch_delay): Don't allow sibcall or sh_func_adrs insns.
(in_nullified_branch_delay): Likewise.
(in_call_delay): Likewise.
Define delay for sibcall insns.  Adjust Z3 and Z4 insn reservations for
new types.  Add opaque cond to mark all calls, sibcalls, dyncalls and
the $$sh_func_adrs call as variable.  Update type of sibcalls and
$$sh_func_adrs call.
* config/pa/pa.c (pa_adjust_insn_length): Revise to return updated
length instead of adjustment.  Handle negative and undefined call
adjustments for insn_default_length.  Remove adjustment for millicode
insn with unfilled delay slot.
(pa_output_millicode_call): Update for revised millicode length.
* config/pa/pa.h (ADJUST_INSN_LENGTH): Revise to set LENGTH.

2012-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

* config/pa/pa.md: Use "const_int 0" instead of match_test to simplify
opaque cond in all call insns.

From-SVN: r194238

12 years agoDaily bump.
GCC Administrator [Thu, 6 Dec 2012 00:17:18 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194232

12 years agoDaily bump.
GCC Administrator [Wed, 5 Dec 2012 00:17:07 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194170

12 years agore PR bootstrap/55571 (PR48076 fix broke bootstrap on armv5tel-linux-gnueabi)
Richard Henderson [Tue, 4 Dec 2012 19:11:33 +0000 (11:11 -0800)] 
re PR bootstrap/55571 (PR48076 fix broke bootstrap on armv5tel-linux-gnueabi)

PR bootstrap/55571

        * Makefile.in (libgcc_s.so): Depend on and link with libgcc.a.

From-SVN: r194161

12 years agoia64.c (ia64_compute_frame_size): Allocate the scratch area if the function allocates...
Eric Botcazou [Tue, 4 Dec 2012 09:09:12 +0000 (09:09 +0000)] 
ia64.c (ia64_compute_frame_size): Allocate the scratch area if the function allocates dynamic stack space.

* config/ia64/ia64.c (ia64_compute_frame_size): Allocate the scratch
area if the function allocates dynamic stack space.
(ia64_initial_elimination_offset): Adjust offsets to above change.

From-SVN: r194123

12 years agoDaily bump.
GCC Administrator [Tue, 4 Dec 2012 00:17:17 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194109

12 years agoDaily bump.
GCC Administrator [Mon, 3 Dec 2012 00:17:12 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194061

12 years agoDaily bump.
GCC Administrator [Sun, 2 Dec 2012 00:17:15 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194040

12 years agopr52407.c: Add "-fno-common" option on hppa*-*-hpux*.
John David Anglin [Sat, 1 Dec 2012 21:48:09 +0000 (21:48 +0000)] 
pr52407.c: Add "-fno-common" option on hppa*-*-hpux*.

* gcc.dg/torture/pr52407.c: Add "-fno-common" option on hppa*-*-hpux*.

From-SVN: r194033

12 years agoDaily bump.
GCC Administrator [Sat, 1 Dec 2012 00:17:10 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r194013

12 years agoDaily bump.
GCC Administrator [Fri, 30 Nov 2012 00:17:25 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193974

12 years agore PR c++/53862 ([C++11] sorry, unimplemented: use of 'type_pack_expansion' in template)
Jason Merrill [Thu, 29 Nov 2012 21:58:16 +0000 (16:58 -0500)] 
re PR c++/53862 ([C++11] sorry, unimplemented: use of 'type_pack_expansion' in template)

PR c++/53862
* pt.c (tsubst_arg_types): Add "end" parameter.
(check_undeduced_parms): Use it.

From-SVN: r193970

12 years agore PR c++/51662 (Temporary objects gets garbage collected in cc1plus)
Jason Merrill [Thu, 29 Nov 2012 21:58:04 +0000 (16:58 -0500)] 
re PR c++/51662 (Temporary objects gets garbage collected in cc1plus)

PR c++/51662
* method.c (process_subob_fn): Increment function_depth around call to
instantiate_decl.

From-SVN: r193969

12 years agore PR libgcc/48076 (Unsafe double checked locking in __emutls_get_address)
Richard Henderson [Thu, 29 Nov 2012 21:11:00 +0000 (13:11 -0800)] 
re PR libgcc/48076 (Unsafe double checked locking in __emutls_get_address)

PR libgcc/48076
        * emutls.c (__emutls_get_address): Add memory barrier before
        referencing emutls_key.

From-SVN: r193959

12 years agore PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and 3 for...
Kai Tietz [Thu, 29 Nov 2012 15:28:48 +0000 (16:28 +0100)] 
re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and 3 for native x86_64-w64-mingw32)

PR target/53912
* class.c (dump_class_hierarchy_r): Cast from pointer via uintptr_t.
(dump_vtable): Likewise.

From-SVN: r193936

12 years agoDaily bump.
GCC Administrator [Thu, 29 Nov 2012 00:16:57 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r193912

12 years agoDaily bump.
GCC Administrator [Wed, 28 Nov 2012 00:16:45 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r193875

12 years agoDaily bump.
GCC Administrator [Tue, 27 Nov 2012 00:17:04 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193833

12 years agoDaily bump.
GCC Administrator [Mon, 26 Nov 2012 00:17:09 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193799

12 years agoDaily bump.
GCC Administrator [Sun, 25 Nov 2012 00:17:07 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193788

12 years agore PR fortran/55314 (Rejects some valid ALLOCATE statements)
Thomas Koenig [Sat, 24 Nov 2012 22:17:35 +0000 (22:17 +0000)] 
re PR fortran/55314 (Rejects some valid ALLOCATE statements)

2012-11-24  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/55314
Backport from trunk
* resolve.c (resolve_allocate_deallocate):  Compare all
subscripts when deciding if to reject a (de)allocate
statement.

2012-11-24  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/55314
Backport from trunk
* gfortran.dg/allocate_error_4.f90:  New test.

From-SVN: r193784

12 years agoDaily bump.
GCC Administrator [Sat, 24 Nov 2012 00:17:04 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193772

12 years agoDaily bump.
GCC Administrator [Fri, 23 Nov 2012 00:16:38 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r193738

12 years agoDaily bump.
GCC Administrator [Thu, 22 Nov 2012 00:17:04 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193717

12 years agoDaily bump.
GCC Administrator [Wed, 21 Nov 2012 00:17:14 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193682

12 years agoDaily bump.
GCC Administrator [Tue, 20 Nov 2012 00:17:22 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193641

12 years agoDaily bump.
GCC Administrator [Mon, 19 Nov 2012 00:17:35 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193608

12 years agoDaily bump.
GCC Administrator [Sun, 18 Nov 2012 00:17:10 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193592

12 years agoDaily bump.
GCC Administrator [Sat, 17 Nov 2012 00:17:12 +0000 (00:17 +0000)] 
Daily bump.

From-SVN: r193578

12 years agoDaily bump.
GCC Administrator [Fri, 16 Nov 2012 00:16:53 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r193544