aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2006-02-26common.opt (-floop-optimize, [...]): Remove.Steven Bosscher3-3/+8
2006-02-26fold-const.c (fold_binary): Fold (X & 1) ^ 1 as (X & 1) == 0.Roger Sayle2-0/+37
2006-02-26re PR tree-optimization/21137 (Convert (a >> 2) & 1 != 0 into a & 4 != 0)Roger Sayle2-0/+51
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 Nuzman3-0/+29
2006-02-25re PR middle-end/23673 (fold does not fold (a^b) != 0 to a != b)Roger Sayle4-0/+91
2006-02-25re PR fortran/23092 ([4.1 only] scalar mask for minval/maxval/sum/product)Thomas Koenig2-0/+18
2006-02-24Index: gcc/ChangeLogGeoffrey Keating4-0/+175
2006-02-24re PR libfortran/26423 (Error on binary I/O for large array)Jerry DeLisle2-0/+28
2006-02-24re PR fortran/24519 (gfortran slow because of incomplete dependency checking)Paul Thomas4-2/+101
2006-02-23re PR tree-optimization/26425 (ice on valid C code with flag -Os)Jeff Law2-0/+13
2006-02-23re PR middle-end/26412 (ICE with external arrays using OpenMP)Jakub Jelinek2-0/+23
2006-02-22re PR c++/26291 (Invalid ellipsis in operator not diagnosed)Volker Reichelt3-1/+19
2006-02-22re PR target/25603 (Miscompiled FORTRAN program)H.J. Lu2-0/+65
2006-02-22bf-spl1.c: Don't specify -m68000.Nathan Sidwell3-3/+7
2006-02-21* config/i386/darwin.h (DWARF2_FRAME_REG_OUT): New.Geoffrey Keating2-0/+30
2006-02-21re PR middle-end/26379 (ICE on vector shift RTL simplification)Jakub Jelinek2-0/+23
2006-02-21re PR tree-optimization/26361 (bootstrap failure on Alpha: xgcc runs out of m...Roger Sayle2-0/+38
2006-02-20complex-3.c: Split out first part into ...Andrew Pinski3-15/+19
2006-02-20re PR middle-end/19543 ([4.1 only] fortran LOGICAL*8 not consistently disting...Roger Sayle2-0/+27
2006-02-19re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert1-0/+69
2006-02-19re PR middle-end/26334 (ICE in lhd_set_decl_assembler_name)Jakub Jelinek2-0/+6
2006-02-19re PR fortran/26201 (__convert_i4_i8 written to a module.)Erik Edelmann2-0/+21
2006-02-19re PR fortran/25054 (nonconstant bounds array cannot appear in a namelist)Paul Thomas3-0/+60
2006-02-18re PR tree-optimization/25680 (Store CCP does not understand REALPART_EXPR < ...Andrew Pinski2-0/+20
2006-02-1820031106-1.c: Fix the final scan of the variable to take into account the var...Andrew Pinski3-4/+11
2006-02-18re PR middle-end/26334 (ICE in lhd_set_decl_assembler_name)Jakub Jelinek3-0/+39
2006-02-18re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new D...Joseph Myers3-0/+16
2006-02-18cpp.texi (__TIMESTAMP__): Document.Grigory Zagorodnev1-0/+5
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell2-1/+2
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell5-0/+60
2006-02-17re PR target/26255 (internal compiler error: in reload_cse_simplify_operands,...John David Anglin2-0/+36
2006-02-17where_10.f90: New test case.Roger Sayle8-0/+144
2006-02-16tree-vrp.c (set_value_range_to_nonnegative): New function.Jeff Law3-6/+30
2006-02-16re PR target/20353 (uclibc does not provide C99 math functions)Joseph Myers2-3/+11
2006-02-16re PR fortran/26224 (ICE in C$OMP SINGLE / END SINGLE COPYPRIVATE( ) block)Jakub Jelinek2-0/+13
2006-02-16re PR testsuite/25918 (gcc.dg/vect/vect-reduc-dot-s16.c scan-tree-dump-times ...Victor Kaplansky14-222/+486
2006-02-16Remove test which is invalid Ada 2005.Arnaud Charlet1-17/+0
2006-02-16re PR fortran/24557 (ICE: PRINTing function result of size depending on assum...Paul Thomas2-0/+20
2006-02-15re PR fortran/26054 (Gratuitous warning about Fortran 2003 features w/o -std=...Toon Moene14-24/+41
2006-02-15re PR middle-end/26300 (ICE in trunc_int_for_mode)Jakub Jelinek2-0/+47
2006-02-14re PR middle-end/23670 (Fold does not fold (a|b)&b to b likewise for (a&b) | ...Roger Sayle2-0/+57
2006-02-14re PR fortran/25045 ([4.1 only] DIM argument of PRODUCT is not optional)Thomas Koenig2-0/+15
2006-02-14re PR fortran/26277 (false warning about unused label for a warning used in e...Tobias Schlüter2-0/+13
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek75-0/+1607
2006-02-14re PR tree-optimization/26258 (Wrong alias information for struct addresses i...Richard Guenther2-0/+33
2006-02-13re PR fortran/26246 (return string length is being marked as TREE_STATIC and ...Andrew Pinski3-0/+35
2006-02-13re PR middle-end/26092 (ICE on const function pointer assigned to a builtin f...Jakub Jelinek2-0/+15
2006-02-13re PR fortran/26074 (Module array cannot be automatic or assumed shape)Paul Thomas9-3/+123
2006-02-13Index: gcc/ChangeLogGeoffrey Keating2-0/+9