- 03 Dec, 1997 6 commits
-
-
From-SVN: r16930
Jason Merrill committed -
* except.c (expand_fixup_region_end): New fn. (expand_fixup_region_start): Likewise. (expand_eh_region_start_tree): Store cleanup into finalization here. * stmt.c (expand_cleanups): Use them to protect fixups. From-SVN: r16929
Jason Merrill committed -
* tree.c (is_overloaded_fn): Handle getting a fn template. (really_overloaded_fn): Likewise. * error.c (dump_decl): Handle TEMPLATE_ID_EXPRs better. * pt.c (check_explicit_specialization): Tweak. (determine_explicit_specialization): Tweak. * tree.c, cp-tree.h (get_target_expr): New fn. 1997-12-02 Mark Mitchell <mmitchell@usa.net> * pt.c (determine_explicit_specialization): Avoid an internal error for bad specializations. * method.c (build_overload_value): Handle SCOPE_REF. From-SVN: r16928
Jason Merrill committed -
mips.md (muldi3_r4000): Broaden the output template and attribute assignments to handle three operand... * mips/mips.md (muldi3_r4000): Broaden the output template and attribute assignments to handle three operand dmult; rename to muldi3_internal2. (muldi3): Call the new muldi3_internal2 for R4000, and any GENERATE_MULT3 chip. From-SVN: r16927
Gavin Koch committed -
From-SVN: r16896
Jason Merrill committed -
Tue Dec 2 19:18:50 1997 Mike Stump <mrs@wrs.com> * class.c (prepare_fresh_vtable): Enable even more complex MI vtable names. Tue Dec 2 01:37:19 1997 Jason Merrill <jason@yorick.cygnus.com> * exception.cc (__check_eh_spec): Optimize a bit. * exception.cc (__cp_pop_exception): Lose handler arg. * except.c (do_pop_exception): Likewise. (push_eh_cleanup): Let the cleanup mechanism supply the handler. (expand_end_catch_block): Likewise. From-SVN: r16895
Jason Merrill committed
-
- 02 Dec, 1997 5 commits
-
-
* unroll.c (find_splittable_givs): Remove last change. Handle givs with a dest_reg that was created by loop. From-SVN: r16893
Jim Wilson committed -
From-SVN: r16891
Jeff Law committed -
* Makefile.in (INSTALL_TARGET_CROSS): Define. (install-cross, install-gcc-cross): New targets. From-SVN: r16888
Jeffrey A Law committed -
From-SVN: r16885
Jeff Law committed -
From-SVN: r16883
Jeffrey A Law committed
-
- 01 Dec, 1997 3 commits
-
-
From-SVN: r16867
Jeff Law committed -
From-SVN: r16866
Jeff Law committed -
From-SVN: r16865
Jeffrey A Law committed
-
- 28 Nov, 1997 5 commits
-
-
From-SVN: r16821
Jeffrey A Law committed -
* pt.c (check_explicit_specialization): Complain about using a template-id for a non-specialization. Fri Nov 28 01:56:35 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de> * error.c (dump_decl): Handle TEMPLATE_ID_EXPR. From-SVN: r16818
Jason Merrill committed -
From-SVN: r16817
Jason Merrill committed -
From-SVN: r16816
Jeff Law committed -
* flow.c (find_basic_blocks): Handle cfg issues for rethrows and nested exceptions correctly. From-SVN: r16812
Jeffrey A Law committed
-
- 27 Nov, 1997 12 commits
-
-
* typeck.c (build_const_cast): Handle references here instead of handing off to convert_to_reference. From-SVN: r16810
Jason Merrill committed -
* except.c: Lose Unexpected, SetTerminate, SetUnexpected, TerminateFunctionCall. (init_exception_processing): Likewise. Terminate et al are now the fns, not ADDR_EXPRs. (various): Lose redundant assemble_external calls. (do_unwind): s/BuiltinReturnAddress/builtin_return_address_fndecl/. From-SVN: r16805
Jason Merrill committed -
* cp-tree.h (struct lang_decl_flags): Add comdat. (DECL_COMDAT): New macro. * decl.c (duplicate_decls): Propagate it. (cp_finish_decl): Handle it. * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs. From-SVN: r16804
Jason Merrill committed -
* unroll.c (find_splittable_givs): Don't split givs with a dest_reg that was created by loop. From-SVN: r16803
Jeffrey A Law committed -
* class.c: Remove static pending_hard_virtuals. (add_virtual_function): Take pointers to pending_virtuals and pending_hard_virtuals. (finish_struct_1): Pass them. Declare pending_hard_virtuals. From-SVN: r16787
Jason Merrill committed -
* Makefile.in (insatll): Change gxx_includedir to gcc_include_dir. * config.shared (gxx_includedir): Remove default definition. * config/linux.mt: Change gxx_includedir to gxx_include_dir. * config/linuxaxp1.mt: Likewise. From-SVN: r16786
Jeffrey A Law committed -
From-SVN: r16785
Jeffrey A Law committed -
* Makefile.in (INSTALL_TARGET): Do install-gcc first. * configure (gxx_include_dir): Provide a definition for subdirs which do not use autoconf. From-SVN: r16784
Jeffrey A Law committed -
From-SVN: r16780
Jeff Law committed -
* decl2.c (import_export_vtable): If we support one_only but not weak symbols, mark instantiated template vtables one_only. (import_export_decl): Likewise for tinfo functions. (finish_vtable_vardecl): Also write out vtables from explicitly instantiated template classes. * pt.c (mark_class_instantiated): Revert last change. From-SVN: r16779
Jason Merrill committed -
* except.c (expand_throw): Call mark_used on the destructor. Fixes operator new on the PA. From-SVN: r16773
Jason Merrill committed -
* pt.c (unify): Handle `void' template parameters in specializations. From-SVN: r16772
Mark Mitchell committed
-
- 26 Nov, 1997 9 commits
-
-
* config.guess (alpha stuff): Merge with FSF to avoid incorrect guesses. From-SVN: r16770
Jeff Law committed -
* configure.in (target frags): Add powerpc*-linux-gnulibc1. (stdio-lock): Similarly. * configure.in (target frags): Add alpha*-linux-gnulibc1. (pic frags): Its alpha*- not alpha-. (stdio-lock): Kill everything. Add alpha*-linux-gnulibc1. * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h. If not _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there. * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h. * config/linuxaxp1-libc-lock.h: New file. * config/linuxaxp1-stdio-lock.h: New file. * config/linuxaxp1.mt: New file. * gen-params (va_list): Check for and use __gnuc_va_list. (NULL): Work around some linux kernel headers and redefine NULL. From-SVN: r16769
Richard Henderson committed -
From-SVN: r16768
Michael Meissner committed -
From-SVN: r16765
Michael Meissner committed -
From-SVN: r16756
Michael Meissner committed -
From-SVN: r16746
Michael Meissner committed -
From-SVN: r16742
Jason Merrill committed -
* rtti.c (build_dynamic_cast): Handle template case here. (build_dynamic_cast_1): Not here. From-SVN: r16729
Jason Merrill committed -
* typeck2.c (digest_init): Make copies where appropriate. * decl2.c (delete_sanity): resolve_offset_ref. From-SVN: r16727
Jason Merrill committed
-