- 07 Oct, 1997 19 commits
-
-
* aclocal.m4: Substitute INSTALL. * configure: Re-built. From-SVN: r15868
Manfred Hollstein committed -
From-SVN: r15867
Jeff Law committed -
* integrate.c (save_for_inline_copying): Avoid undefined pointer operations. (expand_inline_function): Likewise. From-SVN: r15866
Jeffrey A Law committed -
dwarf2out.c (output_call_frame_info): Reinstate last change using flag_debug_asm check instead of flag_verbose_asm. * dwarf2out.c (output_call_frame_info): Reinstate last change using flag_debug_asm check instead of flag_verbose_asm. From-SVN: r15865
Jeffrey A Law committed -
* dwarf2out.c (output_call_frame_info): Remove last change. From-SVN: r15864
Jim Wilson committed -
frame.c (__frame_state_for): Execute the FDE insns until the current pc value is strictly bigger than the... * frame.c (__frame_state_for): Execute the FDE insns until the current pc value is strictly bigger than the target pc value. From-SVN: r15863
Andreas Schwab committed -
* regclass.c (init_reg_modes): If we can't find a mode for the register, use the previous one. From-SVN: r15862
Jason Merrill committed -
From-SVN: r15861
Jason Merrill committed -
From-SVN: r15860
Jeff Law committed -
haifa-sched.c (print_block_visualization): Call fprintf directly, don't sprintf through an alloca'ed buffer. * haifa-sched.c (print_block_visualization): Call fprintf directly, don't sprintf through an alloca'ed buffer. From-SVN: r15859
Richard Henderson committed -
From-SVN: r15858
Thomas Koenig committed -
* info/man.c (SIGCHLD): Define to SIGCLD if <sys/signal.h> fails to provide it. From-SVN: r15857
Manfred Hollstein committed -
* m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment instead of aborting. * dwarf2out.c (output_call_frame_info): Call app_enable and app_disable to let GNU as accept the generated comments. From-SVN: r15856
Manfred Hollstein committed -
From-SVN: r15855
Michael Meissner committed -
* Makefile.in (program_transform_name): Let autoconf substitute the correct value. From-SVN: r15854
Chip Salzenberg committed -
haifa-sched.c (schedule_block): If the first real insn in a block has any special notes attached to it, remove them. * haifa-sched.c (schedule_block): If the first real insn in a block has any special notes attached to it, remove them. Fixes bug reported by Weiwen Liu. From-SVN: r15853
Jeffrey A Law committed -
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 6 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
-