platform/upstream/gcc.git
21 years agoexpr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
Roger Sayle [Tue, 12 Aug 2003 01:45:23 +0000 (01:45 +0000)]
expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.

* 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

21 years agofold-const.c (fold): Optimize any associative floating point operator with...
Roger Sayle [Tue, 12 Aug 2003 01:43:31 +0000 (01:43 +0000)]
fold-const.c (fold): Optimize any associative floating point operator with...

* fold-const.c (fold): Optimize any associative floating point
operator with -funsafe-math-optimizations, not just MULT_EXPR.

From-SVN: r70348

21 years agolib1funcs.asm (__udivdi3): Add .type and .size information in SHmedia case too.
Kaz Kojima [Tue, 12 Aug 2003 01:25:07 +0000 (01:25 +0000)]
lib1funcs.asm (__udivdi3): Add .type and .size information in SHmedia case too.

* 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

21 years agoconfigure.in (intermodule): Make switch test more portable.
Kelley Cook [Tue, 12 Aug 2003 01:21:33 +0000 (01:21 +0000)]
configure.in (intermodule): Make switch test more portable.

* configure.in (intermodule): Make switch test more portable.
* configure: Regenerate.

From-SVN: r70346

21 years agoMakefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
Kelley Cook [Tue, 12 Aug 2003 01:14:58 +0000 (01:14 +0000)]
Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.

* Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
(restrap): Likewise.

From-SVN: r70345

21 years agoDaily bump.
GCC Administrator [Tue, 12 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70343

21 years agotypeck.c (merge_types): Handle cv-qualified pointer-to-member types correctly.
Mark Mitchell [Mon, 11 Aug 2003 23:11:32 +0000 (23:11 +0000)]
typeck.c (merge_types): Handle cv-qualified pointer-to-member types correctly.

* typeck.c (merge_types): Handle cv-qualified pointer-to-member
types correctly.

* g++.dg/conversion/ptrmem1.C: New test.

From-SVN: r70341

21 years agore PR target/11693 ([ia64] ICE in gen_nop_type)
Jakub Jelinek [Mon, 11 Aug 2003 21:53:58 +0000 (23:53 +0200)]
re PR target/11693 ([ia64] ICE in gen_nop_type)

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

21 years agogcse.c (gmalloc): Argument is a size_t.
Kaveh R. Ghazi [Mon, 11 Aug 2003 21:50:06 +0000 (21:50 +0000)]
gcse.c (gmalloc): Argument is a size_t.

* 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

21 years agoavr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.
Kaveh R. Ghazi [Mon, 11 Aug 2003 21:47:39 +0000 (21:47 +0000)]
avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.

* 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

21 years agoEventQueue.java (currentEvent, lastWhen): New fields.
Tom Tromey [Mon, 11 Aug 2003 18:26:08 +0000 (18:26 +0000)]
EventQueue.java (currentEvent, lastWhen): New fields.

* 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

21 years agolib2funcs.S: Fix whitespace.
Bob Wilson [Mon, 11 Aug 2003 17:47:19 +0000 (17:47 +0000)]
lib2funcs.S: Fix whitespace.

        * 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

21 years agomips.c: Various formatting fixes.
Richard Sandiford [Mon, 11 Aug 2003 15:28:20 +0000 (15:28 +0000)]
mips.c: Various formatting fixes.

* 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

21 years agors6000.c (spe_init_builtins): Handle evsplati and evsplatfi here.
Aldy Hernandez [Mon, 11 Aug 2003 15:24:47 +0000 (15:24 +0000)]
rs6000.c (spe_init_builtins): Handle evsplati and evsplatfi here.

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

21 years agoMakefile.am (stamp-c_base): Add dependency on stamp-bits to make SMP-safe.
Andreas Jaeger [Mon, 11 Aug 2003 13:56:38 +0000 (15:56 +0200)]
Makefile.am (stamp-c_base): Add dependency on stamp-bits to make SMP-safe.

* include/Makefile.am (stamp-c_base): Add dependency on stamp-bits
to make SMP-safe.
* include/Makefile.in: Regenerated.

From-SVN: r70323

21 years agodwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into account.
J"orn Rennecke [Mon, 11 Aug 2003 13:45:50 +0000 (13:45 +0000)]
dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into account.

* dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
into account.

From-SVN: r70322

21 years agoacinclude.m4 (GLIBCXX_CONFIGURE): Unprecious CC and CFLAGS when calling AC_PROG_CC.
Phil Edwards [Mon, 11 Aug 2003 05:56:33 +0000 (05:56 +0000)]
acinclude.m4 (GLIBCXX_CONFIGURE): Unprecious CC and CFLAGS when calling AC_PROG_CC.

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

21 years agoacinclude.m4: Properly quote variable which will be expanded inside makefiles.
Phil Edwards [Mon, 11 Aug 2003 05:26:58 +0000 (05:26 +0000)]
acinclude.m4: Properly quote variable which will be expanded inside makefiles.

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

21 years agobuiltins.c (expand_builtin_strcat): Optimize constant strings.
Kaveh R. Ghazi [Mon, 11 Aug 2003 03:15:15 +0000 (03:15 +0000)]
builtins.c (expand_builtin_strcat): Optimize constant strings.

* builtins.c (expand_builtin_strcat): Optimize constant strings.

testsuite:
* gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.

From-SVN: r70317

21 years agore PR c++/11789 (rejects legal, multiple inheritance (inheriting from same class...
Mark Mitchell [Mon, 11 Aug 2003 02:49:44 +0000 (02:49 +0000)]
re PR c++/11789 (rejects legal, multiple inheritance (inheriting from same class twice))

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

21 years agoRemove improper white-space.
Per Bothner [Mon, 11 Aug 2003 01:44:50 +0000 (18:44 -0700)]
Remove improper white-space.

From-SVN: r70313

21 years agoDaily bump.
GCC Administrator [Mon, 11 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70311

21 years agofix erroneouse paste
Nathan Sidwell [Sun, 10 Aug 2003 19:26:20 +0000 (19:26 +0000)]
fix erroneouse paste

From-SVN: r70304

21 years agopretty-print.c (pp_base_indent): Rename from pp_indent.
Gabriel Dos Reis [Sun, 10 Aug 2003 18:17:06 +0000 (18:17 +0000)]
pretty-print.c (pp_base_indent): Rename from pp_indent.

* 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

21 years agoc-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
Nathan Sidwell [Sun, 10 Aug 2003 15:17:35 +0000 (15:17 +0000)]
c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.

* c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
testsuite:
* gcc.dg/spe1.c: New test.

From-SVN: r70296

21 years agocp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VEC of...
Nathan Sidwell [Sun, 10 Aug 2003 15:10:35 +0000 (15:10 +0000)]
cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VEC of non-zero size.

cp:
* cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL
NODE is always a TREE_VEC of non-zero size.
(NUM_TMPL_ARGS): NODE is always a TREE_VEC.
* decl2.c (arg_assoc): Template args will be a vec.
* error.c (dump_decl) <TEMPLATE_ID_EXPR case>: Call
dump_template_argument_list.
(dump_template_parms): Args will be a vec.
* parser.c (cp_parser_template_argument_list): Produce a
vector, not a list.
* pt.c (coerce_template_parms): Args are always vectors.
(mangle_class_name_for_template): Likewise.
(lookup_template_function): Likewise.
(lookup_template_class): Likewise.
(tsubst_template_args): Likewise.
(tsubst_baselink): Use tsubst_template_args.
(tsubst_qualified_id): Likewise.
(tsubst_copy) <TEMPLATE_ID_EXPR case>: Likewise.
(tsubst_copy_and_build) <TEMPLATE_ID_EXPR case>: Likewise.
(any_dependent_template_args_p):  Args are always vectors.
* tree.c (cp_tree_equal): Add TEMPLATE_ID_EXPR case.

From-SVN: r70295

21 years agore PR c++/11670 (ICE in convert_like_real on illegal code)
Nathan Sidwell [Sun, 10 Aug 2003 14:59:58 +0000 (14:59 +0000)]
re PR c++/11670 (ICE in convert_like_real on illegal code)

cp:
PR c++/11670
* call.c (convert_like_real): Add rvalue binding error message.
* error.c (dump_expr) <NOP_EXPR case>: Detect when the no expr is
really a cast.
testsuite:
PR c++/11670
* g++.dg/expr/cast2.C: New test.

From-SVN: r70294

21 years agore PR c++/10530 (Cannot access non-dependent type within nested template)
Nathan Sidwell [Sun, 10 Aug 2003 14:54:22 +0000 (14:54 +0000)]
re PR c++/10530 (Cannot access non-dependent type within nested template)

cp:
PR c++/10530
* pt.c (dependent_type_p_r): A dependent template-id is a class
type with dependent template arguments, or a bound template
template parameter.
(type_dependent_expression_p): A template function decl cannot
have a dependent context.
testsuite:
PR c++/10530
* g++.dg/template/dependent-name2.C: New test.

From-SVN: r70293

21 years agomips.c (mips_no_mips16_string): Remove.
Richard Sandiford [Sun, 10 Aug 2003 08:36:13 +0000 (08:36 +0000)]
mips.c (mips_no_mips16_string): Remove.

* config/mips/mips.c (mips_no_mips16_string): Remove.
(override_options): Don't handle -mips16 as part of -mipsN.
* config/mips/mips.h (mips_no_mips16_string): Remove declaration.
(TARGET_SWITCHES): Add -mips16 and -mno-mips16 entries.
(TARGET_OPTIONS): Remove -mno-mips16.

From-SVN: r70287

21 years agomips-protos.h (coprocessor_operand): Remove declaration.
Richard Sandiford [Sun, 10 Aug 2003 08:34:32 +0000 (08:34 +0000)]
mips-protos.h (coprocessor_operand): Remove declaration.

* config/mips/mips-protos.h (coprocessor_operand): Remove declaration.
(coprocessor2_operand): Likewise.
* config/mips/mips.c (STAB_CODE_TYPE): Remove.
(lookup_name): Remove declaration.
(abort_with_insn): Remove.  Replace all uses with fatal_insn.
(mips16, mips_abicalls): Remove.
(mips_char_to_class): Remove initialiser: all entries are NO_REGS.
(arith32_operand, large_int, true_reg_or_0_operand): Remove.
(coprocessor_operand, coprocessor2_operand): Remove.
(override_options): Don't set mips16 or mips_abicalls.
(print_operand): Don't expect SIGN_EXTEND operands.
(mips_secondary_reload_class): Likewise.
(mips_output_conditional_branch): Remove disabled long-branch code.
* config/mips/mips.h (call_used_regs): Remove declaration.
(may_call_alloca): Likewise.
(mips_cpu_attr, mips_abicalls_type, mips_abicalls_attr): Remove.
(mips_abicalls, mips16): Remove declarations.
(ASM_FINAL_SPEC, LIB_SPEC): Remove.
(CC1_SPEC): Remove outdated comment.
(MIPS_VERSION, MACHINE_TYPE): Remove.
(TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
(PC_REGNUM, STACK_POINTER_OFFSET): Remove disabled definitions.
(STRUCT_VALUE_RETURN_REGNUM, STACK_DYNAMIC_OFFSET): Likewise.
(PUSH_ROUNDING): Likewise.
(ASSEMBLER_SCRATCH_REGNUM): Remove.
* config/mips/mips.md: Replace mips_cpu_attr with mips_tune
and mips16 with TARGET_MIPS16.

From-SVN: r70286

21 years agore PR libgcj/11778 (System.out PrintStream does too much buffering)
Bryce McKinlay [Sun, 10 Aug 2003 02:53:17 +0000 (02:53 +0000)]
re PR libgcj/11778 (System.out PrintStream does too much buffering)

* java/io/PrintStream.java (print): Always flush if auto_flush is
set. Don't check for newline characters.
(write (int)): Implement without using a temporary array.
(write (byte[], int, int): Always flush if auto_flush is set. Don't
check for newline characters.
Fixes PR libgcj/11778.

From-SVN: r70284

21 years agoDaily bump.
GCC Administrator [Sun, 10 Aug 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70281

21 years agocppinit.c (cpp_read_main_file): Split out source-independent initialization to separa...
Per Bothner [Sat, 9 Aug 2003 22:14:07 +0000 (22:14 +0000)]
cppinit.c (cpp_read_main_file): Split out source-independent initialization to separate function ...

        * cppinit.c (cpp_read_main_file):  Split out source-independent
        initialization to separate function ...
        (cpp_post_options):  New function.
        * cppfiles.c (cpp_stack_file):  Rename public name to ...
        (_cpp_stack_file):  New internal function name.
        * cpplib.h:  Update accordingly.
        * cppinit.c:  (cpp_create_reader):  Initialize cpp_readers line here.
        (cpp_read_main_file):  Don't initialize line here.
        * c-opts.c (c_common_post_options):  Call cpp_post_options.
        (c_common_parse_file):  Call cpp_read_main_file, not cpp_stack_file.
        * fix-header.c (read_scan_file):  Call cpp_post_options.

From-SVN: r70279

21 years ago* c-decl.c (SCOPE_LIST_APPEND): Remove bogus line continuation.
Per Bothner [Sat, 9 Aug 2003 21:59:02 +0000 (14:59 -0700)]
* c-decl.c (SCOPE_LIST_APPEND):  Remove bogus line continuation.

From-SVN: r70278

21 years ago* pa.c (pa_asm_output_mi_thunk): Fix typo.
John David Anglin [Sat, 9 Aug 2003 16:40:33 +0000 (16:40 +0000)]
* pa.c (pa_asm_output_mi_thunk): Fix typo.

From-SVN: r70276

21 years agore PR preprocessor/11839 (GCC cannot find t/t.h if t is a file and t/t.h is in subdir...
Neil Booth [Sat, 9 Aug 2003 08:53:02 +0000 (08:53 +0000)]
re PR preprocessor/11839 (GCC cannot find t/t.h if t is a file and t/t.h is in subdirectory temp)

PR preprocessor/11839
* cppfiles.c (open_file): Handle ENOTDIR.

From-SVN: r70275

21 years agore PR target/11699 (internal compiler error, unrecognized instruction.)
Richard Sandiford [Sat, 9 Aug 2003 07:09:14 +0000 (07:09 +0000)]
re PR target/11699 (internal compiler error, unrecognized instruction.)

PR target/11699
* config/mips/mips.c (override_options): Reject -mabi=eabi -mabicalls.

From-SVN: r70274

21 years agoFix merge conflict.
Benjamin Kosnik [Sat, 9 Aug 2003 01:43:18 +0000 (01:43 +0000)]
Fix merge conflict.

From-SVN: r70269

21 years agopa.md (extzv, extv, insv): Fix operand limit checks.
John David Anglin [Sat, 9 Aug 2003 00:31:24 +0000 (00:31 +0000)]
pa.md (extzv, extv, insv): Fix operand limit checks.

* pa.md (extzv, extv, insv): Fix operand limit checks.  Fail if
source/destination is not a register operand.

From-SVN: r70267

21 years agoDaily bump.
GCC Administrator [Sat, 9 Aug 2003 00:16:09 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70265

21 years agore PR target/11535 (__builtin_return_address may not work on ia64)
Richard Henderson [Fri, 8 Aug 2003 23:49:57 +0000 (16:49 -0700)]
re PR target/11535 (__builtin_return_address may not work on ia64)

        PR target/11535
        * config/ia64/ia64.c (ia64_initial_elimination_offset): Remove
        RETURN_ADDRESS_POINTER_REGNUM.
        (ia64_expand_prologue): Don't frob it.
        (ia64_output_function_epilogue): Likewise.
        (ia64_return_addr_rtx): New.
        (ia64_split_return_addr_rtx): New.
        * config/ia64/ia64-protos.h: Update.
        * config/ia64/ia64.h (FIRST_PSEUDO_REGISTER): Decrement.
        (RETURN_ADDRESS_POINTER_REGNUM): Remove.
        (GENERAL_REGNO_P): Don't check it.
        (AR_*_REGNUM): Renumber.
        (FIXED_REGISTERS): Remove RETURN_ADDRESS_POINTER_REGNUM.
        (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Likewise.
        (REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Likewise.
        (ELIMINABLE_REGS, REGISTER_NAMES): Likewise.
        (RETURN_ADDR_RTX): Use ia64_return_addr_rtx.
        * config/ia64/ia64.md (UNSPEC_RET_ADDR): New.
        (movdi_ret_addr): New.

From-SVN: r70263

21 years ago* config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.
Geoffrey Keating [Fri, 8 Aug 2003 21:13:37 +0000 (21:13 +0000)]
* config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.

From-SVN: r70257

21 years ago* tree.h (get_identifier) Define a macro form of get_identifier
Roger Sayle [Fri, 8 Aug 2003 20:23:06 +0000 (20:23 +0000)]
* tree.h (get_identifier) Define a macro form of get_identifier
that calls get_identifier_with_length when the string is constant.
(get_identifier_with_length): Change type of second argument to
size_t in prototype.
* stringpool.c (get_identifier): Undefine the macro before giving
the function definition.
(get_identifier_with_length): Change  type of second argument to
size_t in function definition.
* hashtable.c (calc_hash): Change type of second argument to size_t.
   (ht_lookup): Change type of third argument to size_t.  Reorganize
to speed-up the cases where the hash table slot is empty, or the
first probe matches (i.e. there isn't a collision).
* hashtable.h (ht_lookup): Adjust function prototype.

From-SVN: r70256

21 years ago+2003-08-08 Bernardo Innocenti <bernie@develer.com> + + PR target/9697 + PR...
Bernardo Innocenti [Fri, 8 Aug 2003 19:58:58 +0000 (21:58 +0200)]
+2003-08-08 Bernardo Innocenti <bernie@develer.com> + + PR target/9697 + PR...

+2003-08-08  Bernardo Innocenti  <bernie@develer.com>
+
+       PR target/9697
+       PR target/11777
+       * longlong.h (count_leading_zeros): Exclude on __mcpu32__.

From-SVN: r70255

21 years agocrash11.C: Put the dg options in comments.
Andrew Pinski [Fri, 8 Aug 2003 19:54:14 +0000 (19:54 +0000)]
crash11.C: Put the dg options in comments.

2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/parse/crash11.C: Put the dg options in comments.

From-SVN: r70254

21 years agocommon.opt: Add debug switches.
Neil Booth [Fri, 8 Aug 2003 19:22:44 +0000 (19:22 +0000)]
common.opt: Add debug switches.

* common.opt: Add debug switches.
* flags.h (use_gnu_debug_info_extensions): Boolify.
* opts.c (write_symbols, debug_info_level,
use_gnu_debug_info_extensions): Move from toplev.c.
(set_debug_level): New.
(common_handle_options): Handle debug switches.
(print_help): Display target options directly.
* toplev.c (debug_hooks): Don't initialize.
(write_symbols, debug_info_level,
use_gnu_debug_info_extensions): Move to opts.c.
(debug_args, display_help, decode_g_option): Remove.
(process_options): Set no debug if level zero here,
and no-debug-hooks.  Error here if impossible debug format selected.
* toplev.h (display_help, decode_g_option): Remove.
testsuite:
* lib/gcc-dg.exp: Update for diagnostic change.

From-SVN: r70253

21 years agogcc_release: Correct logic for updating version.c.
Mark Mitchell [Fri, 8 Aug 2003 16:27:14 +0000 (16:27 +0000)]
gcc_release: Correct logic for updating version.c.

* gcc_release: Correct logic for updating version.c.  Put
prereleases into a subdirectory.

From-SVN: r70252

21 years ago[multiple changes]
Andrew Haley [Fri, 8 Aug 2003 16:26:00 +0000 (16:26 +0000)]
[multiple changes]

2003-08-08  Andrew Haley  <aph@redhat.com>

        * Makefile.am (AM_CXXFLAGS): Define BOOT_CLASS_PATH.
        * Makefile.in: Rebuild.
        * java/lang/natRuntime.cc (insertSystemProperties): Add
        "sun.boot.class.path".

2003-08-07  Andrew Haley  <aph@redhat.com>

        * java/io/PrintStream.java: Don't crash on a null string.

From-SVN: r70250

21 years agoMakefile.am (check-abi): Change libstdc++-v3 to libstdc++.
Benjamin Kosnik [Fri, 8 Aug 2003 15:24:00 +0000 (15:24 +0000)]
Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.

2003-08-08  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.
(check-abi-verbose): Same.
* testsuite/testsuite_performance.h (report_performance): Same.

From-SVN: r70249

21 years ago* tree.c (get_file_function_name_long): Fix size of alloca() area.
Richard Sandiford [Fri, 8 Aug 2003 15:17:02 +0000 (15:17 +0000)]
* tree.c (get_file_function_name_long): Fix size of alloca() area.

From-SVN: r70248

21 years agoconfigure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target and gcc_cv_prog_cmp...
Kelley Cook [Fri, 8 Aug 2003 12:18:52 +0000 (12:18 +0000)]
configure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target and gcc_cv_prog_cmp_skip.

2003-08-08  Kelley Cook  <kelleycook@wideopenwest.com>

* configure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target
and gcc_cv_prog_cmp_skip.
* configure: Regenerate.

From-SVN: r70247

21 years agoiq2000: New port.
Stan Cox [Fri, 8 Aug 2003 11:30:25 +0000 (11:30 +0000)]
iq2000: New port.

* config/iq2000: New port.
* config.gcc (iq2000-*-elf): Added.
* doc/install.texi (Specific):  Add iq2000 description.

From-SVN: r70245

21 years ago* testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo.
Loren J. Rittle [Fri, 8 Aug 2003 07:51:54 +0000 (07:51 +0000)]
* testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo.

From-SVN: r70244

21 years agoFix typo.
Andreas Schwab [Fri, 8 Aug 2003 05:36:35 +0000 (05:36 +0000)]
Fix typo.

From-SVN: r70243

21 years agoconfigure.in: (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting and insert missing...
Andreas Schwab [Fri, 8 Aug 2003 05:36:02 +0000 (05:36 +0000)]
configure.in: (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting and insert missing empty...

* configure.in: (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting
and insert missing empty argument.
* configure: Regenerate.

From-SVN: r70242

21 years agopa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.
John David Anglin [Fri, 8 Aug 2003 02:57:48 +0000 (02:57 +0000)]
pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.

* pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.
(attr_length_millicode_call): Likewise.
(attr_length_call): Likewise.  Revise some maximum insn lengths.
(attr_length_indirect_call): Likewise.
(output_call): Fix thinko that added extra nop.
* pa.h (IN_NAMED_SECTION_P): Define.

From-SVN: r70241

21 years agore PR c++/11712 ([HPUX 11.00 - gcc 3.3] __STDC_EXT__ not defined for .cpp by default...
John David Anglin [Fri, 8 Aug 2003 02:27:35 +0000 (02:27 +0000)]
re PR c++/11712 ([HPUX 11.00 - gcc 3.3] __STDC_EXT__ not defined for .cpp by default anymore?)

PR c++/11712
* pa-hpux.h, pa-hpux10.h, pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define
__STDC_EXT__ when using C++ dialect.

From-SVN: r70240

21 years agoDaily bump.
GCC Administrator [Fri, 8 Aug 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70237

21 years ago*** empty log message ***
Doug Gregor [Thu, 7 Aug 2003 23:01:26 +0000 (23:01 +0000)]
*** empty log message ***

From-SVN: r70235

21 years agosh.c (calc_live_regs): If the return address pointer is live, force pr live.
J"orn Rennecke [Thu, 7 Aug 2003 22:40:07 +0000 (22:40 +0000)]
sh.c (calc_live_regs): If the return address pointer is live, force pr live.

* sh.c (calc_live_regs): If the return address pointer is live,
force pr live.
(sh5_schedule_saves): Exclude PR_MEDIA_REG from being a temp register
for saves / restores.
(sh_expand_epilogue): If sh_media_register_for_return returns a
register number, flag the instructions that restores PR_MEDIA_REG
as possibly dead.
Remove dead update of offset.
(sh_get_pr_initial_val): Use UNSPEC_RA if we don't know yet if
we can use the result of get_hard_reg_initial_val.
* sh.md (UNSPEC_RA): New constant.
(movsi_i_lowpart+1): Changed into a define_insn_and_split, named:
(load_ra).  Handle UNSPEC_RA.
(sibcall_media): Use PR_MEDIA_REG.

From-SVN: r70234

21 years agoconfigure.in: Set INCLUDES to absolute path.
Rainer Orth [Thu, 7 Aug 2003 21:34:19 +0000 (21:34 +0000)]
configure.in: Set INCLUDES to absolute path.

boehm-gc:
* configure.in: Set INCLUDES to absolute path.
Save $INCLUDES in boehm-cflags, too.
Set INCLUDES so it's available to config.status.
* configure: Regenerate.

libjava:
* configure.in: Don't initialize GCINCS to boehm-gc/include.
* configure: Regenerate.

libjava/libltdl:
* configure.in: Don't initialize GCINCS to boehm-gc/include.
* Regenerate.

Co-Authored-By: Roger Sayle <roger@eyesopen.com>
From-SVN: r70233

21 years agore PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000...
Bernardo Innocenti [Thu, 7 Aug 2003 20:58:04 +0000 (20:58 +0000)]
re PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000 targets.)

2003-08-07  Bernardo Innocenti  <bernie@develer.com>

PR libstdc++/11784
* libstdc++-v3/config/cpu/m68k/atomicity.h (__exchange_and_add):
Replace variants with new BSET-based version.

[[Split portion of a mixed commit.]]

From-SVN: r70231.2

21 years agore PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000...
Bernardo Innocenti [Thu, 7 Aug 2003 20:53:57 +0000 (22:53 +0200)]
re PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000 targets.)

2003-08-07  Bernardo Innocenti  <bernie@develer.com>

PR libstdc++/11784
* libstdc++-v3/config/cpu/m68k/atomicity.h (__exchange_and_add):
Replace variants with new BSET-based version.

From-SVN: r70230

21 years agodemangle.h: Do not use cctype functions that depend on locale.
Carlo Wood [Thu, 7 Aug 2003 19:54:06 +0000 (19:54 +0000)]
demangle.h: Do not use cctype functions that depend on locale.

2003-08-07  Carlo Wood  <carlo@alinoe.com>

        * include/bits/demangle.h: Do not use cctype functions that depend
on locale.

From-SVN: r70228

21 years agosh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
J"orn Rennecke [Thu, 7 Aug 2003 19:35:52 +0000 (19:35 +0000)]
sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.

* sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
* sh.c (calc_live_regs): Use sh_pr_n_sets to determine if pr
needs saving on SHmedia.

From-SVN: r70227

21 years agore PR c++/5767 (ICE with forwarding template template parameters)
Kriang Lerdsuwanakij [Thu, 7 Aug 2003 14:36:39 +0000 (14:36 +0000)]
re PR c++/5767 (ICE with forwarding template template parameters)

PR c++/5767
* parser.c (cp_parser_class_name): Return immediately when scope
is error_mark_node.

* g++.dg/parse/crash11.C: New test.

From-SVN: r70226

21 years agoMake-lang.in (cp/call.o): Add dependency for target.h.
Aldy Hernandez [Thu, 7 Aug 2003 12:49:57 +0000 (12:49 +0000)]
Make-lang.in (cp/call.o): Add dependency for target.h.

2003-08-07  Aldy Hernandez  <aldyh@redhat.com>

* cp/Make-lang.in (cp/call.o): Add dependency for target.h.

* cp/call.c (standard_conversion): Support opaque types.
Include target.h.
(strip_top_quals): Use cp_build_qualified_type instead of
TYPE_MAIN_VARIANT.

* cp/typeck.c (convert_for_assignment): Support opaque types.

* testsuite/g++.dg/other/opaque-1.C: New.

* testsuite/g++.dg/other/opaque-2.C: New.

From-SVN: r70223

21 years ago* config/s390/s390.md: Replace all occurrences of \\t with \t.
Ulrich Weigand [Thu, 7 Aug 2003 11:05:54 +0000 (11:05 +0000)]
* config/s390/s390.md: Replace all occurrences of \\t with \t.

From-SVN: r70221

21 years ago* local-alloc.c (combine_regs): Fix comment typo.
Richard Sandiford [Thu, 7 Aug 2003 08:24:55 +0000 (08:24 +0000)]
* local-alloc.c (combine_regs): Fix comment typo.

From-SVN: r70220

21 years agore PR libgcj/10868 (java.net.ServerSocket's constructors create and leak extra sockets)
Bryce McKinlay [Thu, 7 Aug 2003 06:30:16 +0000 (06:30 +0000)]
re PR libgcj/10868 (java.net.ServerSocket's constructors create and leak extra sockets)

* java/net/Socket.java (Socket (SocketImpl)): Don't allow null
SocketImpl. Update Javadoc.
(bind): Call close() not impl.close() in event of exception.
(connect): Likewise.
Remove superfluous null checks throughout.
* java/net/ServerSocket.java (ServerSocket (int, int, InetAddress)):
Don't create an extra socket. Fix for PR libgcj/10868.
(bind): Clean up exception handling.
Remove superfluous null checks throughout.

From-SVN: r70219

21 years agoc-decl.c (builtin_decls): Replace with first_builtin_decl and last_builtin_decl.
Zack Weinberg [Thu, 7 Aug 2003 03:12:09 +0000 (03:12 +0000)]
c-decl.c (builtin_decls): Replace with first_builtin_decl and last_builtin_decl.

* c-decl.c (builtin_decls): Replace with first_builtin_decl
and last_builtin_decl.
(c_init_decl_processing): Initialize both.
(c_reset_state): Iterate from first_builtin_decl to
last_builtin_decl inclusive to reintroduce builtins.

From-SVN: r70218

21 years agonatPlainSocketImplPosix.cc (connect): Pass the FD as a ready-to-write argument to...
Jacob Gladish [Thu, 7 Aug 2003 01:13:46 +0000 (01:13 +0000)]
natPlainSocketImplPosix.cc (connect): Pass the FD as a ready-to-write argument to _Jv_Select.

* java/net/natPlainSocketImplPosix.cc (connect): Pass the FD as a
ready-to-write argument to _Jv_Select. Reset the socket back to
non-blocking state after connecting.
(accept): Pass the FD as a ready-to-write argument to _Jv_Select.
Throw SocketTimeoutException not InterruptedIOException.
(read): Throw SocketTimeoutException not InterruptedIOException.

Co-Authored-By: Bryce McKinlay <bryce@mckinlay.net.nz>
From-SVN: r70217

21 years agoThread.java (Thread): Check for null "name" from start of private constructor...
Bryce McKinlay [Thu, 7 Aug 2003 01:12:27 +0000 (01:12 +0000)]
Thread.java (Thread): Check for null "name" from start of private constructor...

* java/lang/Thread.java (Thread): Check for null "name" from
start of private constructor, not after calling the private
constructor.

From-SVN: r70216

21 years agoDaily bump.
GCC Administrator [Thu, 7 Aug 2003 00:16:40 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70214.2

21 years agoDaily bump.
GCC Administrator [Thu, 7 Aug 2003 00:16:37 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70213.2

21 years agodecl.c (grokparms): Use cp_build_qualified_type instead TYPE_MAIN_VARIANT.
Aldy Hernandez [Thu, 7 Aug 2003 00:10:03 +0000 (00:10 +0000)]
decl.c (grokparms): Use cp_build_qualified_type instead TYPE_MAIN_VARIANT.

2003-08-06  Aldy Hernandez  <aldyh@redhat.com>

* decl.c (grokparms): Use cp_build_qualified_type instead
TYPE_MAIN_VARIANT.

[[Split portion of a mixed commit.]]

From-SVN: r70211.2

21 years ago* gcc.dg/cpp/spacing1.c: Update.
Alexandre Oliva [Wed, 6 Aug 2003 21:33:32 +0000 (21:33 +0000)]
* gcc.dg/cpp/spacing1.c: Update.

From-SVN: r70210

21 years agoextend.texi (Function Attributes): Document the IA-64 version of the "model" attribute.
David Mosberger [Wed, 6 Aug 2003 21:08:29 +0000 (21:08 +0000)]
extend.texi (Function Attributes): Document the IA-64 version of the "model" attribute.

        * doc/extend.texi (Function Attributes): Document the IA-64 version
        of the "model" attribute.

        * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
        (SYMBOL_REF_SMALL_ADDR_P): Ditto.
        (PREDICATE_CODES): Mention "small_addr_symbolic_operand".

        * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
        (ia64_encode_section_info): Likewise.
        (ia64_attribute_table): Add "model" attribute.
        (TARGET_ENCODE_SECTION_INFO): Define.
        (small_addr_symbolic_operand): New function.
        (got_symbolic_operand): Return 0 for a symbolref to an object
        in the small address area.
        (enum ia64_addr_area): New type.
        (small_ident1): New variable.
        (small_ident2): Likewise.
        (init_idents): New function.
        (ia64_get_addr_area): Likewise.
        (ia64_encode_addr_area): Likewise.
        (ia64_encode_section_info): Likewise.
        (ia64_expand_load_address): For symbolic references to objects in
        the small-address-area, load the address via gen_rtx_SET() (which,
        eventually, will expand into "addl").

From-SVN: r70209

21 years agoFilePermission.java (equals): Use correct index for last character of path.
Tom Tromey [Wed, 6 Aug 2003 19:47:24 +0000 (19:47 +0000)]
FilePermission.java (equals): Use correct index for last character of path.

* java/io/FilePermission.java (equals): Use correct index for
last character of path.

From-SVN: r70206

21 years agoline-map.h (fileline): New typedef.
Per Bothner [Wed, 6 Aug 2003 19:34:43 +0000 (19:34 +0000)]
line-map.h (fileline): New typedef.

* line-map.h (fileline):  New typedef.
(struct line_map, linemap_add, linemap_lookup):  Use it.
* input.h (struct location_s):  Comment notes that long-term we want
to replace it by fileline.

From-SVN: r70205

21 years agoFix SHcompact exception handling:
J"orn Rennecke [Wed, 6 Aug 2003 19:33:13 +0000 (19:33 +0000)]
Fix SHcompact exception handling:

2003-08-06  J"orn Rennecke <joern.rennecke@superh.com>

Fix SHcompact exception handling:
* sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
by the prologue, return a MEM with return_address_pointer_rtx
as address.
* sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
(RETURN_ADDR_OFFSET): Don't define.
(SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
registers that are visible in compact mode.  Show that SHmedia
registers still exist in compact mode, even if there are not
readily accessible.
(ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
if GLOBAL.  Use DW_EH_PE_textrel (nominally) for CODE,
and DW_EH_PE_pcrel for pic data.
(ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
set SYMBOL_FLAG_FUNCTION in symbol, and actually use
DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
(ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
* sh.md (movsi_media-1): New splitter.

From-SVN: r70204

21 years agoPreliminary i386-pc-nto-qnx6 support.
Graeme Peterson [Wed, 6 Aug 2003 17:04:39 +0000 (17:04 +0000)]
Preliminary i386-pc-nto-qnx6 support.

* config/i386/nto.h: New.
* config/i386/t-nto: New.
* config.gcc (i[34567]86-*-nto-qnx*): New.

From-SVN: r70203

21 years agoinstall.texi (*-*-solaris2*): Refine configure instructions.
Phil Edwards [Wed, 6 Aug 2003 16:20:22 +0000 (16:20 +0000)]
install.texi (*-*-solaris2*): Refine configure instructions.

2003-08-06  Phil Edwards  <pme@gcc.gnu.org>

* doc/install.texi (*-*-solaris2*):  Refine configure instructions.

From-SVN: r70202

21 years agocalls.c (load_register_parameters): Arrange for call_fusage to report the whole regis...
Alan Modra [Wed, 6 Aug 2003 03:26:17 +0000 (03:26 +0000)]
calls.c (load_register_parameters): Arrange for call_fusage to report the whole register as used when...

* calls.c (load_register_parameters): Arrange for call_fusage to
report the whole register as used when shifting to the msb.

From-SVN: r70201

21 years agoacinclude.m4 (LIBGCJ_CONFIGURE): Remove AC_CANONICAL_BUILD.
Alan Modra [Wed, 6 Aug 2003 02:49:45 +0000 (02:49 +0000)]
acinclude.m4 (LIBGCJ_CONFIGURE): Remove AC_CANONICAL_BUILD.

* acinclude.m4 (LIBGCJ_CONFIGURE): Remove AC_CANONICAL_BUILD.
* configure.in: Compare with_cross_host to build_alias, not build.
* aclocal.m4: Regenerate.
* configure: Regenerate.

From-SVN: r70199

21 years agoDaily bump.
GCC Administrator [Wed, 6 Aug 2003 00:16:11 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70197.2

21 years agoDaily bump.
GCC Administrator [Wed, 6 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70196.2

21 years agobuiltins.c (expand_builtin): When not optimizing...
Roger Sayle [Wed, 6 Aug 2003 00:11:55 +0000 (00:11 +0000)]
builtins.c (expand_builtin): When not optimizing...

* builtins.c (expand_builtin): When not optimizing, call the library
function for all builtins that have library functions (except alloca).

From-SVN: r70195

21 years agoconfigure.in: Rename...
Phil Edwards [Tue, 5 Aug 2003 23:32:23 +0000 (23:32 +0000)]
configure.in: Rename...

2003-08-05  Phil Edwards  <pme@gcc.gnu.org>

* configure.in:  Rename...
* configure.ac:  ...to this.
* docs/html/17_intro/porting.texi:  Update name.

* docs/html/17_intro/porting.html:  Regenerate.
* config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in:  Regenerate (picks up new dependancy).

From-SVN: r70194

21 years agoc.opt: Introduce -fworking-directory.
Alexandre Oliva [Tue, 5 Aug 2003 21:15:57 +0000 (21:15 +0000)]
c.opt: Introduce -fworking-directory.

* c.opt: Introduce -fworking-directory.
* doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
* c-common.h (flag_working_directory): Declare.
* c-common.c (flag_working_directory): Define.
* c-opts.c (c_common_handle_options): Set it.
(sanitize_cpp_opts): Set...
* cpplib.h (struct cpp_options): ... working_directory option.
(struct cpp_callbacks): Add dir_change.
* cppinit.c (read_original_filename): Call...
(read_original_directory): New.  Look for # 1 "directory//"
and process it.
(cpp_read_main_file): Call dir_change callback if working_directory
option is set.
* gcc.c (cpp_unique_options): Pass -g*.
* c-lex.c (cb_dir_change): New.
(init_c_lex): Set dir_change callback.
* toplev.c (src_pwd): New static variable.
(set_src_pwd, get_src_pwd): New functions.
* toplev.h (get_src_pwd, set_src_pwd): Declare.
* dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
* dwarf2out.c (gen_compile_unit_die): Likewise.
* dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.

From-SVN: r70189

21 years agoacinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack pipe...
Phil Edwards [Tue, 5 Aug 2003 20:54:43 +0000 (20:54 +0000)]
acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack pipe...

2003-08-05  Phil Edwards  <pme@gcc.gnu.org>

* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS):  Put down the crack
pipe, open the window to let out the fumes, redo the option-handling
logic to properly execute the detection test.
* aclocal.m4, configure:  Regenerate.

From-SVN: r70186

21 years agore PR libgcj/11779 (Field reflection incorrectly throws IllegalAccessException)
Tom Tromey [Tue, 5 Aug 2003 20:06:57 +0000 (20:06 +0000)]
re PR libgcj/11779 (Field reflection incorrectly throws IllegalAccessException)

Fix for PR libgcj/11779:
* java/lang/reflect/natField.cc (getAddr): Skip frames in Field
class.

From-SVN: r70185

21 years agoMethod.java: Updated status comment.
Tom Tromey [Tue, 5 Aug 2003 19:50:54 +0000 (19:50 +0000)]
Method.java: Updated status comment.

* java/lang/reflect/Method.java: Updated status comment.
Imported javadoc from Classpath and re-ordered methods.
* java/lang/reflect/Constructor.java: Reindented.  Updated
status comment.  Imported javadoc from Classpath and re-ordered
methods.

From-SVN: r70184

21 years agoFor PR java/11600:
Tom Tromey [Tue, 5 Aug 2003 19:43:20 +0000 (19:43 +0000)]
For PR java/11600:

* libjava.compile/PR11600.xfail: New file.
* libjava.compile/PR11600.java: New file.

From-SVN: r70183

21 years agopretty-print.h (pp_set_line_maximum_length): Make macro.
Gabriel Dos Reis [Tue, 5 Aug 2003 19:23:14 +0000 (19:23 +0000)]
pretty-print.h (pp_set_line_maximum_length): Make macro.

* pretty-print.h (pp_set_line_maximum_length): Make macro.
(pp_set_prefix): Likewise.
(pp_destroy_prefix): Likewise.
(pp_remaining_character_count_for_line): Likewise.
(pp_clear_output_area): Likewise.
(pp_formatted_text): Likewise.
(pp_last_position_in_text): Likewise.
(pp_emit_prefix): Likewise.
(pp_append_text): Likewise.
(pp_flush): Likewise.
(pp_format_text): Likewise.
(pp_format_verbatim): Likewise.
(pp_tree_identifier): Tidy.
* pretty-print.c (pp_base_format_text): Rename from pp_format_text.
(pp_base_format_verbatim): Rename from pp_format_verbatim.
(pp_base_flush): Rename from pp_flush.
(pp_base_set_line_maximum_length): Rename from
pp_set_line_maximum_length.
(pp_base_clear_output_area): Rename from pp_clear_output_area.
(pp_base_set_prefix): Rename from pp_set_prefix.
(pp_base_destroy_prefix): Rename from pp_destroy_prefix.
(pp_base_emit_prefix): Rename from pp_emit_prefix.
(pp_base_append_text): Rename from pp_append_text.
(pp_base_formatted_text): Rename from pp_formatted_text.
(pp_base_last_position_in_text): Rename from pp_last_position_in_text.
(pp_base_remaining_character_count_for_line): Rename from
pp_remaining_character_count_for_line.
* diagnostic.h (diagnostic_format_decoder): Tidy.
(diagnostic_flush_buffer): Likewise.
* c-pretty-print.h: (pp_c_string_literal): Declare.
(pp_c_real_literal): Likewise.
(pp_c_integer_literal): Likewise.
* c-pretty-print.c (pp_c_char): Use pp_string in lieu of
pp_identifier.
(pp_c_character_literal): Tidy.
(pp_c_string_literal): Make public.
(pp_c_bool_literal): Likewise.
(pp_c_integer_literal): Likewise.
(pp_c_real_literal): Likewise.

* Makefile.in (C_PRETTY_PRINT_H): New variable.
(c-pretty-print.o): Update dependence.

cp/
* cxx-pretty-print.h: New file.
* cxx-pretty-print.c: Likewise.
* error.c (scratch_pretty_printer): Change type.
(init_error): Tidy.
(dump_aggr_type): Likewise.
(dump_global_iord): Likewise.
(dump_expr): Likewise.
(dump_char): Remove.
* cp-lang.c (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
(cxx_initialize_diagnostics): New function.
* Make-lang.in (CXX_OBJS): Add cp/cxx-pretty-print.o
(CXX_PRETTY_PRINT_H): New variable.
(cp/cxx-pretty-print.o): New rule.
(cp/cp-lang.o): Update dependence.
(cp/error.o): Likewise.

From-SVN: r70182

21 years agore PR java/11600 (CloneNotSupportedException not checked on super.clone())
Tom Tromey [Tue, 5 Aug 2003 18:47:22 +0000 (18:47 +0000)]
re PR java/11600 (CloneNotSupportedException not checked on super.clone())

Fix for PR java/11600:
* parse.y (java_complete_lhs): See whether we're calling a method
on an array.
(check_thrown_exceptions): Added `is_array_call' argument;
fixed `clone' checking; updated all callers.

From-SVN: r70180

21 years agomips.md (fix_truncdfsi2_macro): Properly restore ".set nomacro" state.
Chris Demetriou [Tue, 5 Aug 2003 18:41:49 +0000 (18:41 +0000)]
mips.md (fix_truncdfsi2_macro): Properly restore ".set nomacro" state.

2003-08-05  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.md (fix_truncdfsi2_macro): Properly restore
        ".set nomacro" state.
        (fix_truncsfsi2_macro): Likewise.

From-SVN: r70179

21 years agoGtkComponentPeer.java (postKeyEvent): Add keyLocation parameter.
Thomas Fitzsimmons [Tue, 5 Aug 2003 18:04:09 +0000 (18:04 +0000)]
GtkComponentPeer.java (postKeyEvent): Add keyLocation parameter.

2003-08-05  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkComponentPeer.java (postKeyEvent):
Add keyLocation parameter.
* java/awt/event/KeyEvent.java (getKeyText): Fix "NumPad-"
string.
(paramString): Generate keyChar string according to keyChar, not
keyCode.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
(state_to_awt_mods): Handle ALT key.
(keyevent_state_to_awt_mods): New function.
(get_first_keyval_from_keymap): New function.
(keysym_to_awt_keycode): Get virtual key code from keymap.
Handle missing VK_ values.
(keysym_to_awt_keylocation): New function.
(keyevent_to_awt_keychar): New function.
(generates_key_typed_event): Handle non-text-component case.
Handle GDK_KP_Delete and GDK_KP_Enter.
(awt_event_handler): Call new functions to get postKeyEvent
parameters.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c (gtkInit):
Update postKeyEvent method signature.
* jni/gtk-peer/gtkpeer.h: Add KEY_LOCATION defines.  Add missing
VK_ defines.

From-SVN: r70178

21 years agotree.h (DID_INLINE_FUNC): Remove macro.
Steven Bosscher [Tue, 5 Aug 2003 14:11:53 +0000 (14:11 +0000)]
tree.h (DID_INLINE_FUNC): Remove macro.

2003-08-05  Steven Bosscher  <steven@gcc.gnu.org>

* tree.h (DID_INLINE_FUNC): Remove macro.
(DECL_DECLARED_INLINE_P): Move from c-tree.h and cp/cp-tree.h,
add tree check for FUNCTION_DECL.
(DECL_ESTIMATED_INSNS): Move from c-common.h and java/java-tree.h.
(struct tree_decl): Rename inlined_function_flag to
declared_inline_flag.
* c-common.h (c_lang_decl): Remove.
(DECL_ESTIMATED_INSNS): Remove.
* c-tree.h (struct lang_decl): Don't include c_lang_decl.
(DECL_DECLARED_INLINE_P): Remove.
* c-decl.c (grokdeclarator): Update comment.  With -finline-functions,
do not reset DECL_DECLARED_INLINE_P.  Don't use DID_INLINE_FUNC.
(finish_function): Make uninlinable a bool.  Fixup call to
tree_inlinable_function_p() and fix some code style issues.
* cgraph.h (disgread_inline_limits): Fix spelling: `disregard'.
* cgraph.c (dump_cgraph): Likewise.
* cgraphunit.c (cgraph_decide_inlining): Likewise
(cgraph_finalize_compilation_unit): Likewise.
Also update call to tree_inlinable_function_p().
(cgraph_default_inline_p): Don't use DID_INLINE_FUNC.  Instead
look at DECL_DECLARED_INLINE and reverse logic.
* print-tree.c (print_node): Likewise.
* toplev.c (rest_of_handle_inlining): Don't use DID_INLINE_FUNC.
* tree-inline.h (tree_inlinable_function_p): Make a bool.  Update
prototype.
* tree-inline.c (inlinable_function_p): Split up in this function to
check for basic inlining inhibiting conditions, and new
limits_allow_inlining() function.  Warn if inlining is impossible
because the inline candidate calls alloca or uses sjlj exceptions.
(limits_allow_inlining): this new function to check if the inlining
limits are satisfied.  Throttle from currfn_max_inline_insns, not from
MAX_INLINE_INSNS_SINGLE.  The latter only makes sense if
MAX_INLINE_INSNS_AUTO and MAX_INLINE_INSNS_SINGLE are equal.
Update prototypes.
(tree_inlinable_function_p): Make a bool.  Update call to
inlinable_function_p
(expand_call_inline): Use limits_allow_inlining() when not in
unit-at-a-time mode to decide on inlining.  Don't use DID_INLINE_FUNC,
instead see if the function was declared `inline'.

cp/
* cp-tree.h (struct lang_decl): Don't include c_lang_decl.
(DECL_DECLARED_INLINE_P): Remove.
* decl2.c (import_export_decl): Only look at DECL_DECLARED_INLINE_P
if decl is a FUNCTION_DECL.  This never made sense, but now it is
required to avoid a tree check failure.
* decl.c (grokfndecl): Don't touch DID_INLINE_FUNC.
* optimize.c (maybe_clone_body): Likewise.

java/
* java-tree.h (DECL_ESTIMATED_INSNS): Remove.

From-SVN: r70174

21 years agoaclocal.m4: check for libart-config binary under the name libart2-config as well.
Matthias Klose [Tue, 5 Aug 2003 06:45:20 +0000 (06:45 +0000)]
aclocal.m4: check for libart-config binary under the name libart2-config as well.

2003-08-05  Matthias Klose  <doko@debian.org>

        * aclocal.m4: check for libart-config binary
          under the name libart2-config as well.
        * configure: regenerated.

From-SVN: r70169