summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.GCC Administrator2001-11-186-6/+6
* decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE when displayi...Kriang Lerdsuwanakij2001-11-183-2/+20
* mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E...Kriang Lerdsuwanakij2001-11-185-5/+73
* t-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm.Douglas B Rupp2001-11-174-23/+59
* c-common.c (struct disabled_builtin, [...]): New.Joseph Myers2001-11-188-3/+129
* eh_personality.cc (__cxa_call_unexpected): Take void*.Jason Merrill2001-11-1712-19/+185
* MAINTAINERS (GNATS only accounts): Remove self.Craig Rodrigues2001-11-182-1/+4
* re PR target/4606 (config.gcc refers to non-existant va-clipper.h)Craig Rodrigues2001-11-182-1/+5
* Obvious jni weak reference fixAnthony Green2001-11-172-1/+5
* rs6000.h (REG_CLASS_CONTENTS): Fix the AltiVec-related bitfields.Stan Shebs2001-11-172-6/+11
* except.c (enum eh_region_type): Add ERT_UNKNOWN.Richard Kenner2001-11-172-1/+11
* Add extra name.Christopher Faylor2001-11-171-0/+1
* cygwin.h: Search target specific include directory for w32api stuff, if appro...Christopher Faylor2001-11-172-2/+9
* * config/alpha/vms.h (REG_ALLOC_ORDER): Redefine.Douglas B Rupp2001-11-172-0/+48
* Make-lang.in (GNATLIBFLAGS): Add -W -Wall.Laurent Guerby2001-11-178-27/+89
* Daily bump.GCC Administrator2001-11-176-6/+6
* Not all of revision 1.113 made it in.David O'Brien2001-11-171-10/+10
* rs6000.md: Change all ldvx to lvx.Aldy Hernandez2001-11-172-4/+8
* verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handle case where fie...Tom Tromey2001-11-162-1/+6
* gensupport.c (process_rtx): Don't assume filename is the first argument of an...Alexandre Oliva2001-11-162-3/+10
* vax-protos.h (reg_was_0_p): New prototype.John David Anglin2001-11-164-30/+47
* vax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))".John David Anglin2001-11-162-29/+54
* Update test for token pasting to also check "|| defined(ALMOST_STDC)"Kaveh R. Ghazi2001-11-162-4/+5
* regex.c: Check defined(__STDC__) || defined(HAVE_STRINGIZE) to determine whet...Kaveh R. Ghazi2001-11-162-2/+7
* Makefile.in: Add MAKEOVERRIDES= to suppress exporting environment to (sub)she...John David Anglin2001-11-162-0/+6
* config.gcc (arm*-*-rtems*, [...]): Include various CPU headers via tm_file.David O'Brien2001-11-1617-56/+51
* stl_deque.h (deque::erase()): Fix memory leak.Paolo Carlini2001-11-162-1/+5
* howto.html (Thread-safety): Rename section to ``The Standard C++ library and ...Loren J. Rittle2001-11-163-50/+111
* pa.c: Reflect changes in calling sequences of alter_reg and emit_cmp_insn.Richard Kenner2001-11-162-11/+12
* cfglayout.c (fixup_fallthru_exit_predecesor): Make void, rename to ....Andreas Jaeger2001-11-162-9/+16
* verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): New method.Tom Tromey2001-11-162-8/+63
* Some SSE fixesBernd Schmidt2001-11-163-18/+48
* Re-merge with Classpath, from Brian Jones:Tom Tromey2001-11-162-1/+12
* * cp-tree.h (print_class_statistics): Restore.Neil Booth2001-11-162-0/+5
* Timer.java (TaskQueue.isStopped): Remove method.Mark Wielaard2001-11-162-11/+16
* linux-and-gnu.texi: Remove.Joseph Myers2001-11-165-106/+31
* a29k.c: Fix comment formatting.Kazu Hirata2001-11-169-55/+66
* unroll.c (copy_loop_body): Initialize JUMP_LABEL field after creating a new j...Jeff Law2001-11-162-1/+7
* expr.c (expand_expr, [...]): Refine test for when to copy misaligned data.Richard Kenner2001-11-163-5/+20
* optabs.c (prepare_cmp_insn): Correct lossage in last change fix OPALIGN type.Graham Stott2001-11-162-2/+7
* except.c: Support for catching a list of types with a single handler (struct ...Olivier Hainque2001-11-163-40/+178
* expr.c (expand_expr, [...]): Only copy for misaligned if BLKmode.Richard Kenner2001-11-162-1/+7
* * config/sparc/sparc.c: Remove ALIGN arg from emit_cmp_insn.Andreas Tobler2001-11-162-14/+12
* Daily bump.GCC Administrator2001-11-166-6/+6
* c-lang.c (finish_file): Don't emit static inline functions if they weren't re...Jakub Jelinek2001-11-164-5/+65
* * expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.Stan Shebs2001-11-162-1/+5
* s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns call.Bryce McKinlay2001-11-163-2/+8
* * timevar.c (rtl.h): Include so get fancy abort.Richard Kenner2001-11-152-13/+18
* expr.c (store_field): Pass tree instead of max size; callers changed.Richard Kenner2001-11-1511-72/+66
* verify.cc (type::compatible): Use _Jv_IsAssignableFrom.Tom Tromey2001-11-162-2/+11