- 07 Apr, 1999 28 commits
-
-
From-SVN: r26257
Tom Tromey committed -
From-SVN: r26256
Tom Tromey committed -
From-SVN: r26255
Tom Tromey committed -
From-SVN: r26254
Tom Tromey committed -
From-SVN: r26253
Tom Tromey committed -
From-SVN: r26252
Tom Tromey committed -
From-SVN: r26251
Tom Tromey committed -
From-SVN: r26250
Tom Tromey committed -
From-SVN: r26249
Tom Tromey committed -
From-SVN: r26248
Tom Tromey committed -
From-SVN: r26247
Tom Tromey committed -
From-SVN: r26246
Tom Tromey committed -
From-SVN: r26245
Tom Tromey committed -
From-SVN: r26244
Tom Tromey committed -
* ansify.c (die): Specify void argument. * intdoc.c (family_name, dumpgen, dumpspec, dumpimp, argument_info_ptr, argument_info_string, argument_name_ptr, argument_name_string, elaborate_if_complex, elaborate_if_maybe_complex, elaborate_if_real, print_type_string): Const-ify a char*. (main): Mark parameter `argv' with ATTRIBUTE_UNUSED. (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_, _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*. From-SVN: r26243
Kaveh R. Ghazi committed -
From-SVN: r26242
Jeff Law committed -
From-SVN: r26241
Jeff Law committed -
* lib/gcc.exp (proc gcc_target_compile): Add support for timeout specified by target. Also add missing ChangeLog entries for changes that we installed long ago... From-SVN: r26240
Jeff Law committed -
From-SVN: r26239
Jeff Law committed -
* Add symcat file. * libiberty.h expose basename prototype on more systems From-SVN: r26238
Jeff Law committed -
* mh-windows disappears * Build more stuff on cygwin. Use default CFLAGS/CXXFLAGS From-SVN: r26237
Christopher Faylor committed -
* Missing ChangeLog entries. * Some java demangling stuff * More cygwin32->cygwin related changes. From-SVN: r26236
Jeff Law committed -
From-SVN: r26235
Geoffrey Noer committed -
* Missing ChangeLog entries. * Whitespace fixes. * Enable multilib by default * One stl fix (#ifdef -> #if) From-SVN: r26234
Ulrich Drepper committed -
From-SVN: r26233
Richard Henderson committed -
* alpha.c (reg_no_subreg_operand): New function. * alpha.h (PREDICATE_CODES): Add it. * alpha.md (floatdi?f patterns): Use it for op1. From-SVN: r26232
Richard Henderson committed -
* expr.c (expand_builtin) [BUILT_IN_RETURN_ADDRESS]: Use copy_to_mode_reg; don't force constants into a register. From-SVN: r26231
Richard Henderson committed -
From-SVN: r26230
Jeff Law committed
-
- 06 Apr, 1999 12 commits
-
-
From-SVN: r26229
Richard Henderson committed -
* Makefile.in (TREE_H): Add tree-check.h. (RTL_H): Add genrtl.h. From-SVN: r26228
Jeffrey A Law committed -
* pdp11.c (simple_memory_operand): Add default case in switch. * pdp11.h (TARGET_SWITCHES): Add help strings. (NOTICE_UPDATE_CC): Don't include excess argument to format. (ASM_OUTPUT_DOUBLE_INT): Remove. From-SVN: r26227
Joseph Myers committed -
* flow.c (verify_flow_info): New function. (find_basic_blocks): Call it if ENABLE_CHECKING. (merge_blocks): Don't merge if there are non-deletable labels. * toplev.c (fatal_insn): Allow a printf-style arg list. * toplev.h (fatal_insn): Update prototype. From-SVN: r26226
Richard Henderson committed -
* expr.c (expand_builtin_setjmp): Put setjmp return label on nonlocal_goto_handler_labels for flow. From-SVN: r26225
Richard Henderson committed -
Should not fail if you are using cccp. Expect it to fail if you are using cpplib. From-SVN: r26224
Zack Weinberg committed -
From-SVN: r26223
Zack Weinberg committed -
Jan Hubicka <hubicka@paru.cas.cz> * flow.c (split_edge) update correctly flow graph, disable EDGE_CRITICAL flag on the split edge, update NUSES for new label. From-SVN: r26222
Jan Hubicka committed -
* emit-rtl.c (gen_rtx_CONST_DOUBLE): Use XWINT not XINT. Clear third and following slots, if they exist. From-SVN: r26221
Richard Henderson committed -
* flow.c (create_basic_block): Make sure the bb note is in the block. (can_delete_note_p): Rename from delete_note_p. (delete_insn_chain): Preserve undeleteable labels too. (tidy_fallthru_edge): Use next_real_insn instead of confusing inline code. From-SVN: r26220
Richard Henderson committed -
* cp-tree.h (BASELINK_P): New macro. (SET_BASELINK_P): Likewise. * init.c (build_member_call): Remove needless assignment in if statement. * search.c (lookup_field_r): Fix handling when we are looking specifically for a type; these are not hidden by functions and variables. (lookup_member): Use SET_BASELINK_P. * tree.c (is_overloaded_fn): Use BASELINK_P. (really_overloaed_fn): Likewise. (get_first_fn): Likewise. From-SVN: r26219
Mark Mitchell committed -
� * expr.c (pop_type_0): New function. (pop_type): Use pop_type_0. * java-tree.h (pop_type_0): New declaration. * verify.c (verify_jvm_instructions): Check return instructions. From-SVN: r26218
Per Bothner committed
-