aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-06-15Daily bump.GCC Administrator1-1/+1
2004-06-14install.texi (Prerequisites): Update libstdc++ entry to automake 1.8.5.Benjamin Kosnik2-3/+7
2004-06-14s390.h (TARGET_SWITCHES): Change -mtpf (-mno-tpf) to -mtpf-trace (-mno-tpf-tr...Eric Christopher3-14/+30
2004-06-14* real.c: Fix bit count in head comment.Eric Botcazou2-1/+5
2004-06-14tree-ssa.c (kill_redundant_phi_nodes): More correctly handle PHIs where the d...Jeff Law4-4/+50
2004-06-14Fix ChangeLog, fix parentheses from previous patch to trans-intrinsic.cTobias Schlüter2-3/+4
2004-06-14re PR fortran/15211 (ICE with LEN intrinsic)Tobias Schlüter4-1/+26
2004-06-14re PR middle-end/15945 (Incorrect floating point optimization)Jakub Jelinek2-0/+41
2004-06-14* opts.sh (var_args): Fix regexp.Zdenek Dvorak2-1/+5
2004-06-14re PR target/15178 (Solaris 9/x86 fails linking after stage 3)Jakub Jelinek2-0/+20
2004-06-14re PR fortran/15510 (Should not warn about unused variables from used modules)Tobias Schlüter2-4/+11
2004-06-14re PR c++/15096 (parse error with templates and pointer to const member)Mark Mitchell6-19/+83
2004-06-14re PR fortran/14928 (minloc intrinsic does not understand mask)Tobias Schlüter7-51/+98
2004-06-14* dwarf2out.c (output_call_frame_info): Support dwarf3 cie entries.Paul Brook2-1/+9
2004-06-14Makefile.in (FLAGS_H): New.Zdenek Dvorak12-1808/+448
2004-06-14ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.Richard Kenner7-65/+124
2004-06-14sparc.h: Correct comment about availability of little endian option.Ian Lance Taylor2-1/+4
2004-06-14config.gcc: Remove sparc64-*-aout*.Ian Lance Taylor5-108/+7
2004-06-14[multiple changes]Arnaud Charlet30-911/+1445
2004-06-14s390.c: Include "tree-gimple.h".Ulrich Weigand4-53/+62
2004-06-14basic-block.h (could_fall_through): Declare.J"orn Rennecke8-18/+139
2004-06-14rs6000.h (ASM_CPU_SPEC): Handle -mpowerpc64 and -mcpu for power5 and rs64a.Alan Modra2-11/+21
2004-06-14Fixed 2005-05-25 entry to mention that rtlhooks-def.h was added.Paolo Bonzini1-0/+1
2004-06-14gcse.c (hash_scan_set, [...]): Revert previous change, don't use CALL_P.Steven Bosscher2-6/+11
2004-06-13tree.h: Move std_gimplify_va_arg_expr protoype here.Jason Merrill3-1/+6
2004-06-14Fix PR tree-optimization/15979 Fix PR tree-optimization/15981Daniel Berlin2-5/+26
2004-06-14Daily bump.GCC Administrator1-1/+1
2004-06-13* intrinsic.c (add_sym_2s): Use correct function types.Paul Brook2-4/+8
2004-06-13Makefile.am (gfor_helper_src): Add runtime/normalize.f90.Paul Brook2-0/+28
2004-06-13tree-ssa-pre.c (add_to_value): is_gimple_min_invariant things are available e...Daniel Berlin2-0/+10
2004-06-13fold-const.c (fold_checksum_tree <case 't'>): Only look at TREE_VALUES if the...Andrew Pinski2-3/+15
2004-06-13decl.c (grokdeclarator): Do not depend on C99's _Bool's behavior.Andrew Pinski2-3/+7
2004-06-13* tree-sra.c (tree_sra): Update documentation.Diego Novillo2-9/+11
2004-06-13c-typeck.c (comptypes, [...]): Remove flags parameter.Joseph Myers7-63/+57
2004-06-13c-decl.c (diagnose_mismatched_decls): Improve error message.Eric Christopher5-41/+30
2004-06-13libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.3.4.Kaz Kojima2-1/+11
2004-06-13expmed.c (shift_cost, [...]): Additionally index by machine mode.Roger Sayle2-70/+92
2004-06-13s390.h: Rename TARGET_TPF to TARGET_TPF_PROFILING.Eric Christopher4-8/+20
2004-06-13Daily bump.GCC Administrator1-1/+1
2004-06-12Fix changelog typo.Paul Brook1-1/+1
2004-06-12Make-lang.in (F95_OBJS, [...]): Alpabetize.Tobias Schlüter3-18/+18
2004-06-12fold-const.c (omit_two_operands): New function.Roger Sayle4-23/+100
2004-06-12check.c (gfc_check_second_sub, [...]): New functions.Steven G. Kargl7-2/+256
2004-06-12* gfortran.fortran-torture/execute/contained_3.f90: New test.Paul Brook2-0/+26
2004-06-12re PR libfortran/14923 (gfortran misses the DATE_AND_TIME intrinsic)Tobias Schlüter2-0/+31
2004-06-12re PR fortran/14957 (testsuite issues)Tobias Schlüter4-3/+20
2004-06-12PR fortran/15665 Fixup ChangeLog from my previous commitTobias Schlüter1-1/+1
2004-06-12PR fortran/15655Fixup ChangeLog entries from previous commit by Paul BrookTobias Schlüter1-0/+1
2004-06-12re PR fortran/12841 (passing null to a subroutine)Tobias Schlüter5-5869/+41
2004-06-12args.c: Implement GETARG and IARGC.Bud Davis2-0/+28