OSDN Git Service

pf3gnuchains/gcc-fork.git
15 years ago * Makefile.tpl: Add BOOT_ADAFLAGS.
ebotcazou [Sat, 16 Aug 2008 07:25:30 +0000 (07:25 +0000)]
* Makefile.tpl: Add BOOT_ADAFLAGS.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139149 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 16 Aug 2008 03:42:54 +0000 (03:42 +0000)]
2008-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/35863
* gfortran.dg/utf8_1.f03: New test.
* gfortran.dg/utf8_2.f03: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139148 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 16 Aug 2008 03:38:31 +0000 (03:38 +0000)]
2008-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/35863
* intrinsics/selected_char_kind.c: Enable iso_10646.
* io/read.c (typedef uchar): New type.
(read_utf8): New function to read a single UTF-8 encoded character.
(read_utf8_char1): New function to read UTF-8 into a KIND=1 string.
(read_default_char1): New functio to read default into KIND=1 string.
(read_utf8_char4): New function to read UTF-8 into a KIND=4 string.
(read_default_char4): New function to read UTF-8 into a KIND=4 string.
(read_a): Modify to use the new functions.
(read_a_char4): Modify to use the new functions.
* io/write.c (error.h): Add include. (typedef uchar): New type.
(write_default_char4): New function to default write KIND=4 string.
(write_utf8_char4): New function to UTF-8 write KIND=4 string.
(write_a_char4): Modify to use new functions.
(write_character): Modify to use new functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139147 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 16 Aug 2008 03:36:32 +0000 (03:36 +0000)]
2008-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/35863
* io.c (gfc_match_open): Enable UTF-8 in checks.
* simplify.c (gfc_simplify_selected_char_kind): Enable iso_10646.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139146 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Sat, 16 Aug 2008 00:16:47 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139142 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: When converting
ebotcazou [Fri, 15 Aug 2008 22:34:52 +0000 (22:34 +0000)]
* expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: When converting
to BLKmode, try to fetch an inner memory reference.  Use 'mode' in
lieu of TYPE_MODE (type) throughout.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139139 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/arm/arm.c (add_minipool_backward_ref): Check for
jsm28 [Fri, 15 Aug 2008 20:12:01 +0000 (20:12 +0000)]
* config/arm/arm.c (add_minipool_backward_ref): Check for
8-byte-aligned entries in second case of forcing insertion after a
particular entry.  Change third case to avoid inserting
non-8-byte-aligned entries before 8-byte-aligned ones.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139135 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-15 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 15 Aug 2008 12:59:16 +0000 (12:59 +0000)]
2008-08-15  Richard Guenther  <rguenther@suse.de>

* tree-ssa-ccp.c (maybe_fold_offset_to_reference): Do not
strip components for unknown size accesses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139129 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Fri, 15 Aug 2008 11:23:20 +0000 (11:23 +0000)]
2008-08-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

testsuite/
* gcc.dg/pr30551-6.c: Skip for SPU.
* gcc.dg/pr30551-3.c: Likewise.
* gcc.dg/pr30551.c: Likewise.
* g++.dg/warn/pr30551-2.C: Likewise.
* g++.dg/warn/pr30551.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139126 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoFix long line.
ebotcazou [Fri, 15 Aug 2008 09:10:25 +0000 (09:10 +0000)]
Fix long line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139125 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-15 Wolfgang Gellerich <gellerich@de.ibm.com>
krebbel [Fri, 15 Aug 2008 07:36:40 +0000 (07:36 +0000)]
2008-08-15  Wolfgang Gellerich  <gellerich@de.ibm.com>

* config/s390/2097.md New file.
* config/s390/s390.md ("z10prop" attribute): Define none,
        z10_super, z10_super_E1, z10_super_A1, z10_super_c,
        z10_super_c_E1, z10_fwd, z10_fwd_A1, z10_fwd_A3, z10_fwd_E1,
        z10_rec, z10_fr, z10_fr_A3, z10_fr_E1, z10_c, and z10_cobra as
        possible values and apply them to insns as appropriate.
        ("type" attribute): Removed itof and added ftrunctf,ftruncdf,
        ftruncsd, ftruncdd, itoftf, itofdf, itofsf, itofdd, itoftd,
        fdivdd, fdivtd, floaddd, floadsd, fmuldd, fmultd, fsimpdd,
        fsimpsd, fsimptd, fstoredd, fstoresd, ftoidfp as possible
        values.
("bfp" mode attribute): Removed.  Every occurence replaced
with <mode>.
* config/s390/s390.c (struct "z10_cost"): Updated entries.
* config/s390/2084.md (insn_reservation "x_itof"): Updated
          type attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139124 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Fri, 15 Aug 2008 00:17:25 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139121 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-14 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 14 Aug 2008 21:36:31 +0000 (21:36 +0000)]
2008-08-14  H.J. Lu  <hongjiu.lu@intel.com>

PR libfortran/37123
* intrinsics/cshift0.c (cshift0): Fix 2 typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139117 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-14 Janus Weil <janus@gcc.gnu.org>
janus [Thu, 14 Aug 2008 21:15:59 +0000 (21:15 +0000)]
2008-08-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/36705
* symbol.c (check_conflict): Move conflict checks for (procedure,save)
and (procedure,intent) to resolve_fl_procedure.
* resolve.c (resolve_fl_procedure): Ditto.

2008-08-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/36705
* gfortran.dg/argument_checking_7.f90: Modified.
* gfortran.dg/conflicts.f90: Modified.
* gfortran.dg/proc_decl_1.f90: Modified.
* gfortran.dg/proc_ptr_9.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139116 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago/cp
paolo [Thu, 14 Aug 2008 19:04:05 +0000 (19:04 +0000)]
/cp
2008-08-14  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/34485
* pt.c (check_template_shadow): Change to return a bool.
* name-lookup.c (push_class_level_binding): Early return if
check_template_shadow returns false.
* cp-tree.h (check_template_shadow): Adjust declaration.

/testsuite
2008-08-14  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/34485
* g++.dg/template/crash81.C: New.
* g++.old-deja/g++.benjamin/tem03.C: Adjust.
* g++.old-deja/g++.benjamin/tem04.C: Likewise.
* g++.old-deja/g++.brendan/crash7.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139114 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-14 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Thu, 14 Aug 2008 18:31:32 +0000 (18:31 +0000)]
2008-08-14  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/36886
* Makefile.am:  Added $(i_cshift0_c).
Added $(i_cshift0_c) to gfor_built_specific_src.
Add rule to build from cshift0.m4.
* Makefile.in:  Regenerated.
* libgfortran.h:  Addedd prototypes for cshift0_i1,
cshift0_i2, cshift0_i4, cshift0_i8, cshift0_i16,
cshift0_r4, cshift0_r8, cshift0_r10, cshift0_r16,
cshift0_c4, cshift0_c8, cshift0_c10, cshift0_c16.
Define Macros GFC_UNALIGNED_C4 and GFC_UNALIGNED_C8.
* intrinsics/cshift0.c:  Remove helper functions for
the innter shift loop.
(cshift0):  Call specific functions depending on type
of array argument.  Only call specific functions for
correct alignment for other types.
* m4/cshift0.m4:  New file.
* generated/cshift0_i1.c:  New file.
* generated/cshift0_i2.c:  New file.
* generated/cshift0_i4.c:  New file.
* generated/cshift0_i8:.c  New file.
* generated/cshift0_i16.c:  New file.
* generated/cshift0_r4.c:  New file.
* generated/cshift0_r8.c:  New file.
* generated/cshift0_r10.c:  New file.
* generated/cshift0_r16.c:  New file.
* generated/cshift0_c4.c:  New file.
* generated/cshift0_c8.c:  New file.
* generated/cshift0_c10.c:  New file.
* generated/cshift0_c16.c:  New file.

2008-08-14  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/36886
* gfortran.dg/cshift_char_3.f90:  New test case.
* gfortran.dg/cshift_nan_1.f90:  New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139111 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-14 Rafael Avila de Espindola <espindola@google.com>
espindola [Thu, 14 Aug 2008 16:05:36 +0000 (16:05 +0000)]
2008-08-14  Rafael Avila de Espindola  <espindola@google.com>

* gcc.dg/visibility-14.c: New test.
* gcc.dg/visibility-15.c: New test.
* gcc.dg/visibility-16.c: New test.
* gcc.dg/visibility-17.c: New test.
* gcc.dg/visibility-18.c: New test.
* gcc.dg/visibility-19.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139100 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago/cp
paolo [Thu, 14 Aug 2008 15:11:01 +0000 (15:11 +0000)]
/cp
2008-08-14  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/34600
* decl.c (grokdeclarator): In case of extern and initializer, return
error_mark_node after the error.

/testsuite
2008-08-14  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/34600
* g++.dg/parse/crash43.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139099 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Thu, 14 Aug 2008 13:01:58 +0000 (13:01 +0000)]
2008-08-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

        PR c/28152
* c-parser.c (c_lex_one_token): Do not store the canonical spelling
for keywords.
testsuite/
* gcc.dg/parser-pr28152.c: New.
* gcc.dg/parser-pr28152-2.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139097 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-14 Dorit Nuzman <dorit@il.ibm.com>
dorit [Thu, 14 Aug 2008 12:47:56 +0000 (12:47 +0000)]
2008-08-14  Dorit Nuzman  <dorit@il.ibm.com>

        * tree-vect-transform.c (vect_create_epilog_for_reduction): Takes an
        additional argument. Support reduction when duplication is needed due
        to data-types of different sizes in the loop.
        (get_initial_def_for_induction): Fix printout.
        (vect_get_vec_def_for_stmt_copy): Support case where the
        vec_stmt_for_operand is a phi node.
        (vectorizable_reduction): Support reduction when duplication is needed
        due to data-types of different sizes in the loop.
        (vectorizable_call): Remove restriction to not vectorize in case we
        have data-types of different sizes in the loop.
        (vectorizable_conversion): Likewise.
        (vectorizable_operation): Likewise.
        (vectorizable_type_demotion): Likewise.
        (vectorizable_type_promotion): Likewise.
        (vectorizable_induction): Add restriction to not vectorize in case
        we have data-types of different sizes in the loop.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139096 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/37101
uros [Thu, 14 Aug 2008 11:57:18 +0000 (11:57 +0000)]
PR target/37101
* config/i386/sse.md (vec_concatv2di): Remove movlps alternative.
(*vec_concatv2di_rex64_sse4_1): Ditto.
(*vec_concatv2di_rex64_sse): Ditto.

testsuite/ChangeLog:

PR target/37101
* gcc.target/i386/pr37101.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139095 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR middle-end/37103
jakub [Thu, 14 Aug 2008 09:02:46 +0000 (09:02 +0000)]
PR middle-end/37103
* fold-const.c (fold_widened_comparison): Do not allow
sign changes that change the result even if shorter type
is wider than arg1_unw's type.

* gcc.c-torture/execute/20080813-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139093 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 14 Aug 2008 04:35:32 +0000 (04:35 +0000)]
2008-08-13  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/i386/incoming-1.c: Skip *-*-darwin*.
* gcc.target/i386/incoming-2.c: Likewise.
* gcc.target/i386/incoming-3.c: Likewise.
* gcc.target/i386/incoming-4.c: Likewise.
* gcc.target/i386/incoming-5.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139092 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 14 Aug 2008 01:17:09 +0000 (01:17 +0000)]
2008-08-13  Paolo Carlini  <paolo.carlini@oracle.com>

Re-instate last patch, amended to use __exchange_and_add_dispatch
and __atomic_add_dispatch in eh_ptr.cc and eh_throw.cc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139091 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Thu, 14 Aug 2008 00:16:36 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139089 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gcc.dg/arm-g2.c, gcc.dg/arm-mmx-1.c, gcc.dg/arm-scd42-2.c:
kazu [Wed, 13 Aug 2008 23:21:12 +0000 (23:21 +0000)]
* gcc.dg/arm-g2.c, gcc.dg/arm-mmx-1.c, gcc.dg/arm-scd42-2.c:
Skip if the multilib testing specifies -march that does not
agree with the one specified in the testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139086 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/sparc/sparc.c (emit_soft_tfmode_cvt): Explicitly sign or
jsm28 [Wed, 13 Aug 2008 20:52:22 +0000 (20:52 +0000)]
* config/sparc/sparc.c (emit_soft_tfmode_cvt): Explicitly sign or
zero extend SImode values being converted to TFmode before passing
to libcalls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139084 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Predefine
uweigand [Wed, 13 Aug 2008 20:36:57 +0000 (20:36 +0000)]
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Predefine
__PPU__ when targeting the Cell/B.E. PPU processor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139082 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 13 Aug 2008 20:10:42 +0000 (20:10 +0000)]
2008-08-13  Paolo Carlini  <paolo.carlini@oracle.com>

Revert the last patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139075 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 13 Aug 2008 20:08:55 +0000 (20:08 +0000)]
2008-08-13  Paolo Carlini  <paolo.carlini@oracle.com>

Revert the last patch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139074 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gimple.h (gimple_call_set_chain): Accept SSA variables.
ebotcazou [Wed, 13 Aug 2008 19:38:39 +0000 (19:38 +0000)]
* gimple.h (gimple_call_set_chain): Accept SSA variables.
* tree-ssa-pre.c (create_component_ref_by_pieces_1) <CALL_EXPR>:
Rematerialize the static chain, if any.
* tree-ssa-sccvn.c (copy_reference_ops_from_call): Also copy the
static chain.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139072 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 13 Aug 2008 18:25:14 +0000 (18:25 +0000)]
2008-08-13  H.J. Lu  <hongjiu.lu@intel.com>

* dwarf2out.c (dwarf_stack_op_name): Remove prototype.
(new_loc_descr): Likewise.
(add_loc_descr): Likewise.
(size_of_loc_descr): Likewise.
(size_of_locs): Likewise.
(output_loc_operands): Likewise.
(output_loc_sequence): Likewise.
(new_reg_loc_descr): New.
(build_cfa_loc): Use it.
(build_cfa_aligned_loc): Likewise.
(one_reg_loc_descriptor): Likewise.
(based_loc_descr): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139065 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Sebastian Redl <sebastian.redl@getdesigned.at>
paolo [Wed, 13 Aug 2008 18:14:51 +0000 (18:14 +0000)]
2008-08-13  Sebastian Redl <sebastian.redl@getdesigned.at>

Add exception propagation support as per N2179.
        * libsupc++/exception_ptr.h (exception_ptr, current_exception,
        copy_exception, rethrow_exception): New file, implement exception
propagation.
        * libsupc++/eh_ptr.cc (exception_ptr, current_exception,
        rethrow_exception, __gxx_dependent_exception_cleanup): Likewise.
        * libsupc++/unwind-cxx.h (__cxa_exception): Add reference count.
(__cxa_dependent_exception, __cxa_allocate_dependent_exception,
        __cxa_free_dependent_exception, __get_dependent_exception_from_ue,
        __GXX_INIT_DEPENDENT_EXCEPTION_CLASS, __is_dependent_exception,
        __gxx_dependent_exception_class, __get_object_from_ue,
        __get_object_from_ambiguous_exception): Add.
        (__GXX_INIT_EXCEPTION_CLASS, __gxx_exception_class): Rename.
        (__is_gxx_exception_class): Handle dependent exceptions.
        * libsupc++/eh_arm.cc (__cxa_type_match): Likewise.
        * libsupc++/eh_call.cc (__cxa_call_unexpected): Likewise.
        * libsupc++/eh_personality.cc (__gxx_personality_*): Likewise.
        * libsupc++/eh_type.cc (__cxa_current_exception_type): Likewise.
        * libsupc++/eh_alloc.cc (__cxa_allocate_dependent_exception,
        __cxa_free_dependent_exception): Add.
        * libsupc++/eh_throw.cc (__gxx_exception_cleanup): Handle reference
        counting.
        * libsupc++/exception: Conditionally include exception_ptr.h.
        * libsupc++/Makefile.am: Register new files.
        * libsupc++/Makefile.in: Regenerate.
        * config/abi/pre/gnu.ver: Add new symbols.
        * testsuite/18_support/exception_ptr/current_exception.cc: Test the
        core functionality of current_exception().
        * testsuite/18_support/exception_ptr/rethrow_exception.cc: Test the
        core functionality of rethrow_exception().
        * testsuite/18_support/exception_ptr/lifespan.cc: Test the life span of
        exception objects during exception propagation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139064 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Wed, 13 Aug 2008 17:57:47 +0000 (17:57 +0000)]
2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR 30551
* doc/invoke.texi (Wmain): Update.
* c-decl.c (start_decl): warn_main is only 0 or 1.
(start_function): Likewise. Fix formatting.
(finish_function): Delete redundant warning.
* c.opt (Wmain): Add Var(warn_main) and Init(-1).
* c-opts (c_common_handle_option): -Wall only has effect if
warn_main is uninitialized. OPT_Wmain is automatically
handled. -pedantic also enables Wmain.
(c_common_post_options): Handle all logic for Wmain here.
* c-common.c (warn_main): Delete.
(check_main_parameter_types): Make pedwarns conditional on
OPT_Wmain.
* c-common.h (warn_main): Delete.
cp/
* decl.c (grokfndecl): Call check_main_parameters_type only if
-Wmain.
testsuite/
* gcc.dg/pr30551.c: New.
* gcc.dg/pr30551-2.c: New.
* gcc.dg/pr30551-3.c: New.
* gcc.dg/pr30551-4.c: New.
* gcc.dg/pr30551-5.c: New.
* gcc.dg/pr30551-6.c: New.
* gcc.dg/tree-ssa/reassoc-3.c: Don't compile with -pedantic-errors.
* g++.dg/warn/pr30551.C: New.
* g++.dg/warn/pr30551-2.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139063 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 13 Aug 2008 16:20:42 +0000 (16:20 +0000)]
2008-08-13  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/36701
* expr.c (emit_group_store): Allocate stack temp with the
largest alignment when copying from register to stack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139062 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 13 Aug 2008 14:22:19 +0000 (14:22 +0000)]
2008-08-13  Richard Guenther  <rguenther@suse.de>

* tree.h (maybe_fold_offset_to_address): Declare.
* tree-ssa-ccp.c (surely_varying_stmt_p): Fix typo in last commit.
(ccp_fold): Handle pointer conversions the same as fold_stmt.
Likewise for POINTER_PLUS_EXPR.
(maybe_fold_offset_to_reference): Enable disabled code.
(maybe_fold_offset_to_address): New function.
(fold_stmt_r): Use it.
(fold_gimple_assign): Likewise.
* gimplify.c (gimplify_conversion): Use maybe_fold_offset_to_address.
(gimplify_expr): Likewise.

* gcc.dg/tree-ssa/ssa-ccp-21.c: New testcase.
* gcc.dg/tree-ssa/ssa-ccp-22.c: Likewise.
* gcc.dg/tree-ssa/ssa-ccp-23.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139061 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Wed, 13 Aug 2008 12:26:18 +0000 (12:26 +0000)]
2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

* toplev.h (pedwarn_at): Fix declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139054 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
jsm28 [Wed, 13 Aug 2008 11:51:41 +0000 (11:51 +0000)]
* config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
LINK_SPEC): Use %R in -Y P argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139053 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agonew file
aldyh [Wed, 13 Aug 2008 10:58:47 +0000 (10:58 +0000)]
new file

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139052 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago gcc/ada/
sam [Wed, 13 Aug 2008 10:57:43 +0000 (10:57 +0000)]
gcc/ada/
PR ada/36777
* sem_util.ads, sem_util.adb (Is_Protected_Self_Reference): New.
* sem_attr.adb (Check_Type): The current instance of a protected
object is not a type name.
(Analyze_Access_Attribute): Accept instances of protected objects.
(Analyze_Attribute, Attribute_Address clause): Ditto.
* exp_attr.adb (Expand_N_Attribute_Reference): Rewrite
the prefix as being the current instance if needed.

    gcc/testsuite/
PR ada/36777
* gnat.dg/protected_self_ref1.adb, gnat.dg/protected_self_ref2.adb:
New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139051 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Wed, 13 Aug 2008 10:19:03 +0000 (10:19 +0000)]
2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR c/15236
* diagnostic.c (pedwarn_at): New.
* toplev.h (pedwarn_at): Declare.
* c-tree.h (build_enumerator): Update declaration.
* c-decl.c (finish_enum): Update comment.
(build_enumerator): Take a location parameter. Give a pedwarn but do
not perform any conversion.
* c-parser.c (c_parser_enum_specifier): Set correct location for
enumerator.
testsuite/
* gcc.dg/pr15236.c: New.
* gcc.dg/torture/pr25183.c: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139050 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Wed, 13 Aug 2008 10:01:52 +0000 (10:01 +0000)]
2008-08-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR 35635
* c-common.c (conversion_warning): Use a switch. Ignore boolean
expressions except for conversions to signed:1 bitfields. Handle
COND_EXPR with constant operands.
testsuite/
* gcc.dg/pr35635.c: New.
* gcc.dg/Wconversion-integer.c: Update.
* gcc.dg/Wconversion-integer-no-sign.c: Update.
* gcc.dg/Wsign-conversion.c: Update.
* g++.dg/warn/pr35635.C: New.
* g++.dg/warn/Wconversion-integer.C: Update.
* g++.dg/warn/Wsign-conversion.C: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139049 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-13 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 13 Aug 2008 08:57:20 +0000 (08:57 +0000)]
2008-08-13  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/15255
* tree-ssa-reassoc.c (linearize_expr_tree): Declare.
(struct oecount_s): New struct and VEC types.
(cvec): New global.
(oecount_hash): New function.
(oecount_eq): Likewise.
(oecount_cmp): Likewise.
(zero_one_operation): New function.
(build_and_add_sum): Likewise.
(undistribute_ops_list): Perform un-distribution of multiplication
and division on the chain of summands.
(should_break_up_subtract): Also break up subtracts for factors.
(reassociate_bb): Delete dead visited statements.
Call undistribute_ops_list.  Re-sort and optimize if it did something.
* passes.c (init_optimization_passes): Move DSE before
reassociation.
* tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Correctly handle
PHI nodes.

* gcc.dg/tree-ssa/reassoc-14.c: New testcase.
* gcc.dg/tree-ssa/reassoc-15.c: Likewise.
* gcc.dg/tree-ssa/reassoc-16.c: Likewise.
* gcc.dg/torture/reassoc-1.c: Likewise.
* gcc.dg/tree-ssa/recip-2.c: Adjust.
* gcc.dg/tree-ssa/recip-6.c: Likewise.
* gcc.dg/tree-ssa/recip-7.c: Likewise.
* gfortran.dg/reassoc_4.f: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139048 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Wed, 13 Aug 2008 00:16:36 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139045 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * doc/invoke.texi (-fipa-pta): Say the option is experimental.
janis [Tue, 12 Aug 2008 23:46:45 +0000 (23:46 +0000)]
* doc/invoke.texi (-fipa-pta): Say the option is experimental.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139042 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-12 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 12 Aug 2008 23:14:10 +0000 (23:14 +0000)]
2008-08-12  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/37100
* include/bits/stl_pair.h: Fix documentation URL in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139040 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gcc.target/i386/pr32000-2.c: Use dg-skip-if for target expression.
janis [Tue, 12 Aug 2008 21:23:11 +0000 (21:23 +0000)]
* gcc.target/i386/pr32000-2.c: Use dg-skip-if for target expression.
* gcc.target/i386/stackalign/return-3.c: Ditto.
* gcc.target/sparc/ultrasp3.c: Ditto.
* lib/target-supports-dg.exp (dg-require-effective-target): Error
if argument is not a single effective-target keyword.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139039 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * doc/invoke.texi: Revert unintended checkin.
janis [Tue, 12 Aug 2008 21:20:57 +0000 (21:20 +0000)]
* doc/invoke.texi: Revert unintended checkin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139038 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR testsuite/36087
janis [Tue, 12 Aug 2008 21:18:54 +0000 (21:18 +0000)]
PR testsuite/36087
* gcc.dg/var-expand3.c: Fix name of dump file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139037 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-12 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 12 Aug 2008 20:05:15 +0000 (20:05 +0000)]
2008-08-12  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.old-deja/g++.other/decl5.C: Expand new expected errors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139036 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-12 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 12 Aug 2008 20:05:02 +0000 (20:05 +0000)]
2008-08-12  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.old-deja/g++.other/decl5.C: Expand new expected errors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139035 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago/cp
paolo [Tue, 12 Aug 2008 19:38:02 +0000 (19:38 +0000)]
/cp
2008-08-12  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/37087
* parser.c (cp_parser_class_head): Early return error_mark_node in
case of global qualification of class name or qualified name that
does not name a class.

/testsuite
2008-08-12  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/37087
* g++.dg/template/crash80.C: New.
* g++.old-deja/g++.other/decl5.C: Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139034 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR libgomp/26165
froydnj [Tue, 12 Aug 2008 18:19:08 +0000 (18:19 +0000)]
PR libgomp/26165

* gcc.c (include_spec_function): Tweak call to find_a_file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139031 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR middle-end/37014
jakub [Tue, 12 Aug 2008 18:05:43 +0000 (18:05 +0000)]
PR middle-end/37014
* expr.c (expand_expr_real_1): Handle TRUTH_ANDIF_EXPR
and TRUTH_ORIF_EXPR.
* dojump.c (do_jump): Likewise.

* gcc.c-torture/compile/20080812-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139029 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR tree-optimization/37084
jakub [Tue, 12 Aug 2008 17:57:49 +0000 (17:57 +0000)]
PR tree-optimization/37084
* tree-inline.c (copy_bb): Call gimple_regimplify_operands
if id->regimplify, don't assume stmt is a cast assignment.

* g++.dg/tree-ssa/pr37084.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139028 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-12 Johannes Singler <singler@ira.uka.de>
singler [Tue, 12 Aug 2008 17:23:00 +0000 (17:23 +0000)]
2008-08-12  Johannes Singler  <singler@ira.uka.de>

        * include/paralle/losertree.h
        (LoserTreePointerBase<>::~LoserTreePointerBase):
        Replace delete by appropriate delete[].

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139026 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago Fix final.c.
aesok [Tue, 12 Aug 2008 17:22:28 +0000 (17:22 +0000)]
    Fix final.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139025 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * final.c (final_scan_insn): Use app_enable/app_disable functions.
aesok [Tue, 12 Aug 2008 17:13:45 +0000 (17:13 +0000)]
    * final.c (final_scan_insn): Use app_enable/app_disable functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139024 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR bootstrap/37097
uweigand [Tue, 12 Aug 2008 14:35:54 +0000 (14:35 +0000)]
PR bootstrap/37097
* builtins.c (do_mpfr_bessel_n): Fix copy-and-paste bug introduced
by last change.
-This line, and those below, will be ignored--

M    gcc/builtins.c
M    gcc/ChangeLog

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139019 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoChangeLog:
uweigand [Tue, 12 Aug 2008 13:27:30 +0000 (13:27 +0000)]
ChangeLog:

* defaults.h (TARGET_FLOAT_FORMAT): Remove.
(UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT): Remove.

* config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Remove.
* config/iq2000/iq2000.h (TARGET_FLOAT_FORMAT): Remove.
* config/pdp11/pdp11.h (TARGET_FLOAT_FORMAT): Remove.
* config/score/score.h (TARGET_FLOAT_FORMAT): Remove.
* config/vax/vax.h (TARGET_FLOAT_FORMAT): Remove.

* doc/tm.texi (Storage Layout): Remove documentation for
TARGET_FLOAT_FORMAT.

* simplify-rtx.c (simplify_binary_operation_1): Replace
TARGET_FLOAT_FORMAT check by appropriate HONOR_... checks.

java/ChangeLog:

* typeck.c (convert): Do not check for TARGET_FLOAT_FORMAT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139017 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * real.h (struct real_format): New member has_sign_dependent_rounding.
uweigand [Tue, 12 Aug 2008 13:25:22 +0000 (13:25 +0000)]
* real.h (struct real_format): New member has_sign_dependent_rounding.
* real.c (ieee_single_format, mips_single_format, motorola_single_format,
spu_single_format, ieee_double_format, mips_double_format,
motorola_double_format, ieee_extended_motorola_format,
ieee_extended_intel_96_format, ieee_extended_intel_128_format,
ieee_extended_intel_96_round_53_format, ibm_extended_format,
mips_extended_format, ieee_quad_format, mips_quad_format,
vax_f_format, vax_d_format, vax_g_format): Initialize it.
* config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.

* defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES,
MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): Remove.
* config/spu/spu.h (MODE_HAS_NANS, MODE_HAS_INFINITIES,
MODE_HAS_SIGN_DEPENDENT_ROUNDING): Remove.
(ROUND_TOWARDS_ZERO): Likewise.

* real.h (REAL_MODE_FORMAT): Protect MODE against macro expansion.
(FLOAT_MODE_FORMAT): New macro.
(REAL_MODE_FORMAT_COMPOSITE_P): Remove, replace by ...
(MODE_COMPOSITE_P): ... this new macro.
(MODE_HAS_NANS, MODE_HAS_INFINITIES, MODE_HAS_SIGNED_ZEROS,
MODE_HAS_SIGN_DEPENDENT_ROUNDING): New macros.
* machmode.h (GET_MODE_INNER): Cast result to enum machine_mode.

* flags.h: Include "real.h".

* fold-const.c (const_binop): Use MODE_COMPOSITE_P instead of
REAL_MODE_FORMAT_COMPOSITE_P.
* simplify-rtx.c (simplify_const_binary_operation): Likewise.

* doc/tm.texi (Storage Layout): Remove documentation of
MODE_HAS_NANS, MODE_HAS_INFINITIES, MODE_HAS_SIGNED_ZEROS,
MODE_HAS_SIGN_DEPENDENT_ROUNDING.  Update documentation of
ROUND_TOWARDS_ZERO and LARGEST_EXPONENT_IS_NORMAL to clarify
they only apply to libgcc2.a.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139016 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/spu/float_disf.c: New file.
uweigand [Tue, 12 Aug 2008 13:22:27 +0000 (13:22 +0000)]
* config/spu/float_disf.c: New file.
* config/spu/float_unsdisf.c: New file.
* config/spu/t-elf (LIB2FUNCS_STATIC_EXTRA): Add them.
(LIB2FUNCS_EXCLUDE): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139015 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoChangeLog:
uweigand [Tue, 12 Aug 2008 13:19:40 +0000 (13:19 +0000)]
ChangeLog:

* real.h (struct real_format): New member round_towards_zero.
* real.c (round_for_format): Respect fmt->round_towards_zero.
(ieee_single_format, mips_single_format, motorola_single_format,
spu_single_format, ieee_double_format, mips_double_format,
motorola_double_format, ieee_extended_motorola_format,
ieee_extended_intel_96_format, ieee_extended_intel_128_format,
ieee_extended_intel_96_round_53_format, ibm_extended_format,
mips_extended_format, ieee_quad_format, mips_quad_format,
vax_f_format, vax_d_format, vax_g_format): Initialize it.
* config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.

* builtins.s (do_mpfr_arg1): Consider round_towards_zero member of
real_format to choose rounding mode when calling MPFR functions.
(do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Likewise.
(do_mpfr_bessel_n, do_mpfr_remquo, do_mpfr_lgamma_r): Likewise.

* real.h (real_to_decimal_for_mode): Add prototype.
* real.c (real_to_decimal_for_mode): Renames old real_to_decimal.
Respect target rounding mode when generating decimal representation.
(real_to_decimal): New stub for backwards compatibility.
* c-cppbuiltin.c (builtin_define_with_hex_fp_value): Use
real_to_decimal_for_mode instead of real_to_decimal.

* config/spu/spu.md ("floatdisf2", "floatunsdisf2"): New.

testsuite/ChangeLog:

* gcc.c-torture/execute/20031003-1.c (main): Update test to
accommodate SPU single-precision rounding mode.
* gcc.c-torture/execute/conversion.c (test_float_to_integer,
test_float_to_longlong_integer): Likewise.
* gcc.c-torture/execute/ieee/rbug.c (main): Likewise.
* gcc.dg/hex-round-1.c: Skip test on SPU.
* gcc.dg/hex-round-2.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139014 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoChangeLog:
uweigand [Tue, 12 Aug 2008 13:13:38 +0000 (13:13 +0000)]
ChangeLog:

* real.c (spu_single_format): New variable.
* real.h (spu_single_format): Declare.

* config/spu/spu.c (spu_override_options): Install SFmode format.
(spu_split_immediate): Use integer mode to operate on pieces of
floating-point values in all cases.

* config/spu/spu.md (UNSPEC_FLOAT_EXTEND, UNSPEC_FLOAT_TRUNCATE): New.
("extendsfdf2"): Use UNSPEC_FLOAT_EXTEND instead of FLOAT_EXTEND.
("truncdfsf2"): Use UNSPEC_FLOAT_TRUNCATE instead of FLOAT_TRUNCATE.

testsuite/ChangeLog:

* gcc.c-torture/execute/ieee/inf-2.c (testf): Skip on the SPU.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139013 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/spu/spu.c (spu_safe_dma): Respect TARGET_SAFE_DMA.
uweigand [Tue, 12 Aug 2008 13:09:09 +0000 (13:09 +0000)]
* config/spu/spu.c (spu_safe_dma): Respect TARGET_SAFE_DMA.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139011 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/spu/spu.h (DWARF_FRAME_RETURN_COLUMN): Define.
uweigand [Tue, 12 Aug 2008 13:06:32 +0000 (13:06 +0000)]
* config/spu/spu.h (DWARF_FRAME_RETURN_COLUMN): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139009 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-12 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 12 Aug 2008 10:41:26 +0000 (10:41 +0000)]
2008-08-12  Paolo Carlini  <paolo.carlini@oracle.com>

* configure.ac: Run unconditionally GLIBCXX_CHECK_INT64_T and
GLIBCXX_CHECK_C99_TR1; remove sigsetjmp and mmap checks (unused).
* crossconfig.m4: Adjust; remove HAVE_GETPAGESIZE defines (unused).
* configure: Regenerate.
* config.h.in: Likewise.

* acinclude.m4: Minor formatting fixes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139008 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agodg-do run the test instead of compile.
jakub [Tue, 12 Aug 2008 08:28:30 +0000 (08:28 +0000)]
dg-do run the test instead of compile.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139005 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c++/36688
jakub [Tue, 12 Aug 2008 08:07:57 +0000 (08:07 +0000)]
PR c++/36688
* gimplify.c (gimplify_modify_expr_rhs): Test TREE_READONLY
on the VAR_DECL instead of TYPE_READONLY on its type.

* g++.dg/init/const6.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139004 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoFix my email address.
reichelt [Tue, 12 Aug 2008 06:57:53 +0000 (06:57 +0000)]
Fix my email address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138995 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * tree-vectorizer.c: Depend on langhooks.h.
irar [Tue, 12 Aug 2008 06:31:57 +0000 (06:31 +0000)]
* tree-vectorizer.c: Depend on langhooks.h.
(supportable_widening_operation): Add two arguments. Support double
type conversions.
(supportable_narrowing_operation): Likewise.
* tree-vectorizer.h (supportable_widening_operation): Add two
arguments.
(supportable_narrowing_operation): Likewise.
* tree-vect-patterns.c (vect_recog_widen_mult_pattern) : Call
supportable_widening_operation with correct arguments.
* tree-vect-transform.c (vectorizable_conversion): Likewise.
(vectorizable_type_demotion): Support double type conversions.
(vectorizable_type_promotion): Likewise.
* Makefile.in (tree-vectorizer.o): Depend on langhooks.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138988 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]: Remove
dannysmith [Tue, 12 Aug 2008 06:01:59 +0000 (06:01 +0000)]
* gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]: Remove
duplicate s-win32.o. Add s-winext.o.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138978 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM
dannysmith [Tue, 12 Aug 2008 05:42:28 +0000 (05:42 +0000)]
* g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM
with SOSC.SOCK__STREAM.
* g-socthi-mingw.adb (C_Select) Replace Constants.MSG_OOB with
SOSC.MSG_OOB.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138974 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Tue, 12 Aug 2008 00:16:43 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138970 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoFormatting fixes for include/tr1_impl/regex.
smw [Mon, 11 Aug 2008 21:06:00 +0000 (21:06 +0000)]
Formatting fixes for include/tr1_impl/regex.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138967 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-11 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 11 Aug 2008 19:28:35 +0000 (19:28 +0000)]
2008-08-11  Paolo Carlini  <paolo.carlini@oracle.com>

* config/locale/generic/c_locale.cc: Include <cstdio>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138966 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-11 Joel Sherrill <joel.sherrill@oarcorp.com>
sam [Mon, 11 Aug 2008 17:04:07 +0000 (17:04 +0000)]
2008-08-11  Joel Sherrill  <joel.sherrill@oarcorp.com>

    gcc/ada/
* s-oscons-tmplt.c: RTEMS defines AF_INET6 but does support it.
* gsocket.h, socket.c: Update to support RTEMS.
* gcc-interface/Make-lang.in: Include CFLAGS_FOR_TARGET when cross.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138957 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-11 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 11 Aug 2008 15:08:20 +0000 (15:08 +0000)]
2008-08-11  Paolo Carlini  <paolo.carlini@oracle.com>

* configure.ac: Run GLIBCXX_CHECK_STDIO_MACROS unconditionally.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138954 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * i386/i386.c: (override_options): Move initialisation from
matz [Mon, 11 Aug 2008 12:15:37 +0000 (12:15 +0000)]
    * i386/i386.c: (override_options): Move initialisation from
        flag_schedule_insns_after_reload to here from ...
        (optimization_options): ... here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138953 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR rtl-optimization/36998
jakub [Mon, 11 Aug 2008 10:23:08 +0000 (10:23 +0000)]
PR rtl-optimization/36998
* dwarf2out.c (compute_barrier_args_size_1,
compute_barrier_args_size): Temporarily remove assertions.

* gcc.dg/pr36998.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138951 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-11 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Mon, 11 Aug 2008 06:55:39 +0000 (06:55 +0000)]
2008-08-11  Andreas Krebbel  <krebbel1@de.ibm.com>

* gcc.target/s390/20080806-1.c: Move testcase ...
  * gcc.c-torture/compile/20080806-1.c: ... to here and make it
stack size sensitive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138950 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Mon, 11 Aug 2008 00:16:51 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138939 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoFix typo in "Software".
dje [Sun, 10 Aug 2008 23:37:04 +0000 (23:37 +0000)]
Fix typo in "Software".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138936 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-10 Samuel Tardieu <sam@rfc1149.net>
sam [Sun, 10 Aug 2008 20:13:24 +0000 (20:13 +0000)]
2008-08-10  Samuel Tardieu  <sam@rfc1149.net>
            Robert Dewar <dewar@adacore.com>
    gcc/ada/
* exp_ch4.adb (Expand_N_Op_Expon): Force evaluation of
left argument even when right argument is 0.
(Expand_N_Op_Mod): Ditto when right argument is 1.
(Expand_N_Op_Multiply): Ditto when any argument is 0.
(Expand_N_Op_Rem): Ditto when right argument is 1.

2008-08-10  Samuel Tardieu  <sam@rfc1149.net>
    gcc/testsuite/
* gnat.dg/exp0_eval.adb: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138934 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-10 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Sun, 10 Aug 2008 18:46:10 +0000 (18:46 +0000)]
2008-08-10  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR middle-end/20644
* tree-ssa.c (struct walk_data): Add new flag
warn_possibly_uninitialized.
(warn_uninitialized_var): Use it.
(warn_uninitialized_vars): New.
(execute_early_warn_uninitialized): Call it.
(execute_late_warn_uninitialized): Likewise.
testsuite/
* gcc.dg/uninit-pr20644-O0.c: New.
* gcc.dg/uninit-pr20644.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138933 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-10 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Sun, 10 Aug 2008 18:32:52 +0000 (18:32 +0000)]
2008-08-10  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR 36901
testsuite/
* gcc.dg/pr36901.h: Do not depend on limits.h.
* gcc.dg/pr36901-3.c: Update.
* gcc.dg/pr36901-4.c: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138932 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-10 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sun, 10 Aug 2008 10:11:46 +0000 (10:11 +0000)]
2008-08-10  Paolo Carlini  <paolo.carlini@oracle.com>

* include/tr1_impl/type_traits (_DEFINE_SPEC*): Simplify.
(_DEFINE_SPEC_BODY): Remove.
(__is_void_helper, __is_integral_helper, __is_floating_point_helper,
__is_member_object_pointer_helper, __is_member_function_pointer_helper,
__remove_pointer_helper): Add.
(is_void, is_integral, is_floating_point, is_member_object_pointer,
is_member_function_pointer, remove_pointer): Use the latter.
* include/tr1/type_traits (_DEFINE_SPEC): Simplify.
(_DEFINE_SPEC_HELPER): Remove.
(__is_signed_helper, __is_unsigned_helper): Add.
(is_signed, is_unsigned): Use the latter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138925 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Sun, 10 Aug 2008 04:54:37 +0000 (04:54 +0000)]
2008-08-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/36238
        * reload1.c (gen_reload): Guard calls to get_secondary_mem
        for memory subregs.

2008-08-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/36238
        * gcc.c-torture/compile/pr36238.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138924 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Sun, 10 Aug 2008 00:16:36 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138921 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * sv.po: Update.
jsm28 [Sat, 9 Aug 2008 23:30:44 +0000 (23:30 +0000)]
* sv.po: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138917 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-09 Jan Hubicka <jh@suse.cz>
hjl [Sat, 9 Aug 2008 21:47:28 +0000 (21:47 +0000)]
2008-08-09  Jan Hubicka  <jh@suse.cz>

PR target/37055
* optabs.c (maybe_emit_unop_insn): Remove produced code if
expansion failed.
(expand_fix): Be prepared for expansion to fail.
(expand_sfix_optab): Remove instructions if expansion failed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138916 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/avr/avr.c (avr_mcu_types): Move the AT43USB320 device to
aesok [Sat, 9 Aug 2008 19:58:25 +0000 (19:58 +0000)]
* config/avr/avr.c (avr_mcu_types): Move the AT43USB320 device to
avr31 architecture.
* config/avr/avr.h (CRT_BINUTILS_SPECS): (Ditto.).
* config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138915 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-07-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 9 Aug 2008 19:17:24 +0000 (19:17 +0000)]
2008-07-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/36582
* io/list_read.c: If variable rank is zero, do not adjust the found
namelist object pointer. Fix ChangeLog.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138914 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
rsandifo [Sat, 9 Aug 2008 19:08:15 +0000 (19:08 +0000)]
* configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
* configure: Regenerate.

config/
* mt-mips16-compat: New file, taken from mt-mips-elfoabi.
* mt-mips-elfoabi: Include mt-mips16-compat.
* mt-mips-gnu: New file.

gcc/
* config.gcc (mips*-*-linux*, mips64*-*-linux*): Add
mips/t-libgcc-mips16 to tmake_file.
* config/mips/mips-protos.h (mips_call_type): New enum.
(mips_pic_base_register, mips_got_load): Declare.
(mips_restore_gp): Take an rtx argument.
(mips_use_pic_fn_addr_reg_p): Declare.
(mips_expand_call): Replace the sibcall_p argument with
a mips_call_type argument.  Add a lazy_p parameter.
(mips_split_call): Declare.
* config/mips/mips.h (MIPS16_PIC_TEMP_REGNUM): New macro.
(MIPS16_PIC_TEMP): Likewise.
(reg_class): Delete M16_NA_REGS.
(REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
(SYMBOL_FLAG_BIND_NOW, SYMBOL_REF_BIND_NOW_P): New macros.
(mips_split_hi_p): Declare.
* config/mips/mips.c (mips_split_hi_p): New array.
(mips_regno_to_class): Change M16_NA_REGS entries to M16_REGS.
(mips_got_symbol_type_p): New function.
(mips_global_symbol_p): Check SYMBOL_REF_EXTERNAL_P.
(mips16_stub_function_p): New function.
(mips16_local_function_p): Likewise.
(mips_use_pic_fn_addr_reg_p): Likewise.
(mips_cannot_force_const_mem): Return false for HIGHs.
Extend CONST_INT and symbolic handling to MIPS16, using
mips_symbol_insns to check that the base symbol type is a
legitimate constant.  Reject GOT-based constants if
TARGET_MIPS16_PCREL_LOADS.
(mips_const_insns): Check targetm.cannot_force_const_mem when
decomposing a symbolic base and a large offset.
(mips_emit_call_insn): Add ORIG_ADDR and ADDR parameters.
When calling a function that needs $25 from MIPS16 code,
move the target address into $25 separately and add a USE
to the call insn.
(mips16_gp_pseudo_reg): Insert the initializer immediately
before the first real insn.
(mips_pic_base_register, mips_got_load): New functions.
(mips_split_symbol): Generalize the name of the LO_SUM_OUT
parameter to LOW_OUT.  Say that it can be any valid SET_SRC
when splitting a load-address operation.  Split SYMBOL_GOT_DISP
constants and highs of SYMBOL_GOT_PAGE_OFST constants.
(mips_call_tls_get_addr): Update the call to mips_expand_call,
also passing NULL_RTX rather than const0_rtx as the aux argument.
(mips_rewrite_small_data_p): Check mips_lo_relocs and mips_split_p
instead of TARGET_EXPLICIT_RELOCS.
(mips_ok_for_lazy_binding_p): Check SYMBOL_REF_BIND_NOW_P.
(mips_load_call_address): Replace the sibcall_p argument with
a mips_call_type argument.  Use mips_got_load.
(mips16_local_alias): New structure.
(mips16_local_aliases): New variable.
(mips16_local_aliases_hash): New function.
(mips16_local_aliases_eq): Likewise.
(mips16_local_alias): Likewise.
(mips16_stub_function): Likewise.
(mips16_build_function_stub): Create a local alias for the target
function.  Handle TARGET_ABICALLS.  For PIC abicalls, emit a
.cpload directive and an R_MIPS_NONE relocation for the target
function, then load the alias rather than the function itself.
Wrap the non-PIC abicalls version in ".option pic0/.option pic2".
(mips16_copy_fpr_return_value): Use mips16_stub_function and
mips_expand_call.  Set SYMBOL_REF_BIND_NOW on the symbol.
(mips16_build_call_stub): Replace the FN parameter with an
FN_PTR parameter.  Force the address into a register if it
isn't a call_insn_operand; don't rely on the caller to do this.
If a call to a locally-defined and locally-binding MIPS16
function must be made indirectly, redirect the call to the
function's local alias.  Use mips16_stub_function_p,
mips16_stub_function, mips_expand_call and use_reg.
Set SYMBOL_FLAG_BIND_NOW on __mips_call_* symbols.
Use explicit %hi and %lo accesses where possible.
Use MIPS_CALL to generate the correct code form of a
jal instruction.  Add clobbers of $18 instead of uses.
Update the call to mips_emit_call_insn.
(mips_expand_call): Replace the SIBCALL_P argument with a
mips_call_type argument and handle the new MIPS_CALL_EPILOGUE value.
Take a LAZY_P parameter.  Call mips16_build_call_stub first,
allowing it to modify the call address.  Update the calls to
mips_load_call_address and mips_emit_call_insn.
(mips_split_call): New function.
(mips_init_relocs): Clear mips_split_hi_p.  Only use %gp_rel if
!TARGET_MIPS16.  Split SYMBOL_GOT_DISP, and the high parts of
SYMBOL_GOT_PAGE_OFST, for MIPS16 code.
(mips_global_pointer): Check mips16_cfun_returns_in_fpr_p.
(mips_extra_live_on_entry): Include MIPS16_PIC_TEMP_REGNUM
if TARGET_MIPS16.
(mips_cprestore_slot): New function.
(mips_restore_gp): Take a TEMP parameter.  Handle TARGET_MIPS16
and use mips_cprestore_slot.
(mips_output_function_prologue): Handle TARGET_MIPS16 for
LOADGP_OLDABI.
(mips_emit_loadgp): Move into MIPS16_PIC_TEMP for MIPS16,
then use a copygp_mips16 instruction to set up $28.
(mips_expand_prologue): Initialize the cprestore slot for MIPS16 too.
(mips16_lay_out_constants): Call split_all_insns_noflow.
(mips_reorg_process_insns): Explicitly set all_noreorder_p to
false if TARGET_MIPS16.
(mips_reorg): Don't call vr4130_align_insns if TARGET_MIPS16.
(mips_output_mi_thunk): Use mips_got_symbol_type_p.  Use the
mips_dangerous_for_la25_p approach for MIPS16 PIC calls too.
(mips_set_mips16_mode): Always set MASK_EXPLICIT_RELOCS for
MIPS16 code.  Allow MIPS16 o32 PIC.
(mips_override_options): Allow MIPS16 o32 PIC.
* config/mips/mips.md: Lower CONST_GP_P moves into register moves
after reload if TARGET_USE_GOT.
(UNSPEC_COPYGP): New constant.
(length): Use a default length of 8 for MIPS16 GOT loads.
(*got_disp<mode>): Check mips_split_p instead of TARGET_XGOT.
(*got_page<mode>): Check mips_split_hi_p.
(*got_disp<mode>, *got_page<mode>): Use mips_got_load.
(unspec_got<mode>, unspec_call<mode>): New expanders.
(load_got<mode>, load_call<mode>): Remove the length attributes.
Use a got attribute instead of a type attribute.
(copygp_mips16): New insn.
(restore_gp): Add a scratch clobber and pass it to mips_restore_gp.
(load_call<mode>): Use a "d" constraint instead of an "r" constraint.
(sibcall, sibcall_value, call, call_value): Update the calls
to mips_expand_call.
(call_internal, call_value_internal): Use mips_split_call.
(call_value_multiple_internal): Likewise.
(call_split): Move after call_internal (the insn it is split from).
(call_internal_direct, call_value_internal_direct): Turn into
define_insn_and_splits.  Split if TARGET_SPLIT_CALLS.
(call_direct_split, call_value_direct_split): New patterns.
* config/mips/constraints.md (c): Handle TARGET_MIPS16 first
and use M16_REGS instead of M16_NA_REGS.
* config/mips/predicates.md (const_call_insn_operand): Replace
the TARGET_ABSOLUTE_ABICALLS-based check with a more general
mips_use_pic_fn_addr_reg_p check.
(move_operand): Reject HIGHs if mips_split_hi_p.
* config/mips/mips16.S: Assembly as empty if the ABI is not suitable.
(__mips16_floatunsisf): Inline __mips16_floatsisf.
(CALL_STUB_NO_RET, CALL_STUB_REG): Copy the target register to $25.
* config/mips/libgcc-mips16.ver: New file.
* config/mips/t-libgcc-mips16 (SHLIB_MAPFILES): Add
$(srcdir)/config/mips/libgcc-mips16.ver.

gcc/testsuite/
* lib/target-supports.exp (check_profiling_available): Return false
for -p and -pg on MIPS16 targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138912 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rsandifo [Sat, 9 Aug 2008 18:21:50 +0000 (18:21 +0000)]
gcc/
* config/mips/mips.c (mips_unspec_address_offset): Move earlier in file.
(mips_unspec_address, mips_unspec_offset_high): Likewise.
(mips_ok_for_lazy_binding_p, mips_load_call_address): Likewise.
(mips16_cfun_returns_in_fpr_p): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138911 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rsandifo [Sat, 9 Aug 2008 18:19:32 +0000 (18:19 +0000)]
gcc/
* config/mips/mips.h (MASK_RETURN_ADDR): Expand commentary.
* config/mips/linux-unwind.h (mips_fallback_frame_state): Add 2
rather than 4 to PC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138910 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rsandifo [Sat, 9 Aug 2008 18:11:19 +0000 (18:11 +0000)]
gcc/
* config/mips/mips.h (STATIC_CHAIN_REGNUM): Remap to $15.
(FUNCTION_PROFILER): Save the static chain pointer into $2
beforehand and restore it aftewards.
(TRAMPOLINE_TEMPLATE): Adjust accordingly.  Load the target
address directly into $25 and call the function through $25;
do not clobber $3.  Pad the DImode version to cover the space
left by the deleted $25 <- $3 move.
(TRAMPOLINE_SIZE): Adjust the size of the SImode version after
the removal of the $25 <- $3 move.
(INITIALIZE_TRAMPOLINE): Update offsets accordingly.
* config/mips/sdemtk.h (FUNCTION_PROFILER): As for mips.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138909 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rsandifo [Sat, 9 Aug 2008 18:10:18 +0000 (18:10 +0000)]
gcc/
2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
    Daniel Jacobowitz  <dan@codesourcery.com>

* config/mips/mips.h (FUNCTION_NAME_ALREADY_DECLARED): Delete.
* config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Delete.
(ASM_DECLARE_FUNCTION_SIZE, FUNCTION_NAME_ALREADY_DECLARED): Delete.
* config/mips/mips.c (mips_start_function_definition): New function.
(mips_end_function_definition): Likewise.
(mips_output_function_prologue): Use mips_start_function_definition.
(mips_output_function_epilogue): Use mips_end_function_definition.
(build_mips16_function_stub): Use mips_start_function_definition
and mips_end_function_definition.
(build_mips16_call_stub): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138908 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-09 Richard Guenther <rguenther@suse.de>
rguenth [Sat, 9 Aug 2008 17:28:39 +0000 (17:28 +0000)]
2008-08-09  Richard Guenther  <rguenther@suse.de>

* gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
* gimple.h (gimple_call_fn): Adjust comment.
(gimple_call_set_fndecl): New function.
(gimple_call_fndecl): Adjust for GIMPLE_CALL no
longer having bare FUNCTION_DECL operand.
(gimple_call_return_type): Likewise.
* tree-cfg.c (verify_stmt): Verify function operand of a GIMPLE_CALL.

* value-prof.c (gimple_divmod_fixed_value): Do not emit labels.
(gimple_mod_pow2): Likewise.
(gimple_mod_subtract): Likewise.
(gimple_ic): Likewise.
(gimple_stringop_fixed_value): Likewise.
(gimple_indirect_call_to_profile): Fix for GIMPLE_CALL no
longer having bare FUNCTION_DECL operand.
* ipa-cp.c (ipcp_update_callgraph): Use gimple_call_set_fndecl.
* omp-low.c (optimize_omp_library_calls): Likewise.
* cgraphunit.c (update_call_expr): Likewise.
* tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
(execute_convert_to_rsqrt): Likewise.
* cfgexpand.c (gimple_to_tree): Simplify.
(release_stmt_tree): Fix for GIMPLE_CALL no longer having
bare FUNCTION_DECL operand.
* tree-nested.c (init_tmp_var_with_call): Use gimple_call_return_type.
(convert_gimple_call): Use gimple_call_fndecl.
* c-common.c (c_warn_unused_result): Likewise.

* gcc.dg/tree-ssa/inline-2.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138907 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2008-08-09 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sat, 9 Aug 2008 15:58:52 +0000 (15:58 +0000)]
2008-08-09  Paolo Carlini  <paolo.carlini@oracle.com>

Revert fix for libstdc++/35637, thanks to other/36901.
* include/tr1_impl/type_traits (__is_function_helper): New, uses
variadic templates.
(is_function): Forward to the latter.
(__in_array): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138906 138bc75d-0d04-0410-961f-82ee72b054a4