aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2006-03-02Fixed a couple of objctective-c bugs.Fariborz Jahanian4-0/+57
2006-03-02single-precision-constant.c: Tweak for non-C99 runtimes.Eric Botcazou2-0/+8
2006-03-02re PR target/25908 (vtables with vague linkage is not being marked as vague o...Mike Stump2-0/+20
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas8-0/+202
2006-03-01re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin2-0/+24
2006-03-01re PR middle-end/26022 (ICE with references and virtual functions)Andrew Pinski2-0/+19
2006-03-01re PR libfortran/26136 (List directed input with underfilled (logicals) arra...Jerry DeLisle2-0/+58
2006-02-28re PR tree-optimization/14752 ([tree-ssa] "~a" should be changed to "a" if us...Roger Sayle2-0/+27
2006-02-28pr26421.c: Fix testcase to force struct decomposition.Richard Guenther2-1/+7
2006-02-28trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): If the mask expression exis...Thomas Koenig2-0/+6
2006-02-28re PR libfortran/26464 (Runtime I/O error/invald argument on READ)Jerry DeLisle3-0/+73
2006-02-27fold-const.c (fold_binary): Fold (~X & C) eq/ne 0 as (X & C) ne/eq 0, where C...Roger Sayle2-0/+37
2006-02-27re PR middle-end/19983 (__builtin_nan should allow 0X as well as 0x)Roger Sayle2-0/+22
2006-02-27opts.c (decode_options): Do not handle flag_strength_reduce.Zdenek Dvorak3-2/+7
2006-02-26re PR tree-optimization/26421 (tree-ssa-alias.c:find_used_portions considers ...Richard Guenther2-0/+24
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