]> gcc.gnu.org Git - gcc.git/log
gcc.git
24 years agorevert last patch
Jason Merrill [Wed, 1 Mar 2000 21:41:15 +0000 (16:41 -0500)]
revert last patch

From-SVN: r32286

24 years ago* typeck.c (convert_for_assignment): Warn about conversion to bool.
Cor Veenman [Wed, 1 Mar 2000 21:05:41 +0000 (22:05 +0100)]
* typeck.c (convert_for_assignment): Warn about conversion to bool.

From-SVN: r32285

24 years agoremove unused symlinks from generated include dir
Bruce Korb [Wed, 1 Mar 2000 20:43:02 +0000 (20:43 +0000)]
remove unused symlinks from generated include dir

From-SVN: r32284

24 years agocpphash.c (collect_expansion): Trim trailing white space from macro definitions...
Zack Weinberg [Wed, 1 Mar 2000 19:12:18 +0000 (19:12 +0000)]
cpphash.c (collect_expansion): Trim trailing white space from macro definitions...

* cpphash.c (collect_expansion): Trim trailing white space
from macro definitions, but don't go past the last insertion
point.
* gcc.dg/cpp-redef.c: New test.

From-SVN: r32283

24 years agoReorganize some warning code
Bernd Schmidt [Wed, 1 Mar 2000 17:16:35 +0000 (17:16 +0000)]
Reorganize some warning code

From-SVN: r32282

24 years ago* i386.md (mulqi3): New pattern.
Jan Hubicka [Wed, 1 Mar 2000 11:15:52 +0000 (12:15 +0100)]
* i386.md (mulqi3): New pattern.

From-SVN: r32280

24 years agono -pedantic
Jason Merrill [Wed, 1 Mar 2000 08:48:08 +0000 (03:48 -0500)]
no -pedantic

From-SVN: r32279

24 years agoDaily bump.
Jeff Law [Wed, 1 Mar 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r32278

24 years agonew
Jason Merrill [Wed, 1 Mar 2000 08:37:57 +0000 (03:37 -0500)]
new

From-SVN: r32277

24 years agoDon't try to link.
Mark Mitchell [Wed, 1 Mar 2000 08:33:28 +0000 (08:33 +0000)]
Don't try to link.

From-SVN: r32276

24 years agosearch.c (protected_accessible_p): Use context_for_name_lookup.
Jason Merrill [Wed, 1 Mar 2000 05:45:44 +0000 (05:45 +0000)]
search.c (protected_accessible_p): Use context_for_name_lookup.

        * search.c (protected_accessible_p): Use context_for_name_lookup.

        * typeck.c (expand_ptrmemfunc_cst): Fix thinko.

From-SVN: r32275

24 years agocpplib.h (CPP_ASSERTION, [...]): New token types.
Zack Weinberg [Wed, 1 Mar 2000 00:57:09 +0000 (00:57 +0000)]
cpplib.h (CPP_ASSERTION, [...]): New token types.

* cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
token types.
(struct cpp_reader): Add parsing_if_directive and
parsing_define_directive flags.
(struct cpp_options): Remove output_conditionals flag.
(check_macro_name): Delete prototype.

* cpphash.h (struct macrodef): Delete.
(struct reflist): Separate from struct definition.
(struct definition): Remove unused fields.  Add column number.
(create_definition): Returns a DEFINITION *.  Takes a
cpp_reader * and an int.

* cpphash.c (SKIP_WHITE_SPACE): Delete.
(PEEKC): Copy defn from cpplib.c.
(rest_extension, REST_EXTENSION_LENGTH): Delete.
(struct arg): New.
(struct arglist): Simplify.
(collect_expansion): Rewrite.  Get tokens by calling
cpp_get_token.  Add more error checking.
(collect_formal_parameters): New function, broken out of
create_definition and reworked to use get_directive_token.
(create_definition): All real work is now in collect_expansion
and collect_formal_parameters.  do_define handles finding the
macro name.  Return a DEFINITION, not a MACRODEF.
(macroexpand): Replace bcopy with memcpy throughout.  Replace
character-at-a-time copy loop with memcpy and pointer increments.
(compare-defs): d1->argnames / d2->argnames might be null.

* cpplib.c (copy_rest_of_line): Delete function.
(skip_rest_of_line): Do all the work ourselves.
(skip_string): New function.
(parse_string): Use skip_string.
(get_macro_name): New function.
(check_macro_name): Delete.
(copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
(cpp_skip_hspace): Use CPP_BUMP_LINE.
(handle_directive): ICE if we're called on a macro buffer.
(do_define): Determine macro name and type (funlike/objlike)
here.  Expunge all uses of MACRODEF.
(cpp_push_buffer): Set line_base to NULL.
(do_undef, read_line_number): Don't worry about getting a POP token.
(eval_if_expression): Set/reset parsing_if_directive around
cpp_parse_expr. Don't clear only_seen_white.
(skip_if_group): Remove output_conditionals logic.  Use
skip_rest_of_line.
(cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
tokens under appropriate conditions.
(cpp_unassert): Call do_unassert not do_assert.  Oops.

* cppexp.c (parse_defined): New function, break out of
cpp_lex.
(cpp_lex): We now get CPP_ASSERTION tokens and can check them
ourselves, with cpp_defined.
* cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.

* gcc.dg/20000209-2.c: Turn off -pedantic-errors.
* gcc.dg/strpaste-2.c: New.

From-SVN: r32274

24 years agofold-const.c (size_binop): Don't asert inputs are the same and have TYPE_IS_SIZETYPE...
Mark Mitchell [Wed, 1 Mar 2000 00:54:49 +0000 (00:54 +0000)]
fold-const.c (size_binop): Don't asert inputs are the same and have TYPE_IS_SIZETYPE set.

* fold-const.c (size_binop): Don't asert inputs are the same and
have TYPE_IS_SIZETYPE set.
(size_diffop): Likewise.

From-SVN: r32273

24 years ago* init.c (construct_virtual_bases): Fix thinko.
Jason Merrill [Wed, 1 Mar 2000 00:40:13 +0000 (00:40 +0000)]
* init.c (construct_virtual_bases): Fix thinko.

From-SVN: r32272

24 years agodwarfout.c (output_block): Output abstract blocks even if they don't have TREE_ASM_WR...
Jason Merrill [Wed, 1 Mar 2000 00:02:33 +0000 (00:02 +0000)]
dwarfout.c (output_block): Output abstract blocks even if they don't have TREE_ASM_WRITTEN set.

        * dwarfout.c (output_block): Output abstract blocks even if they
        don't have TREE_ASM_WRITTEN set.

From-SVN: r32271

24 years ago* calls.c (emit_library_call): Check for null REG.
Jason Merrill [Wed, 1 Mar 2000 00:01:31 +0000 (00:01 +0000)]
* calls.c (emit_library_call): Check for null REG.

From-SVN: r32270

24 years agoFix prototype for dbxout_symbol_location.
Martin v. Löwis [Tue, 29 Feb 2000 23:47:26 +0000 (23:47 +0000)]
Fix prototype for dbxout_symbol_location.

From-SVN: r32269

24 years agoc-decl.c (current_function_decl): Move to toplev.c.
Martin v. Löwis [Tue, 29 Feb 2000 23:33:50 +0000 (23:33 +0000)]
c-decl.c (current_function_decl): Move to toplev.c.

* c-decl.c (current_function_decl): Move to toplev.c.
(init_decl_processing): Don't add current_function_decl as a ggc
root here.
* dbxout.c (dbxout_symbol): Change return type to int.
(dbxout_symbol_location, dbxout_syms): Likewise.
(dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
any locals. Use current_function_func_begin_label if set.
* dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
* dwarf2out.c (dwarf2out_begin_prologue): Set
current_function_func_begin_label.
* final.c (final_start_function): Reset it.
* toplev.c (current_function_decl): Define it here.
(current_function_func_begin_label): New variable.
(main): Add both as ggc roots.
* tree.h (current_function_func_begin_label): Declare.
* ch/decl.c (current_function_decl): Move to toplev.c.
* cp/decl.c (current_function_decl): Move to toplev.c.
* f/com.c (current_function_decl): Move to toplev.c.
* java/decl.c (current_function_decl): Move to toplev.c.

From-SVN: r32268

24 years agocalls.c (emit_library_call): Do not abort if FUNCTION_ARG returns a PARALLEL.
Jeffrey A Law [Tue, 29 Feb 2000 22:42:58 +0000 (22:42 +0000)]
calls.c (emit_library_call): Do not abort if FUNCTION_ARG returns a PARALLEL.

        * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
        returns a PARALLEL.  Use emit_group_load and use_group_regs
        as needed.
        (emit_library_call_value): Similarly.

From-SVN: r32267

24 years agot-pa: Use quadlib.c instead of quadlib.asm.
Jeffrey A Law [Tue, 29 Feb 2000 20:29:14 +0000 (20:29 +0000)]
t-pa: Use quadlib.c instead of quadlib.asm.

* pa/t-pa: Use quadlib.c instead of quadlib.asm.
* pa/quadlib.asm: Remove.
* pa/quadlib.c: New file.

From-SVN: r32265

24 years agogcse.c: Cleanups throughout: mostly white-space, but also some minor rearrangement...
Richard Kenner [Tue, 29 Feb 2000 20:08:52 +0000 (20:08 +0000)]
gcse.c: Cleanups throughout: mostly white-space, but also some minor rearrangement of code.

* gcse.c: Cleanups throughout: mostly white-space, but also
some minor rearrangement of code.

From-SVN: r32264

24 years agoconfigure.in (hpux10, [...]): Use i128 float format.
Jeffrey A Law [Tue, 29 Feb 2000 18:30:48 +0000 (18:30 +0000)]
configure.in (hpux10, [...]): Use i128 float format.

        * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
        * configure: Rebuilt.

From-SVN: r32263

24 years agoApply Philip Blundell's patch to add arm-conix target.
Philip Blundell [Tue, 29 Feb 2000 18:00:11 +0000 (18:00 +0000)]
Apply Philip Blundell's  patch to add arm-conix target.

From-SVN: r32260

24 years agoTHANKS updates
Tom Tromey [Tue, 29 Feb 2000 17:11:46 +0000 (17:11 +0000)]
THANKS updates

From-SVN: r32258

24 years agoZipOutputStream.java (closeEntry): Fixed error caused by the incorrect casting of...
Mo DeJong [Tue, 29 Feb 2000 17:08:00 +0000 (17:08 +0000)]
ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect casting of a long to an int.

2000-02-28  Mo DeJong  <mdejong@cygnus.com>

* java/util/zip/ZipOutputStream.java(closeEntry) : Fixed
error caused by the incorrect casting of a long to an int.

From-SVN: r32257

24 years agoZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong instance...
Mo DeJong [Tue, 29 Feb 2000 17:04:35 +0000 (17:04 +0000)]
ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong instance variable.

2000-02-28  Mo DeJong  <mdejong@cygnus.com>

* java/util/zip/ZipOutputStream.java(write_entry) : Fixed
SIGSEV caused by use of the wrong instance variable.

From-SVN: r32256

24 years ago* g++.old-deja/g++.pt/unify7.C: New test.
Nathan Sidwell [Tue, 29 Feb 2000 10:30:56 +0000 (10:30 +0000)]
* g++.old-deja/g++.pt/unify7.C: New test.

From-SVN: r32254

24 years agopt.c (fn_type_unification): Unify return type, whenever provided.
Nathan Sidwell [Tue, 29 Feb 2000 10:29:52 +0000 (10:29 +0000)]
pt.c (fn_type_unification): Unify return type, whenever provided.

* pt.c (fn_type_unification): Unify return type, whenever
provided.
(get_bindings_real): Only pass return type when necessary.
Remove explicit return type check.
* class.c (resolve_address_of_overloaded_function): Pass desired
return type to fn_type_unification.

From-SVN: r32253

24 years agoDaily bump.
Jeff Law [Tue, 29 Feb 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r32252

24 years agodwarf2out.c (gen_block_die): Output abstract blocks even if they don't have TREE_ASM_...
Jason Merrill [Tue, 29 Feb 2000 08:30:48 +0000 (08:30 +0000)]
dwarf2out.c (gen_block_die): Output abstract blocks even if they don't have TREE_ASM_WRITTEN set.

        * dwarf2out.c (gen_block_die): Output abstract blocks even if they
        don't have TREE_ASM_WRITTEN set.

From-SVN: r32251

24 years agostatic_inner.java: New file.
Mo DeJong [Tue, 29 Feb 2000 04:18:35 +0000 (04:18 +0000)]
static_inner.java: New file.

2000-02-28  Mo DeJong <mdejong@cygnus.com>

* libjava.compile/static_inner.java: New file.

From-SVN: r32250

24 years ago* Eliminate DECL_FIELD_SIZE.
Richard Kenner [Tue, 29 Feb 2000 02:34:48 +0000 (02:34 +0000)]
* Eliminate DECL_FIELD_SIZE.

* builtins.c (built_in_class_names, built_in_names): New variables.
* c-decl.c (finish_struct): Set specified size in DECL_SIZE.
* expr.c (expand_expr, case COMPONENT_REF): Get field size from
DECL_SIZE, not DECL_FIELD_SIZE.
* print-tree.c (print_node): Remove code that prints extra blank
lines in some cases.
Properly handle inline and builtin function cases.
* stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
* tree.h (built_in_class_named, built_in_names): New declarations.
(union tree_decl): Rename internal unions to u1 and u2 and change
some of their components.
Add new field built_in_class.
(DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
Reflect above changes.
(DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
(DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
* objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
(encode_field_decl): Likewise; also remove obsolete test for bitfield.
* ch/ch-tree.h (DECL_ACTION_NESTING_LEVEL): Use new tree union name.
* ch/decl.c (finish_struct): Don't clear DECL_FIELD_SIZE.
* ch/typeck.c (make_chill_struct_type): Likewise.
(apply_decl_field_layout): General cleanup.
Set DECL_SIZE instead of DECL_FIELD_SIZE.
* cp/class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
DECL_FIELD_SIZE.
(check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
DECL_FIELD_SIZE.
* cp/rtti.c (expand_class_desc): Likewise.
* cp/cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
(THUNK_VCALL_OFFSET): Likewise.
(THUNK_DELTA): Reflect changes in ../tree.h.
* java/java-tree.h (LABEL_PC): Relect name changes in ../tree.h.
(DECL_BIT_INDEX): Use underlying representation.
* java/parse.h (DECL_INHERITED_SOURCE_LINE): Likewise.

From-SVN: r32249

24 years agoApply Dimitri Makarov's patch to import attribute short_call and #pragma
Dmitri Makarov [Tue, 29 Feb 2000 01:42:52 +0000 (01:42 +0000)]
Apply Dimitri Makarov's patch to import attribute short_call and #pragma
long_calls, no_long_calls.

From-SVN: r32248

24 years agooops - switch SIZE_TYPE to "long unsigned int" since "unsigned long" is not
Nick Clifton [Tue, 29 Feb 2000 00:34:46 +0000 (00:34 +0000)]
oops - switch SIZE_TYPE to "long unsigned int" since "unsigned long" is not
permissable.

From-SVN: r32245

24 years ago* sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
J"orn Rennecke [Mon, 28 Feb 2000 22:15:23 +0000 (22:15 +0000)]
* sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.

From-SVN: r32244

24 years ago* xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
Mark Mitchell [Mon, 28 Feb 2000 21:46:44 +0000 (21:46 +0000)]
* xcoffout.c (xcoffout_begin_function): Fix typo in previous change.

From-SVN: r32243

24 years agoComment typo fix.
Joern Rennecke [Mon, 28 Feb 2000 21:42:55 +0000 (21:42 +0000)]
Comment typo fix.

From-SVN: r32242

24 years agotm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
Zack Weinberg [Mon, 28 Feb 2000 21:09:54 +0000 (21:09 +0000)]
tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.

* tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
* cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
NO_BUILTIN_WCHAR_TYPE is not defined.
(CPP_WCHAR_TYPE): Delete.
* cccp.c (main): Don't change wchar_type if cplusplus.
(special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.

From-SVN: r32241

24 years agoSet SIZE_TYPE to unsigend long
Nick Clifton [Mon, 28 Feb 2000 20:29:46 +0000 (20:29 +0000)]
Set SIZE_TYPE to unsigend long

From-SVN: r32240

24 years agosom.h (MAKE_DECL_ONE_ONLY): Define.
Catherine Moore [Mon, 28 Feb 2000 20:27:43 +0000 (20:27 +0000)]
som.h (MAKE_DECL_ONE_ONLY): Define.

        * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
        (ASM_WEAKEN_LABEL): Define.

From-SVN: r32239

24 years agosearch.c (protected_accessible_p): Also allow the access if the member is public...
Jason Merrill [Mon, 28 Feb 2000 16:55:40 +0000 (16:55 +0000)]
search.c (protected_accessible_p): Also allow the access if the member is public in DERIVED.

        * search.c (protected_accessible_p): Also allow the access if
        the member is public in DERIVED.  Lose TYPE parm.
        (friend_accessible_p): Lose TYPE parm.
        (accessible_p): Adjust.

From-SVN: r32238

24 years agoObvious, micro-change: "Vladimir Markarov" -> "Vladimir Makarov".
Jason Eckhardt [Mon, 28 Feb 2000 15:09:59 +0000 (15:09 +0000)]
Obvious, micro-change: "Vladimir Markarov" -> "Vladimir Makarov".

From-SVN: r32237

24 years agoregen
Jason Merrill [Mon, 28 Feb 2000 14:46:46 +0000 (09:46 -0500)]
regen

From-SVN: r32236

24 years agofunction.c (number_blocks): Reset next_block_index based on what debugging format...
Richard Kenner [Mon, 28 Feb 2000 12:41:36 +0000 (12:41 +0000)]
function.c (number_blocks): Reset next_block_index based on what debugging format is used, not what is defined.

* function.c (number_blocks): Reset next_block_index based on
what debugging format is used, not what is defined.

From-SVN: r32235

24 years agolcm.c: Minor reformatting throughout.
Richard Kenner [Mon, 28 Feb 2000 12:21:24 +0000 (12:21 +0000)]
lcm.c: Minor reformatting throughout.

* lcm.c: Minor reformatting throughout.
(reg_dies, reg_becomes_live): Properly handle multiple hard regs.

From-SVN: r32234

24 years agoexpr.c (store_constructor): Do not emit USE.
Jan Hubicka [Mon, 28 Feb 2000 12:08:41 +0000 (13:08 +0100)]
expr.c (store_constructor): Do not emit USE.

* expr.c (store_constructor): Do not emit USE.
* rtl.h (stupid_life_analysis): Remove.

From-SVN: r32233

24 years agotoplev.c (rest_of_compilation): Account for time in optimize_mode_switching.
Richard Kenner [Mon, 28 Feb 2000 12:06:00 +0000 (12:06 +0000)]
toplev.c (rest_of_compilation): Account for time in optimize_mode_switching.

* toplev.c (rest_of_compilation): Account for time in
optimize_mode_switching.

From-SVN: r32232

24 years agojump.c (jump_optimize_1): Don't call delete_barrier_successors if only marking labels.
Richard Kenner [Mon, 28 Feb 2000 12:01:08 +0000 (12:01 +0000)]
jump.c (jump_optimize_1): Don't call delete_barrier_successors if only marking labels.

* jump.c (jump_optimize_1): Don't call delete_barrier_successors
if only marking labels.

From-SVN: r32231

24 years agocalls.c (expand_call): Attempt to combine stack adjustments with pending stack adjust...
Jan Hubicka [Mon, 28 Feb 2000 11:55:43 +0000 (12:55 +0100)]
calls.c (expand_call): Attempt to combine stack adjustments with pending stack adjustments.

Thu Feb 24 17:17:29 MET 2000 Jan Hubicka  <jh@suse.cz>

* calls.c (expand_call): Attempt to combine stack adjustments with
pending stack adjustments.

From-SVN: r32230

24 years agoFix for SH gcc.c-torture/compile/991229-3.c failure:
J"orn Rennecke [Mon, 28 Feb 2000 11:38:10 +0000 (11:38 +0000)]
Fix for SH gcc.c-torture/compile/991229-3.c failure:

* loop.c (reg_in_basic_block_p): Don't abort when falling through
to the end of the function.

From-SVN: r32229

24 years agoemit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.
Mark Mitchell [Mon, 28 Feb 2000 09:51:42 +0000 (09:51 +0000)]
emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.

* emit-rtl.c (remove_unncessary_notes): Remove notes for empty
blocks.
* final.c (next_block_index): Remove.
(max_block_depth): Likewise.
(pending_blocks): Likewise.
(init_final): Don't initialize them.
(final_start_function): Don't set next_block_index.  Set up
BLOCK_NUMBER.
(final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
* function.h (number_blocks): New function.
* function.c (get_block_vector): New function.
(identify_blocks): Use it.
(reorder_blocks): Set NOTE_BLOCK.
(number_blocks): New function.
* tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
* tree.h (BLOCK_NUMBER): New macro.
(tree_block): Add block_num field.
* dbxout.c (next_block_number): Remove.
(dbxout_init): Don't set it.
(dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
block numbers.
* toplev.c (rest_of_compilation): Always call
find_loop_tree_blocks.  Fix indentation.
* dwarf2out.c (next_block_number): Remove.
(gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
to determine block numbers.
(gen_inlined_subroutine_die): Likewise.
(gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
(decls_for_scope): Don't increment next_block_number.
* dwarfout.c (next_block_number): Remove.
(output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
to determine block numbers.
(output_inlined_subroutine_die): Likewise.
(output_block): Only output blocks that have TREE_ASM_WRITTEN set.
(output_decls_for_scope): Don't increment next_block_number.
* sdbout.c (next_block_number): Remove.
(sdbout_block): Use BLOCK_NUMBER.
(sdbout_begin_block): Simplify.
* xcoffout.c (next_block_number): Remove.
(xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
(xcoffout_begin_block): Don't set next_block_number.
(xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
next_block_number.

From-SVN: r32228

24 years agoDaily bump.
Jeff Law [Mon, 28 Feb 2000 08:45:06 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r32227

24 years agonoclass.c: New file.
Tom Tromey [Sun, 27 Feb 2000 21:42:40 +0000 (21:42 +0000)]
noclass.c: New file.

* libjava.jni/noclass.c: New file.
* libjava.jni/noclass.out: New file.
* libjava.jni/noclass.java: New file.

From-SVN: r32226

24 years agobuiltins.c (c_strlen): Use size_diffop and return ssizetype value.
Richard Kenner [Sun, 27 Feb 2000 21:39:40 +0000 (21:39 +0000)]
builtins.c (c_strlen): Use size_diffop and return ssizetype value.

* builtins.c (c_strlen): Use size_diffop and return ssizetype value.
(expand_builtin_strcpy): Pass correct type to size_binop.
(expand_builtin_strcmp): Likewise.
Clean up conditional structure.
* c-decl.c (init_decl_processing): Don't call set_sizetype twice.
(complete_array_type): Don't use size_binop for MAXINDEX.
* c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
(c_sizeof_nowarn, c_size_in_bytes): Likewise.
(c_alignof): Use size_one_node.
(build_unary_op): Pass arg of proper type to size_binop.
(really_start_incremental_init, push_init_level): Use sizetype for
constructor{,_bit,_unfilled}_index.
(pop_init_label, output_init_element): Likewise.
(output_pending_init_elements, process_init_element): Likewise.
* calls.c (compute_argument_block_size): Field VAR is ssizetype.
* expr.c (store_expr): Use size_int.
(store_constructor): Use proper types for size_binop args.
(get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
(expand_expr_unaligned): Likewise.
(string_contant): Return object of sizetype.
* expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
(ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
(ARGS_SIZE_TREE): Pass proper types to size_binop.
* fold-const.c (int_const_binop): Refine when size_int is called.
(fold_convert): Likewise.
(size_int_wide): Rework to take KIND as arg, only take low order
bits, handle new sizetype_tab datatype, and chain entries in
size_table.
(size_int_type_wide): New function.
(size_binop): Validate types of arguments.
(ssize_binop): Deleted.
(size_diffop): New function.
(extract_muldiv): Only fold division into multiplication for sizetypes.
* function.c (assign_parms): Use size_diffop and make sure
VAR field is of ssizetype; also pass proper type to size_binop.
(locate_and_pad_parm, pad_to_arg_alignment): Likewise.
(round_down): Deleted from here.
* store-layout.c (sizetype_tab): Now an array.
(sizetype_set, early_root_list): New variables.
(variable_size): Use size_one_node.
(round_up): Pass proper type to size_binop.
(round_down): Moved to here and corrected as above.
(layout_record): Pass proper arg types to size_binop.
(layout_type): Likewise.
If sizetype_set is zero, record the type just laid out.
(make_unsigned_type): Don't call set_sizetype;
(make_signed_type): Likewise; also, call fixup_signed_type.
(initialize_sizetypes): New function.
(set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
set name of bitsizetype to "bit_size_type".
Fix up type of sizes of all types made before call.
* tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
* tree.c (fix_sizetype): Deleted.
(build_common_tree_nodes): Call initialize_sizetypes.
(build_common_tree_nodes_2): Don't call fix_sizetype.
* tree.h (TYPE_IS_SIZETYPE): New macro.
(initialize_sizetype): New declaration.
(enum size_type_kind): New type.
(struct sizetype_tab): Deleted.
(sizetype_tab): Now array; adjust sizetype macros.
(size_diffop, size_int_type_wide): New functions.
(size_int_wide): Change number of args and type; access macros changed.
(ssize_int, sbitsize_int): New macros.
* config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
(ROUND_TYPE_SIZE_UNIT): New macro.
* ch/actions.c (chill_convert_for_assignment): Don't use size_binop
for things that aren't sizes.
(expand_varying_length_assignment): Likewise.
* ch/convert.c (digest_array_tuple, convert): Likewise.
* ch/typeck.c (build_chill_slice, smash_dummy_type): Likewise.
(build_chill_slice_with_range): Likewise.
(build_chill_slice_with_length): Likewise.
(build_array_from_set): Adjust types for size_binop.
* ch/expr.c (build_concat_expr, build_chill_repetition_op): Likewise.
(build_chill_sizeof): Use TYPE_SIZE_UNIT.
* ch/tree.c (build_string_type): Pass proper type to size_binop.
* cp/class.c (dfs_build_vtable_offset_vtbl_entries): Don't use
size_binop on things that are not sizes; ssize_binop deleted.
Call size_diffop when appropriate.
(dfs_build_vcall_offset_vtbl_entries): Likewise.
(build_primary_vtable, build_secondary_vtable): Likewise.
(dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
Variable I is HOST_WIDE_INT.
(get_vfield_offset): Pass proper types to size_binop.
(size_extra_vtbl_entries, layout_virtual_bases): Likewise.
(finish_struct_1): Likewise.
(skip_rtti_stuff): Arg N is now pointer to signed.
(layout_class_type): Use size_zero_node.
* cp/cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
* cp/cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
* cp/decl.c (complete_arry_type): Pass proper types to size_binop.
(xref_basetypes): BINFO_OFFSET is sizetype.
* cp/error.c (dump_expr): Don't use size_binop non-sizes.
* cp/expr.c (cplus_expand_constant): Pass proper types to size_binop.
* cp/init.c (construct_virtual_bases): Fix type error.
(build_vec_delete_1): Pass proper type to size_binop and don't
fold result.
* cp/lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
* cp/rtti.c (get_base_offset): Pass proper type to size_binop.
* cp/search.c (dfs_find_vbases): Fix type error.
(expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
(dfs_get_vbase_types): BINFO_OFFSET is sizetype.
* cp/tree.c (debug_binfo): Variable N is signed.
Use HOST_WIDE_INT_PRINT_DEC.
* cp/typeck.c (comptypes): sizetype is same as equivalent integer type.
(c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
size_one_node and size_zero_node.
(c_alignof): Use size_one_node.
(build_component_addr): Pass proper types to size_binop.
(expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
* f/com.c (ffecom_arrayref_): Convert args to size_binop to proper
type.
(ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
(ffecom_tree_canonize_ref_): Likewise.
(type_for_mode): Handle TImode.
* f/ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
(ffeste_io_ciclist_): Likewise.
* java/expr.c (build_java_ret): Pass proper type to size_binop.

From-SVN: r32225

24 years agop11116.C
Mark Mitchell [Sun, 27 Feb 2000 21:30:14 +0000 (21:30 +0000)]
p11116.C

From-SVN: r32224

24 years agoupdate
Jason Merrill [Sun, 27 Feb 2000 21:19:35 +0000 (16:19 -0500)]
update

From-SVN: r32223

24 years ago* c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
Zack Weinberg [Sun, 27 Feb 2000 20:59:54 +0000 (20:59 +0000)]
* c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.

From-SVN: r32222

24 years agoTest for proper handling of 8-bit characters in strings.
Zack Weinberg [Sun, 27 Feb 2000 17:17:01 +0000 (17:17 +0000)]
Test for proper handling of 8-bit characters in strings.

Reported by Per Hedbor <per@idonex.se>.

From-SVN: r32221

24 years agogcov-io.h (__fetch_long, [...]): Mark as possibly unused.
Richard Kenner [Sun, 27 Feb 2000 14:24:13 +0000 (14:24 +0000)]
gcov-io.h (__fetch_long, [...]): Mark as possibly unused.

* gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
Mark as possibly unused.

From-SVN: r32220

24 years agocse.c (cse_insn): Delete dead code involving tablejump.
Richard Kenner [Sun, 27 Feb 2000 14:06:15 +0000 (14:06 +0000)]
cse.c (cse_insn): Delete dead code involving tablejump.

* cse.c (cse_insn): Delete dead code involving tablejump.
Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.

From-SVN: r32219

24 years ago* Makefile.in (libcpp.a): Start by deleting it.
Richard Kenner [Sun, 27 Feb 2000 12:37:56 +0000 (07:37 -0500)]
* Makefile.in (libcpp.a): Start by deleting it.

From-SVN: r32218

24 years agoFile.java (File(String, String)): For dirPath, treat an empty String the same as...
Bryce McKinlay [Sun, 27 Feb 2000 10:43:47 +0000 (10:43 +0000)]
File.java (File(String, String)): For dirPath, treat an empty String the same as `null'.

2000-02-27  Bryce McKinlay  <bryce@albatross.co.nz>

       * java/io/File.java (File(String, String)): For dirPath, treat an
       empty String the same as `null'.

From-SVN: r32217

24 years agoDaily bump.
Jeff Law [Sun, 27 Feb 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r32216

24 years agocpplib.h (enum file_change_code): Added rename_file.
Alexandre Oliva [Sun, 27 Feb 2000 07:57:29 +0000 (07:57 +0000)]
cpplib.h (enum file_change_code): Added rename_file.

* cpplib.h (enum file_change_code): Added rename_file.
* cpplib.c (do_line): If a filename is given, set file_change to
rename_file.
(output_line_command): If file_change is rename_file, always
output a # directive with the file name.

From-SVN: r32215

24 years agoupdate
Jason Merrill [Sun, 27 Feb 2000 07:00:35 +0000 (02:00 -0500)]
update

From-SVN: r32214

24 years agoupdate
Jason Merrill [Sun, 27 Feb 2000 06:54:06 +0000 (01:54 -0500)]
update

From-SVN: r32213

24 years agoImplement class scope using-declarations for functions.
Jason Merrill [Sun, 27 Feb 2000 06:54:04 +0000 (06:54 +0000)]
Implement class scope using-declarations for functions.

        * class.c (handle_using_decl): Call add_method for used functions.
        Use IDENTIFIER_CLASS_VALUE to check for conflicts.
        (add_method): Used functions are hidden by local functions.
        (check_bases_and_members): Handle using-decls before finalizing
        CLASSTYPE_METHOD_VEC.
        * call.c (add_function_candidate): Add ctype parm; if non-zero,
        override the type of 'this' accordingly.
        (add_template_candidate, add_template_candidate_real): Add ctype parm.
        (convert_class_to_reference, build_user_type_conversion_1,
        build_new_function_call, build_object_call, build_new_op,
        build_new_method_call): Pass ctype parm.

        * search.c (lookup_member): Put rval_binfo, not basetype_path, in
        the baselink.
        * call.c (convert_class_to_reference, build_user_type_conversion_1,
        build_new_function_call, build_object_call, build_new_op,
        build_new_method_call, build_op_delete_call): Don't get basetype_path
        from a baselink.
        * typeck.c (build_component_ref): Likewise.
        * init.c (build_offset_ref): Likewise.
        (resolve_offset_ref): Don't call enforce_access.
        Call build_scoped_ref.
        * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
        would cause an error or if -pedantic.
        * class.c (alter_access): Lose binfo parm.

From-SVN: r32212

24 years ago* cpplib.c (do_pragma): Accept #pragma without consecutive token.
Alexandre Oliva [Sun, 27 Feb 2000 06:24:27 +0000 (06:24 +0000)]
* cpplib.c (do_pragma): Accept #pragma without consecutive token.

From-SVN: r32211

24 years agosemantics.c (simplify_aggr_init_exprs_p): Don't walk into types.
Mark Mitchell [Sun, 27 Feb 2000 05:30:00 +0000 (05:30 +0000)]
semantics.c (simplify_aggr_init_exprs_p): Don't walk into types.

* semantics.c (simplify_aggr_init_exprs_p): Don't walk into
types.

From-SVN: r32210

24 years agortti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info pseudo_type_info creati...
Alfred Minarik [Sun, 27 Feb 2000 02:52:55 +0000 (03:52 +0100)]
rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info pseudo_type_info creation into the std namespace

* rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
pseudo_type_info creation into the std namespace

From-SVN: r32209

24 years agocp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
Mark Mitchell [Sun, 27 Feb 2000 02:46:57 +0000 (02:46 +0000)]
cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.

* cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
(import_export_class): Remove declaration.
* decl2.c (import_export_class): Make it static.
* dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
EXPR_WITH_FILE_LOCATION.
* lex.c (check_newline): Tweak filename/lineno setting.
* semantics.c (begin_while_stmt): Fix typo in comment.

From-SVN: r32208

24 years agointegrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE when copying a PARM_D...
Mark Mitchell [Sun, 27 Feb 2000 02:43:43 +0000 (02:43 +0000)]
integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE when copying a PARM_DECL or RESULT_DECL.

* integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
when copying a PARM_DECL or RESULT_DECL.

From-SVN: r32207

24 years agofix-header.c (recognized_function): Also fix prototypes for functions taking "void".
Kaveh R. Ghazi [Sun, 27 Feb 2000 02:25:05 +0000 (02:25 +0000)]
fix-header.c (recognized_function): Also fix prototypes for functions taking "void".

* fix-header.c (recognized_function): Also fix prototypes for
functions taking "void".

From-SVN: r32206

24 years ago* lang-options.h (-fmessage-length=): Add missing option.
Richard Kenner [Sun, 27 Feb 2000 00:57:13 +0000 (00:57 +0000)]
* lang-options.h (-fmessage-length=): Add missing option.

From-SVN: r32205

24 years ago* Make-lang.in (CXX_SRCS): Add .h files and sort list.
Richard Kenner [Sun, 27 Feb 2000 00:52:00 +0000 (00:52 +0000)]
* Make-lang.in (CXX_SRCS): Add .h files and sort list.

From-SVN: r32204

24 years agoRestore missing data
Richard Kenner [Sun, 27 Feb 2000 00:50:08 +0000 (19:50 -0500)]
Restore missing data

From-SVN: r32203

24 years agoattrib5.C: XFAIL on Alpha since no link alias.
Richard Kenner [Sun, 27 Feb 2000 00:37:58 +0000 (00:37 +0000)]
attrib5.C: XFAIL on Alpha since no link alias.

* g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
* g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.

From-SVN: r32202

24 years agoreload1.c (do_output_reload): Check reg_reloaded_valid before looking at reg_reloaded...
Geoff Keating [Sun, 27 Feb 2000 00:23:28 +0000 (00:23 +0000)]
reload1.c (do_output_reload): Check reg_reloaded_valid before looking at reg_reloaded_contents.

* reload1.c (do_output_reload): Check reg_reloaded_valid before
looking at reg_reloaded_contents.

From-SVN: r32201

24 years agoMakefile.in (STMP_FIXINC): New toggle.
Zack Weinberg [Sun, 27 Feb 2000 00:10:15 +0000 (00:10 +0000)]
Makefile.in (STMP_FIXINC): New toggle.

* Makefile.in (STMP_FIXINC): New toggle.
(LIBGCC2_DEPS): Delete all references.
(stmp-headers): Delete target.  All references either deleted
or changed to stmp-int-headers.
(all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
(LIBCPP_OBJS): Take out cppalloc.o.
(cppalloc.o): Delete target.
(stmp-int-hdrs): Depend on $(STMP_FIXINC).
(gen-protos, fix-header): Link with libiberty.a.
* build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
to empty.
* cp/Make-lang.in: Delete refs to LIBGCC2_DEPS.

* configure.in: Remove refs to strerror.
* acconfig.h: Take out NEED_DECLARATION_STRERROR.
* system.h: Take out strerror stanza.

* cpperror.c (my_strerror): Delete function.
(cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
* cppmain.c (main): Call xmalloc_set_program_name first thing.
* cppalloc.c: Delete file.
* gen-protos.c: Don't provide xrealloc.

* fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
xstrerror throughout.

From-SVN: r32200

24 years agothe undefine_null bypass pattern needs to match for DOS headers
Bruce Korb [Sat, 26 Feb 2000 23:16:59 +0000 (23:16 +0000)]
the undefine_null bypass pattern needs to match for DOS headers

From-SVN: r32199

24 years agoFix copyrights.
Jeff Law [Sat, 26 Feb 2000 21:44:42 +0000 (14:44 -0700)]
Fix copyrights.

From-SVN: r32198

24 years agofix copyrights
Jeff Law [Sat, 26 Feb 2000 21:35:46 +0000 (14:35 -0700)]
fix copyrights

From-SVN: r32197

24 years agoMinor clean up and bug fix.
Anthony Green [Sat, 26 Feb 2000 21:12:54 +0000 (21:12 +0000)]
Minor clean up and bug fix.

From-SVN: r32196

24 years agoFix copyrights.
Jeff Law [Sat, 26 Feb 2000 21:05:38 +0000 (14:05 -0700)]
Fix copyrights.

From-SVN: r32195

24 years agoFix copyrights
Jeff Law [Sat, 26 Feb 2000 21:01:24 +0000 (14:01 -0700)]
Fix copyrights

From-SVN: r32194

24 years agoFix copyright.
Jeff Law [Sat, 26 Feb 2000 20:56:03 +0000 (13:56 -0700)]
Fix copyright.

From-SVN: r32193

24 years agoFix copyrights.
Jeff Law [Sat, 26 Feb 2000 20:55:02 +0000 (13:55 -0700)]
Fix copyrights.

From-SVN: r32192

24 years agoFix copyrights
Jeff Law [Sat, 26 Feb 2000 20:49:44 +0000 (13:49 -0700)]
Fix copyrights

From-SVN: r32191

24 years agoFix copyrights.
Jeff Law [Sat, 26 Feb 2000 20:46:13 +0000 (13:46 -0700)]
Fix copyrights.

From-SVN: r32190

24 years agoFix copyright
Jeff Law [Sat, 26 Feb 2000 20:41:07 +0000 (13:41 -0700)]
Fix copyright

From-SVN: r32189

24 years agoFix copyright.
Jeff Law [Sat, 26 Feb 2000 20:40:23 +0000 (13:40 -0700)]
Fix copyright.

From-SVN: r32188

24 years agoFix copyrights
Jeff Law [Sat, 26 Feb 2000 20:34:57 +0000 (13:34 -0700)]
Fix copyrights

From-SVN: r32187

24 years agoFix copyrights
Jeff Law [Sat, 26 Feb 2000 20:24:45 +0000 (13:24 -0700)]
Fix copyrights

From-SVN: r32186

24 years agoFix copyrights
Jeff Law [Sat, 26 Feb 2000 20:16:12 +0000 (13:16 -0700)]
Fix copyrights

From-SVN: r32185

24 years agoMakefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -L library...
Christopher Faylor [Sat, 26 Feb 2000 20:04:50 +0000 (20:04 +0000)]
Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -L library search.

* Makefile.in (CC_FOR_TARGET): Add new winsup directory
structure stuff to -L library search.
(CXX_FOR_TARGET): Ditto.
(CROSS_CHECK_MODULES): Fix spelling mistake.

From-SVN: r32184

24 years agoelfos.h (ASM_OUTPUT_LABELREF): Don't define.
Geoff Keating [Sat, 26 Feb 2000 20:03:11 +0000 (20:03 +0000)]
elfos.h (ASM_OUTPUT_LABELREF): Don't define.

* config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
is right for most ELF targets.
* config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
Let the default file use %U properly.
* config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
default.

* config/fp-bit.c (pack_d): Properly handle rounding of denormal
numbers.

From-SVN: r32183

24 years agoFix copyrights
Jeff Law [Sat, 26 Feb 2000 20:02:01 +0000 (13:02 -0700)]
Fix copyrights

From-SVN: r32182

24 years agotoplev.c (documented_lang_options): Correct spelling error.
Richard Kenner [Sat, 26 Feb 2000 14:39:36 +0000 (14:39 +0000)]
toplev.c (documented_lang_options): Correct spelling error.

* toplev.c (documented_lang_options): Correct spelling error.
(decode_d_option, decode_f_option, main): Likewise.

* toplev.c (print_time): Avoid SIGFPE when all_time is zero.

From-SVN: r32181

24 years agoalpha.h (ASM_OUTPUT_MI_THUNK): Use .set at to tell assembler it is permitted to expan...
Richard Kenner [Sat, 26 Feb 2000 14:31:14 +0000 (14:31 +0000)]
alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at to tell assembler it is permitted to expand large constants.

* config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
to tell assembler it is permitted to expand large constants.

From-SVN: r32180

24 years agoFix copyrights.
Jeff Law [Sat, 26 Feb 2000 14:26:24 +0000 (07:26 -0700)]
Fix copyrights.

From-SVN: r32179

This page took 0.104624 seconds and 5 git commands to generate.