Tom Tromey
18b3501e63
Makefile.in: Rebuilt.
...
* Makefile.in: Rebuilt.
* Makefile.am: Removed all GNU-make-specific FIXME comments.
From-SVN: r70824
2003-08-26 22:33:03 +00:00
Roger Sayle
00229de405
re PR middle-end/12002 (internal compiler error: in gen_lowpart, at emit-rtl.c:1374)
...
PR middle-end/12002
* tree.h (SCALAR_FLOAT_TYPE_P, COMPLEX_FLOAT_TYPE_P): New macros.
(FLOAT_TYPE_P): Define in terms of these two new macros.
* fold-const.c (fold <PLUS_EXPR>): Don't convert x+x into x*2.0
for complex floating point types.
* g77.f-torture/compile/12002.f: New test case.
From-SVN: r70821
2003-08-26 21:44:46 +00:00
Ulrich Weigand
b41ead3e35
s390.c (emit_prologue): Don't check literal pool size.
...
* config/s390/s390.c (emit_prologue): Don't check literal pool size.
* config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Call
s390_output_pool_entry.
From-SVN: r70819
2003-08-26 20:39:45 +00:00
Nathanael Nerode
c2f523ea72
inclhack.def (svr4_preproc_lint_on, [...]): New disabled fixes, ported from fixinc.svr4.
...
* fixinc/inclhack.def (svr4_preproc_lint_on,
svr4_preproc_lint_off, svr4_preproc_machine): New disabled
fixes, ported from fixinc.svr4.
From-SVN: r70818
2003-08-26 20:34:23 +00:00
Mark Mitchell
e158a5fb34
install.texi (Prerequisites): Mention GNU make requirement.
...
* doc/install.texi (Prerequisites): Mention GNU make requirement.
* Makefile.in (AR_FOR_TARGET): Export it.
(AR_CREATE_FOR_TARGET): Likewise.
(AR_FLAGS_FOR_TARGET): Likewise.
(AR_EXTRACT_FOR_TARGET): Likewise.
(AWK): Likewise.
(BUILD_PREFIX): Likewise.
(BUILD_PREFIX_1): Likewise.
(DESTDIR): Likewise.
(GCC_FOR_TARGET): Likewise.
(INCLUDES): Likewise.
(INSTALL_DATA): Likewise.
(LIB1ASMSRC): Likewise.
(LIBGCC2_CFLAGS): Likewise.
(MACHMODE_H): Likewise.
(NM_FOR_TARGET): Likewise.
(RANLIB_FOR_TARGET): Likewise.
(libsubdir): Likewise.
(slibdir): Likewise.
(ORDINARY_FLAGS_TO_PASS): Remove stuff that we're
exporting.
(libgcc.a): Don't pass them here.
(stmp-multilib): Or here.
(install-libgcc): Or here.
(install-multilib): Or here.
(POSTSTAGE1_FLAGS_TO_PASS): Or here.
(stage1_build): Or here.
From-SVN: r70817
2003-08-26 18:47:26 +00:00
Tom Tromey
a638cfb0fc
Reference.java (get): Indentation fix.
...
* java/lang/ref/Reference.java (get): Indentation fix.
(clear): Comment fix.
(enqueue): Likewise.
(lock): Likewise.
(referent): Likewise.
From-SVN: r70814
2003-08-26 16:31:12 +00:00
Tom Tromey
0f56e0cc56
re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws java.lang.IllegalArgumentException)
...
PR java/12058:
* java/lang/reflect/natArray.cc (set): Allow null as argument.
From-SVN: r70813
2003-08-26 14:55:30 +00:00
Andreas Krebbel
288e517f66
s390.md ("*llgt_sisi", [...]): New insns.
...
* config/s390/s390.md ("*llgt_sisi", "*llgt_sisi_split", "*llgt_didi",
"*llgt_didi_split", "*llgt_sidi", "*llgt_sidi_split"): New insns.
From-SVN: r70812
2003-08-26 14:53:53 +00:00
Andreas Krebbel
a1b892b5d5
s390.md ("*fmadddf", [...]): New insns.
...
* config/s390/s390.md ("*fmadddf", "*fmsubdf",
"*fmaddsf", "*fmsubsf"): New insns.
From-SVN: r70811
2003-08-26 14:52:44 +00:00
Tom Tromey
6077db9114
Proxy.java (ProxyData): `pack' now a String.
...
* java/lang/reflect/Proxy.java (ProxyData): `pack' now a String.
(ProxyData.getPackage): New method.
(ProxyData.getProxyData): Use package name, not Package.
(ClassFactory.ClassFactory): Updated.
From-SVN: r70809
2003-08-26 14:37:10 +00:00
Roger Sayle
e32329336b
fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into (C1*C2)/X when unsafe math optimizations are allowed.
...
* fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into
(C1*C2)/X when unsafe math optimizations are allowed.
(fold <RDIV_EXPR>): Optimize C1/(X*C2) into (C1/C2)/X with unsafe
math optimizations. Minor code clean-ups. Recursively call
fold when constructing sub-expressions.
* gcc.dg/20030826-1.c: New test case.
From-SVN: r70807
2003-08-26 13:26:31 +00:00
Roger Sayle
cf42869d28
builtins.c (fold_builtin_bitop): New function to perform constant folding of ffs...
...
* builtins.c (fold_builtin_bitop): New function to perform constant
folding of ffs, clz, ctz, popcount and parity builtin functions
and their long and long long variants (such as ffsl and ffsll).
(fold_builtin): fold_builtin_bitop when appropriate.
* simplify-rtx.c (simplify_unary_operation): Honor both
CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO when
evaluating clz and ctz at compile-time, for operands wider
than HOST_WIDE_INT.
From-SVN: r70806
2003-08-26 13:22:14 +00:00
Matt Kraai
a103ca2cde
* gcc.dg/noncompile/20030818-1.c: Expect second line of error.
...
From-SVN: r70805
2003-08-26 12:25:44 +00:00
Loren J. Rittle
73780bfe9a
cin_unget-1.txt: New.
...
* testsuite/data/cin_unget-1.txt: New.
* testsuite/27_io/objects/char/12048.cc: New.
From-SVN: r70804
2003-08-26 11:46:22 +00:00
Nathan Sidwell
6d9a0a36e5
re PR c++/11871 (Koenig lookup regression)
...
cp:
PR c++/11871
* decl.c (push_class_level_binding): Correct old_decl value from
my 2003-07-29 reorganization.
testsuite:
PR c++/11871
* c++.dg/lookup/crash1.C: New test.
From-SVN: r70803
2003-08-26 09:16:16 +00:00
Nathan Sidwell
20b506726b
builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.
...
* builtins.c (build_function_call_expr): Don't set
TREE_SIDE_EFFECTS here.
* expr.c (emit_block_move_via_libcall): Likewise.
(clear_storage_via_libcall): Likewise.
* tree.c (build): Set TREE_SIDE_EFFECTS for non-const, non-pure
CALL_EXPRs.
cp:
* call.c (build_call): Don't set TREE_SIDE_EFFECTS here.
(build_new_method_call): Add goto finish.
* semantics.c (simplify_aggr_init_exprs_r): Don't set
TREE_SIDE_EFFECTS on a call.
testsuite:
* c++.dg/warn/noeffect3.C: New test.
From-SVN: r70802
2003-08-26 08:51:35 +00:00
Nathan Sidwell
d128effb32
gcse.c (is_too_expensive): New function.
...
* gcse.c (is_too_expensive): New function.
(gcse_main, delete_null_pointer_checks, bypass_jumps): Use it.
From-SVN: r70801
2003-08-26 08:39:00 +00:00
Zack Weinberg
7e2055ec11
config.gcc (hppa*-*-hpux11*, [...]): Remove commented-out logic to use DCE threads (if present)...
...
gcc:
* config.gcc (hppa*-*-hpux11*, ia64*-*-hpux*): Remove
commented-out logic to use DCE threads (if present), add
support for POSIX threads.
* config/ia64/hpux.h: Define CPP_SPEC to set appropriate
#defines for -pthread. Add -lpthread to LIB_SPEC when
-pthread. In both cases take -mt as a synonym for -pthread
for acc compatibility.
Define GTHREAD_USE_WEAK to 0.
* config/pa/pa-hpux11.h: Likewise for CPP_SPEC and LIB_SPEC.
Remove old logic for DCE threads from LIB_SPEC.
* config/pa/pa64-hpux.h: Define GTHREAD_USE_WEAK to 0.
libstdc++-v3:
* config/os/hpux/os_defines.h: Unconditionally define
_GLIBCXX_GTHREAD_USE_WEAK to 0.
From-SVN: r70797
2003-08-26 06:54:15 +00:00
GCC Administrator
6cd28c3182
Daily bump.
...
From-SVN: r70794
2003-08-26 00:16:07 +00:00
Roger Sayle
8634629b6f
builtins.c (expand_builtin_mathfn): Rearrange so that we only return 0 for invalid argument types.
...
* builtins.c (expand_builtin_mathfn): Rearrange so that we only
return 0 for invalid argument types. Instead drop through to a
call of expand_call at the bottom of function. If op is SQRT,
try attaching a SQRT rtx as the REQ_EQUAL note of the libcall.
From-SVN: r70792
2003-08-26 00:09:10 +00:00
Janis Johnson
0961802f7e
vector-1_x.c: Compile with -w.
...
* gcc.dg/compat/vector-1_x.c: Compile with -w.
* gcc.dg/compat/vector-1_y.c: Ditto.
* gcc.dg/compat/vector-2_x.c: Ditto.
* gcc.dg/compat/vector-2_y.c: Ditto.
From-SVN: r70791
2003-08-25 23:56:32 +00:00
Richard Henderson
0d433a6a90
ia64.c (ia64_expand_tls_address): Properly truncate result when op0 is SImode.
...
* config/ia64/ia64.c (ia64_expand_tls_address): Properly truncate
result when op0 is SImode.
From-SVN: r70790
2003-08-25 16:41:10 -07:00
Nathanael Nerode
1d10941673
inclhack.def (svr4_sighandler_type): New fix, ported from fixinc.svr4.
...
* fixinc/inclhack.def (svr4_sighandler_type): New fix, ported
from fixinc.svr4.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/sys/signal.h: Regenerate.
From-SVN: r70786
2003-08-25 21:54:14 +00:00
Ulrich Weigand
dc5c3188aa
combine.c (simplify_comparison): Re-enable widening of comparisons with non-paradoxical subregs of non-REG...
...
* combine.c (simplify_comparison): Re-enable widening of comparisons
with non-paradoxical subregs of non-REG expressions.
From-SVN: r70785
2003-08-25 21:11:46 +00:00
Gabriel Dos Reis
ff619040ad
Fix thinko
...
From-SVN: r70783
2003-08-25 20:47:38 +00:00
Richard Henderson
7258921b4e
* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.
...
From-SVN: r70782
2003-08-25 13:40:21 -07:00
Ulrich Weigand
b01e3e3802
combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
...
* combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
* gcc.dg/20030702-1.c: New test.
From-SVN: r70779
2003-08-25 20:14:45 +00:00
Ulrich Weigand
c62793785d
* combine.c (combine_simplify_rtx): Fix RTL sharing bug.
...
From-SVN: r70778
2003-08-25 20:10:03 +00:00
Gabriel Dos Reis
12ea3302e6
pretty-print.h (pp_maybe_newline_and_indent): New macro.
...
* pretty-print.h (pp_maybe_newline_and_indent): New macro.
* c-pretty-print.h (c_pretty_printer): Now typedef to the
structure. Be consistent with pretty-print.h abd cxx-pretty-print.h
(struct c_pretty_print_info): Document. Add new fields.
(pp_type_specifier_seq): Rename from pp_c_type_specifier.
(pp_direct_abstract_declarator): New macro.
(pp_ptr_operator): Likewise.
(pp_simple_type_specifier): Likewise.
(pp_expression): Likewise.
(pp_parameter_list): Rename from pp_parameter_declaration.
* c-pretty-print.c (pp_c_whitespace): Now a function.
(pp_c_left_paren): Likewise.
(pp_c_right_paren): Likewise.
(pp_c_dot): Likewise.
(pp_c_ampersand): Likewise.
(pp_c_arrow): Likewise.
(pp_c_semicolon): Likewise.
(pp_c_type_cast): New function.
(pp_c_space_for_pointer_operator): Likewise.
(pp_c_call_argument_list): Likewise.
(pp_c_cv_qualifier): Adjust prototype.
(pp_c_type_qualifier_list): Likewise.
(pp_c_pointer): Likewise. Handle REFERENCE_TYPE here.
(pp_c_type_specifier): Rename from pp_c_simple_type_specifier.
Adjust to follow standard grammar.
(pp_c_specifier_qualifier_list): Adjusr prototype. Handle
REFERENCE_TYPE. Tidy.
(pp_c_parameter_type_list): Adjust prototype. Tidy.
(pp_c_parameter_declaration): Remove.
(pp_c_abstract_declarator): Adjust prototype.
(pp_c_direct_abstract_declarator): Likewise.
(pp_c_type_id): Likewise.
(pp_c_storage_class_specifier): Likewise.
(pp_c_function_specifier): Likewise.
(pp_c_declaration_specifiers): Likewise.
(pp_c_direct_declarator): Likewise.
(pp_c_declarator): Likewise.
(pp_c_declarator): Likewise.
(pp_c_declaration): Likewise.
(pp_c_attributes): Likewise. Tidy.
(pp_c_function_definition): Adjust prototype.
(pp_c_char): Likewise.
(pp_c_string_literal): Likewise.
(pp_c_integer_constant): Likewise.
(pp_c_character_constant): Likewise.
(pp_c_bool_constant): Likewise.
(pp_c_enumeration_constant): Likewise.
(pp_c_floating_constant): Likewise.
(pp_c_constant): Likewise.
(pp_c_identifier): Likewise.
(pp_c_primary_expression): Likewise. Remove TARGET_EXPR case. Tidy.
(pp_c_initializer): Adjust prototype.
(pp_c_init_declarator): Likewise.
(pp_c_initializer_list): Likewise.
(pp_c_id_expression): Likewise.
(pp_c_postfix_expression): Likewise.
(pp_c_expression_list): Likewise.
(pp_c_unary_expression): Likewise.
(pp_c_cast_expression): Likewise.
(pp_c_multiplicative_expression): Likewise.
(pp_c_additive_expression): Likewise.
(pp_c_shift_expression): Likewise.
(pp_c_relational_expression): Likewise.
(pp_c_equality_expression): Likewise.
(pp_c_and_expression): Likewise.
(pp_c_exclusive_or_expression): Likewise.
(pp_c_inclusive_or_expression): Likewise.
(pp_c_logical_and_expression): Likewise.
(pp_c_logical_or_expression): Likewise.
(pp_c_conditional_expression): Likewise.
(pp_c_assignment_expression): Likewise.
(pp_c_expression): Likewise. Tidy.
(pp_c_statement): Likewise. Document.
(pp_c_pretty_printer_init): Adjust prototype. Tidy.
* c-lang.c (c_initialize_diagnostics): Update.
* c-common.h (strip_pointer_operator): Declare.
* c-common.c (strip_pointer_operator): Define.
cp/
* cxx-pretty-print.h (pp_cxx_flag_default_argument): New flag.
(cxx_pretty_printer): Adjust base type.
(pp_cxx_function_specifier): Declare.
* cxx-pretty-print.c (pp_cxx_whitespace): New macro.
(pp_cxx_left_paren): Likewise.
(pp_cxx_right_paren): Likewise.
(pp_cxx_dot): Likewise.
(pp_cxx_arrow): Likewise.
(pp_cxx_semicolon): Likewise.
(pp_cxx_identifier): Likewise.
(pp_cxx_cv_qualifier_seq): Likewise.
(pp_cxx_storage_class_specifier): Likewise.
(pp_cxx_expression_list): Likewise.
(pp_cxx_space_for_pointer_operator): Likewise.
(pp_cxx_init_declarator): Likewise.
(pp_cxx_call_argument_list): Likewise.
(pp_cxx_nonconsecutive_character): Tidy.
(pp_cxx_conversion_function_id): New function.
(pp_cxx_template_id): Likewise.
(pp_cxx_class_name): Likewise.
(pp_cxx_template_keyword_if_needed): Likewise.
(pp_cxx_nested_name_specifier): Likewise.
(pp_cxx_unqualified_id): Tidy
(pp_cxx_qualified_id): Handle more nodes.
(pp_cxx_primary_expression): Tidy.
(pp_cxx_postfix_expression): Likewise.
(pp_cxx_new_expression): Tidy.
(pp_cxx_delete_expression): Likewise.
(pp_cxx_cast_expression): New function.
(pp_cxx_pm_expression): Tidy.
(pp_cxx_conditional_expression): Likewise.
(pp_cxx_assignment_operator): New function.
(pp_cxx_assignment_expression): Tidy.
(pp_cxx_expression): New function.
(pp_cxx_function_specifier): Likewise.
(pp_cxx_decl_specifier_seq): Likewise.
(pp_cxx_simple_type_specifier): Tidy.
(pp_cxx_type_specifier_seq): Likewise.
(pp_cxx_ptr_operator): New function.
(pp_cxx_implicit_parameter_type): Likewise.
(pp_cxx_parameter_declaration): Tidy.
(pp_cxx_parameter_declaration_clause): New function.
(pp_cxx_exception_specification): Likewise.
(pp_cxx_direct_declarator): Tidy.
(pp_cxx_declarator): Likewise.
(pp_cxx_ctor_initializer): New function.
(pp_cxx_function_definition): Likewise.
(pp_cxx_abstract_declarator): Tidy.
(pp_cxx_direct_abstract_declarator): Likewise.
(pp_cxx_type_id): Likewise.
(pp_cxx_exception_declaration): New function.
(pp_cxx_statement): Likewise.
(pp_cxx_simple_declaration): Likewise.
(pp_cxx_template_parameter_list): Likewise.
(pp_cxx_template_parameter): Likewise.
(pp_cxx_template_declaration): Likewise.
(pp_cxx_explicit_specialization): Likewise.
(pp_cxx_explicit_instantiation): Likewise.
(pp_cxx_declaration): Tidy.
(pp_cxx_pretty_printer_init): Initialize more fields.
From-SVN: r70777
2003-08-25 19:10:50 +00:00
Scott Gilbertson
81f7282f97
Makefile.am: added gnu/awt/xlib/XOffScreenImage.java.
...
* Makefile.am: added gnu/awt/xlib/XOffScreenImage.java.
* Makefile.in: re-generated.
* gnu/awt/j2d/IntegerGraphicsState.java
(ScreenCoupledImage): new interface.
(drawImage): detect ScreenCoupledImage instances.
* gnu/awt/xlib/XCanvasPeer.java (createImage) implemented.
* gnu/awt/xlib/XEventLoop.java
(createEvent): re-formatted, and rearranged to avoid null pointer.
* gnu/awt/xlib/XGraphics.java
(drawImage): added XOffScreenImage handling.
* gnu/awt/xlib/XOffScreenImage.java: new file.
* gnu/gcj/xlib/Drawable.java (getDepth): new native method.
* gnu/gcj/xlib/GC.java (copyArea): new native method.
* gnu/gcj/xlib/XAnyEvent.java
(TYPE_KEY_PRESS): new constant.
(TYPE_KEY_RELEASE): new constant.
(TYPE_MOTION_NOTIFY): new constant.
(TYPE_ENTER_NOTIFY): new constant.
(TYPE_LEAVE_NOTIFY): new constant.
(TYPE_FOCUS_IN): new constant.
(TYPE_FOCUS_OUT): new constant.
(TYPE_KEYMAP_NOTIFY): new constant.
(TYPE_GRAPHICS_EXPOSE): new constant.
(TYPE_NO_EXPOSE): new constant.
(TYPE_VISIBILITY_NOTIFY): new constant.
(TYPE_CREATE_NOTIFY): new constant.
(TYPE_DESTROY_NOTIFY): new constant.
(TYPE_MAP_REQUEST): new constant.
(TYPE_CONFIGURE_REQUEST): new constant.
(TYPE_GRAVITY_NOTIFY): new constant.
(TYPE_RESIZE_REQUEST): new constant.
(TYPE_CIRCULATE_NOTIFY): new constant.
(TYPE_CIRCULATE_REQUEST): new constant.
(TYPE_PROPERTY_NOTIFY): new constant.
(TYPE_SELECTION_CLEAR): new constant.
(TYPE_SELECTION_REQUEST): new constant.
(TYPE_SELECTION_NOTIFY): new constant.
(TYPE_COLORMAP_NOTIFY): new constant.
(TYPE_MAPPING_NOTIFY): new constant.
* gnu/gcj/xlib/natDrawable.cc (getDepth): new method.
* gnu/gcj/xlib/natGC.cc (copyArea): new method
* java/awt/Component.java (createImage): changed to use peer method.
From-SVN: r70776
2003-08-25 19:02:29 +00:00
Mark Mitchell
1281fe1103
re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)
...
PR c++/8795
* tree.h (build_method_type_directly): Declare.
* c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
(vector_size_helper): Likewise.
* tree.c (build_method_type_directly): New function.
(build_method_type): Use it.
From-SVN: r70774
2003-08-25 16:58:31 +00:00
Mark Mitchell
43dc123f52
re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)
...
PR c++/8795
* tree.h (build_method_type_directly): Declare.
* c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
(vector_size_helper): Likewise.
* tree.c (build_method_type_directly): New function.
(build_method_type): Use it.
PR c++/8795
* cp-tree.h (build_cplus_method_type): Remove.
* call.c (standard_conversion): Use build_method_type_directly
instead of build_cplus_method_type.
* class.c (build_clone): Likewise.
(adjust_clone_args): Likewise.
* decl.c (build_ptrmem_type): Likewise.
(grokdeclarator): Likewise.
(check_function_type): Likewise.
* decl2.c (grok_method_quals): Likewise.
(maybe_retrofit_in_chrg): Likewise.
* pt.c (copy_default_args_to_explicit_spec): Likewise.
(tsubst_function_type): Likewise.
(tsubst): Likewise.
* tree.c (build_cplus_method_type): Remove.
* typeck.c (merge_types): Use build_method_type_directly.
PR c++/8795
* g++.dg/ext/altivec-1.C: New test.
From-SVN: r70773
2003-08-25 15:47:43 +00:00
Richard Henderson
a30b683917
i386.i386.c (ix86_return_in_memory): Reformat.
...
* config/i386.i386.c (ix86_return_in_memory): Reformat. Return true
for 16-byte vector modes if sse not enabled; warn for abi change.
(ix86_value_regno): Only return xmm0 for 16-byte vector types.
* g++.dg/eh/simd-2.C: Add -w for x86.
From-SVN: r70771
2003-08-24 20:17:02 -07:00
GCC Administrator
c681386d04
Daily bump.
...
From-SVN: r70766
2003-08-25 00:16:07 +00:00
Gerald Pfeifer
4fdbb1def5
gcc_release (build_sources): Create/update the LAST_UPDATED file in the source directory with information...
...
* gcc_release (build_sources): Create/update the LAST_UPDATED file
in the source directory with information how sources were obtained.
From-SVN: r70762
2003-08-24 13:28:53 +00:00
Kazu Hirata
30c3267cef
* rtlanal.c (may_trap_p): Simplify an integer comparison.
...
From-SVN: r70761
2003-08-24 09:02:32 +00:00
Nathanael Nerode
791996d16d
inclhack.def (AAB_svr4_replace_byteorder): Enhance comment.
...
* fixinc/inclhack.def (AAB_svr4_replace_byteorder): Enhance
comment. Enable for DYNIX/ptx systems (when they switch to
regular fixincludes).
* fixinc/fixincl.x: Regenerate.
From-SVN: r70760
2003-08-24 06:56:27 +00:00
Jason Eckhardt
b882d60dbf
t-i860: New.
...
2003-08-23 Jason Eckhardt <jle@rice.edu>
* config/i860/t-i860: New.
* config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.
From-SVN: r70759
2003-08-24 03:57:49 +00:00
GCC Administrator
8946616503
Daily bump.
...
From-SVN: r70756
2003-08-24 00:16:06 +00:00
Jakub Jelinek
61c234ce87
c-decl.c (pushdecl): Only put decls which finish_struct will do something about onto incomplete chain.
...
* c-decl.c (pushdecl): Only put decls which finish_struct will do
something about onto incomplete chain.
(finish_struct): If not removing type from incomplete
list, update prev.
* gcc.dg/20030815-1.c: New test.
From-SVN: r70752
2003-08-24 00:18:54 +02:00
Jan Hubicka
ebe75517d4
re PR c/11369 (too relaxed checking with -Wstrict-prototypes)
...
PR target/11369
* i386.c (ix86_expand_carry_flag_compare): Validate operand.
PR target/11031
* i386.c (const_0_to_3_operand, const_0_to_7_operand,
const_0_to_15_operand, const_0_to_255_operand): New predicates.
* i386.h (PREDICATE_CODES): Add these.
* i386.c (pinsrw and pextrw patterns): Use them.
PR target/10984
* i386.c (ix86_expand_binop_builtin): Behave sanely for VOIDmodes.
PR target/8869
* expr.c (convert_modes): Deal properly with integer to vector
constant conversion.
PR target/8871
* i386.md (zero_extendsidi2*): Add MMX and SSE alternatives.
From-SVN: r70751
2003-08-23 21:18:58 +00:00
Marek Michalkiewicz
066ec9c97b
MAINTAINERS: Update my email address.
...
2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
* MAINTAINERS: Update my email address.
From-SVN: r70746
2003-08-23 20:18:14 +00:00
Ulrich Weigand
02ed3c5e7f
s390.h (LOAD_EXTEND_OP): Remove.
...
* config/s390/s390.h (LOAD_EXTEND_OP): Remove.
* config/s390/s390.md ("movhi"): New expander; old insn renamed to ...
("*movhi"): ... this.
("movqi", "*movqi"): Likewise.
("movqi_64"): Remove.
("*zero_extendhisi2_31"): Change predicate to s_operand.
From-SVN: r70745
2003-08-23 19:41:47 +00:00
Dale Johannesen
f346cc376f
fix thinko in previous
...
From-SVN: r70742
2003-08-23 18:09:32 +00:00
Dale Johannesen
643642eb3f
calls.c (emit_library_call_value_1): Fix obvious errors in arguments to emit_group_load.
...
2003-08-23 Dale Johannesen <dalej@apple.com>
* calls.c (emit_library_call_value_1): Fix obvious errors in
arguments to emit_group_load.
From-SVN: r70741
2003-08-23 18:08:27 +00:00
Jason Eckhardt
edf11bdaab
calls.c (emit_library_call_value_1): Remove code related to LIBGCC_NEEDS_DOUBLE.
...
2003-08-23 Jason Eckhardt <jle@rice.edu>
* calls.c (emit_library_call_value_1): Remove code related
to LIBGCC_NEEDS_DOUBLE.
* config/stormy16/stormy16.h: Remove mention of LIBGCC_NEEDS_DOUBLE.
* doc/tm.texi: Likewise.
* system.h: Poison the LIBGCC_NEEDS_DOUBLE macro.
From-SVN: r70740
2003-08-23 18:03:06 +00:00
Richard Sandiford
e2a188b234
* config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
...
From-SVN: r70739
2003-08-23 17:14:11 +00:00
Richard Sandiford
520d96c621
mips.c (mips_setup_incoming_varargs): Handle o32 and o64 as well.
...
* config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
as well. Put memory references in the varargs alias set.
(mips_expand_prologue): Remove varargs handling from here.
From-SVN: r70738
2003-08-23 17:10:52 +00:00
Ulrich Weigand
4779869270
s390.c (s390_expand_movstr, [...]): Use ISO C syntax for function pointer calls.
...
* config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
for function pointer calls.
* config/s390/s390.md ("*negdi2_31"): Likewise.
From-SVN: r70735
2003-08-23 15:39:18 +00:00
Roger Sayle
a0209ac28f
* combine.c (apply_distributive_law): Correct comment.
...
From-SVN: r70734
2003-08-23 14:46:22 +00:00