aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-09-16class.c (copy_virtuals): Remove.Nathan Sidwell2-19/+13
2004-09-16c-tree.texi (Classes): Remove index entries for TREE_VIA_{PUBLIC,PROTECTED,PR...Nathan Sidwell2-3/+5
2004-09-16missing changelog entryNathan Sidwell1-0/+16
2004-09-16fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak6-170/+229
2004-09-16* search.c: Follow spelling conventions.Kazu Hirata2-6/+10
2004-09-16rs6000.c (rs6000_xcoff_asm_named_section): Update prototype.David Edelsohn2-1/+6
2004-09-16trans-io.c (transfer_array_component): New function.Victor Leikehman6-13/+190
2004-09-16* gfortran.texi: Fix a typo.Kazu Hirata2-1/+5
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell7-45/+48
2004-09-16encoding.c (ALTIVEC_VECTOR_MODE): Define a bogus macro.Andrew Pinski2-0/+9
2004-09-16* gcc.pot: Regenerate.Joseph Myers2-850/+858
2004-09-15re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)Andrew Pinski3-93/+78
2004-09-15re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)Andrew Pinski10-16/+164
2004-09-16cxxabi_tweaks.h (__cxa_cdtor_return_type): Define.Mark Mitchell7-32/+243
2004-09-16Revert accidental commit of unrelated/unfinished changes.Paul Brook1-85/+5
2004-09-16Daily bump.GCC Administrator2-2/+2
2004-09-16predict.c (expr_expected_value, [...]): New function.Jan Hubicka2-0/+154
2004-09-15Fix linux kernel miscompilation.James E Wilson2-0/+12
2004-09-15varasm.c (default_function_rdodata_section): Make sure to pass along a decl f...Mark Mitchell4-1/+33
2004-09-15time.h: Correct mismatch in 2004-09-10 check-in.Roger Sayle3-4/+9
2004-09-15tree-ssa-operands.c (add_call_clobber_ops): Fix unused variable warning with ...Richard Henderson2-37/+36
2004-09-15Makefile.in (tree-ssa-dom.o): Depend on tree-ssa-propagate.h.Steven Bosscher3-1/+17
2004-09-15re PR rtl-optimization/17427 (powerpc-linux does not bootstrap on HEAD with -...Andrew Pinski2-1/+8
2004-09-15turn off code clobbering optimization for static variables untilKenneth Zadeck1-1/+5
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers31-233/+282
2004-09-15* Make-lang.in (treelang-warn): Set to $(STRICT_WARN).Zack Weinberg2-5/+8
2004-09-15line-map.h (line_map_start): Add parameter names so preceding comment makes s...Per Bothner2-3/+8
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell29-103/+308
2004-09-15parse.c (eof_buf): Rename eof to eof_buf.Aaron W. LaFramboise2-3/+9
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl2-0/+18
2004-09-15tree-ssa.c (verify_flow_sensitive_alias_info): Do not walk dead nodes.Jan Hubicka2-1/+7
2004-09-15* tree-cfg.c (remove_bb): Release SSA defs.Jan Hubicka2-0/+5
2004-09-15check.c (gfc_check_getcwd_sub): New function.Steven G. Kargl10-7/+227
2004-09-15re PR fortran/16485 (Private subroutines from different modules collide durin...Tobias Schlüter4-3/+26
2004-09-15* doc/tm.texi: Follow spelling conventions.Kazu Hirata2-2/+6
2004-09-15* tree-ssa-dom.c: Fix comment typos.Kazu Hirata2-2/+6
2004-09-15Fix typo.Paul Brook1-1/+1
2004-09-15env.c (getenv, [...]): Remove trailing white space.Steven G. Kargl2-13/+30
2004-09-152004-09-15 Michael Koch <konqueror@gmx.de>Michael Koch2-7/+11
2004-09-15pr17252.c: Fix thinko.Diego Novillo2-5/+7
2004-09-15linux-unwind.h (struct gcc_pt_regs): Extend to include ccr.Alan Modra2-0/+12
2004-09-15* search.c (get_pure_virtuals): Remove unused variables.Nathan Sidwell2-4/+2
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell5-26/+15
2004-09-15expr.c (string_constant): Handle also read-only variables initialized to stri...Jakub Jelinek5-17/+148
2004-09-15builtins.c (expand_builtin_memmove): Optimize memmove (x, y, 1) into memcpy (...Jakub Jelinek6-7/+65
2004-09-15re PR tree-optimization/17468 (Java garbage collector miscompiled at -O1 and ...Zdenek Dvorak3-9/+62
2004-09-15* config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.Richard Sandiford2-2/+4
2004-09-15* doc/install.texi (sparc-sun-solaris2*): Properly format warning.Eric Botcazou2-5/+14
2004-09-14tree-ssa-dom.c (avail_exprs_stack): New global varray.Jeff Law2-163/+122
2004-09-14tree-dfa.c (free_df_for_stmt): No longer static.Jeff Law4-3/+26