aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell21-949/+614
2003-07-22alias.c: Fix comment formatting.Kazu Hirata22-29/+53
2003-07-22re PR preprocessor/11361 (ICE (segfault) in c-lex.c with one-liner)Per Bothner2-3/+14
2003-07-22diagnostic.c. (diagnostic_report_current_module): Update to match 2003-06-05 ...Per Bothner2-11/+14
2003-07-22lex.c (unqualified_fn_lookup_error): Mention that the error message needs to ...Wolfgang Bangerth2-2/+13
2003-07-22trouble.texi: Better document two-stage name lookup.Wolfgang Bangerth2-8/+48
2003-07-22s390.c (s390_valid_pointer_mode): New.Eric Christopher4-476/+574
2003-07-22re PR c++/11614 (Incorrect handling of pointers to arrays)Nathan Sidwell4-4/+51
2003-07-22hashtable.c (approx_sqrt): Make static.Zack Weinberg9-27/+40
2003-07-22re PR c++/10793 (ICE (treecheck) when partial-specializing with an invalid ty...Kriang Lerdsuwanakij4-0/+22
2003-07-22re PR c++/3004 (Accepts illegal code)Volker Reichelt11-0/+155
2003-07-22cp-tree.h (enum cp_lvalue_kind): Add clk_packed.Nathan Sidwell8-10/+159
2003-07-22c-common.c (handle_packed_attribute): Don't pack a struct via a typedef.Nathan Sidwell4-13/+74
2003-07-22* Makefile.in (install-common): Add dependency on installdirs.Nathanael Nerode2-1/+5
2003-07-22c-common.c (c_common_type_for_mode): Return integer types for pointer modes.Alexandre Oliva2-2/+7
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