summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* * class.c: Remove static pending_hard_virtuals.jason1997-11-272-14/+21
* New entry.law1997-11-271-0/+4
* * decl2.c (import_export_vtable): If we support one_only but notjason1997-11-273-10/+23
* * except.c (expand_throw): Call mark_used on the destructor.jason1997-11-272-0/+5
* * pt.c (unify): Handle `void' template parameters injason1997-11-272-0/+6
* Fix -msdata=sysv and pass -dynamic-linker if not already passedmeissner1997-11-263-5/+21
* Use @local for local calls under System Vmeissner1997-11-262-4/+7
* Fix System V profiling.meissner1997-11-263-12/+30
* Pass 9th fp argument correctly on System V/eabi; Add @plt for -fPIC/-mrelocat...meissner1997-11-263-4/+20
* * toplev.c (main): Complain about -gdwarfn.jason1997-11-262-1/+14
* * rtti.c (build_dynamic_cast): Handle template case here.jason1997-11-262-9/+9
* * typeck2.c (digest_init): Make copies where appropriate.jason1997-11-264-12/+30
* * except.c (expand_start_catch_block): Fix catching a referencejason1997-11-263-0/+26
* * integrate.c (output_inline_function): Just unset DECL_INLINE.jason1997-11-264-7/+15
* Fix typo.law1997-11-261-1/+1
* Fix goof.law1997-11-261-1/+0
* Fix from HJ.law1997-11-251-0/+2
* * Make-lang.in (f77.all.build): Add $(exeext) to binary files.law1997-11-252-3/+8
* New entry.law1997-11-251-0/+4
* * lib/f-torture.exp: Improve error and loop detection.law1997-11-252-8/+12
* xfail a couple tests for the release.law1997-11-251-0/+1
* * alpha.h (CONST_OK_FOR_LETTER): Fix 'L' handling.law1997-11-252-3/+5
* * crtstuff.c (do_global_dtors_aux): Handle multiple calls better.law1997-11-252-0/+11
* Tue Nov 25 01:26:55 1997 Bruno Haible <haible@ilog.fr>:jason1997-11-255-18/+75
* * typeck.c (mark_addressable): Don't assume a FUNCTION_DECLjason1997-11-252-6/+12
* * exception.cc (struct cp_eh_info): Add handlers field.jason1997-11-253-10/+37
* Doc fixes from stan.law1997-11-241-6/+24
* * Makefile.in (program_transform_cross_name): Clean up "-e" confusion.law1997-11-222-3/+8
* patch from andrew cagneywilson1997-11-212-3/+9
* * stmt.c (expand_end_bindings): Allow jump into block with cleanups.jason1997-11-212-4/+8
* * except.c (expand_start_eh_spec): Use the try/catch code.jason1997-11-216-84/+128
* Fix typo.law1997-11-211-1/+1
* * except.c (expand_start_catch_block): We only need the rethrowjason1997-11-212-19/+22
* * except.h: Add outer_context_label_stack.jason1997-11-213-4/+24
* * Make-lang.in (stmp-f2c.h): Move inclusion of F77_FLAGS_TO_PASSlaw1997-11-212-2/+9
* * i386/sco5.h (HAVE_ATEXIT): Revert last change.law1997-11-213-2/+7
* Initial revisionlaw1997-11-211-0/+34
* testsjason1997-11-2118-10/+282
* * alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.law1997-11-212-7/+22
* * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local labellaw1997-11-202-1/+6
* * pa.md (pre_stwm, post_stwm, pre_ldwm, post_ldwm): Base registerlaw1997-11-202-11/+15
* ./:jason1997-11-2011-190/+164
* * mips/x-iris (FIXPROTO_DEFINES): Add -D_SGI_SOURCE.law1997-11-202-1/+6
* * method.c (build_decl_overload_real): Don't mess with globaljason1997-11-206-22/+51
* * dwarf2out.c (ASM_OUTPUT_DWARF_OFFSET4): Rename from VALUE4.jason1997-11-202-12/+34
* Add missing @itemmeissner1997-11-201-2/+13
* * Make-lang.in (f77.install-info): Depend on f77.info.law1997-11-202-1/+5
* * configure.in: Add AC_ARG_ENABLE for Haifa as documentation.law1997-11-204-71/+103
* * decl.c (start_decl): Don't just complain about a mismatchedjason1997-11-202-1/+9
* * decl.c (make_implicit_typename): Handle case where t is notjason1997-11-206-14/+27