aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-12-11einfo.ads: Minor reformattingGeert Bosch10-117/+449
2001-12-11gnatcmd.adb: Changed /COMPILE_ONLY to /ACTIONS=COMPILE Changed /BIND_ONLY to ...Geert Bosch5-16/+40
2001-12-11checks.adb (Insert_Valid_Check): Apply validity check to expression of conver...Geert Bosch3-19/+41
2001-12-11es.po: Update to 3.0 template.Martin v. Löwis2-2412/+10669
2001-12-11flow.c (find_regno_partial): Indent properly.Aldy Hernandez2-17/+25
2001-12-11re PR c++/51 (g++ reports error for ISO C++ example)Nathan Sidwell6-3/+49
2001-12-11c-common.c (combine_strings): Complain if concatenating __FUNCTION__.Neil Booth7-3/+42
2001-12-11c-common.c (type_for_mode): Handle unsigned vectors.Aldy Hernandez4-59/+103
2001-12-11Correct innacurate documentation of ADJUST_FIELD_ALIGN.David Edelsohn1-1/+1
2001-12-11objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names.Stan Shebs5-2/+70
2001-12-11config.gcc (m68020-*-elf*): Expand tm_file to include all needed cpu configur...David O'Brien8-7/+18
2001-12-11objc-act.c (build_constructor): Cast initializer values to the proper field t...Richard Henderson2-1/+25
2001-12-11lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer u...Tom Tromey2-1/+9
2001-12-11* unwind-dw2.c (execute_cfa_program): Fix DW_CFA_restore handling.Jakub Jelinek2-3/+7
2001-12-11class.c (make_method_value): Use null_pointer_node to represent empty excepti...Jeff Sturm2-1/+6
2001-12-11builtins.c (expand_builtin): Use a switch statement to list those functions n...Roger Sayle2-82/+110
2001-12-11prune.exp (prune_gcc_output): Also handle "In member function".Jason Merrill2-1/+6
2001-12-11vms.h (LIB_SPEC): Define.Douglas B Rupp3-2/+8
2001-12-11* intl/localealias.c (strings.h): Include.Douglas B Rupp2-0/+8
2001-12-11* libgcc2.c (_bb): Remove ctime declaration.Douglas B Rupp2-1/+2
2001-12-11Makefile.in (stage[1234]-start): $(LN_S) utilities in a manner that works if ...Douglas B Rupp2-12/+15
2001-12-11* config/alpha/x-vms (version): Change "." to "_".Douglas B Rupp2-0/+4
2001-12-11configure.in: Hardcode that vfork works on VMS host.Douglas B Rupp3-147/+164
2001-12-11Daily bump.GCC Administrator2-2/+2
2001-12-11* check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.Tom Tromey2-13/+7
2001-12-10* rs6000.c (processor_target_table): Add PPC405.David Edelsohn2-0/+4
2001-12-10gcc.c (convert_filename): Add do_obj parameter.Douglas B Rupp2-7/+15
2001-12-10* config/sparc/sol2-sld-64.h: Include dbxelf.h again.Rainer Orth2-0/+5
2001-12-10combine.c (known_cond): Check mode of each operand to determine if COND is co...Jeffrey A Law2-1/+12
2001-12-10re PR c++/72 (aggressive type analysis in template-class's template-member-fu...Nathan Sidwell4-3/+38
2001-12-10rs6000.h (processor_type): Add PPC405.David Edelsohn3-17/+78
2001-12-10alpha.md (unaligned_extendhidi): Call gen_lowpart instead of hardcoding subre...Richard Henderson2-6/+11
2001-12-10install.texi (Final install): Request additional information in mail about su...Janis Johnson1-7/+35
2001-12-10c-lex.c, [...]: Revert concatenation changes.Neil Booth7-108/+144
2001-12-10i386.md (leave, [...]): Adjust pattern to match what insn does.Richard Kenner2-2/+7
2001-12-10Makefile.in: Add $(OUTPUT_OPTION) to compilation rules.Douglas B Rupp6-44/+64
2001-12-10cpp.texi: Don't condition menus on @ifinfo.Joseph Myers6-9/+16
2001-12-10* vmsdbgout.c (lookup_filename): Remove warning.Richard Kenner2-1/+5
2001-12-10config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms*Douglas B Rupp5-6/+25
2001-12-10* Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.Nathan Sidwell2-1/+5
2001-12-10Daily bump.GCC Administrator2-2/+2
2001-12-09check-init.c (current_switch_has_default): New static field.Per Bothner2-1/+20
2001-12-09Trivial updates to last patch.Richard Kenner1-2/+2
2001-12-09t-vms (EXTRA_PARTS): Append $(VMS_EXTRA_PARTS) Add rules for building [vp]crt0.oDouglas B Rupp7-2/+216
2001-12-09hwint.h (HOST_BITS_PER_LONGLONG): Deal with __int64 type.Richard Kenner3-1/+13
2001-12-09tree.c (append_random_char): Conditionalize INO for VMS.Richard Kenner2-4/+15
2001-12-10cfgcleanup.c (label_is_jump_target_p): New function.Richard Henderson2-3/+46
2001-12-09vmsdbgout.c (lookup_filename): Assign null string instead of null pointer to ...Douglas B Rupp2-1/+6
2001-12-09check-init.c (check_init): Don't allow pre- or post- increment or decrement o...Tom Tromey2-5/+19
2001-12-09alpha.c (alpha_align_insns): Suppress realignment immediately after a call; i...Richard Henderson2-8/+18