aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2007-01-24re PR middle-end/27416 (ICE on invalid firstprivate/lastprivate)Jakub Jelinek1-0/+31
2007-01-24re PR middle-end/30494 (ICE with VLA and openmp)Jakub Jelinek1-0/+30
2007-01-24re PR middle-end/30421 (incorrect warning when using firstprivate and lastpri...Jakub Jelinek1-0/+39
2007-01-24re PR testsuite/30181 (FAIL: gcc.dg/builtins-57.c scan-tree-dump trunc)Richard Guenther1-10/+19
2007-01-24pr23382.c: Avoid DCE from eliminating dead variable.Jan Hubicka1-1/+2
2007-01-22re PR tree-optimization/30038 (Call to sin(x), cos(x) should be transformed t...Richard Guenther1-0/+40
2007-01-21tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen1-0/+77
2007-01-20re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+10
2007-01-20darwin-ld-6.c: Remove, tests a linker flag that is going away.Mike Stump1-11/+0
2007-01-19common.opt (fsigned-zeros): New command line option.Roger Sayle1-1/+1
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-0/+45
2007-01-18m68k.md (cmpsi): Remove outdated flag_pic handling.Richard Sandiford1-0/+18
2007-01-18re PR target/30485 (ICE in rs6000_emit_vector_compare when building with -fno...Josh Conner3-0/+56
2007-01-18· Richard Guenther <rguenther@suse.de>Dirk Mueller2-0/+107
2007-01-17vectorize1.c: Add cleanup-tree-dump.Dorit Nuzman1-0/+1
2007-01-16dfp-bit.c (dfp_compare_op): Return separate value for NaN.Janis Johnson4-0/+332
2007-01-16re PR testsuite/12325 (gcc.dg/torture/builtin-attr-1.c assumes all targets su...Kaveh R. Ghazi1-1/+1
2007-01-15loop-3.c: Disable with -fpic or -fPIC.Dale Johannesen1-1/+2
2007-01-14* gcc.dg/tree-prof/stringop-1.c: Update pattern for memcpy folding.Jan Hubicka1-1/+2
2007-01-14vrp11.c: Fix thinkos in my last patch.Jan Hubicka1-2/+2
2007-01-14always_inline3.c: Update for pre-inline tail recursion elimination.Jan Hubicka1-3/+4
2007-01-13ipa-reference.c (analyze_function): Consider also addresses taken in phi nodes.Zdenek Dvorak1-0/+24
2007-01-12Add BUILT_IN_FREEOlga Golovanevsky1-0/+1
2007-01-12re PR preprocessor/28227 (valid #ifdef rejected)Tom Tromey1-0/+10
2007-01-12tree-ssa-loop-ivopts.c (extract_cond_operands): Split from find_interesting_u...Zdenek Dvorak1-0/+17
2007-01-12re PR tree-optimization/29516 (gfortran miscompiled)Zdenek Dvorak1-0/+23
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka11-28/+55
2007-01-10fold-const.c (fold_comparison): Fold comparisons like (x * 1000 < 0) to (x < 0).Robert Kennedy1-0/+18
2007-01-10re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ...Zdenek Dvorak1-0/+17
2007-01-08re PR tree-optimization/23603 (VRP does not say range for a in a = b == c; is...Richard Guenther2-0/+28
2007-01-08c.opt: Add -flax-vector-conversions.Mark Shinwell3-3/+3
2007-01-08re PR tree-optimization/29877 (out of SSA (TER) extends variable life of vari...Mark Shinwell1-11/+20
2007-01-05re PR bootstrap/30385 (IMM ERROR while building stage2-libiberty)Andrew Pinski1-0/+16
2007-01-05re PR c/19978 (overflow in expression of constants should not cause multiple ...Manuel López-Ibáñez3-0/+43
2007-01-05c-common.c (decl_with_nonnull_addr_p): New function.Ian Lance Taylor2-0/+117
2007-01-05re PR c/30360 (Complex divide bug)Jakub Jelinek1-0/+25
2007-01-04re PR preprocessor/28165 (_Pragma GCC system_header broken)Tom Tromey1-0/+6
2007-01-04re PR middle-end/29683 (Arg split between stack/regs can cause stack corruption)Josh Conner1-0/+43
2007-01-03re PR middle-end/30286 (Segfault with -O2 -ftrapv)Jakub Jelinek1-0/+37
2007-01-03loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak2-0/+46
2007-01-03pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka1-2/+2
2007-01-02re PR c/19977 (overflow in non-static initializer should not be pedwarn)Manuel López-Ibáñez2-2/+2
2007-01-02re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez3-1/+65
2007-01-02fold-const.c (fold_binary): Fold "(X^C1) eq/ne C2" into "X eq/ne (C1^C2)".Roger Sayle1-0/+22
2006-12-31re PR tree-optimization/30137 (Missed folding of pointer comparison)Richard Guenther2-0/+43
2006-12-31re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ...Roger Sayle1-0/+30
2006-12-29re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha...Jakub Jelinek2-0/+33
2006-12-23re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez3-0/+20
2006-12-22re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2-2/+2
2006-12-21re PR middle-end/30262 (ICE with nested fn accessed var in asm "m" constraint)Jakub Jelinek1-0/+19