aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher15-458/+50
2004-06-03Daily bump.GCC Administrator1-1/+1
2004-06-02tree-cfg.c (tree_find_edge_insert_loc): Allow inserting before return_stmt.Jan Hubicka2-0/+21
2004-06-02When a class template is explicitly instantiated, its member should be too.Matt Austern5-53/+54
2004-06-02Makefile.in (TAGS): Don't mess with c-parse.[ch].Jason Merrill2-5/+6
2004-06-02cp-tree.h: Fix typo.Andrew Pinski2-1/+3
2004-06-02objc.exp (objc_target_compile): When running tests on Darwin (Mac OS X)...Ziemowit Laski2-0/+15
2004-06-02c-typeck.c (common_type): Don't lose type qualifiers when creating new variants.Eric Christopher4-34/+68
2004-06-02Add function name to the changelog.Andrew Pinski1-1/+2
2004-06-02cp-tree.h: Include cgraph.hAndrew Pinski2-2/+11
2004-06-02ssa-sra-1.C: Fix comment.Andrew Pinski3-2/+5
2004-06-02re PR tree-optimization/14736 ([tree-ssa] code quality regression)Andrew Pinski6-1/+144
2004-06-02re PR tree-optimization/15738 ([tree-ssa] Convert strrchr(s, c) to strchr(s, ...Kazu Hirata2-0/+21
2004-06-02i386.c (ix86_adjust_cost): Don't increase the cost for load+operation for PRO...Steven Bosscher2-11/+9
2004-06-02re PR fortran/15557 (Not Implemented: Substring reference in DATA statement)Tobias Schlüter4-5/+124
2004-06-02Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn12-40/+139
2004-06-02Daily bump.GCC Administrator1-1/+1
2004-06-01re PR c++/15142 (Internal compiler error when passing a string where a char* ...Jason Merrill3-8/+39
2004-06-01function.c (walk_fixup_memory_subreg): New parameter 'var'.Eric Botcazou2-11/+18
2004-06-01re PR c++/13092 (Accepts invalid pointer-to-member conversion)Jason Merrill4-0/+87
2004-06-01revert accidental checkinJason Merrill1-6/+4
2004-06-01re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij6-28/+51
2004-06-01c-parse.in (OFFSETOF, [...]): New.Richard Henderson15-239/+429
2004-06-01Also credit Peter Jakubek for last patch.Bernardo Innocenti1-0/+1
2004-06-01m68k.c (m68k_output_mi_thunk): For ColdFire, use %d0 as a scratch to perform ...Peter Barada2-0/+22
2004-06-01re PR target/14018 (m68k backend: -malign-loops/-malign-jumps broken)Bernardo Innocenti3-75/+18
2004-06-01re PR fortran/15477 (gfortran should not have own version number)Tobias Schlüter3-4/+9
2004-06-01re PR target/15626 (GCC 3.4 emits "ld: warning: relocation error: R_SPARC_UA32")Paul Eggert2-2/+20
2004-06-01re PR c++/14932 (cannot use offsetof to get offsets of array elements in g++ ...Giovanni Bajo4-3/+29
2004-06-01stmt.c (expand_decl): Be more selective about calling mark_reg_pointer.Jeff Law2-5/+19
2004-06-01re PR objc/7993 (private variables cannot be shadowed in subclasses)Nicola Pero5-18/+146
2004-06-01invoke.texi (-static-libgcc): Explicitly mention non-GNU linkers.Eric Botcazou2-8/+13
2004-06-01Daily bump.GCC Administrator1-1/+1
2004-05-31re PR c++/15701 (ICE with friends and template template parameter)Mark Mitchell4-1/+27
2004-06-01re PR target/12968 (doc m68k -mshort)Bernardo Innocenti2-0/+7
2004-05-31re PR c/15749 (--pedantic-errors behaves differently from --pedantic with C-c...Joseph Myers5-2/+50
2004-05-31re PR target/15693 (ICE - unrecognizable insn)Eric Botcazou6-2/+69
2004-05-31re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell15-18/+200
2004-05-31gengtype-lex.l: Catch stray GTY markers in the files gengtype looks at.Geoffrey Keating3-1/+13
2004-05-31* trans-types.c: Fix spelling & layout in comments.Tobias Schlüter2-10/+28
2004-05-31re PR tree-optimization/15743 (Fold index() at tree level.)Kazu Hirata2-0/+7
2004-05-31re PR c++/15069 (a bit test on a variable of enum type is miscompiled)Roger Sayle4-5/+37
2004-05-31pa.md: Disable the peephole2 patterns that generate indexed floating-point st...John David Anglin2-0/+33
2004-05-31c-pretty-print.c (pp_c_left_bracket): Make a function.Gabriel Dos Reis6-51/+153
2004-05-31sol2.h (__enable_execute_stack): ANSIfy function definition.Eric Botcazou2-2/+6
2004-05-31parser.c (cp_parser_simple_type_specifier): Explicitly test against NULL_TREE.Eric Botcazou2-1/+7
2004-05-31jcf-write.c (generate_bytecode_conditional): Correct handling of unordered co...Bryce McKinlay2-4/+12
2004-05-31c-incpath.c (add_path): Canonicalize paths to use '/' if HAVE_DOS_BASED_FILES...Danny Smith2-0/+15
2004-05-31tree-ssa-dom.c (record_equivalences_from_incoming_edge): Only look at case la...Steven Bosscher2-2/+13
2004-05-31* builtins.c: Add a prototype for fold_builtin_strchr().Kazu Hirata2-0/+5