OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago2006-04-28 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 28 Apr 2006 14:36:14 +0000 (14:36 +0000)]
2006-04-28  Richard Guenther  <rguenther@suse.de>

PR target/26826
* gcc.target/i386/pr26826.c: New testcase.

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

18 years ago- add missing ChangeLog entry, see PR27334
doko [Fri, 28 Apr 2006 14:05:42 +0000 (14:05 +0000)]
- add missing ChangeLog entry, see PR27334

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

18 years ago * gcc.c (process_command): Add program name to GCC_EXEC_PREFIX
jsm28 [Fri, 28 Apr 2006 12:15:36 +0000 (12:15 +0000)]
* gcc.c (process_command): Add program name to GCC_EXEC_PREFIX
value before passing to make_relative_prefix.

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

18 years agogcc/
amodra [Fri, 28 Apr 2006 03:41:34 +0000 (03:41 +0000)]
gcc/
PR middle-end/27260
* builtins.c (expand_builtin_memset): Expand val in original mode.
gcc/testsuite/
PR middle-end/27260
* gcc.c-torture/execute/pr27260.c: New.

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

18 years ago PR middle-end/27095
amodra [Fri, 28 Apr 2006 03:36:15 +0000 (03:36 +0000)]
PR middle-end/27095
* gcc.dg/pr27095.c: New.

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

18 years ago PR c++/27292
mmitchel [Fri, 28 Apr 2006 02:40:58 +0000 (02:40 +0000)]
PR c++/27292
* tree.c (rvalue): Convert bitfields to their declared types.
PR c++/27292
* g++.dg/conversion/bitfield4.C: New test.

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

18 years agoDaily bump.
gccadmin [Fri, 28 Apr 2006 00:17:21 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago2006-04-27 Eric Christopher <echristo@apple.com>
echristo [Thu, 27 Apr 2006 22:53:23 +0000 (22:53 +0000)]
2006-04-27  Eric Christopher  <echristo@apple.com>

        * target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket
        with #ifndef/#endif.
        * config/darwin-c.c (darwin_ms_struct): New.
        (darwin_pragma_ms_struct): Ditto.
        (darwin_set_default_type_attributes): Ditto.
        * config/darwin-protos.h (darwin_pragma_ms_struct): Declare.
        * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS):
        Register ms_struct pragma.
        * config/i386/darwin.h (REGISTER_TARGET_PRAGMAS): Declare.
        (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Ditto.
        * config/rs6000/rs6000.c (rs6000_set_default_type_attributes): Call
        darwin_set_default_type_attributes if TARGET_MACHO.

2006-04-27  Eric Christopher  <echristo@apple.com>

        * gcc.dg/pragma-ms_struct.c: New.

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

18 years ago2006-04-27 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 27 Apr 2006 22:49:28 +0000 (22:49 +0000)]
2006-04-27  Benjamin Kosnik  <bkoz@redhat.com>

* docs/html/17_intro/TODO: Update.

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

18 years ago2006-04-28 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Thu, 27 Apr 2006 22:20:03 +0000 (22:20 +0000)]
2006-04-28  Andreas Tobler  <a.tobler@schweiz.ch>

* configure.ac: Add an additional checks for dladdr and dlopen on dld.
* configure: Rebuilt.

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

18 years agoImplement new immediate use iterators.
amacleod [Thu, 27 Apr 2006 20:22:17 +0000 (20:22 +0000)]
Implement new immediate use iterators.

2006-04-27  Andrew MacLeod  <amacleod@redhat.com>

PR tree-optimization/26854
* tree-vrp.c (remove_range_assertions): Use new Immuse iterator.
* doc/tree-ssa.texi: Update immuse iterator documentation.
* tree-ssa-math-opts.c (execute_cse_reciprocals_1): Use new iterator.
* tree-ssa-dom.c (propagate_rhs_into_lhs): Use new iterator.
* tree-flow-inline.h (end_safe_imm_use_traverse, end_safe_imm_use_p,
first_safe_imm_use, next_safe_imm_use): Remove.
(end_imm_use_stmt_p): New.  Check for end of immuse stmt traversal.
(end_imm_use_stmt_traverse): New.  Terminate immuse stmt traversal.
(move_use_after_head): New.  Helper function to sort immuses in a stmt.
(link_use_stmts_after): New.  Link all immuses in a stmt consescutively.
(first_imm_use_stmt): New.  Get first stmt in an immuse list.
(next_imm_use_stmt): New.  Get next stmt in an immuse list.
(first_imm_use_on_stmt): New.  Get first immuse on a stmt.
(end_imm_use_on_stmt_p): New.  Check for end of immuses on a stmt.
(next_imm_use_on_stmt): New.  Move to next immuse on a stmt.
* tree-ssa-forwprop.c (forward_propagate_addr_expr): Use new iterator.
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use new iterator.
(perfect_nestify): Use new iterator.
* tree-vect-transform.c (vect_create_epilog_for_reduction): Use new
iterator.
* tree-flow.h (struct immediate_use_iterator_d): Add comments.
(next_imm_name): New field in struct immediate_use_iterator_d.
(FOR_EACH_IMM_USE_SAFE, BREAK_FROM_SAFE_IMM_USE): Remove.
(FOR_EACH_IMM_USE_STMT, BREAK_FROM_IMM_USE_STMT,
FOR_EACH_IMM_USE_ON_STMT): New immediate use iterator macros.
* tree-cfg.c (replace_uses_by): Use new iterator.
* tree-ssa-threadedge.c (lhs_of_dominating_assert): Use new iterator.
* tree-ssa-operands.c (correct_use_link): Remove.
(finalize_ssa_use_ops): No longer call correct_use_link.

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

18 years ago PR c++/27102
mmitchel [Thu, 27 Apr 2006 19:02:54 +0000 (19:02 +0000)]
PR c++/27102
* typeck2.c (cxx_incomplete_type_diagnostic): Handle
TYPENAME_TYPE.
PR c++/27102
* g++.dg/template/crash47.C: New test.

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

18 years ago * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New.
stuart [Thu, 27 Apr 2006 18:57:11 +0000 (18:57 +0000)]
* config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New.
* config/t-darwin (crt3.o): Use it.
* config/rs6000/rs6000.c (rs6000_initialize_trampoline): Remove
'pmode', use Pmode instead of SImode for SYMBOL_REF.
* config/rs6000/rs6000.md (call_indirect_nonlocal_sysv,
call_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
call_value_nonlocal_sysv): Suffix with the "P" macro for 32/64
support.

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

18 years ago * expmed.c (store_fixed_bit_field): If we're not optimizing for
sayle [Thu, 27 Apr 2006 17:26:03 +0000 (17:26 +0000)]
* expmed.c (store_fixed_bit_field): If we're not optimizing for
size, force the intermediate into a new pseudo rather instead of
performing both a bitwise AND and a bitwise IOR in memory.

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

18 years ago2006-04-27 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 27 Apr 2006 14:25:49 +0000 (14:25 +0000)]
2006-04-27  Richard Guenther  <rguenther@suse.de>

PR rtl-optimization/26685
* params.def (PARAM_MAX_CSE_INSNS): Correct typo that named
this one "max-flow-memory-locations".

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

18 years ago2006-04-27 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 27 Apr 2006 13:52:44 +0000 (13:52 +0000)]
2006-04-27  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/25148
* tree-vrp.c (compare_values): Remove code dealing with
comparisons against type min/max value.  Honour overflow
and negative constants in code dealing with comparisons
of plus and minus expressions.
(value_inside_range): Use fold_binary with LE_EXPR and
GE_EXPR rather than compare_values.

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

18 years ago2006-04-27 Dirk Mueller <dmueller@suse.de>
mueller [Thu, 27 Apr 2006 11:13:45 +0000 (11:13 +0000)]
2006-04-27  Dirk Mueller  <dmueller@suse.de>

        * config/i386/xmmintrin.h (_mm_shuffle_pi16): make available
        for SSE.

        * testsuite/gcc.target/i386/sse-7.c: build with -msse.

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

18 years ago2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 27 Apr 2006 06:13:40 +0000 (06:13 +0000)]
2006-04-26  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/27274:
* gcc.target/i386/sse-9.c: Include "../../gcc.dg/i386-cpuid.h".
(main): Exit if processor doesn't support SSE.

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

18 years agoDaily bump.
gccadmin [Thu, 27 Apr 2006 00:17:35 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago2006-04-26 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 26 Apr 2006 19:52:31 +0000 (19:52 +0000)]
2006-04-26  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/26875
* include/ext/array_allocator.h (array_allocator): _M_used, new
data member.
* testsuite/ext/array_allocator/26875.cc: New.

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

18 years ago2006-04-26 Shantonu Sen <ssen@opendarwin.org>
bkoz [Wed, 26 Apr 2006 19:13:18 +0000 (19:13 +0000)]
2006-04-26  Shantonu Sen  <ssen@opendarwin.org>

         PR libstdc++/26513
         * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present.

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

18 years ago PR middle-end/27282
dje [Wed, 26 Apr 2006 17:57:03 +0000 (17:57 +0000)]
    PR middle-end/27282
        * gcc.c-torture/compile/pr27282.c: New test

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

18 years ago2006-04-26 Kenneth Zadeck <zadeck@naturalbridge.com>
zadeck [Wed, 26 Apr 2006 16:17:01 +0000 (16:17 +0000)]
2006-04-26  Kenneth Zadeck <zadeck@naturalbridge.com>

* basic-block.h (safe_insert_insn_on_edge): Removed.
* cfgrtl.c (mark_killed_regs, safe_insert_insn_on_edge): Removed.

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

18 years ago2006-04-26 David Edelsohn <edelsohn@gnu.org>
dje [Wed, 26 Apr 2006 14:33:49 +0000 (14:33 +0000)]
2006-04-26  David Edelsohn  <edelsohn@gnu.org>
    Paolo Bonzini  <bonzini@gnu.org>

PR middle-end/27282
* combine.c (simplify_and_const_int_1): Use gen_int_mode.
(simplify_and_const_int): Same.

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

18 years ago * tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.
aldyh [Wed, 26 Apr 2006 10:29:02 +0000 (10:29 +0000)]
    * tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.

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

18 years ago PR c/26171
jakub [Wed, 26 Apr 2006 08:26:06 +0000 (08:26 +0000)]
PR c/26171
* cgraph.c (cgraph_varpool_finalize_decl): Don't call
cgraph_varpool_assemble_pending_decls if -fopenmp, unless
cgraph_global_info_ready.

* testsuite/libgomp.c/pr26171.c: New test.

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

18 years ago PR middle-end/26913
jakub [Wed, 26 Apr 2006 08:24:28 +0000 (08:24 +0000)]
PR middle-end/26913
* tree-cfg.c (find_outermost_region_in_block): Handle RESX_EXPR.

* g++.dg/gomp/pr26913.C: New test.

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

18 years ago PR c/25996
jakub [Wed, 26 Apr 2006 08:23:12 +0000 (08:23 +0000)]
PR c/25996
* c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for if
either decl or init is error_mark_node.

* gcc.dg/gomp/pr25996.c: New test.
* g++.dg/gomp/pr25996.C: New test.

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

18 years ago PR middle-end/25989
jakub [Wed, 26 Apr 2006 08:20:57 +0000 (08:20 +0000)]
PR middle-end/25989
* tree-flow.h (struct omp_region): Add sched_kind.
* omp-low.c (expand_parallel_call): Use region->inner->sched_kind
instead of extracting omp for data.
(expand_omp_for): Save extracted sched_kind.

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

18 years ago * dwarf2out.c (size_of_locs): Don't fill dw_loc_addr if there
geoffk [Wed, 26 Apr 2006 06:57:01 +0000 (06:57 +0000)]
* dwarf2out.c (size_of_locs): Don't fill dw_loc_addr if there
are no branches.

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

18 years ago * expmed.c (store_bit_field): Also check whether the bitsize is
sayle [Wed, 26 Apr 2006 00:51:14 +0000 (00:51 +0000)]
* expmed.c (store_bit_field): Also check whether the bitsize is
valid for the machine's "insv" instruction before moving the
target into a pseudo for use with the insv.
* config/i386/predicates.md (const8_operand): New predicate.
* config/i386/i386.md (extv, extzv, insv): Use the new
const8_operand predicate where appropriate.

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

18 years agoDaily bump.
gccadmin [Wed, 26 Apr 2006 00:17:08 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago* doc/install.texi (Specific): Clarify that this is not a list of
dj [Tue, 25 Apr 2006 22:08:53 +0000 (22:08 +0000)]
* doc/install.texi (Specific): Clarify that this is not a list of
supported hosts or targets.

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

18 years agogcc/
rsandifo [Tue, 25 Apr 2006 21:34:48 +0000 (21:34 +0000)]
gcc/
PR rtl-optimization/26725
* cfgrtl.c (rtl_redirect_edge_and_branch_force): Set the source
block's BB_DIRTY flag.

gcc/testsuite/
* gcc.c-torture/compile/pr26725.c: New test.

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

18 years ago PR libgomp/25865
rth [Tue, 25 Apr 2006 20:58:25 +0000 (20:58 +0000)]
    PR libgomp/25865
        * configure.ac: Use GCC_CHECK_TLS.
        * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
        * Makefile.in, aclocal.m4, configure: Regenerate.

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

18 years ago * dwarf2asm.c (dw2_asm_output_data): Don't generate RTL just
geoffk [Tue, 25 Apr 2006 19:12:50 +0000 (19:12 +0000)]
* dwarf2asm.c (dw2_asm_output_data): Don't generate RTL just
to print an integer.

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

18 years ago2006-04-25 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 25 Apr 2006 15:38:32 +0000 (15:38 +0000)]
2006-04-25  Richard Guenther  <rguenther@suse.de>

        * gcc.dg/tree-prof/val-prof-2.c: Check for n + ffff rather
        than n + -1.

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

18 years ago * gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h later.
tromey [Tue, 25 Apr 2006 15:20:33 +0000 (15:20 +0000)]
* gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h later.
Include platform.h.  Set GC_DEBUG before including gc.h, if
needed.

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

18 years ago * varasm.c (align_variable): New function.
dje [Tue, 25 Apr 2006 15:00:53 +0000 (15:00 +0000)]
* varasm.c (align_variable): New function.
(get_block_for_decl): Apply align_variable to DECL before
calculating section information.
(assemble_variable): Split out alignment computation.

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

18 years ago2006-04-25 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Tue, 25 Apr 2006 12:11:25 +0000 (12:11 +0000)]
2006-04-25  Andreas Krebbel  <krebbel1@de.ibm.com>

* expmed.c (store_bit_field): Handle paradoxical subregs on big endian
machines.

2006-04-25  Andreas Krebbel  <krebbel1@de.ibm.com>

* gcc.dg/20060425-1.c: New testcase.

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

18 years ago * doc/rtl.texi (ss_ashift): Improve wording.
bernds [Tue, 25 Apr 2006 11:58:22 +0000 (11:58 +0000)]
* doc/rtl.texi (ss_ashift): Improve wording.

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

18 years ago2006-04-25 Andrew Haley <aph@redhat.com>
aph [Tue, 25 Apr 2006 11:54:15 +0000 (11:54 +0000)]
2006-04-25  Andrew Haley  <aph@redhat.com>

        * java/lang/natClassLoader.cc: Don't include link.h or dladdr.h.
        * boehm.cc: Don't include link.h.
        (_Jv_RegisterLibForGc): Cast away const when calling dladdr().

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

18 years ago * genmodes.c (make_vector_mode): Allow making VECTOR_MODE_INT of a
bernds [Tue, 25 Apr 2006 11:49:27 +0000 (11:49 +0000)]
* genmodes.c (make_vector_mode): Allow making VECTOR_MODE_INT of a
MODE_PARTIAL_INT mode.
* config/bfin/bfin-modes.def: Add V2PDI and V2SI.
* config/bfin/bfin.c (print_operand): Add macflag and mac/msu modifiers
for CONST_INTs.
(hard_regno_mode_ok): V2PDImode is ok for accumulators.
* config/bfin/bfin.h (CLASS_MAX_NREGS, HARD_REGNO_NREGS): Handle
V2PDImode.
* config/bfin/predicates.md (const01_operand, vec_shift_operand):
New predicates.
* config/bfin/bfin.md (UNSPEC_MUL_WITH_FLAG, UNSPEC_MAC_WITH_FLAG):
New constants.
(MACFLAG_NONE, MACFLAG_T, MACFLAG_FU, MACFLAG_TFU, MACFLAG_IS,
MACFLAG_IU, MACFLAG_W32, MACFLAG_M, MACFLAG_S2RND, MACFLAG_ISS2,
MACFLAG_IH): Likewise.
(movstricthi_1): Renamed from "*movstricthi".
(load_accumulator, load_accumulator_pair, movsi_insv, insv,
ssaddsi3, sssubsi3, ssnegsi2, signbitssi2, smaxhi3, sminhi3,
abshi2, neghi2, ssneghi2, signbitshi2, movhi_low2high,
movhi_high2high, movhi_low2low, movhi_high2low, movhiv2hi_low,
movhiv2hi_high, composev2hi, movv2hi_hi, movv2hi_hi_low,
movv2hi_hi_high, ssaddhi3, sssubhi3, ssaddv2hi3, sssubv2hi3,
addsubv2hi3, subaddv2hi3, ssaddsubv2hi3, sssubaddv2hi3,
sublohiv2hi3, subhilov2hi3, sssublohiv2hi3, sssubhilov2hi3,
addlohiv2hi3, addhilov2hi3, ssaddlohiv2hi3, ssaddhilov2hi3,
mulhisi_ll, mulhisi_lh, mulhisi_hl, mulhisi_hh, ssnegv2hi2,
ssashiftv2hi3, ssashifthi3, lshiftv2hi3, lshifthi3, packv2hi,
flag_mulhi, flag_mulhisi_parts, flag_machi, flag_machi_acconly,
flag_macinithi, flag_macinit1hi, flag_mulv2hi, flag_mulv2hi_parts,
flag_macv2hi_parts, flag_macv2hi_parts_acconly,
flag_macinitv2hi_parts, flag_macinit1v2hi_parts): New patterns.

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

18 years ago PR tree-optimization/26865
jakub [Tue, 25 Apr 2006 09:42:41 +0000 (09:42 +0000)]
PR tree-optimization/26865
* gcc.dg/pr26865.c: New test.

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

18 years ago * dwarf2out.c (verify_marks_clear): New.
geoffk [Tue, 25 Apr 2006 05:56:36 +0000 (05:56 +0000)]
* dwarf2out.c (verify_marks_clear): New.
(prune_unused_types): Call verify_marks_clear initially, not
prune_unmark_dies.

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

18 years ago PR c++/27292
mmitchel [Tue, 25 Apr 2006 03:33:38 +0000 (03:33 +0000)]
PR c++/27292
* typeck.c (decay_conversion): Don't adjust bitfield types.
(perform_integral_promotions): Treat bitfield enums as enums, not
as short integer types.
* tree.c (rvalue): Convert bitfields to their correct types.
PR c++/27292
* g++.dg/conversion/bitfield1.C: New test.
* g++.dg/conversion/bitfield2.C: Likewise.
* g++.dg/conversion/bitfield3.C: Likewise.

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

18 years agoDaily bump.
gccadmin [Tue, 25 Apr 2006 00:17:25 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago * java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.
tromey [Mon, 24 Apr 2006 21:28:36 +0000 (21:28 +0000)]
* java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.

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

18 years ago * floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.
jules [Mon, 24 Apr 2006 21:24:27 +0000 (21:24 +0000)]
* floatformat.c (floatformat_to_double): Fix (biased) exponent=0 case.

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

18 years ago * rtl.def (SS_ASHIFT, SS_NEG): New codes.
bernds [Mon, 24 Apr 2006 19:35:38 +0000 (19:35 +0000)]
* rtl.def (SS_ASHIFT, SS_NEG): New codes.
* doc/rtl.texi: Document them.
* simplify-rtx.c (simplify_unary_operation,
simplify_binary_operation_1): Don't abort when we see them.

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

18 years ago Revert:
mmitchel [Mon, 24 Apr 2006 16:33:11 +0000 (16:33 +0000)]
Revert:
2006-04-23  Mark Mitchell  <mark@codesourcery.com>
* configure.ac: Completely disregard languages that are not
enabled.
* configure: Regenerated.

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

18 years ago2006-04-21 Andrew Haley <aph@redhat.com>
aph [Mon, 24 Apr 2006 15:33:16 +0000 (15:33 +0000)]
2006-04-21  Andrew Haley  <aph@redhat.com>

        * lang.c (java_init): Handle flag_indirect_classes.
        * jvgenmain.c: Use "class$$" instead of "class$".
        * mangle.c (java_mangle_decl): Accept RECORD_TYPEs sw well as
        DECLs.
        (mangle_class_field): Special case "class$$" as well as "class$".
        * constants.c (build_ref_from_constant_pool): If
        flag_indirect_classes, generate a ref into the heap.
        * decl.c (constants_field_decl_node,
        constants_data_field_decl_node): New.
        * class.c (build_static_class_ref): New.
        (build_classdollar_field): Factor out from build_class_ref().
        (make_field_value): Handle static fields in heap.
        (make_class_data): Make sure we get a static ref to class.
        Make class initializer const if flag_indirect_classes.
        (register_class): Build a class_ref for initialization if
        flag_indirect_classes.
        (emit_indirect_register_classes): New.

2006-04-21  Andrew Haley  <aph@redhat.com>

        * include/execution.h (struct _Jv_CompiledEngine): Define for
        compiled classes.
        * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Call
        _Jv_RegisterLibForGc.
        (_Jv_RegisterClasses_Counted): Likewise.
        (_Jv_NewClassFromInitializer): New.
        (_Jv_RegisterNewClasses): New.
        * sources.am: Regenerate.
        * boehm.cc (_Jv_GC_has_static_roots): new.
        (_Jv_InitGC): Call GC_register_has_static_roots_callback.
        (filename_node, find_file, _Jv_print_gc_store, new_node,
        _Jv_GC_has_static_roots, _Jv_RegisterLibForGc): New.
        * scripts/makemake.tcl: Add -fno-indirect-classes.
        * Makefile.in: Regenerate.
        * link.cc (resolve_pool_entry): Allocate constant pool.
        Allocate fields.

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

18 years ago2006-03-07 Andrew Haley <aph@redhat.com>
aph [Mon, 24 Apr 2006 13:40:21 +0000 (13:40 +0000)]
2006-03-07  Andrew Haley  <aph@redhat.com>

        * dyn_load.c (GC_has_static_roots): Declare.
        (GC_register_dynlib_callback): Call GC_has_static_roots.

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

18 years ago2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>
rguenth [Mon, 24 Apr 2006 09:06:51 +0000 (09:06 +0000)]
2006-04-24  Andrew Pinski  <pinskia@gcc.gnu.org>
Richard Guenther  <rguenther@suse.de>

PR tree-optimization/27236
* tree-inline.c (copy_body_r): Make sure to copy
TREE_THIS_VOLATILE flag.

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

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

18 years ago PR c++/19963
reichelt [Mon, 24 Apr 2006 08:38:05 +0000 (08:38 +0000)]
PR c++/19963
* class.c (layout_class_type): Skip fields with invalid types.

* g++.dg/other/incomplete2.C: New test.

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

18 years ago2006-04-24 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 24 Apr 2006 08:21:41 +0000 (08:21 +0000)]
2006-04-24  Richard Guenther  <rguenther@suse.de>

PR middle-end/26869
* tree-complex.c (update_parameter_components): Don't handle
unused parameters which have no default def.

* gcc.dg/torture/pr26869.c: New testcase.

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

18 years ago2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>
rguenth [Mon, 24 Apr 2006 08:17:42 +0000 (08:17 +0000)]
2006-04-24  Andrew Pinski  <pinskia@gcc.gnu.org>
Richard Guenther  <rguenther@suse.de>

PR tree-optimization/27218
* tree-inline.c (expand_call_inline): Strip useless type
conversions for the return slot address.

* g++.dg/tree-ssa/pr27218.C: New testcase.

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

18 years ago2006-04-24 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 24 Apr 2006 08:01:33 +0000 (08:01 +0000)]
2006-04-24  Richard Guenther  <rguenther@suse.de>

* cfgloop.h (struct loops): Remove unused field array.  Reorder
state after num.
(LOOP_PREFETCH): Remove.

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

18 years ago2006-04-24 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 24 Apr 2006 07:58:53 +0000 (07:58 +0000)]
2006-04-24  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/22525
* value-prof.c (tree_mod_pow2): Remove unnecessary temporary
variable, adjust types of generated expressions.

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

18 years ago PR c++/26912
mmitchel [Mon, 24 Apr 2006 03:50:31 +0000 (03:50 +0000)]
PR c++/26912
* cp-tree.h (build_this_parm): Declare.
(grok_method_quals): Remove.
(build_memfn_type): Declare.
(build_artificial_parm): Declare.
(do_friend): Remove quals parameter.
* decl.c (build_this_parm): New function.
(grokfndecl): Use it.  Do not pass quals to grokclassfn.
(grokdeclarator): Rename quals to memfn_quals.  Avoid allocating
unnecessary TYPE_DECLs.  Correct qualification of member function
types.  Tidy.
* method.c (implicitly_declare_fn): Use build_this_parm.
* friend.c (do_friend): Remove quals parameter.
* decl2.c (grok_method_quals): Remove.
(build_memfn_type): New function.
(build_artificial_parm): Give it external linkage.
(grokclassfn): Remove quals parameter.  Do not build "this"
PARM_DECL here.
PR c++/26912
* g++.dg/template/friend41.C: New test.

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

18 years ago2006-04-23 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 24 Apr 2006 03:04:29 +0000 (03:04 +0000)]
2006-04-23  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.in (c-convert.o): Add dependency on $(TARGET_H)
(tree-vect-patterns.o): Likewise.
(jump.o): Likewise.
(cselib.o): Likewise.
(loop-doloop.o): Likewise.
(regclass.o): Likewise.
(reload1.o): Likewise.
(explow.o): Replace target.h with $(TARGET_H).
(ipa-prop.o): Likewise.
(ipa-cp.o): Likewise.
(ipa-inline.o): Likewise.
(reorg.o): Likewise.
(reg-stack.o): Likewise.

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

18 years agoDaily bump.
gccadmin [Mon, 24 Apr 2006 00:17:11 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago * g++.dg/opt/pr15551.C: Include cstdio.
dje [Sun, 23 Apr 2006 23:58:36 +0000 (23:58 +0000)]
    * g++.dg/opt/pr15551.C: Include cstdio.
        (main): Use remove instead of unlink.

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

18 years ago2006-04-22 Matthias Klose <doko@debian.org>
doko [Sun, 23 Apr 2006 18:15:34 +0000 (18:15 +0000)]
2006-04-22  Matthias Klose  <doko@debian.org>

        * Make-lang.in(treelang.check): Don't set and pass TRANSFORM.

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

18 years ago * tree-tailcall.c (pass_tail_recursion): Use gate_tail_calls too.
ebotcazou [Sun, 23 Apr 2006 18:14:13 +0000 (18:14 +0000)]
* tree-tailcall.c (pass_tail_recursion): Use gate_tail_calls too.

testsuite/
* gcc.dg/sibcall-7.c: New test.
* gcc.dg/tree-ssa/tailrecursion-1.c: Pass -foptimize-sibling-calls.
* gcc.dg/tree-ssa/tailrecursion-2.c: Likewise.
* gcc.dg/tree-ssa/tailrecursion-3.c: Likewise.
* gcc.dg/tree-ssa/tailrecursion-4.c: Likewise.
* gcc.dg/tree-ssa/tailrecursion-5.c: Likewise.

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

18 years ago2006-04-23 Mark Mitchell <mark@codesourcery.com>
mmitchel [Sun, 23 Apr 2006 18:04:33 +0000 (18:04 +0000)]
2006-04-23  Mark Mitchell  <mark@codesourcery.com>

PR c++/26534
* c-common.h (c_build_bitfield_integer_type): Declare.
* c-decl.c (c_build_bitfield_integer_type): Move to ...
* c-common.c (c_build_bitfield_integer_type): ... here.

2006-04-23  Mark Mitchell  <mark@codesourcery.com>

PR c++/26534
* cp-tree.h (is_bitfield_expr_with_lowered_type): New function.
* typeck.c (is_bitfield_expr_with_lowered_type): New function.
(decay_conversion): Convert bitfield expressions to the correct
type.
(build_modify_expr): Remove spurious conversions.
* class.c (layout_class_type): Modify the type of bitfields to
indicate a limited range.
* call.c (standard_conversion): Adjust the type of bitfield
expressions used in an rvalue context.
(build_conditional_expr): Likewise.

2006-04-23  Mark Mitchell  <mark@codesourcery.com>

PR c++/26534
* g++.dg/opt/bitfield1.C: New test.
* g++.dg/compat/abi/bitfield1_main.C: Add -w.
* g++.dg/compat/abi/bitfield1_x.C: Likewise.
* g++.dg/compat/abi/bitfield1_y.C: Likewise.
* g++.dg/compat/abi/bitfield2_main.C: Likewise.
* g++.dg/compat/abi/bitfield2_x.C: Likewise.
* g++.dg/compat/abi/bitfield2_y.C: Likewise.
* g++.dg/abi/bitfield1.C: Add dg-warning markers.
* g++.dg/abi/bitfield2.C: Likewise.
* g++.dg/init/bitfield1.C: Likewise.

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

18 years ago PR target/21283
sayle [Sun, 23 Apr 2006 17:44:46 +0000 (17:44 +0000)]
PR target/21283
* config/fr30/fr30.md (define_split): Avoid calling gen_lowpart on
a SImode SUBREG of a floating point register after no_new_pseudos.

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

18 years ago * config/fr30/fr30.md (addsi_small_int): Use REGNO_PTR_FRAME_P to
sayle [Sun, 23 Apr 2006 17:39:54 +0000 (17:39 +0000)]
* config/fr30/fr30.md (addsi_small_int): Use REGNO_PTR_FRAME_P to
identify potentially eliminable registers to additionally catch
VIRTUAL_INCOMING_ARGS_REGNUM.
(addsi3): Update the conditions on when to use addsi_small_int.

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

18 years ago PR target/16641
sayle [Sun, 23 Apr 2006 17:25:30 +0000 (17:25 +0000)]
PR target/16641
* config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Check REGNO for
STACK_POINTER_RTX and FRAME_POINTER_RTX instead of comparing the
rtx to stack_pointer_rtx or frame_pointer_rtx directly.

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

18 years ago2006-04-23 Marc Glisse <marc.glisse@normalesup.org>
paolo [Sun, 23 Apr 2006 14:54:26 +0000 (14:54 +0000)]
2006-04-23  Marc Glisse  <marc.glisse@normalesup.org>

PR libstdc++/27199
* ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
* ext/bitmap_allocator.h: Likewise; qualify with std::.
* ext/new_allocator.h: Likewise.
* ext/malloc_allocator.h: Likewise.
* ext/array_allocator.h: Likewise.
* ext/mt_allocator.h: Likewise.
* ext/functional: Likewise for size_t.
* ext/debug_allocator.h: Likewise.
* bits/char_traits.h: Qualify with std:: size_t.
* debug/hash_multimap.h: Likewise.

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

18 years ago2006-04-23 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 23 Apr 2006 11:56:37 +0000 (11:56 +0000)]
2006-04-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25099
* resolve.c (resolve_call): Check conformity of elemental
subroutine actual arguments.

2006-04-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25099
* gfortran.dg/elemental_subroutine_4.f90: New test.
* gfortran.dg/assumed_size_refs_1.f90: Add error to non-conforming
call sub (m, x).

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

18 years ago2006-04-23 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 23 Apr 2006 11:44:40 +0000 (11:44 +0000)]
2006-04-23  Paolo Carlini  <pcarlini@suse.de>

* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 42.

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

18 years ago * fold-const.c (range_predecessor): Use operand_equal_p
ebotcazou [Sun, 23 Apr 2006 09:06:32 +0000 (09:06 +0000)]
* fold-const.c (range_predecessor): Use operand_equal_p
as the predicate for equality.
(range_successor): Likewise.

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

18 years ago2006-04-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 23 Apr 2006 02:04:58 +0000 (02:04 +0000)]
2006-04-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/20257
* io/io.h: Add prototypes for get_internal_unit and free_internal_unit.
* io/unit.c (get_internal_unit): Initialize unit number, not zero.
(free_internal_unit): New function to consolidate freeing memory.
(get_unit): Initialize internal_unit_desc to NULL when unit is
external.
* io/unix.c (mem_close): Check for not NULL before freeing memory.
* io/transfer.c (read_block): Reset bytes_left and skip error if unit
is preconnected and default record length is reached.
(read_block_direct): Ditto.
(write_block): Ditto.
(write_buf): Ditto.
(data_transfer_init): Only flush if not internal unit.
(finalize_transfer): Ditto and delete code to free memory used by
internal units.
(st_read_done): Use new function - free_internal_unit.
(st_write_done): Use new function - free_internal unit.

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

18 years agoDaily bump.
gccadmin [Sun, 23 Apr 2006 00:17:14 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago2006-04-22 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Sat, 22 Apr 2006 22:17:26 +0000 (22:17 +0000)]
2006-04-22  Andreas Tobler  <a.tobler@schweiz.ch>

* configure.ac: Weaken the check for MMAP.
* configure: Rebuilt.
* include/config.h.in: Likewise.

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

18 years ago2006-04-22 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Sat, 22 Apr 2006 21:17:35 +0000 (21:17 +0000)]
2006-04-22  Andreas Tobler  <a.tobler@schweiz.ch>

* README: Remove notice about 'Crazy Comments'.
* src/debug.c: Remove lint directives. Cleanup white spaces.
* src/java_raw_api.c: Likewise.
* src/prep_cif.c: Likewise.
* src/raw_api.c: Likewise.
* src/ffitest.c: Delete. No longer needed, all test cases migrated
to the testsuite.
* src/arm/ffi.c: Remove lint directives.
* src/m32r/ffi.c: Likewise.
* src/pa/ffi.c: Likewise.
* src/powerpc/ffi.c: Likewise.
* src/powerpc/ffi_darwin.c: Likewise.
* src/sh/ffi.c: Likewise.
* src/sh64/ffi.c: Likewise.
* src/x86/ffi.c: Likewise.
* testsuite/libffi.call/float2.c: Likewise.
* testsuite/libffi.call/promotion.c: Likewise.
* testsuite/libffi.call/struct1.c: Likewise.

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

18 years ago Revert:
kazu [Sat, 22 Apr 2006 16:45:28 +0000 (16:45 +0000)]
Revert:
* config/soft-fp/op-common.h: Fix a typo.

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

18 years ago2006-04-22 Frank Ch. Eigler <fche@redhat.com>
fche [Sat, 22 Apr 2006 16:22:54 +0000 (16:22 +0000)]
2006-04-22  Frank Ch. Eigler  <fche@redhat.com>

PR libmudflap/26864
* common.opt (flag_mudflap_threads): Overload flag_mudflap.
* tree-mudflap.c (flag_mudflap_threads): Derive from flag_mudflap.

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

18 years ago * config/soft-fp/op-common.h, double-int.h, tree-ssa-dom.c:
kazu [Sat, 22 Apr 2006 16:19:56 +0000 (16:19 +0000)]
* config/soft-fp/op-common.h, double-int.h, tree-ssa-dom.c:
Fix comment typos.
* doc/tm.texi: Fix a typo.

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

18 years ago * decl.c: Fix comment typos.
kazu [Sat, 22 Apr 2006 16:12:34 +0000 (16:12 +0000)]
* decl.c: Fix comment typos.

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

18 years ago * gcc.c-torture/compile/20060421-1.c: New testcase.
jsm28 [Sat, 22 Apr 2006 15:31:09 +0000 (15:31 +0000)]
* gcc.c-torture/compile/20060421-1.c: New testcase.

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

18 years ago * dwarf2out.c (struct die_struct): Document that die_sib makes
geoffk [Sat, 22 Apr 2006 08:50:36 +0000 (08:50 +0000)]
* dwarf2out.c (struct die_struct): Document that die_sib makes
a circular linked list.
(FOR_EACH_CHILD): New.
(reverse_die_lists): Delete.
(reverse_all_dies): Delete.
(add_dwarf_attr): Correct documentation.
(remove_child_with_prev): New.
(remove_child_TAG): Update for change to die_struct, use
remove_child_with_prev.
(add_child_die): Update for change to die_struct.
(splice_child_die): Use remove_child_with_prev and add_child_die.
(print_die): Use FOR_EACH_CHILD.
(die_checksum): Likewise.
(assign_symbol_names): Likewise.
(output_location_lists): Likewise.
(build_abbrev_table): Likewise.
(calc_die_sizes): Likewise.
(mark_dies): Likewise.
(unmark_dies): Likewise.
(unmark_all_dies): Likewise.
(output_die): Likewise.
(prune_unused_types_mark): Likewise.
(prune_unused_types_walk): Likewise.
(same_die_p): Update for change to die_struct.
(break_out_includes): Likewise.
(prune_unused_types_prune): Likewise.
(add_sibling_attributes): Use FOR_EACH_CHILD, simplify logic.
(prune_unmark_dies): Use FOR_EACH_CHILD, don't clear die_mark if
it's already clear.
(dwarf2out_finish): Don't call reverse_all_dies.

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

18 years ago PR fortran/26769
jakub [Sat, 22 Apr 2006 07:08:58 +0000 (07:08 +0000)]
PR fortran/26769
* iresolve.c (gfc_resolve_reshape): Use reshape_r16 for real(16).
(gfc_resolve_transpose): Use transpose_r16 for real(16).

* Makefile.am (i_transpose_c): Add generated/transpose_r16.c.
(i_reshape_c): Add generated/reshape_r16.c.
* Makefile.in: Regenerated.
* generated/transpose_r16.c: Generated new file.
* generated/redhape_r16.c: Generated new file.

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

18 years agoCommit ChangeLog entries.
echristo [Sat, 22 Apr 2006 01:33:34 +0000 (01:33 +0000)]
Commit ChangeLog entries.

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

18 years ago2006-04-21 Eric Christopher <echristo@apple.com>
echristo [Sat, 22 Apr 2006 01:23:09 +0000 (01:23 +0000)]
2006-04-21  Eric Christopher  <echristo@apple.com>

* decl.c: Fix typo in function name.

2006-04-21  Eric Christopher  <echristo@apple.com>

* df-core.c, tree-outof-ssa.c, config/i386/i386.c: Fix typos
in comments and function names.

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

18 years agoDaily bump.
gccadmin [Sat, 22 Apr 2006 00:17:14 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago PR c/25875
reichelt [Fri, 21 Apr 2006 23:02:26 +0000 (23:02 +0000)]
PR c/25875
* c-typeck.c (digest_init): Robustify.

* gcc.dg/init-bad-4.c: New test.

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

18 years ago * c-typeck.c (pop_init_level): Simplify.
reichelt [Fri, 21 Apr 2006 22:58:28 +0000 (22:58 +0000)]
* c-typeck.c (pop_init_level): Simplify.

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

18 years ago * de.po, es.po, sv.po: Update.
jsm28 [Fri, 21 Apr 2006 19:49:54 +0000 (19:49 +0000)]
* de.po, es.po, sv.po: Update.
* zh_TW.po: New.

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

18 years ago * de.po: Update.
jsm28 [Fri, 21 Apr 2006 19:45:50 +0000 (19:45 +0000)]
* de.po: Update.

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

18 years ago * config/pa/t-pa64: Add dependencies on $(GCC_PASSES).
sje [Fri, 21 Apr 2006 17:39:15 +0000 (17:39 +0000)]
* config/pa/t-pa64: Add dependencies on $(GCC_PASSES).

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

18 years ago2006-04-21 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 21 Apr 2006 17:05:51 +0000 (17:05 +0000)]
2006-04-21  Paul Brook  <paul@codesourcery.com>

gcc/
* config/arm/arm.c (arm_override_options): Error on iWMMXt and
hardware floating point.
gcc/testsuite/
* gcc.dg/arm-vfp1.c: Skip on iWMMXt cpus.

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

18 years ago * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Add sfp to
dje [Fri, 21 Apr 2006 14:10:22 +0000 (14:10 +0000)]
* config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Add sfp to
NON_FLOAT_REGS.

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

18 years ago* config/sh/t-elf (EXTRA_MULTILIB_PARTS): Include OPT_EXTRA_PARTS.
nickc [Fri, 21 Apr 2006 08:10:42 +0000 (08:10 +0000)]
* config/sh/t-elf (EXTRA_MULTILIB_PARTS): Include OPT_EXTRA_PARTS.

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

18 years ago2006-04-21 Paul Thomas <pault@gcc.gnu.org>
pault [Fri, 21 Apr 2006 05:10:22 +0000 (05:10 +0000)]
2006-04-21 Paul Thomas <pault@gcc.gnu.org>

PR fortran/27122
* resolve.c (resolve_function): Remove general restriction on auto
character length function interfaces.
(gfc_resolve_uops): Check restrictions on defined operator
procedures.
(resolve_types): Call the check for defined operators.

PR fortran/27113
* trans-array.c (gfc_trans_array_constructor_subarray): Remove
redundant gfc_todo_error.
(get_array_ctor_var_strlen): Remove typo in enum.

2006-04-21 Paul Thomas <pault@gcc.gnu.org>

PR fortran/27122
* gfortran.dg/defined_operators_1.f90: New test.
* gfortran.dg/assumed_charlen_function_1.f90: Add new error and
remove old ones associated, incorrectly, with Note 5.46.

PR fortran/27113
* gfortran.dg/character_array_constructor_1.f90: New test.

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

18 years ago PR target/27230
amodra [Fri, 21 Apr 2006 01:52:13 +0000 (01:52 +0000)]
PR target/27230
* config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
C++ lang type in traceback table for Objective-C++.

* config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Update comment.

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

18 years agoDaily bump.
gccadmin [Fri, 21 Apr 2006 00:17:08 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago PR libgcj/27170
bryce [Thu, 20 Apr 2006 23:47:56 +0000 (23:47 +0000)]
    PR libgcj/27170
        * gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h to override
        dlopen(). From Anthony Green.

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

18 years ago2006-04-20 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 20 Apr 2006 16:23:57 +0000 (16:23 +0000)]
2006-04-20  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (asm_preferred_eh_data_format): Reformat.

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