aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-07-21Daily bump.GCC Administrator1-1/+1
2003-07-20* doc/invoke.texi: Fixes to style, grammar and diction.Lisa M. Goldstein2-27/+31
2003-07-20builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.Roger Sayle4-16/+7
2003-07-20configure.in: Cache the results of testing for cmp's capabilities.Phil Edwards3-231/+243
2003-07-20re PR debug/11279 (DWARF-2 output mishandles large enums)Mark Mitchell2-2/+9
2003-07-20re PR c++/11546 (Type lookup problems in out-of-line definition of a class do...Mark Mitchell2-0/+22
2003-07-20Daily bump.GCC Administrator1-1/+1
2003-07-19* c-decl.c (named_labels, shadowed_labels, label_level_chain)Zack Weinberg8-299/+475
2003-07-19* sched-rgn.c (find_rgns): Initialize current_edge correctly.Zdenek Dvorak2-1/+6
2003-07-19makefile.texi (restrap, [...]): Document targets.Phil Edwards2-0/+15
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi44-236/+203
2003-07-19s390.c (legitimize_pic_address): Access local symbols relative to the GOT ins...Ulrich Weigand4-419/+384
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi119-1150/+957
2003-07-19c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.Gabriel Dos Reis3-2/+8
2003-07-19Correct entries informationKriang Lerdsuwanakij2-3/+3
2003-07-19c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.Gabriel Dos Reis2-141/+229
2003-07-19common.opt: Document --param.Neil Booth9-47/+163
2003-07-19Add missing PR number.David S. Miller1-0/+1
2003-07-18optabs.c (prepare_operand): Fail gracefully instead of abort if the predicate...Richard Henderson2-1/+17
2003-07-19Daily bump.GCC Administrator1-1/+1
2003-07-18c-common.c: Don't undefine GCC_DIAG_STYLE.Gabriel Dos Reis4-34/+49
2003-07-18Makefile.in (ifcvt.o): Add cfgloop.h.Zdenek Dvorak5-3/+55
2003-07-18combine.c (simplify_comparison): Don't share rtx when converting (ne (and (no...Kazu Hirata2-1/+6
2003-07-18aix.h (AGGREGATE_PADDING_FIXED): Define.David Edelsohn2-0/+30
2003-07-18cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p to skip the addr_vec.Richard Henderson2-10/+12
2003-07-18combine.c (combinable_i3pat): Don't forbid occurrences of i2dest or i1dest in...Alexandre Oliva2-3/+13
2003-07-18changelog for previous patchNathan Sidwell1-0/+10
2003-07-18cp-tree.h (finish_non_static_data_member): Add object param.Nathan Sidwell7-20/+79
2003-07-18* cgraph.c (cgraph_remove_node): Clear the hash table slot.Jan Hubicka2-0/+10
2003-07-18init-ref4.C: xfail on targets without weak symbols.Andrew Pinski2-1/+7
2003-07-18re PR target/11087 (gcc miscompiles raid1.c from linux kernel)Jakub Jelinek4-3/+110
2003-07-18toplev.c (rest_of_handle_addresof): Rename into rest_of_handle_addressof.Eric Botcazou4-5/+52
2003-07-18Makefile.in, [...]: Remove handling of lang-options.h and options_.h.Neil Booth11-193/+46
2003-07-18c-decl.c (pushdecl_function_level): Make static, return nothing.Zack Weinberg5-56/+61
2003-07-18simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap commutative op...Roger Sayle2-8/+7
2003-07-18re PR rtl-optimization/11557 (constant folding)Mark Mitchell4-1/+39
2003-07-18cse.c (fold_rtx): Use swap_commutative_operands_p to determine whether to reo...Roger Sayle2-4/+10
2003-07-18fold-const.c (const_binop): Avoid performing the FP operation at compile-time...Roger Sayle5-736/+801
2003-07-18Daily bump.GCC Administrator1-1/+1
2003-07-17Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski7-0/+113
2003-07-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating10-44/+91
2003-07-17c-opts.c (this_input_filename): New.Geoffrey Keating2-6/+18
2003-07-17objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to c_write_global_declarations.Zack Weinberg2-0/+6
2003-07-17Makefile.in: Depend .pot generation on options.c.Neil Booth3-6/+17
2003-07-17Missed this hunk - belongs with the previous patchZack Weinberg1-1/+2
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg9-148/+85
2003-07-17inclhack.def (solaris_mutex_init_2): Escape braces in regexp that don't form ...Zack Weinberg3-11/+17
2003-07-17re PR target/10907 ([IA64] gcc violates the ia64 ABI)Richard Henderson2-14/+15
2003-07-17Fix typo in dateKriang Lerdsuwanakij1-1/+1
2003-07-17re PR c++/7809 (befriending inaccessible names)Kriang Lerdsuwanakij4-0/+28