aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2010-05-17re PR middle-end/44133 (Uninit warning regression with new SRA)Martin Jambor2-1/+12
2010-05-17re PR middle-end/44078 (FAIL: gcc.dg/tree-ssa/prefetch-7.c)Christian Borntraeger1-1/+1
2010-05-16invoke.texi (-fipa-struct-reorg): Do not mention -fipa-type-escape.Richard Guenther7-8/+8
2010-05-16c-common.c (c_common_reswords): Add _Static_assert for C.Joseph Myers8-0/+143
2010-05-15c-decl.c (grokfield): Allow typedefs for anonymous structs and unions by defa...Joseph Myers6-6/+160
2010-05-15ipareference_1.c: Rename to ...Jan Hubicka3-38/+38
2010-05-15ipa-reference.c: Include toplev.hJan Hubicka2-0/+40
2010-05-15re PR debug/44112 (Revision 159354 causes Fortran test failures)Jakub Jelinek1-7/+0
2010-05-14re PR debug/44136 (ICE in expand_debug_expr with -mno-sse)Jakub Jelinek1-0/+27
2010-05-13re PR debug/43983 (var-tracking needlessly throws away location info for SRAe...Jakub Jelinek1-0/+56
2010-05-13cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka1-0/+15
2010-05-12re PR middle-end/44085 (OpenMP - untied task accesses threadprivate - non-con...Jakub Jelinek1-0/+27
2010-05-11re PR debug/44023 (-fcompare-debug failure (length) for alphaev67 target (boo...Jakub Jelinek1-0/+46
2010-05-10re PR debug/44028 (-fcompare-debug failure (length) with -O3 -fsched-pressure...Jakub Jelinek1-0/+22
2010-05-10tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.Michael Matz1-0/+23
2010-05-10Nullify regno_allocno_map of the removed allocno.H.J. Lu1-0/+58
2010-05-10re PR tree-optimization/44050 (Wrong code is produced with -fipa-pta -fno-tre...Richard Guenther1-0/+21
2010-05-09re PR testsuite/44051 (FAIL: gcc.dg/anon-struct-9.c (test for excess errors))Joseph Myers1-1/+1
2010-05-09re PR c/10676 (Using unnamed fields in initializers)Joseph Myers1-0/+57
2010-05-09re PR c/44024 (missed optimization)Richard Guenther1-0/+14
2010-05-09re PR c/4784 (Anonymous structs issues)Joseph Myers1-0/+129
2010-05-09ipa-pta-11.c: Make p and q referenced.Richard Guenther1-0/+3
2010-05-08re PR middle-end/28685 (Multiple comparisons are not simplified)Sandra Loosemore1-0/+50
2010-05-0720100423-2_0.c: Include <stdio.h>.Rainer Orth1-3/+3
2010-05-07c-typeck.c (build_binary_op): Warn ordered comparison of pointer with null po...Shujing Zhao4-0/+84
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+2
2010-05-06Wunused-var-8.c: Move to...Jakub Jelinek1-15/+0
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-0/+6
2010-05-06re PR tree-optimization/43934 (LIM should handle PHI nodes)Richard Guenther1-0/+20
2010-05-06re PR middle-end/43987 (type-punning causes broken binaries unless -O0 is used)Richard Guenther5-5/+5
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek7-323/+25
2010-05-04Sanitize the behavior of -Wcoverage-mismatch.Neil Vachharajani1-1/+1
2010-05-04re PR c/43981 (-Wunused-but-set-variable does not consider array sizing use o...Jakub Jelinek1-0/+15
2010-05-03cdce3.C: Skip on alpha*-dec-osf5*.Rainer Orth4-0/+4
2010-05-03re PR tree-optimization/43971 (index domain error in tree-ssa-structalias.c:3...Richard Guenther1-0/+14
2010-05-03re PR debug/43972 (ICE in loc_cmp)Jakub Jelinek1-0/+29
2010-05-02re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther1-0/+41
2010-04-30re PR lto/43946 (SPEC2000 GCC fails to build with -fprofile-generate -O2 ...Richard Guenther1-0/+14
2010-04-3020091216-1_0.c: Adjust test case to avoid conflict with darwin crt1.o 'start'...Steven Bosscher1-1/+1
2010-04-30re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther2-0/+44
2010-04-30builtins.c (fold_builtin_1): Delete free (0).Richard Guenther1-0/+20
2010-04-28plugin.exp: Run the plugindir tests.Matthias Klose5-0/+12
2010-04-28Uniquization of constants at the Tree levelEric Botcazou3-0/+58
2010-04-28predicate aware uninitialized analysisXinliang David Li27-4/+924
2010-04-28cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor1-0/+23
2010-04-28re PR tree-optimization/43879 (-fipa-pta causes various miscompilations)Richard Guenther1-2/+2
2010-04-27invoke.texi (-Wsuggest-attribute=const, [...]): Document.Manuel López-Ibáñez2-0/+114
2010-04-27cgraph.c (cgraph_propagate_frequency): New function.Jan Hubicka1-2/+2
2010-04-27pr32207.c: Fix typo in expected warning messages.Shujing Zhao5-23/+23
2010-04-27re PR c/32207 (missing warnings about address of 'x'.)Shujing Zhao5-21/+30