aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2020-03-30c++: Fix handling of internal fn calls in statement expressions [PR94385]Jakub Jelinek1-0/+12
2020-03-27PR c++/94346 - [9/10 Regression] ICE due to handle_copy_attribute since r9-3982Martin Sebor1-0/+43
2020-03-23c++: Handle COMPOUND_EXPRs in get_narrower and warnings_for_convert_and_check...Jakub Jelinek3-3/+3
2020-03-18libgomp testsuite - disable long double for AMDGCNTobias Burnus1-8/+4
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek1-0/+20
2020-02-05c++: Mark __builtin_convertvector operand as read [PR93557]Jakub Jelinek1-0/+19
2020-02-05openmp: Avoid ICEs with declare simd; declare simd inbranch [PR93555]Jakub Jelinek2-0/+34
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek1-0/+8
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek2-0/+208
2020-02-04libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek5-0/+17
2020-02-03c++: Fix cast to pointer to VLA.Jason Merrill1-0/+6
2020-02-03[OpenACC] bump version for 2.6 plus libgomp.texi updateTobias Burnus1-1/+1
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell2-0/+21
2020-01-23c++: Avoid ICE when constant evaluation of __builtin_strchr fails.Jason Merrill1-0/+22
2020-01-23c-family: One more 40752 tweak for unsigned char.Jason Merrill1-2/+3
2020-01-22c-family: Fix problems with blender and PPC from PR 40752 patch.Jason Merrill3-10/+18
2020-01-21PR c++/40752 - useless -Wconversion with short +=.Jason Merrill3-0/+111
2020-01-18testsuite: Fix dg-message syntax.Jakub Jelinek1-1/+1
2020-01-16Fix ICE caused by swallowing a token in c_parser_consume_tokenKerem Kat4-0/+19
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge1-10/+28
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus1-1/+27
2020-01-02re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek1-0/+8
2020-01-02re PR ipa/93087 (Bogus `-Wsuggest-attribute=cold` on function already marked ...Jakub Jelinek1-0/+22
2019-12-30allow $ in scan-tree-dump expressions matching symbol namesOlivier Hainque1-1/+1
2019-12-23Restrict 'c-c++-common/goacc/mdc-1.c' to LP64, LLP64Thomas Schwinge1-1/+2
2019-12-20OpenACC 2.6 deep copy: C and C++ front-end partsJulian Brown3-0/+201
2019-12-18[OpenACC] Elaborate/simplify 'exit data' 'finalize' handlingThomas Schwinge1-1/+10
2019-12-13PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor3-8/+23
2019-12-11builtins.c (compute_objsize): Add an argument and set it to offset into desti...Martin Sebor1-4/+4
2019-12-11Fix PR92901: Change test expectation for C++ in OpenACC test clause-locations.c Frederik Harwath1-1/+3
2019-12-10Add tests to verify OpenACC clause locationsFrederik Harwath1-0/+17
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini5-8/+8
2019-12-04PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor1-1/+1
2019-11-22re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek1-0/+11
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor1-2/+2
2019-11-15gimplify.c (gimplify_call_expr): Don't call omp_resolve_declare_variant after...Jakub Jelinek1-0/+24
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska1-2/+2
2019-11-14i386-options.c (ix86_omp_device_kind_arch_isa): Don't change sse4.2 to sse4_2...Jakub Jelinek1-1/+1
2019-11-14c-parser.c (c_parser_omp_context_selector): Don't require score argument to f...Jakub Jelinek2-0/+6
2019-11-14c-omp.c (c_omp_check_context_selector): Add nvidia to the list of valid vendors.Jakub Jelinek1-0/+2
2019-11-14omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek7-34/+50
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-2/+14
2019-11-12re PR tree-optimization/92452 (ICE in vrp_prop::check_array_ref at tree-vrp.c...Jakub Jelinek1-0/+5
2019-11-11c-parser.c (c_parser_translation_unit): Diagnose declare target without corre...Jakub Jelinek1-0/+2
2019-11-06Warn about inconsistent OpenACC nested reduction clausesFrederik Harwath2-0/+945
2019-11-06re PR inline-asm/92352 (ICE in force_constant_size)Jakub Jelinek1-0/+15
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+6
2019-11-05Update scanned patterns in a test-case.Martin Liska1-5/+5
2019-11-02gimplify.h (omp_construct_selector_matches): Change return type to int, add a...Jakub Jelinek1-0/+88
2019-11-02omp-general.h (omp_context_selector_set_compare): Declare.Jakub Jelinek3-11/+94