aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-16h8300.md: Remove explicit (set_attr "cc" "clobber").Kazu Hirata2-134/+72
* config/h8300/h8300.md: Remove explicit (set_attr "cc" "clobber"). From-SVN: r77872
2004-02-16re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, ↵Mark Mitchell8-132/+122
at cp/call.c:3068)) PR c++/13971 * call.c (build_conditional_expr): Handle conversions between class types which result in differently cv-qualified type variants. PR c++/14086 * class.c (delete_duplicate_fields_1): Remove. (delete_duplicate_fields): Likewise. (finish_struct_anon): Remove check for members with the same name as their enclosing class. (check_field_decls): Do not call duplicate_fields. * decl.c (grokdeclarator): Remove check for static data members with the same name as their enclosing class. * name-lookup.c (push_class_level_binding): Check for members with the same name as their enclosing class. From-SVN: r77869
2004-02-16Daily bump.GCC Administrator2-2/+2
From-SVN: r77865
2004-02-15m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for '%#'.Bernardo Innocenti2-2/+10
* config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for '%#'. From-SVN: r77860
2004-02-15re PR libstdc++/11352 (crash while internal padding numeric 0)David Asher2-26/+32
2004-02-15 David Asher <david.asher@cavium.com> PR libstdc++/11352 * include/bits/locale_facets.tcc (__pad<>::_S_pad): Don't access __olds beyond __oldlen. From-SVN: r77858
2004-02-15re PR c++/14085 (when compiling template functors)Gabriel Dos Reis3-0/+19
PR c++/14085 * error.c (dump_decl): Handle TEMPLATE_TYPE_PARM. From-SVN: r77852
2004-02-15ia64.c, [...]: Fix comment typos.Kazu Hirata4-5/+10
* config/ia64/ia64.c, config/mips/mips.c, config/mmix/mmix-modes.def: Fix comment typos. From-SVN: r77851
2004-02-15c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.Roger Sayle4-4/+15
* c-common.h (GET_DIRECTIVE_LINE): Remove unused macro. (get_directive_line): Remove unused function prototype. * f/lex.c (ffelex_get_directive_line): Provide a more descriptive comment. Remove reference to non-existant get_directive_line. From-SVN: r77850
2004-02-15re PR fortran/14129 ([g77] gcc/f/lex.c buffer size limitation.)Roger Sayle2-2/+20
PR fortran/14129 * lex.c (ffelex_cfelex_): Avoid calling xrealloc on a local stack allocated array. From-SVN: r77849
2004-02-15ObjectInputStream.java (readClassDescriptor): Avoid the overflow of ↵Ito Kazumitsu2-2/+19
fieldmapping. 2004-02-15 Ito Kazumitsu <kaz@maczuka.gcd.org> * java/io/ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapping. From-SVN: r77843
2004-02-15Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r77836.2
2004-02-15Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r77835.2
2004-02-14MAINTAINERS: Added myself to write-after-approval.Jerry Quinn2-0/+5
2004-02-14 Jerry Quinn <jlquinn@optonline.net> * MAINTAINERS: Added myself to write-after-approval. From-SVN: r77832
2004-02-142004-02-14 Paolo Carlini <pcarlini@suse.de>Paolo Carlini4-1/+5
Adjust last commit. From-SVN: r77830
2004-02-149182-2.cc: Make sure the exception is actually thrown.Paolo Carlini5-1/+16
2004-02-14 Paolo Carlini <pcarlini@suse.de> * testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc: Make sure the exception is actually thrown. * testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc: Ditto. * testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_filebuf/sync/char/9182-1.cc: Ditto. From-SVN: r77828
2004-02-14UndoManager.java: Re-written from scratch.Sascha Brawer2-216/+585
2004-02-14 Sascha Brawer <brawer@dandelis.ch> * javax/swing/undo/UndoManager.java: Re-written from scratch. From-SVN: r77827
2004-02-14* gcc.c-torture/compile/20040214-2.c: New test.Josef Zlomek2-0/+61
From-SVN: r77821
2004-02-14* tree-inline.c (copy_body_r): Do not replace ret_label.Josef Zlomek2-2/+9
From-SVN: r77820
2004-02-14re PR c++/14116 ([testcase] internal compiler error: in lookup_member, at ↵Andrew Pinski1-0/+1
cp/search.c:1498) 2004-02-14 Andrew Pinski <pinskia@physics.uc.edu> PR c++/14116 * g++.dg/ext/typeof8.C: New test. From-SVN: r77818
2004-02-14typeof8.C: New test.Andrew Pinski2-0/+16
2004-02-14 Andrew Pinski <pinskia@physics.uc.edu> * g++.dg/ext/typeof8.C: New test. From-SVN: r77815
2004-02-14i386.c (x86_four_jump_limit): New variable.Jan Hubicka3-8/+28
* i386.c (x86_four_jump_limit): New variable. (k8_avoid_jump_misspredicts): Rename to ... (ix86_avoid_jump_misspredicts): .. this one. (ix86_pad_returns): Break out from ... (ix86_reorg): ... this one; do ix86_avoid_jump_misspredicts when asked to. * i386.h (TARGET_FOUR_JUMP_LIMIT): New macro. From-SVN: r77814
2004-02-14re PR libstdc++/13858 (Bad error handling in basic_filebuf::imbue)Paolo Carlini8-44/+214
2004-02-14 Paolo Carlini <pcarlini@suse.de> PR libstdc++/13858 * include/bits/fstream.tcc (basic_filebuf<>::_M_convert_to_external): In case of conversion errors, throw ios_failure; simplify. * testsuite/27_io/basic_filebuf/overflow/char/13858.cc: New. * testsuite/27_io/basic_filebuf/overflow/wchar_t/13858.cc: Ditto. * testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc: Tweak, previously we didn't throw in case of conversion errors, instead just returned eof(). * testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc: Ditto. * testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_filebuf/sync/char/9182-1.cc: Ditto. * include/bits/fstream.tcc (basic_filebuf<>::overflow): Trivial simplification of a conditional. From-SVN: r77812
2004-02-14emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of ↵Josef Zlomek2-2/+15
PARALLEL is NULL. * emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL is NULL. From-SVN: r77811
2004-02-14AbstractInterruptibleChannel.java (close): Set closed before calling ↵Per Bothner2-1/+6
implCloseChannel, as in the spec. * java/nio/channels/spi/AbstractInterruptibleChannel.java (close): Set closed before calling implCloseChannel, as in the spec. From-SVN: r77809
2004-02-14fix-header.c (line_table): Move local variable in main to global.Per Bothner4-2/+16
* fix-header.c (line_table): Move local variable in main to global. * scan.h (line_table): Use it. * scan-decls.c (scan_decls): Need to call linemap_lookup on token's line (recently renamed to src_loc) before calling recognized_function. From-SVN: r77808
2004-02-14* Makefile.in: Fix comment typos.Matt Kraai2-2/+6
From-SVN: r77806
2004-02-14loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT for ↵Eric Botcazou4-4/+23
start_value when... * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT for start_value when it is directly moved into reg, and factorize the retrieval of GET_MODE (reg). From-SVN: r77803
2004-02-14mips-protos.h (mips_load_got_page): Delete.Richard Sandiford4-56/+74
* config/mips/mips-protos.h (mips_load_got_page): Delete. (mips_load_got_global): Delete. (mips_gotoff_page): Declare. * config/mips/mips.md (UNSPEC_LOAD_GOT): New constant. (*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an UNSPEC_LOAD_GOT pattern rather than a MEM. (*load_got[sd]i): New patterns. * config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete. (mips_load_got_page, mips_load_got_global): Delete. (mips_gotoff_page): New function. (override_options): Don't initialize mips_got_alias_set. From-SVN: r77802
2004-02-14MAINTAINERS: Added myself to write-after-approval.Michael Koch2-0/+5
2004-02-14 Michael Koch <konqueror@gmx.de> * MAINTAINERS: Added myself to write-after-approval. From-SVN: r77801
2004-02-14* config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE)Richard Sandiford3-89/+26
(TARGET_MIPS4100, TARGET_MIPS4300, TARGET_MIPS4KC, TARGET_MIPS5KC) (TARGET_SB1, TUNE_SB1, TUNE_SR71K, BIGGEST_MAX_ARGS_IN_REGISTERS) (GO_PRINTF, GO_PRINTF2, GO_DEBUG_RTX, DFMODE_NAN, SFMODE_NAN): Delete. (TARGET_SWITCHES): Remove MASK_DEBUG_[ABEFI]. * config/mips/mips.c: Fix some overly-long lines. (SINGLE_WORD_MODE_P, PIC_OFFSET_TABLE_MASK): Delete. (init_cumulative_args): Remove TARGET_DEBUG_E_MODE handling. From-SVN: r77800
2004-02-14re PR c++/13635 (ICE in register_specialization for specific order of ↵Kriang Lerdsuwanakij4-1/+39
template specialization) PR c++/13635 * pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL has full set of arguments. * g++.dg/template/spec11.C: New test. From-SVN: r77796
2004-02-14re PR c++/13927 (duplicated error message on bad redeclaration of anon union)Giovanni Bajo2-0/+31
PR c++/13927 * g++.dg/other/error8.C: New test. From-SVN: r77788
2004-02-14re PR c++/13927 (duplicated error message on bad redeclaration of anon union)Giovanni Bajo2-0/+6
PR c++/13927 * error.c (dump_decl) <ALIAS_DECL>: Dump as simple declarations. From-SVN: r77787
2004-02-14re PR c++/14122 (problem with non-type tmplt parm in member template)Mark Mitchell8-28/+65
PR c++/14122 * cp-tree.h (delete_sanity): Change prototype. * decl2.c (delete_sanity): Make doing_vec a bool, not an int. Remove dead code. Adjust code to warn about deleting an array. * typekc.c (decay_conversion): Use build_address and build_nop. PR c++/14108 * search.c (accessible_p): Do not check access in thunks. PR c++/14122 * g++.dg/template/array4.C: New test. PR c++/14108 * g++.dg/inherit/thunk2.C: New test. From-SVN: r77786
2004-02-14Daily bump.GCC Administrator2-2/+2
From-SVN: r77783
2004-02-13Make-lang.in: Install man pages under the same names (possibly transformed) ↵Geoffrey Keating2-9/+14
as the program... * Make-lang.in: Install man pages under the same names (possibly transformed) as the program they document. From-SVN: r77778
2004-02-13configure.ac: Search for as, ld below libexec/gcc.Rainer Orth3-8/+13
* configure.ac: Search for as, ld below libexec/gcc. * configure: Regenerate. From-SVN: r77776
2004-02-14Two minor fixes.Ben Elliston4-18/+34
* config/arm/mmintrin.h (_mm_setwcx): Reverse arguments in call to __builtin_arm_setwcx (). * config/arm/arm.c (arm_expand_builtin): Generate operands correctly and reverse their order in call to gen_iwmmxt_tmcr (). and: * config/arm/arm.c (bdesc_2arg): Correct builtin names "wmulsh" and "wmuluh" to "wmulsm" and "wmulum", respectively. * config/arm/arm.h (enum arm_builtins): Rename enumerators to ARM_BUILTIN_WMULSM and ARM_BUILTIN_WMULUM. * config/arm/mmintrin.h (_mm_mulhi_pi16): Update intrinsic call. (_mm_mulhi_pu16): Likewise. From-SVN: r77774
2004-02-13MAINTAINERS: Move Steve Chamberlain to write-after-approval.Joseph Myers2-5/+10
* MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move some OS port maintainers to OS port maintainers section. From-SVN: r77773
2004-02-13re PR c++/14083 (ICE in conditional expression operator with throw)Mark Mitchell4-4/+45
PR c++/14083 * call.c (build_conditional_expr): Call force_rvalue on the non-void operand in the case that one result is a throw-expression and the other is not. PR c++/14083 * g++.dg/eh/cond2.C: New test. From-SVN: r77768
2004-02-13config-lang.in: Disable Ada by default until probe logic for a bootstrap Ada ↵Zack Weinberg2-0/+12
compiler can be... * config-lang.in: Disable Ada by default until probe logic for a bootstrap Ada compiler can be moved to the top level configure script. From-SVN: r77765
2004-02-13MAINTAINERS: Add self.Frank Ch. Eigler2-0/+5
2004-02-13 Frank Ch. Eigler <fche@redhat.com> * MAINTAINERS: Add self. From-SVN: r77764
2004-02-13xcoffout.c (xcoff_assign_fundamental_type_number): Check DECL_NAME != 0 ↵Zack Weinberg2-2/+9
before dereferencing. * xcoffout.c (xcoff_assign_fundamental_type_number): Check DECL_NAME != 0 before dereferencing. From-SVN: r77763
2004-02-13re PR c++/9851 (confusing error message when using '.', not '->')Ian Lance Taylor2-1/+23
PR c++/9851 * parser.c (cp_parser_pseudo_destructor_name): Check for errors on the type name and look ahead for ::~, and bail out early with a better error message if the parse is going to fail. From-SVN: r77758
2004-02-13s390-protos.h (s390_output_symbolic_const): Remove.Ulrich Weigand5-112/+86
* config/s390/s390-protos.h (s390_output_symbolic_const): Remove. (s390_output_addr_const_extra): Declare. (s390_output_pool_entry): Remove FILE * argument. * config/s390/s390.c (s390_output_symbolic_const): Remove. (s390_output_addr_const_extra): New function. (print_operand_address): Call output_addr_const instead of s390_output_symbolic_const. (print_operand): Likewise. (s390_output_pool_entry): Use assemble_integer for symbolic constants. Remove FILE * argument. * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Define. * config/s390/s390.md ("*pool_entry"): Adapt s390_output_pool_entry call. From-SVN: r77757
2004-02-13cfgloopanal.c (mark_irreducible_loops): Rewriten.Zdenek Dvorak2-149/+263
* cfgloopanal.c (mark_irreducible_loops): Rewriten. (struct edge, struct vertex, struct graph): New. (dump_graph, new_graph, add_edge, dfs, check_irred, for_each_edge, free_graph): New functions. From-SVN: r77755
2004-02-13call.c (conversion_kind): New type.Mark Mitchell11-645/+995
* call.c (conversion_kind): New type. (conversion_rank): Likewise. (conversion): Likewise. (CONVERSION_RANK): New macro. (conversion_obstack): New variable. (obstack_initialized): Likewise. (z_candidate): Change type of convs and second_conv. (candidate_warning): New type. (IDENTITY_RANK): Remove. (EXACT_RANK): Likewise. (PROMO_RANK): Likewise. (STD_RANK): Likewise. (PBOOL_RANK): Likewise. (USER_RANK): Likewise. (ELLIPSIS_RANK): Likewise. (BAD_RANK): Likewise. (ICS_RANK): Likewise. (ICS_STD_RANK): Likewise. (ICS_USER_FLAG): Likewise. (ICS_ELLIPSIS_FLAG): Likewise. (ICS_THIS_FLAG): Likewise. (ICS_BAD_FLAG): Likewise. (NEED_TEMPORARY_P): Likewise. (CHECK_COPY_CONSTRUCTOR_P): Likewise. (USER_CONV_CAND): Likewise. (USER_CONV_FN): Likewise. (conversion_obstack_alloc): New function. (alloc_conversion): Likewise. (validate_conversion_obstack): Likewise. (alloc_conversions): Likewise. (build_conv): Adjust to deal with new conversion data structures. (build_identity_conv): New function. (build_ambiguous_conv): Likewise. (standard_conversion): Adjust to deal with new conversion data structures. (convert_class_to_reference): Likewise. (direct_reference_binding): Likewise. (reference_binding): Likewise. (implicit_conversion): Likewise. (add_candidate): Likewise. (add_function_candidate): Likewise. (add_conv_candidate): Likewise. (build_builtin_candidate): Likewise. (print_z_candidate): Likewise. (merge_conversion_sequences): Likewise. (build_user_type_conversion_1): Likewise. (build_user_type_conversion): Likewise. (build_new_function_call): Likewise. (build_object_call): Likewise. (conditional_conversion): Likewise. (build_conditional_expr): Likewise. (build_new_op): Likewise. (build_op_delete_call): Likewise. (convert_like_real): Likewise. (build_over_call): Likewise. (build_new_method_call): Likewise. (is_subseq): Likewise. (maybe_handle_implicit_object): Likewise. (maybe_handle_ref_bind): Likewise. (compare_ics): Likewise. (source_type): Likewise. (add_warning): Likewise. (joust): Likewise. (can_convert_arg): Likewise. (can_convert_arg_bad): Likewise. (perform_implicit_conversion): Likewise. (perform_direct_initialization_if_possible): Likewise. (initialize_reference): Likewise. * cp-lang.c (cp_tree_size): Do not handle WRAPPER. * cp-tree.def (WRAPPER): Likewise. (IDENTITY_CONV): Remove. (LVALUE_CONV): Likewise. (QUAL_CONV): Likewise. (STD_CONV): Likewise. (PTR_CONV): Likewise. (PMEM_CONV): Likewise. (BASE_CONV): Likewise. (REF_BIND): Likewise. (USER_CONV): Likewise. (AMBIG_CONV): Likewise. (RVALUE_CONV): Likewise. * cp-tree.h (tree_wrapper): Remove. (WRAPPER_ZC): Remove. (lang_tree_node): Remove wrapper. (LOOKUP_SPECULATIVELY): Remove. (build_op_delete_call): Adjust prototype. (validate_conversion_obstack): Declare. (build_zc_wrapper): Remove. * cvt.c (convert_to_reference): Remove dead code. (ocp_convert): Likewise. * decl.c (redeclaration_error_message): Correct handling of templates. (finish_destructor_body): Do not use LOOKUP_SPECULATIVELY. (cp_tree_node_structure): Remove WRAPPER case. * decl2.c (finish_file): Call validate_conversion_obstack. * init.c (build_new_1): Remove use of LOOKUP_SPECULATIVELY. (build_op_delete_call): Likewise. (build_x_delete): Likewise. (build_delete): Adjust call to build_op_delete_call. * pt.c (tsubst_friend_declaration): Adjust code to determine whether or not a friend template is a definition. (tsubst_decl): Clear DECL_INITIAL for new FUNCTION_DECLs. * tree.c (build_zc_wrapper): Remove. From-SVN: r77752
2004-02-12mips.md (casesi_internal, [...]): Use ".set macro" to avoid warnings about ↵Chris Demetriou2-4/+24
multi-instruction macros... 2004-02-12 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.md (casesi_internal, casesi_internal_di): Use ".set macro" to avoid warnings about multi-instruction macros, since they're intentional. From-SVN: r77749
2004-02-13* gcc.dg/debug/20020327-1.c: Disable for powerpc64.Alan Modra2-1/+13
From-SVN: r77747
2004-02-13darwin.h: Add include guards.Geoffrey Keating2-5/+8
* config/darwin.h: Add include guards. Remove old, now incorrect, comment about STANDARD_EXEC_PREFIX. From-SVN: r77746