- 20 Sep, 1997 5 commits
-
-
* call.c (build_over_call): Do require_complete_type before build_cplus_new. Fixes t20.C mode problem. From-SVN: r15598
Jason Merrill committed -
From-SVN: r15594
H.J. Lu committed -
* Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H. Brought over from devo. From-SVN: r15593
Jim Wilson committed -
* jump.c (thread_jumps): check can_reverse_comparison_p before threading a reversed-condition jump. From-SVN: r15590
J"orn Rennecke committed -
* sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p. * haifa-sched.c (update_flow_info): Likewise. From-SVN: r15589
J"orn Rennecke committed
-
- 19 Sep, 1997 9 commits
-
-
From-SVN: r15564
Jeffrey A Law committed -
* Makefile.in (bootstrap2, bootstrap3): New targets. (all-bootstrap): Remove outdated and confusing target. (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r15563
Alexandre Oliva committed -
From-SVN: r15562
Jeffrey A Law committed -
* proj.h (FFEPROJ_BSEARCH): Delete all references. (FFEPROJ_STRTOUL): Likewise. * proj.c (bsearch): Compile this if no bsearch is provided by the host system. (strtoul): Similarly. From-SVN: r15561
Jeffrey A Law committed -
* configure.in (strtoul, bsearch): Have autoconf check for these functions. * configure, config.in: Rebuilt. So Fortran front end can use HAVE_STRTOUL and HAVE_BSEARCH. From-SVN: r15560
Jeffrey A Law committed -
* Makefile.in (bootstrap2, bootstrap3): New targets. (all-bootstrap): Remove outdated and confusing target. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r15559
Alexandre Oliva committed -
From-SVN: r15558
Jeff Law committed -
* m68k/xm-mot3300.h (alloca): Properly declare if __STDC__. * mips/mips.h (alloca): Likewise. * rs6000/xm-rs6000.h (alloca): Likewise. * rs6000/xm-sysv4.h: Likewise. Fixes build problem when using an ANSI compiler that isn't gcc. From-SVN: r15557
Jeffrey A Law committed -
* g77install.texi: Renamed from install.texi * g77.texi: Corresponding changes. Fixes problem with g77.texi getting gcc/install.texi instead of gcc/f/install.texi when building in the source tree. From-SVN: r15556
Jeffrey A Law committed
-
- 18 Sep, 1997 12 commits
-
-
* search.c (lookup_field): Call complete_type in all cases. Fixes CLN problems. * decl.c (finish_function): Just warn about flowing off the end. From-SVN: r15555
Jason Merrill committed -
* final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code. * dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along. (dwarf2out_stack_adjust): A BARRIER resets the args space to 0. * except.c (end_eh_unwinder): Subtract 1 from return address. * libgcc2.c (__throw): Likewise. (find_exception_handler): Don't change PC here. Compare end with >. From-SVN: r15554
Jason Merrill committed -
From-SVN: r15553
Jeffrey A Law committed -
* com.c (lang_printable_name): Use verbosity argument. Just to keep the compiler quiet. From-SVN: r15552
Jeffrey A Law committed -
* v850.c (compute_register_save_size): Correct register number. * v850.md (save_interrupt, return_interrupt): Correct register number. * v850/lib1funcs.asm (save_interrupt): Correct register number. (return_interrupt): Use stack pointer, not element pointer. From-SVN: r15550
Nick Clifton committed -
* Makefile.in (stamp-lib): Don't use '$?', explicitly list the variables containing the object files to include in libf2c.a From-SVN: r15545
Jeffrey A Law committed -
From-SVN: r15544
Jeffrey A Law committed -
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory. * configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory. copy that's also now in at the FSF; only does it if $symbolic_link is defined to `ln -s' From-SVN: r15543
Brendan Kehoe committed -
* pa.md (reload_peepholes): Don't allow addresses with side effects for the memory operand. Geez, how long have we been screwing this up... From-SVN: r15536
Jeffrey A Law committed -
* util/install-info.c: Only provide an external decl for strrchr if HAVE_STRCHR is not defined. Fixes aix build problem. From-SVN: r15535
Jeffrey A Law committed -
* libgcc2.c (find_exception_handler): Subtract one from our PC when looking for a handler, to avoid hitting the beginning of the next region. * except.c (expand_builtin_set_return_addr_reg): Use force_operand. From-SVN: r15534
Jason Merrill committed -
* mips/abi64.h (LONG_MAX_SPEC): Define. * mips.h (LONG_MAX_SPEC): Define. (CPP_SPEC): Include long_max_spec. (EXTRA_SPECS): Include long_max_spec. Brought over from devo. From-SVN: r15531
Jeffrey A Law committed
-
- 17 Sep, 1997 10 commits
-
-
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory... * configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory, as we do in configure.lang for non-autoconf configurations. From-SVN: r15529
Brendan Kehoe committed -
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory... * configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory, as we do in configure.lang for non-autoconf configurations. fixes cp 3stage problem From-SVN: r15528
Brendan Kehoe committed -
From-SVN: r15518
Jeffrey A Law committed -
* decl.c (grokparms): Don't bash a permanent list node if we're in a function. From-SVN: r15516
Jason Merrill committed -
From-SVN: r15514
Brendan Kehoe committed -
From-SVN: r15507
Jeff Law committed -
* call.c (build_new_op): Give better error for syntactically correct, but semantically invalid, use of undeclared template. From-SVN: r15506
Jason Merrill committed -
From-SVN: r15505
Ulrich Drepper committed -
From-SVN: r15504
Jason Merrill committed -
From-SVN: r15502
Ulrich Drepper committed
-
- 16 Sep, 1997 4 commits
-
-
From-SVN: r15501
Jason Merrill committed -
From-SVN: r15500
Jason Merrill committed -
* integrate.c (expand_inline_function): Move expand_start_bindings after expanding the arguments. From-SVN: r15499
Jason Merrill committed -
* decl.c (store_parm_decls): last_parm_cleanup_insn is the insn after the exception spec. From-SVN: r15497
Jason Merrill committed
-