aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-05-17[multiple changes]Arnaud Charlet91-1917/+2144
2004-05-17mips.h (MASK_DEBUG_G, [...]): Delete.Richard Sandiford3-853/+82
2004-05-17optabs.c (expand_unop): Try implementing negation using subtraction from zero.Richard Sandiford2-0/+14
2004-05-17pa.md: Fix typo from last change.John David Anglin2-7/+10
2004-05-17Daily bump.GCC Administrator1-1/+1
2004-05-16re PR target/10982 ([arm] poor optimisation of "if (var & const)")Richard Earnshaw2-5/+112
2004-05-16* options.c (gfc_handle_module_path_options): Fix buffer overrun.Paul Brook2-1/+5
2004-05-16* arith.c (gfc_range_check): Fix logic error.Paul Brook2-1/+5
2004-05-16* arith.c: Fix comment typos.Steve Kargl2-4/+8
2004-05-16Daily bump.GCC Administrator1-1/+1
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher16-62/+94
2004-05-1520040514-1.c: Add '}' that was forgotten.Andrew Pinski2-0/+5
2004-05-15re PR fortran/13742 (Not Implemented: initial values for COMMON or EQUIVALENCE)Tobias Schlüter3-3/+48
2004-05-15be.po, [...]: Update.Joseph Myers12-41022/+42012
2004-05-15Make-lang.in (f95.generated-manpages): Remove.Joseph Myers2-29/+22
2004-05-15re PR libfortran/15311 (Incorrect handling of A edit descriptor)Bud Davis2-0/+19
2004-05-15* decl.c (add_init_expr_to_sym): Check for variable size arrays.Victor Leikehman2-1/+19
2004-05-15builtins.c (simplify_builtin_strcpy): Avoid use of chainon...Roger Sayle2-6/+14
2004-05-15re PR fortran/13826 (Derived types in DATA statements not PARAMETERs)Tobias Schlüter4-3/+16
2004-05-15re PR fortran/13826 (Derived types in DATA statements not PARAMETERs)Tobias Schlüter6-5/+30
2004-05-15lib1funcs.asm (_lshrdi3, [...]): Add ASM implementations for ARM and Thumb.Richard Earnshaw3-0/+117
2004-05-15re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter11-347/+451
2004-05-15Make-lang.in (trans-common.o): Remove redundant dependency.Tobias Schlüter2-2/+8
2004-05-15* prefix.c: Update copyright year for previous check-in.Roger Sayle1-1/+1
2004-05-15prefix.c (update_path): Replace PREFIX with KEY only when it matches a full d...Thomas Quinot2-5/+14
2004-05-15arm.h (TARGET_APCS_32): Delete.Richard Earnshaw27-567/+153
2004-05-15rs6000.c (rs6000_va_arg <ABI_V4>): Don't use UNITS_PER_WORD to calculate gpr ...Alan Modra2-2/+16
2004-05-15const-elim-1.c: Remove XFAIL for s390*-*-*.Ulrich Weigand3-2/+9
2004-05-15extend.texi: Update WG14 URL.Joseph Myers4-2/+10
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher16-58/+93
2004-05-15tree-ssa-dom.c (redirect_edges_and_update_ssa_graph): Don't even bother marki...Jeff Law2-17/+40
2004-05-15re PR c/15444 (Bad warning message in printf format checking)Joseph Myers5-1/+65
2004-05-15Daily bump.GCC Administrator1-1/+1
2004-05-15dump-parse-tree.c (gfc_show_array_ref): Print colon only for ranges when dump...Tobias Schlüter2-7/+22
2004-05-14decl.c (variable_decl): Always apply default initializer.Victor Leikehman4-4/+25
2004-05-14name-lookup.c (struct scope_binding): New.Geoffrey Keating2-43/+65
2004-05-14* gcc.pot: Regenerate.Joseph Myers2-4492/+5251
2004-05-14arm.md (all peephole2 patterns): Use predicates that validate register classe...Richard Earnshaw2-19/+19
2004-05-14re PR rtl-optimization/14472 ([tree-ssa] [regression] no sib calling for enum...Steven Bosscher2-6/+22
2004-05-14tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Reorganize so that it pi...Jeff Law4-2/+47
2004-05-14noncontinuation_1.f90: Rename this ...Tobias Schlüter2-0/+7
2004-05-14passes.c (rest_of_handle_null_pointer): Remove.Steven Bosscher4-1173/+28
2004-05-14re PR fortran/15206 (RRSPACING intrinsics returns wrong result for 0.0)Tobias Schlüter2-11/+26
2004-05-14re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski9-41/+110
2004-05-14* match.c (gfc_match): Eliminate dead code.Tobias Schlüter2-9/+4
2004-05-14parse.c (gfc_statement_next_fixed): (Change from Andy's tree) Detect bad cont...Tobias Schlüter4-2/+24
2004-05-14[multiple changes]Arnaud Charlet23-369/+743
2004-05-14re PR fortran/15205 (NEAREST intrinsic returns wrong value in DOUBLE PRECISION)Tobias Schlüter4-1/+20
2004-05-14re PR fortran/14066 (Infinite DO loops not recognized.)Tobias Schlüter4-10/+49
2004-05-14re PR fortran/15051 (Incorrect error for empty interface block)Tobias Schlüter4-13/+37