aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture
AgeCommit message (Expand)AuthorFilesLines
2007-09-26re PR tree-optimization/33563 (DSE removes non-dead store)Richard Guenther1-0/+22
2007-09-26re PR tree-optimization/30375 (tree-ssa-dse incorrectly removes struct initia...Richard Guenther2-0/+68
2007-09-22sourcebuild.texi (dg-add-c99-runtime-options): Document.Richard Sandiford5-10/+5
2007-09-05cpuid.h: New file.Uros Bizjak1-11/+11
2007-09-05mipscop-1.c: Add nomips16 attributes.Sandra Loosemore3-23/+6
2007-09-03* gcc.dg/torture/cris-asm-mof-1.c: Skip if -march defined.Jesper Nilsson1-0/+1
2007-08-16re PR middle-end/32897 (Invalid rematerialisation of subregs)Richard Sandiford1-0/+27
2007-08-07type-generic-1.C: Add -mieee for sh.Kaz Kojima1-0/+1
2007-08-02re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi1-0/+11
2007-07-27re PR testsuite/32471 (Testcases which always fail on targets where an int is...Rask Ingemann Lambertsen3-12/+15
2007-07-27pr27743.c (bar): Use an integer of exactly 32 bits because the test relies on...Rask Ingemann Lambertsen1-3/+4
2007-07-25pr29584.c: Only run test if pointers have the same size as "long int" and are...Rask Ingemann Lambertsen2-2/+2
2007-07-25pr30313.c (struct S): Make sure the bit-field is exactly as wide as an int.Rask Ingemann Lambertsen1-0/+8
2007-05-25builtin-math-4.c: Fix dg-xfail-if.Kaveh R. Ghazi1-1/+1
2007-05-19re PR middle-end/30250 (Evaluate lgamma/gamma at compile-time)Kaveh R. Ghazi2-1/+87
2007-05-18re PR middle-end/31796 (Evaluate remquo/remainder/drem at compile-time)Kaveh R. Ghazi2-0/+142
2007-05-18re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi2-0/+52
2007-05-18re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi1-0/+117
2007-05-16README: Update for new files.Uros Bizjak2-2/+0
2007-03-19re PR tree-optimization/31254 (verify_ssa failed: type mismatch between an SS...Andrew Pinski1-0/+26
2007-03-19pr26565.c: Expect warning on packed field for target default_packed.Hans-Peter Nilsson1-1/+1
2007-03-11re PR middle-end/31115 (libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic...Richard Guenther1-0/+22
2007-03-08builtins.def (lceil, [...]): Mark with ATTR_CONST_NOTHROW_LIST.Kaveh R. Ghazi8-115/+141
2007-03-05convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint conversion.Kaveh R. Ghazi1-0/+37
2007-02-28re PR middle-end/30364 (Wrong variable ranges due to constant folding)Richard Guenther3-0/+58
2007-02-28builtin-frexp-1.c: On mips*-*-irix6* and powerpc*, use -funsafe-math-optimiza...Kaveh R. Ghazi3-0/+9
2007-02-26builtin-modf-1.c: Use -fno-finite-math-only on sh* targets.Kaveh R. Ghazi1-0/+1
2007-02-24builtins.c (fold_builtin_modf): New.Kaveh R. Ghazi1-0/+159
2007-02-23builtins.c (fold_builtin_logb, [...]): New.Kaveh R. Ghazi4-0/+205
2007-02-23builtins.c (fold_builtin_frexp): New.Kaveh R. Ghazi1-0/+118
2007-02-21builtin-ldexp-1.c: Use -fno-finite-math-only on sh* targets.Kaveh R. Ghazi1-4/+5
2007-02-20fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb, scalbn and scalbln.Kaveh R. Ghazi1-4/+7
2007-02-19builtins.c (fold_builtin_load_exponent): New.Kaveh R. Ghazi2-1/+271
2007-02-14emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex types as aggregat...Joseph Myers1-0/+29
2007-02-06re PR middle-end/27302 (Fold does not fold (i < j) == (j > i) to 1)Richard Guenther1-0/+52
2007-02-05re PR target/30665 (peephole2 misapplied on postinc mem)Hans-Peter Nilsson2-0/+81
2007-01-31re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi2-0/+15
2007-01-30re PR c/30313 (sizeof of expression including bit-field)Richard Guenther1-0/+15
2007-01-28common.opt: Add fstrict-overflow.Ian Lance Taylor1-0/+1
2007-01-26builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even' functions.Kaveh R. Ghazi1-1/+36
2007-01-20re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+10
2007-01-16re PR testsuite/12325 (gcc.dg/torture/builtin-attr-1.c assumes all targets su...Kaveh R. Ghazi1-1/+1
2007-01-12Add BUILT_IN_FREEOlga Golovanevsky1-0/+1
2007-01-05re PR bootstrap/30385 (IMM ERROR while building stage2-libiberty)Andrew Pinski1-0/+16
2006-12-18builtin-pow-mpfr-1.c: New test.Kaveh R. Ghazi1-0/+19
2006-12-02configure.in: Update MPFR version in error message.Kaveh R. Ghazi1-2/+1
2006-11-26builtins.c (fold_builtin_fmin_fmax): Handle NaN arguments.Kaveh R. Ghazi1-1/+24
2006-11-18builtins.c (integer_valued_real_p): Handle fmin/fmax.Kaveh R. Ghazi1-0/+100
2006-11-17re PR middle-end/29584 (internal compiler error on optimization)Jakub Jelinek1-0/+28
2006-11-12builtins.c (fold_builtin_cosh): New.Kaveh R. Ghazi1-3/+25