aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-28* rtl.def (define_constraint, define_register_constraint)Zack Weinberg13-299/+1678
2006-02-28re PR libfortran/26464 (Runtime I/O error/invald argument on READ)Jerry DeLisle3-0/+73
2006-02-28re PR libfortran/26464 (Runtime I/O error/invald argument on READ)Jerry DeLisle3-3/+13
2006-02-28re PR other/26473 (cross-building installs ssp headers to $(includedir))Mark Mitchell6-24/+62
2006-02-28Daily bump.GCC Administrator1-1/+1
2006-02-27lambda-code.c (can_convert_to_perfect_nest): Allow any type ofDaniel Berlin2-11/+13
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek20-102/+185
2006-02-27tree-ssa-structalias.c (get_constraint_for): Move code to deal with aggregate...Daniel Berlin2-51/+30
2006-02-27The file was empty.Kenneth Zadeck1-0/+0
2006-02-27re PR libstdc++/14866 (27_io/ios_base/sync_with_stdio/1.cc is broken on simul...Paolo Carlini1-0/+6
2006-02-27re PR libstdc++/14866 (27_io/ios_base/sync_with_stdio/1.cc is broken on simul...Paolo Carlini1-11/+12
2006-02-272006-02-27 Paolo Carlini <pcarlini@suse.de>Paolo Carlini3-1/+83
2006-02-27fold-const.c (fold_binary): Fold (~X & C) eq/ne 0 as (X & C) ne/eq 0, where C...Roger Sayle4-0/+88
2006-02-27re PR middle-end/19983 (__builtin_nan should allow 0X as well as 0x)Roger Sayle4-2/+33
2006-02-27opts.c (decode_options): Do not handle flag_strength_reduce.Zdenek Dvorak9-55/+63
2006-02-27Daily bump.GCC Administrator1-1/+1
2006-02-26re PR tree-optimization/26421 (tree-ssa-alias.c:find_used_portions considers ...Richard Guenther4-0/+41
2006-02-26common.opt (-floop-optimize, [...]): Remove.Steven Bosscher14-84/+31
2006-02-26md.texi (Machine Constraints): Refer to all files with paths relative to gcc ...Zack Weinberg2-66/+72
2006-02-26cmath: Add templates (8.16.3).Paolo Carlini10-6/+275
2006-02-26fold-const.c (fold_binary): Fold (X & 1) ^ 1 as (X & 1) == 0.Roger Sayle4-0/+72
2006-02-26re PR tree-optimization/21137 (Convert (a >> 2) & 1 != 0 into a & 4 != 0)Roger Sayle4-0/+106
2006-02-26re PR middle-end/25125 ((short) ((int)(unsigned short) + (int)) is done in th...Dorit Nuzman4-0/+154
2006-02-26re PR tree-optimization/26359 (Over optimization of loop when using -ftree-ve...Dorit Nuzman5-0/+37
2006-02-26Daily bump.GCC Administrator1-1/+1
2006-02-25simplify-rtx.c (simplify_relational_operation_1): Simplify (X^Y) == 0 as X ==...Roger Sayle2-1/+40
2006-02-25re PR middle-end/23673 (fold does not fold (a^b) != 0 to a != b)Roger Sayle6-0/+125
2006-02-25[multiple changes]Andreas Tobler6-116/+354
2006-02-25scan-decls.c (scan_decls): Don't fetch new statement after CPP_EOF.Juergen Weigert2-0/+7
2006-02-25re PR fortran/23092 ([4.1 only] scalar mask for minval/maxval/sum/product)Thomas Koenig4-6/+69
2006-02-25combine.c (gen_lowpart_or_truncate): Call simplify_gen_unary(TRUNCATE, ...) i...Adam Nemet2-1/+6
2006-02-25Daily bump.GCC Administrator1-1/+1
2006-02-24invoke.texi: Move -fopenmp description to "Options for Code Generation".Diego Novillo2-9/+14
2006-02-24* doc/install.texi: Require GNU tar version 1.14.David Edelsohn2-1/+5
2006-02-24Index: gcc/ChangeLogGeoffrey Keating16-7/+257
2006-02-24re PR middle-end/24952 (ICE: RTL check: expected code 'set' or 'clobber', ha...Roger Sayle2-1/+8
2006-02-24array (array<>::swap, assign): Implement.Paolo Carlini5-21/+178
2006-02-24fold-const.c (fold_comparison): New subroutine of fold_binary containing tran...Roger Sayle2-686/+705
2006-02-24re PR libfortran/26423 (Error on binary I/O for large array)Jerry DeLisle2-0/+28
2006-02-24re PR libfortran/26423 (Error on binary I/O for large array)Jerry DeLisle2-6/+17
2006-02-24rs6000.c (rs6000_init_builtins): Change decl libname for clog to __clog on AIX.David Edelsohn3-0/+18
2006-02-24re PR fortran/26409 (ICE on Assumed shape nested subroutine)Paul Thomas2-3/+10
2006-02-24re PR fortran/24519 (gfortran slow because of incomplete dependency checking)Paul Thomas7-12/+135
2006-02-24re PR target/26453 (Segfault with -m64 -mtraceback=full)Alan Modra2-3/+8
2006-02-24gthr-posix.h (__gthrw): Fix typo in comment.Roger Sayle2-2/+7
2006-02-24Daily bump.GCC Administrator1-1/+1
2006-02-24cpp.texi (Character sets): Document that we do support input files to be in a...Geoffrey Keating2-6/+7
2006-02-23tree.h (PHI_ARG_NONZERO): Remove.Jeff Law3-6/+7
2006-02-23re PR tree-optimization/26425 (ice on valid C code with flag -Os)Jeff Law4-1/+24
2006-02-23module.c (read_module): Remove redundant code lines.Erik Edelmann2-6/+4