aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-07-22c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.Geoffrey Keating2-8/+29
2003-07-22cpplex.c (_cpp_process_line_notes): Mention option name in trigraphs warning.Geoffrey Keating2-3/+11
2003-07-22combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, ...Kazu Hirata5-12/+19
2003-07-22Daily bump.GCC Administrator1-1/+1
2003-07-21* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.Jan Hubicka2-3/+6
2003-07-21c-common.h (num_in_fnames): Declare.Geoffrey Keating6-22/+38
2003-07-21compat.exp: Handle dg-options per source file.Janis Johnson16-33/+121
2003-07-21cppfiles.c (open_file_pch): Don't put unused entries in the splay tree.Neil Booth2-33/+35
2003-07-21c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME when it's...Geoffrey Keating2-8/+20
2003-07-21rs6000.h (machine_function): Add ra_need_lr.Jakub Jelinek3-1/+11
2003-07-21ia64.md (prefetch): Support predicate.H.J. Lu2-8/+12
2003-07-21re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Andrew Pinski2-0/+18
2003-07-21cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.Josef Zlomek3-27/+27
2003-07-21re PR rtl-optimization/11536 ([strength-reduce] -O2 optimalization produces w...Eric Botcazou4-1/+54
2003-07-21* doc/extend.texi: Fixes to spelling, grammar, and diction.Dave Fluri2-19/+24
2003-07-21Add 'instantiated from' dg-errorNathan Sidwell1-1/+1
2003-07-21invoke.texi (Optimize Options): Replace "it's" with "its".Ben Elliston2-6/+11
2003-07-21* Typo fixes.Ben Elliston1-5/+5
2003-07-21cp-tree.h (hack_identifier): Remove.Nathan Sidwell4-120/+89
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