gcc.git
21 years agoMake-lang.in (f/target.o): Depend on toplev.h.
Kaveh R. Ghazi [Thu, 16 Jan 2003 15:58:40 +0000 (15:58 +0000)]
Make-lang.in (f/target.o): Depend on toplev.h.

f:
* Make-lang.in (f/target.o): Depend on toplev.h.
* target.c: Include toplev.h.

java:
* Make-lang.in (java/jcf-parse.o): Depend on $(TM_P_H).
* jcf-parse.c: Include tm_p.h.

gcc:
* ra-colorize.c (colorize_one_web): Initialize variable.
* regmove.c (fixup_match_1): Likewise.
* reload1.c (reload_as_needed): Likewise.
* sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.

From-SVN: r61394

21 years agocfgloop.c (flow_loops_find): Fix handling of abnormal edges.
Zdenek Dvorak [Thu, 16 Jan 2003 15:49:20 +0000 (16:49 +0100)]
cfgloop.c (flow_loops_find): Fix handling of abnormal edges.

2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>

* cfgloop.c (flow_loops_find): Fix handling of abnormal edges.

From-SVN: r61393

21 years agodbxout.c (lastfile, cwd): Fix `unused' warning.
Kaveh Ghazi [Thu, 16 Jan 2003 15:37:57 +0000 (15:37 +0000)]
dbxout.c (lastfile, cwd): Fix `unused' warning.

* dbxout.c (lastfile, cwd): Fix `unused' warning.
* dwarf2out.c (fde_table_in_use, current_funcdef_fde,
dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
is_main_source, file_table, decl_die_table_in_use,
abbrev_die_table_in_use, line_info_table_in_use,
separate_line_info_table_in_use, pubname_table_in_use,
arange_table_in_use, ranges_table_in_use,
current_function_has_inlines): Likewise.
* flow.c (life_analysis): Likewise.
* genemit.c (gen_insn): Likewise.
* protoize.c (cplus_suffix): Likewise.

From-SVN: r61392

21 years agodbxout.c (lastfile, cwd): Fix `unused' warning.
Kaveh Ghazi [Thu, 16 Jan 2003 15:30:20 +0000 (15:30 +0000)]
dbxout.c (lastfile, cwd): Fix `unused' warning.

* dbxout.c (lastfile, cwd): Fix `unused' warning.
* dwarf2out.c (fde_table_in_use, current_funcdef_fde,
dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
is_main_source, file_table, decl_die_table_in_use,
abbrev_die_table_in_use, line_info_table_in_use,
separate_line_info_table_in_use, pubname_table_in_use,
arange_table_in_use, ranges_table_in_use,
current_function_has_inlines): Likewise.
* flow.c (life_analysis): Likewise.
* genemit.c (gen_insn): Likewise.
* protoize.c (cplus_suffix): Likewise.

From-SVN: r61391

21 years agoarm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
Kaveh R. Ghazi [Thu, 16 Jan 2003 15:22:54 +0000 (15:22 +0000)]
arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.

* arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
* arm.h (ROUND_UP_WORD): Likewise.

From-SVN: r61390

21 years agoarm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.
Kaveh R. Ghazi [Thu, 16 Jan 2003 15:13:33 +0000 (15:13 +0000)]
arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.

* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
warning.
* emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
init_emit_once): Likewise.
* flow.c (mark_regs_live_at_end, calculate_global_regs_live):
Likewise.
* function.c (assign_stack_temp_for_type): Likewise.
* loop.c (loop_invariant_p): Likewise.
* recog.c (push_operand): Likewise.
* regclass.c (init_reg_sets_1): Likewise.
* reload.c (update_auto_inc_notes): Likewise.
* reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
* stmt.c (expand_asm_operands): Likewise.
* stor-layout.c (start_record_layout): Likewise.

cp:
* class.c (layout_virtual_bases): Avoid signed/unsigned warning.

java:
* jcf-write.c (generate_bytecode_insns): Avoid signed/unsigned
warning.

From-SVN: r61389

21 years agoDaily bump.
GCC Administrator [Thu, 16 Jan 2003 08:17:35 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r61387

21 years ago2003-01-16 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 16 Jan 2003 08:01:27 +0000 (08:01 +0000)]
2003-01-16  Michael Koch  <konqueror@gmx.de>

* java/net/MulticastSocket.java
(setInterface): Reindented.

From-SVN: r61379

21 years ago* config/c4x/c4x.md (epilogue): Correct last patch.
Herman A.J. ten Brugge [Thu, 16 Jan 2003 06:20:27 +0000 (07:20 +0100)]
* config/c4x/c4x.md (epilogue): Correct last patch.

From-SVN: r61378

21 years agobasic_string.tcc (_S_string_copy): Unused, remove.
Phil Edwards [Thu, 16 Jan 2003 03:11:13 +0000 (03:11 +0000)]
basic_string.tcc (_S_string_copy): Unused, remove.

2003-01-15  Phil Edwards  <pme@gcc.gnu.org>

* include/bits/basic_string.tcc (_S_string_copy): Unused, remove.

From-SVN: r61377

21 years agoalpha.c (find_lo_sum_using_gp): Rename from find_lo_sum; also check that GP is being...
Richard Henderson [Thu, 16 Jan 2003 01:50:54 +0000 (17:50 -0800)]
alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum; also check that GP is being used.

        * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
        also check that GP is being used.
        (alpha_find_lo_sum_using_gp): New.
        (alpha_does_function_need_gp): Use get_attr_usegp.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
        as needed.

From-SVN: r61376

21 years agogcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps and bypas...
Roger Sayle [Thu, 16 Jan 2003 01:06:33 +0000 (01:06 +0000)]
gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps and bypass_jumps flags...

* gcse.c (one_cprop_pass): Change function arguments to take both
cprop_jumps and bypass_jumps flags instead of just alter_jumps.
(gcse_main): Update calls to one_cprop_pass, disabling bypassing.
(bypass_jumps): New function to perform separate jump bypassing pass.
* rtl.h (bypass_jumps): Add function prototype.
* timevar.def (TV_BYPASS): New timing variable.
* toplev.c (enum dump_file_index): Add new entry DFI_bypass.
(dump_file): New entry for the bypass RTL dump file.
(rest_of_compilation): Insert new jump bypassing optimization
pass after loop.
* doc/passes.texi: Document new pass.

From-SVN: r61374

21 years agoacinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute GLIBCPP_TEST_WCHAR_T if...
Benjamin Kosnik [Thu, 16 Jan 2003 00:50:20 +0000 (00:50 +0000)]
acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.

2003-01-15  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am (all-local): Add conditional rule to
generate testsuite_wchar_t.
* testsuite/Makefile.in: Regenerate.
* testsuite/lib/libstdc++-v3-dg.exp
(libstdc++-v3-list-sourcefiles): Remove wchar_t files if
testsuite_wchar_t is not present in the build directory.
* testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
Remove setulimit bits.
* testsuite/26_numerics/complex_value.cc: Set to noopts.
* testsuite/Makefile.am (CLEANFILES): Add.
* testsuite/Makefile.in: Regenerate.

From-SVN: r61373

21 years agosom.h (SUPPORTS_WEAK, [...]): Define.
John David Anglin [Thu, 16 Jan 2003 00:34:45 +0000 (00:34 +0000)]
som.h (SUPPORTS_WEAK, [...]): Define.

* som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
* pa.h (TARGET_SOM_SDEF): Define.
* pa-hpux11.h (TARGET_SOM_SDEF): Define.
* config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
__hppa__.

From-SVN: r61372

21 years agonatGC.cc (fillPolygon): New method.
Scott Gilbertson [Wed, 15 Jan 2003 23:53:49 +0000 (23:53 +0000)]
natGC.cc (fillPolygon): New method.

2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* gnu/gcj/xlib/natGC.cc (fillPolygon): New method.
* gnu/gcj/xlib/GC.java (fillPolygon): Declare.
* gnu/awt/xlib/XGraphics.java (fillPolygon): Added translateX and
translateY arguments.  Implement.
* gnu/awt/j2d/IntegerGraphicsState.java (fillPolygon): Pass
down translation arguments.
(drawPolyline, drawPolygon): Fix incorrect tests.
* gnu/awt/j2d/DirectRasterGraphics.java (fillPolygon): Added
translateX and translateY arguments.

From-SVN: r61369

21 years agoMakefile.in: Rebuilt.
Scott Gilbertson [Wed, 15 Jan 2003 23:34:14 +0000 (23:34 +0000)]
Makefile.in: Rebuilt.

2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* Makefile.in: Rebuilt.
* Makefile.am (xlib_includes): New macro.
(INCLUDES): Use it.

From-SVN: r61366

21 years agom68hc11.c (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC11.
Stephane Carrez [Wed, 15 Jan 2003 23:30:40 +0000 (00:30 +0100)]
m68hc11.c (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC11.

* config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
allocate 4-bytes of locals on 68HC11.
(expand_epilogue): Likewise.
(m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.

From-SVN: r61364

21 years ago* g++.dg/tls/init-2.C: Update error message string.
Richard Henderson [Wed, 15 Jan 2003 23:27:55 +0000 (15:27 -0800)]
* g++.dg/tls/init-2.C: Update error message string.

From-SVN: r61363

21 years agoXToolkit.java (getColorModel): Implemented.
Scott Gilbertson [Wed, 15 Jan 2003 23:18:58 +0000 (23:18 +0000)]
XToolkit.java (getColorModel): Implemented.

2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* gnu/awt/xlib/XToolkit.java (getColorModel): Implemented.
* gnu/awt/xlib/XGraphicsConfiguration.java (getPixel): Work with
16-bit display mode.

From-SVN: r61362

21 years agom68hc11.h (ASM_SPEC): Handle -m68hcs12...
Stephane Carrez [Wed, 15 Jan 2003 22:50:41 +0000 (23:50 +0100)]
m68hc11.h (ASM_SPEC): Handle -m68hcs12...

* config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
and -mshort-double to the assembler to specify the ABI.
(LINK_SPEC): Likewise.
(CPP_SPEC): Pass HCS12 specific define.
(MASK_M68S12): New define.
(TARGET_M68S12): Likewise.
(TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
(TARGET_VERSION): Update.
* config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
(LINK_SPEC): Update.
(ASM_SPEC): Update.
* config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
* doc/invoke.texi (M68hc1x Options): Document -m68hcs12.

From-SVN: r61358

21 years agoCardLayout.java (show): Rewrote.
Scott Gilbertson [Wed, 15 Jan 2003 22:47:04 +0000 (22:47 +0000)]
CardLayout.java (show): Rewrote.

2003-01-15  Scott Gilbertson  <scottg@mantatest.com>

* java/awt/CardLayout.java (show): Rewrote.
(gotoComponent): Removed `target' argument.  Simplified code.
Don't pre-compute `choice' unless `what' is FIRST or LAST.
Changed all callers.
(NONE): Removed.

From-SVN: r61357

21 years ago* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
Kaveh R. Ghazi [Wed, 15 Jan 2003 22:42:26 +0000 (22:42 +0000)]
* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.

From-SVN: r61354

21 years ago20000804-1.x: Don't execute this test at all for HC11/HC12.
Stephane Carrez [Wed, 15 Jan 2003 21:26:14 +0000 (22:26 +0100)]
20000804-1.x: Don't execute this test at all for HC11/HC12.

* gcc.c-torture/compile/20000804-1.x: Don't execute this test at
all for HC11/HC12.
* gcc.c-torture/compile/20001205-1.x: Likewise.
* gcc.c-torture/compile/20001226-1.x: Likewise.
* gcc.c-torture/compile/920520-1.x: Likewise.
* gcc.c-torture/compile/961203-1.x: Likewise.
* gcc.c-torture/compile/20020604-1.x: Likewise.

From-SVN: r61351

21 years agom68hc11.md ("return"): Use emit_jump_insn to emit the return code.
Stephane Carrez [Wed, 15 Jan 2003 20:39:17 +0000 (21:39 +0100)]
m68hc11.md ("return"): Use emit_jump_insn to emit the return code.

* config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
the return code.

From-SVN: r61347

21 years agocfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU flag before setti...
Josef Zlomek [Wed, 15 Jan 2003 20:16:22 +0000 (21:16 +0100)]
cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU flag before setting it.

* cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
flag before setting it.

From-SVN: r61345

21 years ago* MAINTAINERS: Add myself to write-after-approval list.
Josef Zlomek [Wed, 15 Jan 2003 19:47:10 +0000 (19:47 +0000)]
* MAINTAINERS: Add myself to write-after-approval list.

From-SVN: r61343

21 years agoI added myself to the list.
Josef Zlomek [Wed, 15 Jan 2003 19:42:36 +0000 (19:42 +0000)]
I added myself to the list.

From-SVN: r61342

21 years agoc-semantics.c (genrtl_while_stmt): Improve initial RTL generation when loop condition...
Roger Sayle [Wed, 15 Jan 2003 17:44:37 +0000 (17:44 +0000)]
c-semantics.c (genrtl_while_stmt): Improve initial RTL generation when loop condition is known true, i.e.

* c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
when loop condition is known true, i.e.  "while (1) { ... }".
(genrtl_for_stmt): Similarly for "for" statements.

From-SVN: r61338

21 years agoreal.c (real_sqrt): Return a bool result indicating whether a floating point exceptio...
Roger Sayle [Wed, 15 Jan 2003 17:40:26 +0000 (17:40 +0000)]
real.c (real_sqrt): Return a bool result indicating whether a floating point exception or trap...

* real.c (real_sqrt): Return a bool result indicating whether
a floating point exception or trap should be raised.
* real.h (real_sqrt): Update function prototype.
* builtins.c (fold_builtin): Only fold non-trapping square
roots unless we're ignoring errno and trapping math.

From-SVN: r61337

21 years agoexpr.h (emit_conditional_add): Add PARAMS to declaration.
John David Anglin [Wed, 15 Jan 2003 17:36:57 +0000 (17:36 +0000)]
expr.h (emit_conditional_add): Add PARAMS to declaration.

* expr.h (emit_conditional_add): Add PARAMS to declaration.
* gengtype-lex.l (malloc, realloc): Move defines after include of
system.h.  Remove duplicate include of system.h.

From-SVN: r61336

21 years agore PR middle-end/9009 (floating-point negate and abs optimizations incorrect for...
Roger Sayle [Wed, 15 Jan 2003 17:32:38 +0000 (17:32 +0000)]
re PR middle-end/9009 (floating-point negate and abs optimizations incorrect for ARM)

PR middle-end/9009
* optabs.c (expand_unop):  When manipulating the FP sign bit
using integer operations, account for targets with different
integer and FP word orders.
(expand_abs): Likewise.

From-SVN: r61335

21 years agors6000.c (rs6000_gen_section_name): Do not include file extension in section name.
David Edelsohn [Wed, 15 Jan 2003 16:08:49 +0000 (16:08 +0000)]
rs6000.c (rs6000_gen_section_name): Do not include file extension in section name.

        * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
        file extension in section name.

From-SVN: r61334

21 years agoflow.c (find_auto_inc): Also try to generate a PRE_MODIFY with constant offset.
Richard Earnshaw [Wed, 15 Jan 2003 16:06:47 +0000 (16:06 +0000)]
flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with constant offset.

* flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
constant offset.

From-SVN: r61333

21 years agoarm.h (HAVE_PRE_MODIFY_DISP, [...]): Define.
Richard Earnshaw [Wed, 15 Jan 2003 15:51:11 +0000 (15:51 +0000)]
arm.h (HAVE_PRE_MODIFY_DISP, [...]): Define.

* arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
(HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
(ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
(ARM_PRINT_OPERAND_ADDRESS): Likewise.

From-SVN: r61332

21 years agoCopyright for 2003.
Hartmut Penner [Wed, 15 Jan 2003 13:44:24 +0000 (13:44 +0000)]
Copyright for 2003.

From-SVN: r61331

21 years agore PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)
Jan Hubicka [Wed, 15 Jan 2003 12:43:35 +0000 (13:43 +0100)]
re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)

PR f/9258
* global.c (struct allocno): Add no_stack_reg.
(global_conflicts): Set no_stack_reg.
(find_reg): Use it.

* convert.c (convert_to_real): Fold - and abs only when profitable.
* fold-const.c (fold): Fold truncates in - and abs.

* gcc.c-torture/compile/20030115-1.c: New test.

* gcc.dg/i386-fpcvt-1.c: New test.
* gcc.dg/i386-fpcvt-2.c: New test.

From-SVN: r61329

21 years agoI did not know how to write to changelog sone other's patch
Josef Zlomek [Wed, 15 Jan 2003 12:12:09 +0000 (12:12 +0000)]
I did not know how to write to changelog sone other's patch
so I'm fixing the Changelog entry

From-SVN: r61328

21 years agoSegher Boessenkool <segher@koffie.nl>
Segher Boessenkool [Wed, 15 Jan 2003 12:07:46 +0000 (13:07 +0100)]
Segher Boessenkool  <segher@koffie.nl>

* predict.c (real_inv_br_prob_base): New variable.
(propagate_freq): Use multiply by reciprocal instead of
division.  Don't divide by 1.0 at all.
(estimate_bb_frequencies): Similar.

From-SVN: r61326

21 years agoconfigure.in (noconfigdirs): Don't skip gas on IRIX 6.
Alexandre Oliva [Wed, 15 Jan 2003 11:24:15 +0000 (11:24 +0000)]
configure.in (noconfigdirs): Don't skip gas on IRIX 6.

* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure: Rebuilt.

From-SVN: r61325

21 years agoput back entry mistakenly taken out by hpenner
Alexandre Oliva [Wed, 15 Jan 2003 10:57:14 +0000 (10:57 +0000)]
put back entry mistakenly taken out by hpenner

From-SVN: r61324

21 years agoconfigure.in (libgcc_visibility): Force disabled on IRIX 6 too.
Alexandre Oliva [Wed, 15 Jan 2003 10:53:22 +0000 (10:53 +0000)]
configure.in (libgcc_visibility): Force disabled on IRIX 6 too.

* configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
* configure: Rebuilt.

From-SVN: r61323

21 years agos390.c (s390_safe_attr_type): New function.
Hartmut Penner [Wed, 15 Jan 2003 10:38:01 +0000 (10:38 +0000)]
s390.c (s390_safe_attr_type): New function.

        * config/s390/s390.c (s390_safe_attr_type): New function.
        (s390_use_dfa_pipeline_interface): New function, return true for z900.
        (s390_issue_rate): New function.
        (s390_agen_dep_p): New function.
        (addr_generation_dependency_p): Use 's390_safe_attr_type'.
        (s390_adjust_cost): Return 'cost' if new DFA is used.
        (s390_adjust_priority): Delete function.
        * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
        * config/s390/s390.md (atype attribute): Attribute 'atype' default
        determined by 'op_type'.
        (type attribute): Added more type attributes.
        * config/s390/2064.md: New DFA description for z900 pipeline.

From-SVN: r61321

21 years agore PR bootstrap/9036 (2002-12-21 trunk version fails to bootstrap for Pentium4)
Alexandre Oliva [Wed, 15 Jan 2003 09:17:20 +0000 (09:17 +0000)]
re PR bootstrap/9036 (2002-12-21 trunk version fails to bootstrap for Pentium4)

* config/i386/i386.c (ix86_expand_vector_move): Validize constant
forced to memory.  Fixes PR bootstrap/9036.

From-SVN: r61319

21 years agoDaily bump.
GCC Administrator [Wed, 15 Jan 2003 08:17:32 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r61318

21 years agomips.h (CRT_CALL_STATIC_FUNCTION): Define so as to set $gp before the call.
Alexandre Oliva [Wed, 15 Jan 2003 07:42:21 +0000 (07:42 +0000)]
mips.h (CRT_CALL_STATIC_FUNCTION): Define so as to set $gp before the call.

* config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
to set $gp before the call.

From-SVN: r61310

21 years agoalpha.c (alpha_expand_mov): Use correct mode for force_const_mem.
Richard Henderson [Wed, 15 Jan 2003 03:25:50 +0000 (19:25 -0800)]
alpha.c (alpha_expand_mov): Use correct mode for force_const_mem.

        * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
        for force_const_mem.

From-SVN: r61309

21 years agodecl2.c (check_classfn): Fix uninitialized warning.
Kaveh R. Ghazi [Wed, 15 Jan 2003 01:21:46 +0000 (01:21 +0000)]
decl2.c (check_classfn): Fix uninitialized warning.

cp:
* decl2.c (check_classfn): Fix uninitialized warning.
(build_anon_union_vars): Likewise.
* pt.c (tsubst_copy): Likewise.

gcc:
* genattr.c (main): Rearrange output to avoid prototype warning.
* genautomata.c (transform_3): Fix ambiguous-else warning.
* local-alloc.c (requires_inout): Add parentheses around
assignment used as truth-value.
* timevar.c: Move system includes above local includes.  Include
toplev.h
* Makefile.in (timevar.o): Depend on toplev.h.

From-SVN: r61308

21 years ago2003-01-14 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 14 Jan 2003 21:44:48 +0000 (21:44 +0000)]
2003-01-14  Michael Koch  <konqueror@gmx.de>

* java/net/InetSocketAddress.java
(serialVersionUID): New member variable.
* java/net/NetPermission.java
(NetPermission): Dont implement java.io.Serialization directly.
* java/net/SocketAddress.java:
(serialVersionUID): Documentation added.

From-SVN: r61305

21 years agoFurther conform g++'s __vmi_class_type_info to the C++ ABI specification.
Jeffrey D. Oldham [Tue, 14 Jan 2003 21:36:20 +0000 (21:36 +0000)]
Further conform g++'s __vmi_class_type_info to the C++ ABI specification.

2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>

Further conform g++'s __vmi_class_type_info to the C++ ABI
specification.
* gcc/cp/rtti.c (dfs_class_hint_mark): Do not set hints not
specified by the specification.
(class_hint_flags): Likewise.
* gcc/testsuite/g++.old-deja/g++.abi/vmihint.C (main): Revise
expected flags per the specification.
* libstdc++-v3/libsupc++/cxxabi.h
(__vmi_class_type_info::__flags_masks): Remove enumerations not
required by the specification.

From-SVN: r61304

21 years ago2003-01-14 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 14 Jan 2003 21:21:35 +0000 (21:21 +0000)]
2003-01-14  Michael Koch  <konqueror@gmx.de>

* java/awt/Label.java
(Label): Implements javax.accessibility.Accessible;
* java/awt/List.java
(List): Implements javax.accessibility.Accessible;
* java/awt/ScrollPane.java
(ScrollPane): Implements javax.accessibility.Accessible;
* java/awt/Scrollbar.java
(Scrollbar): Implements javax.accessibility.Accessible;
* java/awt/TextComponent.java
(setCaretPosition): Throw exception, documentation added.
* java/awt/Toolkit.java:
Added some newlines in method documentations.
(createButton): Exception documentation added.
(createTextField): Exception documentation added.
(createLabel): Exception documentation added.
(createList): Exception documentation added.
(createCheckbox): Exception documentation added.
(createScrollbar): Exception documentation added.
(createScrollPane): Exception documentation added.
(createTextArea): Exception documentation added.
(createChoice): Exception documentation added.
(createFrame): Exception documentation added.
(createWindow): Exception documentation added.
(createDialog): Exception documentation added.
(createMenuBar): Exception documentation added.
(createMenu): Exception documentation added.
(createMenuItem): Exception documentation added.
(createFileDialog): Exception documentation added.
(createCheckboxMenuItem): Exception documentation added.
(loadSystemColors): Exception documentation added.
(setDynamicLayout): Exception documentation added.
(isDynamicLayoutSet): Exception documentation added.
(isDynamicLayoutActive): Exception documentation added.
(getScreenSize): Exception documentation added.
(getScreenResolution): Exception documentation added.
(getScreenInsets): Exception documentation added.
(getColorModel): Exception documentation added.
(getSystemClipboard): Exception documentation added.
(getSystemSelection): Exception documentation added.
(getMenuShortcutKeyMask): Exception documentation added.
(getSystemEventQueue): Exception documentation added.
* java/awt/Window.java:
Reindented some code.
(Window): Centralized implementation, documentation added.
(finalize): Documentation added.
(hide): Fixed typo in comment.
(getWindowListeners): Documentation added.
* java/awt/color/ColorSpace.java
(toRGB): Documentation added.
* java/awt/color/ICC_ColorSpace.java
(ICC_ColorSpace): Documentation added.
(toRGB): Throw exception, documentation added.
(fromRGB): Throw exception, documentation added.
(toCIEXYZ): Documentation added.
(fromCIEXYZ): Documentation added.
(getMinValue): Documentation added.
(getMaxValue): Documentation added.
* java/awt/geom/Dimension2D.java
(clone): Documentation added.
* java/awt/geom/GeneralPath.java
(clone): Documentation added.
* java/awt/geom/Line2D.java
(clone): Documentation added.
* java/awt/geom/QuadCurve2D.java
(clone): Documentation added.
* java/awt/image/ColorModel.java
(ColorModel): Throw exception, documentation added.
* java/awt/image/ImageFilter.java
(clone): Doesnt throw CloneNotSupportedException.

From-SVN: r61303

21 years ago* config.h.in: Rebuilt.
Tom Tromey [Tue, 14 Jan 2003 21:16:20 +0000 (21:16 +0000)]
* config.h.in: Rebuilt.

From-SVN: r61302

21 years agoip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
Denis Chertykov [Tue, 14 Jan 2003 20:25:25 +0000 (20:25 +0000)]
ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.

* config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
(VALID_MACHINE_TYPE_ATTRIBUTE): Remove.

* config/ip2k/ip2k.c (ip2k_attribute_table): New table of
        attributes.
(TARGET_ATTRIBUTE_TABLE): New macro.
(valid_machine_type_attribute): Remove.
(valid_machine_decl_attribute): Remove.
(ip2k_handle_progmem_attribute): New function.
(ip2k_handle_fndecl_attribute): New function.

From-SVN: r61295

21 years agonatRuntime.cc (_load): StackTrace access needs to be in a try block.
Andrew Haley [Tue, 14 Jan 2003 19:26:21 +0000 (19:26 +0000)]
natRuntime.cc (_load): StackTrace access needs to be in a try block.

2003-01-14  Andrew Haley  <aph@redhat.com>

        * java/lang/natRuntime.cc (_load): StackTrace access needs to be
        in a try block.

From-SVN: r61293

21 years agoclass.c (make_class_data): Check that super is compiled before building class referen...
Tom Tromey [Tue, 14 Jan 2003 18:59:01 +0000 (18:59 +0000)]
class.c (make_class_data): Check that super is compiled before building class reference to it.

* class.c (make_class_data): Check that super is compiled before
building class reference to it.

From-SVN: r61292

21 years agoffi64.c (ffi_prep_args): Check for void retval.
Andrew Haley [Tue, 14 Jan 2003 18:42:29 +0000 (18:42 +0000)]
ffi64.c (ffi_prep_args): Check for void retval.

2003-01-14  Andrew Haley  <aph@redhat.com>

        * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
        (ffi_prep_cif_machdep): Likewise.
        * src/x86/unix64.S: Add unwind info.

From-SVN: r61291

21 years agodecl.c (java_init_decl_processing): _Jv_NewMultiArray is a varargs function -- correct.
Andrew Haley [Tue, 14 Jan 2003 17:01:04 +0000 (17:01 +0000)]
decl.c (java_init_decl_processing): _Jv_NewMultiArray is a varargs function -- correct.

2003-01-14  Andrew Haley  <aph@redhat.com>

        * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
        varargs function -- correct.

From-SVN: r61289

21 years agolinux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename registers to be in correct order.
Andrew Haley [Tue, 14 Jan 2003 15:22:22 +0000 (15:22 +0000)]
linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename registers to be in correct order.

2003-01-10  Andrew Haley  <aph@redhat.com>

        * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
        registers to be in correct order.  Add rip.

From-SVN: r61287

21 years agodecl.c (java_init_decl_processing): Temporarily back out previous patch.
Andrew Haley [Tue, 14 Jan 2003 15:03:16 +0000 (15:03 +0000)]
decl.c (java_init_decl_processing): Temporarily back out previous patch.

2003-01-14  Andrew Haley  <aph@redhat.com>

        * decl.c (java_init_decl_processing): Temporarily back out previous patch.

From-SVN: r61286

21 years agodwarf2-signal.h: Remove x86_64.
Andrew Haley [Tue, 14 Jan 2003 14:02:13 +0000 (14:02 +0000)]
dwarf2-signal.h: Remove x86_64.

2003-01-10  Andrew Haley  <aph@redhat.com>

        * include/dwarf2-signal.h: Remove x86_64.
        * configure.host (x86_64 DIVIDESPEC): Remove.
        * include/x86_64-signal.h: New file.
        * configure.in: Regenerate.

From-SVN: r61285

21 years agodwarf2-signal.h: Remove x86_64.
Andrew Haley [Tue, 14 Jan 2003 13:51:15 +0000 (13:51 +0000)]
dwarf2-signal.h: Remove x86_64.

2003-01-10  Andrew Haley  <aph@redhat.com>

        * include/dwarf2-signal.h: Remove x86_64.
        * configure.host (x86_64 DIVIDESPEC): Remove.
        * include/x86_64-signal.h: New file.
        * configure.in: Regenerate.

From-SVN: r61284

21 years agoconfig-lang.in: Add semantics.c to gtfiles.
Kriang Lerdsuwanakij [Tue, 14 Jan 2003 13:40:53 +0000 (13:40 +0000)]
config-lang.in: Add semantics.c to gtfiles.

* config-lang.in: Add semantics.c to gtfiles.
* cp-tree.h (flagged_type_tree_s): Remove lookups field.
(saved_scope): Likewise.
(type_lookups): Remove.
(deferred_access): New structure.
(type_access_control): Remove.
(save_type_access_control): Likewise.
(reset_type_access_control): Likewise.
(decl_type_access_control): Likewise.
(push_deferring_access_checks): Declare.
(resume_deferring_access_checks): Likewise.
(stop_deferring_access_checks): Likewise.
(pop_deferring_access_checks): Likewise.
(get_deferred_access_checks): Likewise.
(pop_to_parent_deferring_access_checks): Likewise.
(perform_deferred_access_checks): Likewise.
(perform_or_defer_access_check): Likewise.
* decl.c (make_typename_type): Use perform_or_defer_access_check.
(make_unbound_class_template): Likewise.
(grokdeclarator): Don't call decl_type_access_control.
* parser.c (cp_parser_context): Remove deferred_access_checks
and deferring_access_checks_p fields.
(cp_parser_context_new): Adjust.
(cp_parser): Remove access_checks_lists.
(cp_parser_defer_access_check): Remove.
(cp_parser_start_deferring_access_checks): Remove.
(cp_parser_stop_deferring_access_checks): Remove.
(cp_parser_perform_deferred_access_checks): Remove.
(cp_parser_nested_name_specifier_opt): Use new deferred access
functions.
(cp_parser_simple_declaration): Likewise.
(cp_parser_template_id): Likewise.
(cp_parser_function_definition): Likewise.
(cp_parser_class_specifier): Likewise.
(cp_parser_lookup_name): Likewise.
(cp_parser_single_declaration): Likewise.
(cp_parser_pre_parsed_nested_name_specifier): Likewise.
(cp_parser_parse_tentatively): Likewise.
(cp_parser_parse_definitely): Likewise.
(yyparse): Likewise.
(cp_parser_init_declarator): Remove access_checks parameter.
Use new deferred access functions.
(cp_parser_function_definition_from_specifiers_and_declarator):
Likewise.
(cp_parser_class_head): Remove deferring_access_checks_p and
saved_access_checks parameters.  Use new deferred access functions.
(cp_parser_member_specification_opt): Don't call
reset_type_access_control.
* search.c (type_access_control): Remove.
* semantics.c: Include "gt-cp-semantics.h".
(deferred_type_access_control): Remove.
(deferred_access_stack): New variable.
(deferred_access_free_list): Likewise.
(push_deferring_access_checks): New function.
(resume_deferring_access_checks): Likewise.
(stop_deferring_access_checks): Likewise.
(pop_deferring_access_checks): Likewise.
(get_deferred_access_checks): Likewise.
(pop_to_parent_deferring_access_checks): Likewise.
(perform_deferred_access_checks): New function, adapted from
cp_parser_perform_deferred_access_checks.
(perform_or_defer_access_check): New function, adapted from
cp_parser_defer_access_check.
(current_type_lookups): Remove.
(deferred_type_access_control): Likewise.
(decl_type_access_control): Likewise.
(save_type_access_control): Likewise.
(reset_type_access_control): Likewise.
(begin_function_definition): Adjust.
(begin_class_definiton): Likewise.

From-SVN: r61283

21 years agolinux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename registers to be in correct order.
Andrew Haley [Tue, 14 Jan 2003 13:33:03 +0000 (13:33 +0000)]
linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename registers to be in correct order.

2003-01-10    <aph@host240.cambridge.redhat.com>

        * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
        registers to be in correct order.  Add rip.

From-SVN: r61282

21 years ago[multiple changes]
Andrew Haley [Tue, 14 Jan 2003 13:31:11 +0000 (13:31 +0000)]
[multiple changes]

2003-01-14  Andrew Haley  <aph@redhat.com>

        * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
        varargs function -- correct.

        * parse.y (patch_assignment): Copy the rhs of an assignment into a
        temporary if the RHS is a reference.

2003-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

        * Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.
        * keyword.h: Regenerated.

        * All Files: Convert to ISO C style function definitions.

From-SVN: r61281

21 years agoh8300.md (*andsi3_lshiftrt_9_sb): New.
Kazu Hirata [Tue, 14 Jan 2003 13:11:24 +0000 (13:11 +0000)]
h8300.md (*andsi3_lshiftrt_9_sb): New.

* config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
(*iorsi3_and_lshiftrt_9_sb): Likewise.

From-SVN: r61280

21 years agoconvert.c (strip_float_extensions): Look for narrowest type handling FP constants.
Jan Hubicka [Tue, 14 Jan 2003 13:03:47 +0000 (14:03 +0100)]
convert.c (strip_float_extensions): Look for narrowest type handling FP constants.

* convert.c (strip_float_extensions):  Look for narrowest type handling
FP constants.

* fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
float1 CMP float2.
* convert.c (strip_float_extensions): Make global.
* tree.h (strip_float_extensions): Declare.

* gcc.dg/i386-fpcvt-1.c: New test.
* gcc.dg/i386-fpcvt-2.c: New test.

From-SVN: r61279

21 years ago* gcc.dg/i386-mmx-3.c: New test.
Eric Botcazou [Tue, 14 Jan 2003 11:35:02 +0000 (11:35 +0000)]
* gcc.dg/i386-mmx-3.c: New test.

From-SVN: r61275

21 years agoffitest.c (main): Only use ffi_closures if those are supported.
Andreas Jaeger [Tue, 14 Jan 2003 09:50:48 +0000 (10:50 +0100)]
ffitest.c (main): Only use ffi_closures if those are supported.

* src/ffitest.c (main): Only use ffi_closures if those are
supported.

From-SVN: r61273

21 years agoDaily bump.
GCC Administrator [Tue, 14 Jan 2003 08:17:31 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r61272

21 years agoMake-lang.in (treelang.install-info): Depend only on info files if BUILD_INFO is...
Andreas Jaeger [Tue, 14 Jan 2003 08:03:58 +0000 (09:03 +0100)]
Make-lang.in (treelang.install-info): Depend only on info files if BUILD_INFO is set.

* Make-lang.in (treelang.install-info): Depend only on info files
if BUILD_INFO is set.  Fix install rules.
(treelang.): New.

From-SVN: r61264

21 years ago[multiple changes]
Tom Tromey [Tue, 14 Jan 2003 05:15:21 +0000 (05:15 +0000)]
[multiple changes]

2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>

* libffi/src/ffitest.c
         add closure testcases

2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>

* libffi/src/powerpc/ffi.c
         fix alignment bug for float (4 byte aligned iso 8 byte)

From-SVN: r61263

21 years agoRenames, namespaces for testsuite utilities.
Benjamin Kosnik [Tue, 14 Jan 2003 04:56:56 +0000 (04:56 +0000)]
Renames, namespaces for testsuite utilities.

2003-01-12  Benjamin Kosnik  <bkoz@redhat.com>

Renames, namespaces for testsuite utilities.
* testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
(gnu_allocator_tracker): Rename to allocation_tracker.
(gnu_new_allocator): Rename to tracker_alloc.
(__set_testsuite_memlimit): Rename to set_memory_limits.
(gnu_assignment_operator): Rename to assignment_operator.
(gnu_destructor): Rename to destructor.
(gnu_copy_tracker): Rename to copy_tracker.
(gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
(run_tests_wrapped_locale): New.
(run_tests_wrapped_env): New.
* testsuite/testsuite_hooks.cc: Same.
(class locale_data): Add.
(class enviornment_variable): Add.
(class not_found): Add.
* testsuite/testsuite_allocator.h: Same.
* testsuite/testsuite_allocator.cc: Same.
* testsuite/23_containers/deque_ctor.cc
(test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
allocation_tracker.
Change gnu_new_allocator to tracker_alloc.
Change gnu_counting_struct to counter.
Change gnu_copy_tracker to copy_tracker.
Change gnu_copy_constructor to copy_constructor.
Change gnu_assignment_operator to assignment_operator.
Inject.
* testsuite/23_containers/vector_capacity.cc: Same.
* testsuite/23_containers/vector_ctor.cc (test01): Same.
* testsuite/23_containers/list_modifiers.cc: Change
gnu_copy_tracker to copy_tracker.
* testsuite/21_strings/ctor_copy_dtor.cc (main): Change
__set_testsuite_memlimit to set_memory_limits.
* testsuite/21_strings/insert.cc (main): Same.
* testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
* testsuite/27_io/stringstream.cc: Same.
* testsuite/27_io/stringbuf.cc: Same.
* testsuite/27_io/streambuf.cc: Same.
* testsuite/27_io/ostream.cc: Same.
* testsuite/27_io/istream.cc: Same.
* testsuite/27_io/fstream.cc: Same.
* testsuite/lib/libstdc++-v3-dg.exp
(libstdc++-v3-list-sourcefiles): Additionally handle files two and
three levels deeper in glob patterns.

From-SVN: r61261

21 years agotimevar.def: define TV_NAME_LOOKUP.
Gabriel Dos Reis [Tue, 14 Jan 2003 03:38:24 +0000 (03:38 +0000)]
timevar.def: define TV_NAME_LOOKUP.

        * timevar.def: define TV_NAME_LOOKUP.
        * timevar.c (timevar_pop): Be verbose when aborting.

From-SVN: r61260

21 years agoAdd 2003 copyright notices for constraints string patch, also 2002 notice
Joern Rennecke [Mon, 13 Jan 2003 21:37:13 +0000 (21:37 +0000)]
Add 2003 copyright notices for constraints string patch, also 2002 notice
for genoutput.c .

From-SVN: r61258

21 years agoMakefile.in ($(parsedir)/gengtype-lex.c): Don't change to $(parsedir), just move...
Andreas Schwab [Mon, 13 Jan 2003 20:37:28 +0000 (20:37 +0000)]
Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to $(parsedir), just move the temporary file at the end.

* Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
$(parsedir), just move the temporary file at the end.
($(parsedir)/gengtype-yacc.c): Likewise.

From-SVN: r61257

21 years agoaclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend ${ac_tool_prefix} to ADAC or CC.
Alexandre Oliva [Mon, 13 Jan 2003 17:23:25 +0000 (17:23 +0000)]
aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend ${ac_tool_prefix} to ADAC or CC.

* aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
${ac_tool_prefix} to ADAC or CC.  Protect them from word
splitting.
* configure: Rebuilt.

From-SVN: r61254

21 years agogmon-sol2.c (moncontrol, [...]): Don't use PARAMS.
Kaveh R. Ghazi [Mon, 13 Jan 2003 16:23:31 +0000 (16:23 +0000)]
gmon-sol2.c (moncontrol, [...]): Don't use PARAMS.

* config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
internal_mcount): Don't use PARAMS.
(monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
ISO C style.
(internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.

From-SVN: r61253

21 years agosysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type directive.
Andreas Schwab [Mon, 13 Jan 2003 15:38:58 +0000 (15:38 +0000)]
sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type directive.

* config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
directive.

From-SVN: r61252

21 years agoh8300.md (*andsi3_lshift_n_sb): New.
Kazu Hirata [Mon, 13 Jan 2003 13:20:27 +0000 (13:20 +0000)]
h8300.md (*andsi3_lshift_n_sb): New.

* config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
(*iorsi3_and_lshiftrt_n_sb): Likewise.

From-SVN: r61251

21 years agore PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c: 307)
Jason Merrill [Mon, 13 Jan 2003 09:16:21 +0000 (04:16 -0500)]
re PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c: 307)

        PR c++/8748
        * class.c (build_base_path): Take the address before calling save_expr.

From-SVN: r61250

21 years agocall.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if all the ambiguous conve...
Jason Merrill [Mon, 13 Jan 2003 09:16:06 +0000 (04:16 -0500)]
call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if all the ambiguous conversions are bad.

        * call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
        all the ambiguous conversions are bad.

From-SVN: r61249

21 years agoclass.c (maybe_warn_about_overly_private_class): Don't stop searching when we find...
Jason Merrill [Mon, 13 Jan 2003 09:15:29 +0000 (04:15 -0500)]
class.c (maybe_warn_about_overly_private_class): Don't stop searching when we find a nonprivate method.

        * class.c (maybe_warn_about_overly_private_class): Don't stop
        searching when we find a nonprivate method.

From-SVN: r61248

21 years agore PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c: 307)
Jason Merrill [Mon, 13 Jan 2003 09:14:47 +0000 (04:14 -0500)]
re PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c: 307)

        PR c++/8748
        * class.c (build_base_path): Take the address before calling save_expr.

        * call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
        all the ambiguous conversions are bad.

        * class.c (maybe_warn_about_overly_private_class): Don't stop
        searching when we find a nonprivate method.

        * typeck.c (build_class_member_access_expr): Use unary_complex_lvalue.

From-SVN: r61246

21 years agoDaily bump.
GCC Administrator [Mon, 13 Jan 2003 08:17:46 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r61245

21 years agore PR libgcj/9139 (mauve tests require installation)
Tom Tromey [Mon, 13 Jan 2003 00:22:20 +0000 (00:22 +0000)]
re PR libgcj/9139 (mauve tests require installation)

Fix for PR libgcj/9139:
* lib/libjava.exp (find_javac): Put value of libgcj_jar into
return value when gcj is used.
* libjava.mauve/mauve.exp (test_mauve): Use libgcj_jar global.

From-SVN: r61237

21 years agore PR c++/9264 ([parser] ICE on invalid octal constant)
Mark Mitchell [Mon, 13 Jan 2003 00:16:12 +0000 (00:16 +0000)]
re PR c++/9264 ([parser] ICE on invalid octal constant)

* cp-tree.h (get_arglist_len_in_bytes): Remove.

PR c++/9264
* parser.c (cp_parser_elaborated_type_specifier): Handle erroneous
typeame types more robustly.

PR c++/9172
* g++.dg/parse/typename1.C: New file.

From-SVN: r61236

21 years agore PR c++/9264 ([parser] ICE on invalid octal constant)
Mark Mitchell [Mon, 13 Jan 2003 00:14:59 +0000 (00:14 +0000)]
re PR c++/9264 ([parser] ICE on invalid octal constant)

PR c++/9264
* c-lex.c (c_lex): Set the token value to error_mark_node for
invalid numeric constants.

PR c++/9264
* g++.dg/parse/octal1.C: New file.

From-SVN: r61235

21 years agoc-pch.c (asm_file_startpos): Change to `long'.
Kaveh R. Ghazi [Sun, 12 Jan 2003 16:44:09 +0000 (16:44 +0000)]
c-pch.c (asm_file_startpos): Change to `long'.

* c-pch.c (asm_file_startpos): Change to `long'.
(pch_init): Use ftell, not ftello.
(c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
Use `long' instead of `off_t'.
(c_common_read_pch): Likewise.
* ggc-common.c (gt_pch_save): Use long/ftell instead of
off_t/ftello.

From-SVN: r61233

21 years agoDaily bump.
GCC Administrator [Sun, 12 Jan 2003 08:17:26 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r61229

21 years agotables.html: Finished now.
Phil Edwards [Sun, 12 Jan 2003 02:56:50 +0000 (02:56 +0000)]
tables.html: Finished now.

2003-01-11  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/tables.html:  Finished now.
* docs/doxygen/user.cfg.in:  Update to latest version of Doxygen.
* include/bits/basic_ios.h (basic_ios::rdbuf):  Add example to
comments.

* include/bits/deque.tcc, include/bits/stl_alloc.h,
include/bits/stl_deque.h, include/bits/stl_list.h,
include/bits/stl_vector.h:  Remove _GLIBCPP_DEPRECATED bits scheduled
for 3.4 removal.

From-SVN: r61221

21 years agoMake-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.
Kaveh R. Ghazi [Sun, 12 Jan 2003 02:43:41 +0000 (02:43 +0000)]
Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.

* Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.

* keyword.h: Regenerated.

From-SVN: r61220

21 years agocom.c (ffecom_convert_narrow_, [...]): Convert to ISO C style function definitions.
Kaveh R. Ghazi [Sun, 12 Jan 2003 02:32:39 +0000 (02:32 +0000)]
com.c (ffecom_convert_narrow_, [...]): Convert to ISO C style function definitions.

* com.c (ffecom_convert_narrow_, ffecom_convert_widen_,
pushdecl_top_level, storedecls, convert, delete_block,
insert_block, ffe_init, ffe_mark_addressable, poplevel,
ffe_print_identifier, pushdecl, pushlevel, set_block,
ffe_signed_or_unsigned_type, ffe_signed_type,
ffe_truthvalue_conversion, ffe_type_for_mode, ffe_type_for_size,
ffe_unsigned_type, append_include_chain, open_include_file,
read_filename_string, read_name_map): Convert to ISO C style function
definitions.
* parse.c (ffe_parse_file): Likewise.
* top.c (ffe_is_digit_string_): Likewise.

From-SVN: r61219

21 years ago* All Files: Convert to ISO C style function definitions.
Kaveh R. Ghazi [Sun, 12 Jan 2003 02:14:56 +0000 (02:14 +0000)]
* All Files: Convert to ISO C style function definitions.

From-SVN: r61218

21 years ago* expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
Alan Modra [Sat, 11 Jan 2003 22:43:12 +0000 (22:43 +0000)]
* expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.

From-SVN: r61215

21 years ago* arm-protos.h (struct cpp_reader): Add declaration.
Richard Earnshaw [Sat, 11 Jan 2003 12:19:46 +0000 (12:19 +0000)]
* arm-protos.h (struct cpp_reader): Add declaration.

From-SVN: r61203

21 years agore PR target/9068 ([x86] comisd & comiss constraints are incorrect)
Jan Hubicka [Sat, 11 Jan 2003 10:07:57 +0000 (11:07 +0100)]
re PR target/9068 ([x86] comisd & comiss constraints are incorrect)

PR target/9068
* i386.c (output_fp_compare): Fix typo.

From-SVN: r61199

21 years agoparser.c: Fix comment typos.
Phil Edwards [Sat, 11 Jan 2003 09:09:41 +0000 (09:09 +0000)]
parser.c: Fix comment typos.

2003-01-11  Phil Edwards  <pme@gcc.gnu.org>

* parser.c:  Fix comment typos.

From-SVN: r61198

21 years agoDaily bump.
GCC Administrator [Sat, 11 Jan 2003 08:17:18 +0000 (08:17 +0000)]
Daily bump.

From-SVN: r61197

21 years ago* config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
David Edelsohn [Sat, 11 Jan 2003 03:25:11 +0000 (03:25 +0000)]
* config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.

From-SVN: r61190

21 years agoMakefile.in (parsedir): New variable.
Geoffrey Keating [Sat, 11 Jan 2003 02:18:37 +0000 (02:18 +0000)]
Makefile.in (parsedir): New variable.

* Makefile.in (parsedir): New variable.
(docobjdir): New variable.
(c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
gengtype-lex.c, gengtype-yacc.c): Use parsedir.
(info, cpp.info, gcc.info, gccint.info, gccinstall.info,
cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
Use docobjdir.
* objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
objc.maintainer-clean): Use parsedir.

From-SVN: r61189

21 years ago2003-01-10 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 11 Jan 2003 01:17:19 +0000 (01:17 +0000)]
2003-01-10  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java
(ch): Description added.
(remotePort): Initialize with -1.
(connect): Doesnt throws SocketException.
* java/net/MulticastSocket.java
(setInterface): Merge with Classpath.
* java/net/ServerSocket.java
(closed): New member variable.
(bind): Check if socket is closed.
(close): Close an associated channel too, set new value to closed.
(isBound): Reindented.
(isClosed): Implemented.
* java/net/Socket.java
(closed): New member variable.
(bind): Check if socket is closed.
(connect): Check if socket is closed.
(close): Close an associated channel too, set new value to closed.
(isClosed): Implemented.

From-SVN: r61185