aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-11-09lex.c (do_identifier): Don't lookup_name for operators.Nathan Sidwell6-4/+31
2000-11-09* gcc.dg/20001108-1.c: New test.Jakub Jelinek2-0/+34
2000-11-09builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.Jakub Jelinek9-130/+496
2000-11-09* Remove overlooked conflict marker.Gerald Pfeifer1-1/+0
2000-11-09* fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.Gerald Pfeifer2-4/+9
2000-11-09Daily bump.Jeff Law2-2/+2
2000-11-09calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().Joseph Myers18-220/+155
2000-11-09cygwin.h: Add -no-win32 switch.Christopher Faylor2-29/+66
2000-11-09Fix {u}mulsidi3adddi patterns in arm.md and add testcase to check that theNick Clifton4-29/+83
2000-11-08flow.c (init_propagate_block_info): Protect the rtx stored in mem_set_list fr...Richard Henderson2-2/+30
2000-11-08Move directive handling into the lexer itself.Neil Booth4-31/+50
2000-11-08regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes formed usi...Jan Hubicka2-3/+15
2000-11-08gjavah.c (process_file): Only include gcj/cni.h when generating CNI stubs.Tom Tromey2-1/+7
2000-11-08c-tree.texi (VAR_DECL): Describe representation of GCC's extension for placin...Mark Mitchell2-0/+10
2000-11-08c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for unprototyped C functi...Mark Mitchell2-0/+9
2000-11-08sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int before passing to fprintf.Jakub Jelinek2-2/+7
2000-11-08decl.c (grok_op_properties): Always use coerce_new_type and coerce_delete_type.Nathan Sidwell5-85/+87
2000-11-08* g++.old-deja/g++.other/init16.C: New test.Jakub Jelinek2-0/+15
2000-11-08function.c (expand_function_start): Cast GET_MODE_SIZE to HOST_WIDE_INT befor...Jakub Jelinek2-1/+7
2000-11-08expr.c (expand_expr): Handle when op0 is RETURN_DECL passed in multiple non-c...Jakub Jelinek2-2/+15
2000-11-08* README.gnat: Remove file.Gerald Pfeifer2-435/+4
2000-11-08* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.Loren J. Rittle2-1/+5
2000-11-08Daily bump.Jeff Law2-2/+2
2000-11-08mklibgcc.in (EXTRA_MULTILIB_PARTS): Generate multilib parts in-place.Alexandre Oliva2-9/+11
2000-11-07dwarfout.c (INSN_LABEL_FMT): Remove.Richard Henderson6-76/+14
2000-11-07fde-glibc.c (find_fde_for_dso): Do a binary search on the unwind region section.Richard Henderson3-19/+39
2000-11-07* gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed.Richard Henderson2-1/+5
2000-11-07c-lang.c (start_cdtor, [...]): New functions.Richard Henderson5-49/+76
2000-11-08t-iris6 (FPBIT): New.Jeffrey Oldham2-0/+23
2000-11-07va-arg-15.x: Changed to mips*-sgi-irix6.*.Jeffrey Oldham4-6/+12
2000-11-07m88k.h (GLOBAL_ASM_OP): Add missing tab.Nick Clifton2-2/+7
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers45-121/+167
2000-11-07oops, wrong ChangeLogDJ Delorie2-4/+4
2000-11-07* gcc.c-torture/execute/string-opt-1.c: New test.Kaveh R. Ghazi2-0/+42
2000-11-07va-arg-15.x: New file.Jeffrey Oldham4-0/+32
2000-11-07* cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.Neil Booth2-2/+7
2000-11-07* c-common.c (combine_strings): Only warn about long strings for C.Kaveh R. Ghazi2-1/+5
2000-11-07* combine.c (distribute_notes): Fix typo in last change.J"orn Rennecke2-1/+5
2000-11-07rs6000.md (movdi_internal32+1): Use operand_subreg_force rather than gen_rtx_...Geoffrey Keating2-4/+14
2000-11-07Delete arm-linux-aout targetPhilip Blundell4-73/+6
2000-11-07ABOUT-GCC-NLS: Remove the patch for gettext as it has been accepted my the ge...Philipp Thomas2-132/+20
2000-11-07* testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.DJ Delorie2-0/+5
2000-11-07builtins.c (expand_builtin_strpbrk): New function.Kaveh R. Ghazi6-2/+171
2000-11-07decl.c (build_ptrmemfunc_type): Allow error_mark_node.Nathan Sidwell4-0/+29
2000-11-07Daily bump.Jeff Law2-2/+2
2000-11-07freebsd.h: New file -- FreeBSD/alpha architecture file.David O'Brien6-92/+236
2000-11-07tree.c (build_common_tree_nodes_2): Make va_list_type_node be a copy of ptr_t...Joseph Myers2-1/+6
2000-11-07combine.c (recog_for_combine): Allocate uninitialized vector with rtvec_alloc.J"orn Rennecke3-5/+11
2000-11-07flow.c (verify_local_live_at_start): Back out last change.J"orn Rennecke3-17/+41
2000-11-06reload1.c (eliminate_regs_in_insn): Allow a set to be a PARALLEL with (clobbe...J"orn Rennecke2-4/+20