aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2016-03-07[hsa testsuite] Suppress hsa warnings in compiler gomp testsMartin Jambor4-4/+1
2016-03-07[hsa testsuite] Gridification testsMartin Jambor1-0/+54
2016-03-07re PR middle-end/69916 ([openacc] ICE in single_succ_edge called from oacc_lo...Nathan Sidwell1-0/+20
2016-03-05Handle oacc region in oacc routineTom de Vries2-0/+16
2016-03-04PR c/68187: fix overzealous -Wmisleading-indentation (comment #1)David Malcolm1-0/+72
2016-03-04PR c/68187: fix overzealous -Wmisleading-indentation (comment #0)David Malcolm1-0/+79
2016-03-02re PR c/68062 (ICE when comparing vectors)Jakub Jelinek1-1/+1
2016-03-02Print markers to stderr to avoid races with sanitizer outputMaxim Kuvyrkov2-3/+3
2016-02-23PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc locationsDavid Malcolm3-3/+23
2016-02-23Add test coverage for _Pragma (PR preprocessor 69126, 69543, 69558)David Malcolm10-4/+239
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge12-30/+12
2016-02-19re PR c++/69865 (-trigraphs option broken)Bernd Edlinger1-1/+1
2016-02-19re PR c++/69826 (problem with cilkplus pragma and preprocessor variable)Jakub Jelinek2-0/+31
2016-02-18re PR testsuite/68580 (FAIL: c-c++-common/tsan/pr65400-1.c -O0 execution test)Bernd Edlinger1-3/+3
2016-02-16re PR c/69835 (-Wnonnull diagnoses parameter comparisons with NULL even when ...Jakub Jelinek2-1/+27
2016-02-16re PR c/64748 (OpenACC: "is not a variable" error with deviceptr())James Norris1-0/+14
2016-02-15re PR c++/69797 (ICE on invalid code on x86_64-linux-gnu in operator[], at ve...Jakub Jelinek1-0/+8
2016-02-12re PR rtl-optimization/69764 (ICE on x86_64-linux-gnu at -O0 (in decompose, a...Jakub Jelinek1-0/+38
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek3-7/+7
2016-02-11re PR c/69768 (Bogus -Waddress warning)Jakub Jelinek1-0/+15
2016-02-04re PR c/69669 (ICE with enum __attribute__((mode(QI))))Jakub Jelinek1-0/+10
2016-02-02This testcase fails on 32-bit powerpc-linux withSegher Boessenkool1-0/+2
2016-02-02gimplify.c (omp_notice_variable): Add usage check.James Norris1-0/+94
2016-02-01re PR tree-optimization/67921 ("internal compiler error: in build_polynomial_...Bin Cheng1-0/+23
2016-01-27re PR c/68062 (ICE when comparing vectors)Marek Polacek1-0/+42
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm1-0/+22
2016-01-25omp-low.c (lower_omp_target): Set DECL_VALUE_EXPR of new_var even for the non...Jakub Jelinek1-0/+14
2016-01-21re PR middle-end/67653 (ICE on valid code on x86_64-linux-gnu: verify_gimple ...Jakub Jelinek1-0/+8
2016-01-18Add oacc kernels tests in goaccTom de Vries15-0/+586
2016-01-16Add goacc/kernels-alias-ipa-pta-4.cTom de Vries1-0/+21
2016-01-16Fix logic bug in Cilk Plus array expansionPatrick Palka3-2/+22
2016-01-13Improve warning locations (PR66208)Bernd Schmidt1-0/+10
2016-01-10Fix -Wmisleading indentation false-positive for do-while statementPatrick Palka1-0/+2
2016-01-07Fix SSA inconsistencies with invalid asm reg names (PR67639)Bernd Schmidt1-0/+8
2016-01-05Fix PR c/69122 (-Wmisleading-indentation false positive with empty macros)David Malcolm1-0/+10
2015-12-18target-supports.exp (check_effective_target_cilkplus): Not nvptx.Nathan Sidwell1-2/+1
2015-12-18* c-c++-common/attr-simd-3.c: Requires pthreads.Nathan Sidwell1-0/+1
2015-12-17Wunused-var-13.c: Requires label values.Nathan Sidwell1-0/+1
2015-12-17revert: re PR testsuite/68629 (FAIL: c-c++-common/attr-simd-3.c)Thomas Preud'homme1-1/+0
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm11-0/+141
2015-12-14re PR c/68833 (-Werror=format issues an error now)Jakub Jelinek3-0/+45
2015-12-14re PR testsuite/68629 (FAIL: c-c++-common/attr-simd-3.c)Thomas Preud'homme1-0/+1
2015-12-08re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek3-0/+47
2015-12-07Commit accidentally forgotten tests.Kirill Yukhin2-0/+45
2015-12-04re PR c++/68645 (FAIL: c-c++-common/attr-simd-3.c -std=gnu++11 (test for exc...Jason Merrill1-1/+1
2015-12-04c-common.c (maybe_warn_shift_overflow): Warn on all overflows if shifting 1 o...Paolo Bonzini6-0/+22
2015-12-04gcc * config.gcc (extra_gcc_objs): Define for MSP430.Nick Clifton1-1/+1
2015-12-03re PR preprocessor/57580 (Repeated _Pragma message directives in macro causes...Jakub Jelinek2-0/+45
2015-12-02Some OpenACC host_data cleanupThomas Schwinge2-0/+48
2015-12-02Fix oacc kernels default mapping for scalarsTom de Vries2-0/+31