aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
AgeCommit message (Expand)AuthorFilesLines
2016-08-26Add validation and consolidation of fix-it hintsDavid Malcolm1-1/+22
2016-08-26Tweak to colors of fix-it hintsDavid Malcolm1-3/+3
2016-08-26Fix gcc.dg/ipa/propbits-2.cRainer Orth1-2/+2
2016-08-26re PR tree-optimization/69047 (memcpy is not as optimized as union is)Richard Biener1-0/+18
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni3-0/+82
2016-08-25re PR c/77323 (Bad "defaults to 'int'" warning for unsupported types)Marek Polacek1-0/+6
2016-08-24re PR target/77270 (Flag -mprftchw is shared with 3dnow for -march=k8)Uros Bizjak9-43/+18
2016-08-24Fix bogus testsuite failures for avr.Senthil Kumar Selvaraj1-0/+1
2016-08-22Support __builtin_isinf_sign for new floating-point types (PR middle-end/77269).Joseph Myers9-2/+119
2016-08-22Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers16-0/+236
2016-08-22Update TEST_I_F calls in ARM fp-int-convert tests.Joseph Myers2-10/+12
2016-08-22Correct type names in fp-int-convert-float*x-timode.c tests.Joseph Myers3-3/+3
2016-08-22re PR c/52952 (Wformat location info is bad (wrong column number))Bernd Edlinger1-0/+1
2016-08-22Skip tests that assume 4 byte alignment for avrSenthil Kumar Selvaraj5-0/+7
2016-08-20re PR tree-optimization/61839 (More optimize opportunity for VRP)Kugan Vivekanandarajah4-0/+152
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers67-41/+1600
2016-08-19expr.c (eval_token): Append "evaluates to 0" to Wundef diagnostic.Prathamesh Kulkarni2-2/+2
2016-08-19re PR tree-optimization/77286 (ICE in fold_convert_loc, at fold-const.c:2248 ...Richard Biener1-0/+43
2016-08-19Add source information to -fverbose-asmDavid Malcolm1-0/+15
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm1-1/+1
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm2-0/+33
2016-08-18re PR c/71514 (ICE on C11 code with atomic exchange at -O1 and above on x86_6...Marek Polacek1-0/+23
2016-08-17re PR tree-optimization/71752 (ICE in compute_live_loop_exits, at tree-ssa-lo...Alan Hayward1-0/+19
2016-08-17re PR tree-optimization/76490 (when use -O2 -fcheck-founds compiler appears t...Richard Biener1-1/+1
2016-08-17re PR tree-optimization/23855 (loop header should also be pulled out of the i...Richard Biener1-1/+1
2016-08-17re PR tree-optimization/72817 (wrong code at -O3 on x86_64-linux-gnu (in both...Jakub Jelinek1-1/+1
2016-08-16Update soft-fp from glibc (PR libgcc/77265).Joseph Myers1-0/+40
2016-08-16Fix caret locations in format_type_warning (PR c/72857)David Malcolm6-72/+112
2016-08-16Fix val-prof-7.c on --target_board 'unix/-m32'Martin Liska1-11/+11
2016-08-16re PR tree-optimization/76783 (wrong code with conditional vector assignment ...Richard Biener2-11/+31
2016-08-16re PR tree-optimization/72817 (wrong code at -O3 on x86_64-linux-gnu (in both...Bin Cheng2-0/+27
2016-08-15re PR tree-optimization/73434 (Wrong code with casting, branches and aliasing)Richard Biener1-0/+19
2016-08-12Fix PR middle-end/71654 (missed shortening of a compare)Patrick Palka2-2/+2
2016-08-12re PR c/67410 (c/c-typeck.c references out of bounds array)Jakub Jelinek1-0/+15
2016-08-12re PR tree-optimization/69848 (poor vectorization of a loop from SPEC2006 464...Bin Cheng1-0/+37
2016-08-12re PR tree-optimization/57326 (Piecewise folding of operations on PHI nodes)Richard Biener7-11/+24
2016-08-12Add test coverage for PR gcov-profile/35590Martin Liska1-15/+71
2016-08-12re PR target/72851 (memory hog with -O3 on s390x-linux-gnu)Richard Biener1-0/+30
2016-08-11re PR c/72816 (ICE on x86_64-linux-gnu (tree check: expected tree that contai...Jakub Jelinek1-1/+1
2016-08-11re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Richard Biener2-3/+4
2016-08-11tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove unconditional TODO...Richard Biener1-2/+3
2016-08-10Add new *_atomic counter update functionMartin Liska1-0/+41
2016-08-09Fix usage of POW2 histogramMartin Liska1-0/+18
2016-08-09Fix POW2 histogramMartin Liska1-0/+19
2016-08-09[PR ipa/71981] Make get_dynamic_type grok MEM_REFMartin Jambor1-0/+10
2016-08-09re PR tree-optimization/33707 (scev not handling unsigned conversion)Bin Cheng1-0/+12
2016-08-09re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Bin Cheng1-0/+21
2016-08-09MIPS: Skip gcc.dg/loop-8.c due to additional invariantsMatthew Fortune1-1/+1
2016-08-09re PR tree-optimization/71802 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener1-0/+37
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm1-1/+29