- 07 Oct, 1997 3 commits
-
-
From-SVN: r15852
Richard Henderson committed -
* decl.c (duplicate_decls): Don't warn about template instances. * typeck.c (mark_addressable): Lose ancient code that unsets DECL_EXTERNAL. * pt.c (do_decl_instantiation): Lose support for instantiating non-templates. * call.c (build_new_function_call): Fix handling of null explicit template args. (build_new_method_call): Likewise. Mon Oct 6 23:44:34 1997 Mark Mitchell <mmitchell@usa.net> * method.c (build_underscore_int): Fix typo. From-SVN: r15851
Jason Merrill committed -
From-SVN: r15850
Brendan Kehoe committed
-
- 06 Oct, 1997 9 commits
-
-
tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until its definition is checked in. * tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until its definition is checked in. the definition of the fn's not checked in yet by jason From-SVN: r15849
Brendan Kehoe committed -
tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until its definition is checked in. * tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until its definition is checked in. the definition of the fn's not checked in yet by jason From-SVN: r15848
Brendan Kehoe committed -
From-SVN: r15847
Jeffrey A Law committed -
* Make-lang.in (f77.mostlyclean): Clean up stuff in the object tree too. (f77.clean, f77.distclean, f77.maintainer-clean): Likewise. From-SVN: r15846
Jeffrey A Law committed -
From-SVN: r15845
Manfred Hollstein committed -
From-SVN: r15841
Jeff Law committed -
* Makefile.in (check-g77): New test target. (CHECK-TARGETS): Add check-g77. From-SVN: r15840
Jeffrey A Law committed -
From-SVN: r15839
Jeffrey A Law committed -
Mon Oct 6 09:27:29 1997 Jason Merrill <jason@yorick.cygnus.com> * pt.c (instantiate_decl): Look for the original template. (tsubst): Set DECL_IMPLICIT_INSTANTIATION on partial instantiations of member templates. Fixes tstring. From-SVN: r15838
Jason Merrill committed
-
- 03 Oct, 1997 3 commits
-
-
From-SVN: r15837
Michael Meissner committed -
* iostream.cc, libio.h: Convert other uses of #ifdef _G_HAVE_PRINTF_FP to #if. From-SVN: r15836
Jason Merrill committed -
* i386.h (RETURN_ADDR_RTX): New definition that works for __builtin_return_address(0) and -fomit-frame-pointer. From-SVN: r15835
Richard Henderson committed
-
- 02 Oct, 1997 3 commits
-
-
* iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef. ... since it comes in defined, either 0 or 1 From-SVN: r15834
Brendan Kehoe committed -
Thu Oct 2 10:36:49 1997 Jason Merrill <jason@yorick.cygnus.com> * gen-params: Fix __printf_fp test. * config/linuxlibc1.mt (gxx_includedir): Don't define. Thu Oct 2 10:36:26 1997 Ulrich Drepper <drepper@rtl.cygnus.com> * config/linuxlibc1.mt (_G_CONFIG_H): Don't define. * gen-params: Add test for __printf_fp. Getting closer... From-SVN: r15833
Jason Merrill committed -
* std/bastring.h: Move exception stuff after definition of string. Move typedef of string here. * string: From here. From-SVN: r15832
Jason Merrill committed
-
- 01 Oct, 1997 14 commits
-
-
* mips.c (function_arg): Handle passing a struct containing a double in a DFmode register without the PARALLEL. From-SVN: r15830
Jim Wilson committed -
From-SVN: r15828
Jason Merrill committed -
* Makefile.in (g++FAQ.*): New rules. (CONFLICTS): Update. * g++FAQ.texi: Moved from libg++. * parse.y (PFUNCNAME): Only specify the type once. From-SVN: r15827
Jason Merrill committed -
lex.c (real_yylex): Clean up the code to fully behave the way the c-lex.c parser does for complex... * lex.c (real_yylex): Clean up the code to fully behave the way the c-lex.c parser does for complex and real numbers. From-SVN: r15826
Brendan Kehoe committed -
* pexecute.c: Use spawn if __CYGWIN32__. * pexecute.c: Include "config.h" first, as per autoconf manual (from Paul Eggert <eggert@twinsun.com>). From-SVN: r15825
Ian Lance Taylor committed -
From-SVN: r15824
Jeff Law committed -
* libU77/sys_clock_.c: File renamed from system_clock_.c. libU77/Makefile.in, Makefile.in : Reference sys_clock_.*, not system_clock_.*. * libU77/dtime_.c (clk_tck): Try also HZ macro. * libU77/access.c (G77_access_0): Check malloc return value against 0, not NULL. libU77/getlog_.c, libU77/ttynam_.c, libU77/chdir_.c: Ditto. libU77/chmod_.c, libU77/rename_.c: Ditto. From-SVN: r15821
Philippe De Muyter committed -
From-SVN: r15820
Philippe De Muyter committed -
* config/m68k/x-mot3300 (XCFLAGS): Disable as's long/short jump optimisation for f/expr.o and f/stb.o. From-SVN: r15819
Philippe De Muyter committed -
From-SVN: r15818
Jeff Law committed -
From-SVN: r15817
Thomas Koenig committed -
From-SVN: r15816
Jeffrey A Law committed -
From-SVN: r15815
Thomas Koenig committed -
* alpha.md (beq): For registers and ints 0-255, use cmpeq+bne, since that pair will dual-issue on the 21164 and plus+beq won't. (bne): Likewise for cmpeq+beq. From-SVN: r15814
Richard Henderson committed
-
- 30 Sep, 1997 8 commits
-
-
* except.c (find_exception_handler_labels): Correct argument to free. From-SVN: r15812
Jim Wilson committed -
for now. From-SVN: r15811
Brendan Kehoe committed -
* except.c (find_exception_handler_labels): Free LABELS when we're done. fixes memory leak From-SVN: r15808
Brendan Kehoe committed -
From-SVN: r15807
Jason Merrill committed -
From-SVN: r15806
Jason Merrill committed -
From-SVN: r15804
Jason Merrill committed -
From-SVN: r15803
Jason Merrill committed -
1997-09-29 Paul Eggert <eggert@twinsun.com> * lex.c (real_yylex): Treat `$' just like `_', except issue a diagnostic if !dollars_in_ident or if pedantic. * lang-specs.h (@c++): -ansi no longer implies -$. * decl2.c (lang_decode_option): -traditional and -ansi now do not mess with dollars_in_ident. From-SVN: r15802
Paul Eggert committed
-