- 27 Mar, 1998 7 commits
-
-
From-SVN: r18856
Michael Meissner committed -
* pt.c (redeclare_class_template): New function. * cp_tree.h (redeclare_class_template): Declare it. * decl.c (xref_tag): Use it. From-SVN: r18855
Mark Mitchell committed -
From-SVN: r18854
Joern Rennecke committed -
From-SVN: r18853
J"orn Rennecke committed -
a * Makefile.in (stmp-fixinc): If we're actually fixing include files, copy gcc's assert.h into the fixed include dir. * fixincludes (assert.h): Avoid any attempts to fix a probably broken system specific assert.h file. * fixproto (stdlib.h): Make sure, it'll contain a definition of size_t. From-SVN: r18852
Manfred Hollstein committed -
d * Makefile.in (stmp-fixinc): If we're actually fixing include files, copy gcc's assert.h into the fixed include dir. * fixincludes (assert.h): Avoid any attempts to fix a probably broken system specific assert.h file. * fixproto (stdlib.h): Make sure, it'll contain a definition of size_t. From-SVN: r18851
Manfred Hollstein committed -
0 * Makefile.in (stmp-fixinc): If we're actually fixing include files, copy gcc's assert.h into the fixed include dir. * fixincludes (assert.h): Avoid any attempts to fix a probably broken system specific assert.h file. * fixproto (stdlib.h): Make sure, it'll contain a definition of size_t. From-SVN: r18850
Manfred Hollstein committed
-
- 26 Mar, 1998 14 commits
-
-
regclass.c (reg_scan_mark_refs): Be more selective about when we mark a register with REGNO_POINTER_FLAG. * regclass.c (reg_scan_mark_refs): Be more selective about when we mark a register with REGNO_POINTER_FLAG. From-SVN: r18849
Jeffrey A Law committed -
* reload1.c (reg_reloaded_contents, reg_reloaded_insn): Change meaning: index is now hard reg number. (reg_reloaded_valid, reg_reloaded_dead): New variables. (reload_spill_index): Content is now a hard reg number. (reload_as_needed): Change to fit new variable meaning. (forget_old_reloads_1, allocate_reload_reg): Likewise. (choose_reload_regs, emit_reload_insns): Likewise. From-SVN: r18848
J"orn Rennecke committed -
From-SVN: r18847
Mark Mitchell committed -
* call.c (build_over_call): Check IS_AGGR_TYPE, not TYPE_LANG_SPECIFIC. * typeck.c (convert_arguments): Likewise. From-SVN: r18846
Jason Merrill committed -
if 0 ambiguous test case From-SVN: r18845
Benjamin Kosnik committed -
From-SVN: r18844
Jason Merrill committed -
* decl.c (grokdeclarator): Remove const and volatile from type after setting constp and volatilep. * class.c (finish_struct_1): Don't warn about bool bitfield larger than one bit. From-SVN: r18843
Jason Merrill committed -
* regclass.c (record_reg_classes): '?' increases cost by two. * reload.c (find_reloads): Double previous costs. Output reloads cost one unit extra. * reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that boiled down to && ! 0. * reload.c (find_equiv_reg): Also consider a goal offset from the frame pointer to be constant. From-SVN: r18842
J"orn Rennecke committed -
Thu Mar 26 10:25:52 1998 Mark Mitchell <mmitchell@usa.net> * pt.c (convert_nontype_argument): STRIP_NOPS where appropriate. From-SVN: r18841
Mark Mitchell committed -
* acinclude.m4: Bring back changes lost during merge. (mostly Cygwin, automake and EGCS_PROG_INSTALL stuff). * aclocal.m4: Likewise. * configure.in: Likewise. From-SVN: r18840
Jeffrey A Law committed -
* call.c (build_object_call): Complain about ambiguous operator(), rather that crashing. (build_new_op): Likewise. (build_op_delete_call): Likewise. From-SVN: r18839
Mark Mitchell committed -
* cvt.c (perform_qualification_conversions): Use comp_target_types instead of comp_ptr_ttypes. From-SVN: r18838
Mark Mitchell committed -
From-SVN: r18837
J"orn Rennecke committed -
From-SVN: r18836
Richard Henderson committed
-
- 25 Mar, 1998 17 commits
-
-
haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET instead of calling REGNO_REG_SET_P for each pseudo. * haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET instead of calling REGNO_REG_SET_P for each pseudo. (update_reg_usage): Likewise. (compute_block_backward)dependences): Do not call "free_list" for an empty list. Improves compile times by about 7% on average on my PAs. From-SVN: r18835
Jeff Law committed -
From-SVN: r18834
Jeffrey A Law committed -
Wed Mar 25 16:10:50 1998 Mark Mitchell <mmitchell@usa.net> * cp-tree.h (enforce_access): Declare. * call.c (enforce_access): Make it extern, not static. * class.c (alter_access): Use enforce_access; modify code for ISO compliance, rather than ARM rules. From-SVN: r18832
Mark Mitchell committed -
From-SVN: r18831
Benjamin Kosnik committed -
test cases for g++15235 From-SVN: r18830
Benjamin Kosnik committed -
From-SVN: r18829
Brendan Kehoe committed -
fix for g++/15235 now generates a warning here From-SVN: r18828
Benjamin Kosnik committed -
* c-common.c (check_format_info): Initialize type, is_type. New local integral_format. Don't warn for 'L' when pedantic. Do warn for 'L' when pedantic if used with integral format specifier. From-SVN: r18827
Jim Wilson committed -
From-SVN: r18826
Michael Meissner committed -
From-SVN: r18825
Mark Mitchell committed -
From-SVN: r18824
Kriang Lerdsuwanakij committed -
* expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing if (aggregate_value_p (type)). From-SVN: r18823
Jason Merrill committed -
From-SVN: r18822
Nick Clifton committed -
* loop.c (scan_loop): Initialize move_insn_first to zero. From-SVN: r18821
Jim Wilson committed -
From-SVN: r18815
Jeff Law committed -
From-SVN: r18814
Jason Merrill committed -
* config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS. * config/i386/rtems.h: Likewise. * config/i960/rtems.h: Likewise. * config/m68k/rtems.h: Likewise. * config/mips/rtems64.h: Likewise. * config/pa/rtems.h: Likewise. * config/rs6000/rtems.h: Likewise. * config/sh/rtems.h: Likewise. * config/sparc/rtems.h: Likewise. From-SVN: r18813
Joel Sherrill committed
-
- 24 Mar, 1998 2 commits
-
-
From-SVN: r18812
Richard Kenner committed -
From-SVN: r18811
Jeff Law committed
-