- 02 Apr, 1998 10 commits
-
-
Fix x86 core dump on regex.c * i386.md (movqi+1): Change alternative 1 from *r/r to *r/*rn. From-SVN: r18966
Jim Wilson committed -
* cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff. * decl.c, decl2.c, pt.c, ptree.c, lex.c: Likewise. * class.c (duplicate_tag_error): Likewise. (finish_struct_1): Set CLASSTYPE_SIZE, CLASSTYPE_MODE, CLASSTYPE_ALIGN. * tree.c (layout_vbasetypes): Update from layout_record, remove var_size support, use CLASSTYPE_SIZE instead of CLASSTYPE_VBASE_SIZE. (layout_basetypes): Likewise. From-SVN: r18965
Jason Merrill committed -
From-SVN: r18964
Jason Merrill committed -
* ginclude/va-i960.h (va_end): Change void * to void. From-SVN: r18961
Vladimir N. Makarov committed -
* Makefile.in (choose-temp.o): Depend on system.h. Patched in both the libiberty and gcc directories: * choose-temp.c: Include system.h when IN_GCC. From-SVN: r18952
Kaveh R. Ghazi committed -
From-SVN: r18948
Richard Henderson committed -
* reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS. (move_replacements): New function. * reload.h: Prototype it. * alpha.h (LEGITIMIZE_RELOAD_ADDRESS): New definition. Co-Authored-By: Richard Henderson <rth@cygnus.com> From-SVN: r18947
Joern Rennecke committed -
* final.c (alter_subreg): Allow the target to hook by-mode subreg hard register number changes. From-SVN: r18946
Richard Henderson committed -
* emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS. (gen_highpart): Likewise. From-SVN: r18945
Richard Henderson committed -
* configure (alpha-*-linuxecoff, alpha-*-linux-gnulibc1): Run fixincludes. From-SVN: r18944
Richard Henderson committed
-
- 01 Apr, 1998 16 commits
-
-
* fold-const.c optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnmode and rinner. (make_range): Initialize type. (fold): Initialize arg0, arg1 and varop. * function.c (instantiate_virtual_regs_1): Initialize offset, regnoi and regnor. (expand_function_start): Initialize last_ptr. * stor-layout.c (layout_record): Initialize desired_align. (get_best_mode): Initialize unit. * tree.c (copy_node): Initialize length. From-SVN: r18943
Jeffrey A Law committed -
* c-lex.c (yylex): Initialize traditional_type, ansi_type and type. * caller-save.c (insert_save_restore): Initialize pat, code and numregs. * emit-rtl.c (push_to_sequence): Initialize top. (push_topmost_sequence): Likewise. * genattrtab.c (simplify_by_exploding): Initialize defval. * profile.c (branch_prob): Initialize dest. * rtl.h (note_stores): Remove duplicate prototype. (GEN_INT): Re-instate cast of second arg to HOST_WIDE_INT. Fix some warnings. * cplus-dem.c (gnu_special): Don't get confused by .<digits> strings that are not actually lengths. A change from libiberty that didn't make it into the gcc copy. From-SVN: r18942
Jeffrey A Law committed -
* genattrtab.c: Make generated file use system.h, instead of including stdio.h, etc directly. * genextract.c, genopinit.c, genoutput.c: Likewise. * genpeep.c, genrecog.c: Likewise * genoutput.c (process_template): Mark operands in the generated function as potentially unused if compiling with GNU CC. From-SVN: r18941
Jeffrey A Law committed -
From-SVN: r18940
Jeffrey A Law committed -
From-SVN: r18939
Jeffrey A Law committed -
From-SVN: r18938
Nick Clifton committed -
From-SVN: r18937
Nick Clifton committed -
Delete lingering stdio and errno references too. * decl.c, errfn.c, parse.y, ptree.c search.c, xrefc.: Likewwise. From-SVN: r18936
Jeffrey A Law committed -
Add super interworking. From-SVN: r18935
Nick Clifton committed -
From-SVN: r18934
Jason Merrill committed -
* friend.c (is_friend): Fix access control for local classes. * class.c (is_empty_class): New fn. * call.c (build_call): Don't pass empty class objects to a function. From-SVN: r18933
Jason Merrill committed -
call.c (build_over_call): Do name resolution for default arguments of function templates in the scope of... * call.c (build_over_call): Do name resolution for default arguments of function templates in the scope of the templates. From-SVN: r18932
Mark Mitchell committed -
* config/mips/iris6.h (MD_EXEC_PREFIX): Set to /usr/bin/. (MD_STARTFILE_PREFIX): Unset. From-SVN: r18931
Jim Wilson committed -
* cplus-dem.c (optable): Add sizeof. (demangle_template_value_parm): New function containing code previously found in demangle_template. (demangle_integral_value): New function which handles complicated integral expressions. (demangle_template): Use them. From-SVN: r18930
Mark Mitchell committed -
* varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a entity in a local scope. * fold-const.c (fold): Call truthvalue_conversion for values which are folded to boolean type. From-SVN: r18929
Mark Mitchell committed -
* 1750a.md, arm.c, clipper.c, clipper.md: Use GEN_INT consistently. * convex.h, dsp16xx.c, fx80.md, gmicro.c, gmicro.md: Likewise. * i370.h, i370.md, i860.c, i860.h, i860.md, i960.c: Likewise. * i960.h, i960.md, m32r.md, m68k.md, m68kv4.h, m88k.c: Likewise. * m88k.md, ns32k.c, ns32k.md, pdp11.c, pdp11.h, pdp11.md: Likewise. * pyr.c, pyr.h, pyr.md, romp.c, romp.h, romp.md: Likewise. * rs6000.md, sparc.c, sparc.h, sparc.md, spur.c, spur.md: Likewise. * tahoe.md, vax.h, vax.md, we32k.c, we32k.h, we32k.md: Likewise. * md.texi: Likewise. From-SVN: r18927
Jeffrey A Law committed
-
- 31 Mar, 1998 7 commits
-
-
8 * fixincludes (limits.h): Fix nested comments in Motorola's limits.h and sys/limits.h. From-SVN: r18923
Manfred Hollstein committed -
@ * fixincludes (limits.h): Fix nested comments in Motorola's limits.h and sys/limits.h. From-SVN: r18922
Manfred Hollstein committed -
* alpha.c (alpha_expand_unaligned_load): Use tgt instead of addr as dest of expand_binop call. From-SVN: r18921
Jim Wilson committed -
* alpha.md (extzv): Correct check for valid operand[2] values. From-SVN: r18920
Jim Wilson committed -
* profile.c (branch_prob): Add code to recognize HPPA tablejump entry branch. From-SVN: r18919
Jim Wilson committed -
* toplev.c (rest_of__compilation): Call init_recog_no_volatile at end. From-SVN: r18918
Jim Wilson committed -
* call.c: Include system.h. Remove includes, declarations and defines provided by system.h. * class.c, cvt.c, decl.c, decl2.c, errfn.c error.c: Likewise. * except.c, expr.c friend.c, g++spec.c, init.c, input.c: Likewise. * lex.c, parse.y, pt.c, ptree.c repo.c rtti.c, search.c: Likewise. * semantics.c, sig.c, spew.c, tree.c, typeck.c: Likewise. * typeck2.c, xref.c: Likewise. * Makefile.in: Dependencies updated as appropriate. * Make-lang.in: Likewise. system.h cutover from the cp subdir From-SVN: r18917
Jeffrey A Law committed
-
- 30 Mar, 1998 7 commits
-
-
From-SVN: r18914
Stan Cox committed -
(__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the versions in winsup/dcrt0.cc. From-SVN: r18913
Stan Cox committed -
* pt.c (fn_type_unification): Allow incomplete unification without an immediate error message. From-SVN: r18912
Mark Mitchell committed -
* Makefile.in (cppalloc.o, cpperror.o, cppexp.o, cpphash.o, cpplib.o, cppmain.o, fix-header.o, gcov.o, gen-protos.o, gengenrtl.o, halfpic.o, hash.o, scan-decls.o, scan.o): Depend on system.h. * cpphash.c: Include config.h. * cppalloc.c: Include system.h. Add parameters to various function prototypes. * cpperror.c: Likewise. * cppexp.c: Likewise. * cpphash.c: Likewise. * cpplib.c: Likewise. * cppmain.c: Likewise. * fix-header.c: Likewise. * gcov.c: Likewise. * gen-protos.c: Likewise. * gengenrtl.c: Likewise. * halfpic.c: Likewise. * hash.c: Likewise. * scan-decls.c: Likewise. * scan.c: Likewise. From-SVN: r18911
Kaveh R. Ghazi committed -
* README.gnat: Add lang_print_xnode definition. From-SVN: r18910
Jim Wilson committed -
* tree.c (member_p): New fn. * decl2.c (finish_file): Only set DECL_STATIC_FUNCTION_P for initializing class members. * cp-tree.def (TEMPLATE_PARM_INDEX): Class 'x'. * ptree.c (lang_print_xnode): Handle TEMPLATE_PARM_INDEX. From-SVN: r18909
Jason Merrill committed -
* call.c (build_method_call): Handle non-scoped destructors, too. * pt.c (tsubst_copy): Likewise. * pt.c (print_template_context): Split out... (push_tinst_level): ...from here. * friend.c (is_friend): Don't pass a type to decl_function_context. * typeck.c (convert_for_initialization): Always hand off conversions to class type. From-SVN: r18908
Jason Merrill committed
-