- 01 Apr, 1998 12 commits
-
-
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 8 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 -
* config/m68k/m68k.c (standard_68881_constant_p): Don't use fmovecr on the 68060. From-SVN: r18907
Andreas Schwab committed
-
- 29 Mar, 1998 13 commits
-
-
* genemit.c (DONE): Rework so that it works in the true arm if an if-else conditional. (FAIL): Likewise. From-SVN: r18906
Jeffrey A Law committed -
From-SVN: r18905
Jeffrey A Law committed -
* friend.c (is_friend): Local classes have the same access as the enclosing function. From-SVN: r18904
Jason Merrill committed -
From-SVN: r18903
Jeffrey A Law committed -
From-SVN: r18902
Jeffrey A Law committed -
From-SVN: r18901
Jeffrey A Law committed -
From-SVN: r18900
Jeffrey A Law committed -
From-SVN: r18899
Jeffrey A Law committed -
* except.c (do_unwind): Delete dead function. (easy_expand_asm): Likewise. From-SVN: r18898
Jeffrey A Law committed -
From-SVN: r18897
Jeffrey A Law committed -
From-SVN: r18896
Jeffrey A Law committed -
From-SVN: r18895
Jeffrey A Law committed -
* Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and $(RTL_H). (stor-layout.o): Likewise. * c-typeck.c: Include rtl.h and expr.h. * stor-layout.c: Likewise. From-SVN: r18894
Jeffrey A Law committed
-