- 12 Aug, 2003 21 commits
-
-
* config/mips/iris6.h: Convert to C90 prototypes. * config/mips/irix6-libc-compat.c: Likewise. * config/mips/mips-protos.h: Likewise. * config/mips/mips.c: Likewise. From-SVN: r70389
Richard Sandiford committed -
* parse.y (java_check_regular_methods): Typo fixes. Call check_interface_throws_clauses. Use check_concrete_throws_clauses. (check_interface_throws_clauses): New function. (check_concrete_throws_clauses): New function. (hack_is_accessible_p): New function. (find_most_specific_methods_list): Added FIXME. * typeck.c (lookup_do): Use `flags' argument to decide what to do. Reimplemented. (lookup_argument_method_generic): New function. (lookup_argument_method2): Removed. * jcf.h (ACC_INVISIBLE): New define. * jcf-write.c (generate_classfile): Skip invisible methods. * class.c (add_miranda_methods): New function. (layout_class_methods): Use it. (get_access_flags_from_decl): Use ACC_INVISIBLE. * java-tree.h (METHOD_INVISIBLE): New define. (lang_decl_func) [invisible]: New field. (lookup_argument_method_generic): Declare. (SEARCH_INTERFACE): New define. (SEARCH_SUPER): Likewise. (SEARCH_ONLY_INTERFACE): Likewise. (SEARCH_VISIBLE): Likewise. (lookup_argument_method2): Removed declaration. From-SVN: r70388
Tom Tromey committed -
* libjava.jacks/jacks.xfail: Updated to account for new passes. * libjava.compile/abstr.xfail: Now can compile from bytecode. * libjava.compile/PR5641.xfail: Now can compile from bytecode. From-SVN: r70387
Tom Tromey committed -
* java/awt/Container.java (getPreferredSize): Call preferredSize. (preferredSize): Moved body of getPreferredSize here. (getMinimumSize): Call minimumSize. (minimumSize): Moved body of getMinimumSize here. From-SVN: r70386
Jeroen Frijters committed -
* libjava.mauve/mauve.exp (test_mauve_sim): Don't find DejaGNUTestHarness in gnu/testlet. (test_mauve): Use correct object extension. From-SVN: r70381
Tom Tromey committed -
* lib/libjava.exp (libjava_find_lib): Search for .so file first. (libjava_arguments): Don't add libraries to link line explictly. From-SVN: r70379
Tom Tromey committed -
2003-08-11 Aldy Hernandez <aldyh@redhat.com> * cp/call.c (standard_conversion): Opaque pointers interconvert. * testsuite/g++.dg/other/opaque-3.C: New. From-SVN: r70371
Aldy Hernandez committed -
guide.html (GLIBCXX_FORCE_NEW): Update remaining places for the name change from GLIBCPP_FORCE_NEW to... 2003-08-11 John Levon <levon@movementarian.org> * docs/html/ext/howto/guide.html (GLIBCXX_FORCE_NEW): Update remaining places for the name change from GLIBCPP_FORCE_NEW to GLIBCXX_FORCE_NEW From-SVN: r70363
John Levon committed -
fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel. Enable for selected machines. Comment heavily. fixinc/fixincl.x: Rebuild. fixinc/tests/base/fs/rfs/rf_cache.h: New file. From-SVN: r70362
Nathanael Nerode committed -
From-SVN: r70361
Nathanael Nerode committed -
* config/mips/mips.h: Tweak various comments. * config/mips/mips.c: Likewise. From-SVN: r70360
Richard Sandiford committed -
PR optimization/11319 PR target/10021 * alias.c (find_base_value, case REG): Return 0 not src if no base found. From-SVN: r70359
James E Wilson committed -
2003-08-11 Benjamin Kosnik <bkoz@redhat.com> * include/bits/basic_ios.h: Remove *_iter typedefs, change num* typedefs to num_*. * include/bits/basic_ios.tcc: Same. * include/bits/istream.tcc: Same. * include/bits/locale_facets.h: Same. * include/bits/ostream.tcc: Same. * include/std/std_istream.h: Same. * include/std/std_ostream.h: Same. * testsuite/26_numerics/complex_inserters_extractors.cc: Fix. * include/ext/rope: Remove build warning. From-SVN: r70357
Benjamin Kosnik committed -
From-SVN: r70352
Kaveh R. Ghazi committed -
simplify-rtx.c (simplify_binary_operation): Replace calls to gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary... * simplify-rtx.c (simplify_binary_operation): Replace calls to gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary, and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT, gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary. From-SVN: r70350
Roger Sayle committed -
* expr.c (expand_expr): If an ABS_EXPR has a complex type, abort. * c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid typecode for an ABS_EXPR. * doc/c-tree.texi: Document ABS_EXPR. From-SVN: r70349
Roger Sayle committed -
* fold-const.c (fold): Optimize any associative floating point operator with -funsafe-math-optimizations, not just MULT_EXPR. From-SVN: r70348
Roger Sayle committed -
* config/sh/lib1funcs.asm (__udivdi3): Add .type and .size information in SHmedia case too. (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate): Likewise. (__set_fpscr): Use an access via GOT for PIC case. From-SVN: r70347
Kaz Kojima committed -
* configure.in (intermodule): Make switch test more portable. * configure: Regenerate. From-SVN: r70346
Kelley Cook committed -
* Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap. (restrap): Likewise. From-SVN: r70345
Kelley Cook committed -
From-SVN: r70343
GCC Administrator committed
-
- 11 Aug, 2003 16 commits
-
-
* typeck.c (merge_types): Handle cv-qualified pointer-to-member types correctly. * g++.dg/conversion/ptrmem1.C: New test. From-SVN: r70341
Mark Mitchell committed -
PR target/11693 * gcc.dg/20030811-1.c: New test. PR target/11535 * gcc.c-torture/execute/20030811-1.c: New test. From-SVN: r70339
Jakub Jelinek committed -
* gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC. (grealloc): Size argument is a size_t. (gcalloc): New function. Use throughout in lieu of gmalloc/memset. From-SVN: r70338
Kaveh R. Ghazi committed -
* config/avr/avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset. * config/ia64/ia64.c (ia64_reorg): Likewise. * conflict.c (conflict_graph_new): Likewise. * fixinc/fixincl.c (run_compiles): Likewise. * genattrtab.c (optimize_attrs): Likewise. * genrecog.c (new_decision): Likewise. * haifa-sched.c (schedule_block): Likewise. * hashtable.c (ht_create): Likewise. From-SVN: r70337
Kaveh R. Ghazi committed -
* java/awt/EventQueue.java (currentEvent, lastWhen): New fields. (postEvent): Removed FIXME comment. (isDispatchThread): Documented. (getCurrentEvent): New method. (dispatchEvent): Set currentEvent and lastWhen. (getMostRecentEventTime): Rewrote. (invokeLater): Documented. From-SVN: r70333
Tom Tromey committed -
* config/xtensa/lib2funcs.S: Fix whitespace. * config/xtensa/xtensa.md (all insns and expanders): Use brace block syntax where appropriate. Remove unnecessary backslash escapes. Reformat comments and fix some code formatting. (extendqisi2): Rearrange conditional. (*btrue, *bfalse, *ubtrue, *ubfalse, *bittrue, *bitfalse, *masktrue, *maskfalse, movsicc_internal0, movsfcc_internal0): Call abort instead of fatal_insn. From-SVN: r70331
Bob Wilson committed -
* config/mips/mips.c: Various formatting fixes. (override_options): Resync -mtune handling with gas. (mips_issue_rate): Rearrange like mips_use_dfa_pipeline_interface. * config/mips/mips.h: More formatting fixes. (mips_abi): Move declaration. * config/mips/mips.md (exception_receiver): Add mode to unspec_volatile. From-SVN: r70327
Richard Sandiford committed -
2003-08-11 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (spe_init_builtins): Handle evsplati and evsplatfi here. (bdesc_1arg): Remove evsplati and evsplatfi. From-SVN: r70326
Aldy Hernandez committed -
* include/Makefile.am (stamp-c_base): Add dependency on stamp-bits to make SMP-safe. * include/Makefile.in: Regenerated. From-SVN: r70323
Andreas Jaeger committed -
* dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into account. From-SVN: r70322
J"orn Rennecke committed -
2003-08-11 Phil Edwards <pme@gcc.gnu.org> * acinclude.m4 (GLIBCXX_CONFIGURE): Unprecious CC and CFLAGS when calling AC_PROG_CC. * aclocal.m4, configure: Regenerate. From-SVN: r70319
Phil Edwards committed -
2003-08-11 Phil Edwards <pme@gcc.gnu.org> * acinclude.m4: Properly quote variable which will be expanded inside makefiles. Use CXX instead of CC to extract compiler info. * configure.ac (AC_INIT): Use the new 4-arg form to finally get the correct form in PACKAGE. * aclocal.m4, configure: Regenerate. From-SVN: r70318
Phil Edwards committed -
* builtins.c (expand_builtin_strcat): Optimize constant strings. testsuite: * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases. From-SVN: r70317
Kaveh R. Ghazi committed -
PR c++/11789 * cp-tree.h (get_vbase): Remove. (get_vbase_types): Remove. * init.c (expand_member_init): Correct logic for looking up base classes. PR c++/11789.C * g++.dg/inherit/multiple1.C: New test. From-SVN: r70316
Mark Mitchell committed -
From-SVN: r70313
Per Bothner committed -
From-SVN: r70311
GCC Administrator committed
-
- 10 Aug, 2003 3 commits
-
-
From-SVN: r70304
Nathan Sidwell committed -
* pretty-print.c (pp_base_indent): Rename from pp_indent. * c-pretty-print.h (pp_c_pretty_print_flag)s: New datatype. (struct c_pretty_print_info): Add more fields. (pp_c_left_paren): Move to c-pretty-print.c. (pp_c_right_paren): Likewise. (pp_c_left_brace): Likewise. (pp_c_right_brace): Likewise. (pp_c_left_bracket): Likewise. (pp_c_right_bracket): Likewise. (pp_c_declarator): Declare. (pp_c_direct_declarator): Likewise. (pp_c_specifier_qualifier_list): Likewise. (pp_c_type_id): Likewise. * c-pretty-print.c (pp_c_cv_qualifier): Change prootype. Rework.. (pp_c_type_qualifier_list): New. (pp_c_pointer): Likewise. (pp_c_parameter_type_list): Likewise. (pp_c_function_definition): Likewise. (pp_c_id_expression): Likewise. (pp_c_simple_type_specifier): Tidy. (pp_c_unary_expression): Likewise. (pp_c_expression): Likewise. (pp_c_pretty_printer_init): Likewise. (pp_c_specifier_qualifier_list): Rework.. (pp_c_abstract_declarator): Likewise. (pp_c_postfix_expression): Likewise. (pp_c_primary_expression): Likewise. (pp_c_cast_expression): Likewise. (pp_c_direct_abstract_declarator): 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_declaration): Likewise. (pp_c_statement): Likewise. (pp_c_integer_constant): Rename from pp_c_integer_literal. (pp_c_character_constant): Rename from pp_c_character_literal. (pp_c_bool_constant): Rename from pp_c_bool_literal. (pp_c_enumeration_constant): Rename from pp_c_enumerator. (pp_c_floating_constant): Rename from pp_c_real_literal. (pp_c_constant): Rename from pp_c_literal. * c-lang.c: Include diagnostic.h and c-pretty-print.h (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define. (c_initialize_diagnostics): New. * Makefile.in (c-lang.o): Update dependency. cp/ * error.c (dump_expr): Tidy. * cxx-pretty-print.c (pp_cxx_nonconsecutive_character): New. (pp_cxx_begin_template_argument_list): Likewise. (pp_cxx_end_template_argument_list): Likewise. (is_destructor_name): Likewise. (pp_cxx_unqualified_id): Likewise. (pp_cxx_qualified_id): Likewise. (pp_cxx_id_expression): Likewise. (pp_cxx_new_expression): Likewise. (pp_cxx_delete_expression): Likewise. (pp_cxx_pm_expression): Likewise. (pp_cxx_type_specifier): Rework. (pp_cxx_type_id): Likewise. (pp_cxx_primary_expression): Likewise. (pp_cxx_postfix_expression): Likewise. (pp_cxx_unary_expression): Likewise. (pp_cxx_multiplicative_expression): Likewise. (pp_cxx_conditional_expression): Likewise. (pp_cxx_assignment_expression): Likewise. (pp_cxx_pretty_printer_init): Tidy. From-SVN: r70299
Gabriel Dos Reis committed -
* c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs. testsuite: * gcc.dg/spe1.c: New test. From-SVN: r70296
Nathan Sidwell committed
-