- 16 May, 2000 30 commits
-
-
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gcc.c-torture/execute/20000516-1.c: New test. From-SVN: r33947
Franz Sirl committed -
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like VAR_DECL. From-SVN: r33946
Franz Sirl committed -
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable. From-SVN: r33945
Franz Sirl committed -
* class.c (copy_virtuals): New function. (build_primary_table): Use it. (build_secondary_vtable): Likewise. (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to indicate that no vcall offset is required. (add_virtual_function): Likewise. (modify_all_vtables): Likewise. (dfs_finish_vtbls): Adjust call to build_vtbl_initializer. (dfs_accumulate_vtbl_inits): Likewise. (build_vtbl_initializer): Make changes to handle construction vtables. (dfs_build_vcall_offset_vtbl_entries): Likewise. (build_rtti_vtbl_entries): Likewise. (build_vtable_entries): Handle a NULL vcall_index. From-SVN: r33944
Mark Mitchell committed -
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux according to given options. From-SVN: r33942
Franz Sirl committed -
* libjava.lang/instance.out: New file. * libjava.lang/instance.java: New file. From-SVN: r33941
Tom Tromey committed -
* mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS if X has VOIDmode either. (LIMIT_RELOAD_CLASS): Similarly. * mn10200.md (indirect_jump, tablejump): Use "register_operand", not "general_operand" to match the processor's capabilities. From-SVN: r33940Jeffrey A Law committed -
From-SVN: r33939
Phil Edwards committed -
2000-05-16 Nathan C. Myers <ncm@cantrip.org> * mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/. From-SVN: r33938Nathan C. Myers committed -
2000-05-16 Phil Edwards <pme@sourceware.cygnus.com> * acinclude.m4: Fix typo, switch to decaf... * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r33937
Phil Edwards committed -
2000-05-16 Phil Edwards <pme@sourceware.cygnus.com> * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro, stub. * aclocal.m4: Regenerate. * configure.in: Call. * configure: Regenerate. * docs/configopts.html: Stub documentation. From-SVN: r33936
Phil Edwards committed -
From-SVN: r33935
Phil Edwards committed -
hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also eliminate a warning on alpha. * hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also eliminate a warning on alpha. From-SVN: r33934Horst von Brand committed -
From-SVN: r33933
Bruce Korb committed -
2000-05-15 Andrew Haley <aph@cygnus.com> * include/ppc-signal.h: New file. From-SVN: r33932Andrew Haley committed -
From-SVN: r33931
Bruce Korb committed -
and re-alphabetized the fixes From-SVN: r33930
Bruce Korb committed -
From-SVN: r33929
Alexandre Oliva committed -
From-SVN: r33928
Jakub Jelinek committed -
From-SVN: r33927
Jeff Law committed -
* configure.in, Makefile.in: Merge all libffi-related configury stuff from the libgcj tree. From-SVN: r33926
Alexandre Oliva committed -
* toplev.c (rest_of_compilation): Run full jump pass before find_basic_blocks of flow2. From-SVN: r33925Richard Henderson committed -
* jump.c: Fix typos and clarify commentary from last change. (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE. (safe_to_remove_jump_p): Remove. (condjump_label): Use pc_set. From-SVN: r33924Richard Henderson committed -
* ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns that get in the way after reload. (cond_exec_process_if_block): Skip a label heading THEN block. From-SVN: r33923Richard Henderson committed -
* varasm.c (output_constant_pool): Abort instead of converting (improperly) deleted labels to zero. From-SVN: r33922Richard Henderson committed -
* Makefile.in: Change "pic" to depend on $(PICFLAG), not on $(enable_shared). * aix.ml: Build AIX-style shared library. From-SVN: r33921David Edelsohn committed -
* config.shared: Change "pic" to depend on $(PICFLAG), not on $(enable_shared). From-SVN: r33920David Edelsohn committed -
From-SVN: r33919
David Edelsohn committed -
on $(enable_shared). From-SVN: r33918
David Edelsohn committed -
From-SVN: r33917
David Edelsohn committed
-
- 15 May, 2000 10 commits
-
-
From-SVN: r33916
Jeff Law committed -
* cpplex.c (parse_string2): Update comment. (cpp_lex_line): No special assertion treatment for '('. * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT. * cpplib.h (SYNTAX_ASSERT): Remove. From-SVN: r33915Neil Booth committed -
* jump.c (condjump_p): Mark as depreached. (any_condump_p): New. (any_uncondump_p): New. (pc_set): New. (safe_to_remove_jump_p): New. * rtl.h (any_condump_p, any_uncondjump_p, pc_set safe_to_remove_jump_p): Declare. From-SVN: r33914
Jan Hubicka committed -
* calls.c: Re-install both patches reverted by last patch. (struct arg_data): New field tail_call_reg. (initialize_argument_information): Initialize tail_call_reg (load_register_parameters): New argument flags, use tail_call_reg when emiting tail call sequence. (expand_call): Update call of load_register_parameters; copy unadjusted_args_size to adjusted_args_size. From-SVN: r33913
Jan Hubicka committed -
* loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p and bct_p parameters to flags. * loop.h (LOOP_UNROLL, LOOP_BCT): New constants. * rtl.h (loop_optimize): Update prototype. * toplev.c (rest_of_compilation): Update call of loop_optimize. From-SVN: r33912
Jan Hubicka committed -
* calls.c (expand_call): Move expand_start_target_temps call after start_sequence(). From-SVN: r33911
Jakub Jelinek committed -
2000-05-11 Robert Lipe <robertlipe@usa.net> * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO. * fixincl.x: Regenerate. From-SVN: r33910Robert Lipe committed -
2000-05-15 Gabriel Dos Reis <gdr@codesourcery.com> * decl2.c (lang_decode_option): Fix thinko. From-SVN: r33909Gabriel Dos Reis committed -
From-SVN: r33908
Jeff Law committed -
2000-05-14 Loren J. Rittle <ljrittle@acm.org> * config/bsd/bits/ctype_base.h: Add support for plain BSD4.4. * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Enhance bsd tests. * aclocal.m4: Regenerate. * configure: Regenerate. * */Makefile.in: Regenerate. From-SVN: r33907Loren J. Rittle committed
-