summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)Author
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell
2020-05-08EOF has a locationNathan Sidwell
2020-05-01Add patch_area_size and patch_area_entry to crtlH.J. Lu
2020-05-01testsuite: Enable asan tests on FreeBSD x86_64Andreas Tobler
2020-04-27c-family: Fix ICE on __builtin_speculation_safe_value () [PR94755]Jakub Jelinek
2020-04-23OpenACC: Avoid ICE in type-cast 'async', 'wait' clausesAndrew Stubbs
2020-04-22Fix an ILP32 failure.Martin Sebor
2020-04-21PR middle-end/94647 - bogus -Warray-bounds on strncpy into a larger member ar...Martin Sebor
2020-04-21ubsan: Avoid -Wpadded warnings [PR94641]Jakub Jelinek
2020-04-15openmp: Reject requires directives not at file or namespace scope [PR94593]Jakub Jelinek
2020-04-13PR c/92326 - wrong bound in zero-length array diagnosticsMartin Sebor
2020-04-10Handle 'omp declare target' attribute set for both OpenACC and OpenMP 'target...Thomas Schwinge
2020-04-08[C/C++, OpenACC] Reject vars of different scope in acc declare (PR94120)Tobias Burnus
2020-03-30c++: Fix handling of internal fn calls in statement expressions [PR94385]Jakub Jelinek
2020-03-27PR c++/94346 - [9/10 Regression] ICE due to handle_copy_attribute since r9-3982Martin Sebor
2020-03-23c++: Handle COMPOUND_EXPRs in get_narrower and warnings_for_convert_and_check...Jakub Jelinek
2020-03-18libgomp testsuite - disable long double for AMDGCNTobias Burnus
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek
2020-02-05c++: Mark __builtin_convertvector operand as read [PR93557]Jakub Jelinek
2020-02-05openmp: Avoid ICEs with declare simd; declare simd inbranch [PR93555]Jakub Jelinek
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek
2020-02-04libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek
2020-02-03c++: Fix cast to pointer to VLA.Jason Merrill
2020-02-03[OpenACC] bump version for 2.6 plus libgomp.texi updateTobias Burnus
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-23c++: Avoid ICE when constant evaluation of __builtin_strchr fails.Jason Merrill
2020-01-23c-family: One more 40752 tweak for unsigned char.Jason Merrill
2020-01-22c-family: Fix problems with blender and PPC from PR 40752 patch.Jason Merrill
2020-01-21PR c++/40752 - useless -Wconversion with short +=.Jason Merrill
2020-01-18testsuite: Fix dg-message syntax.Jakub Jelinek
2020-01-16Fix ICE caused by swallowing a token in c_parser_consume_tokenKerem Kat
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus
2020-01-02re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek
2020-01-02re PR ipa/93087 (Bogus `-Wsuggest-attribute=cold` on function already marked ...Jakub Jelinek
2019-12-30allow $ in scan-tree-dump expressions matching symbol namesOlivier Hainque
2019-12-23Restrict 'c-c++-common/goacc/mdc-1.c' to LP64, LLP64Thomas Schwinge
2019-12-20OpenACC 2.6 deep copy: C and C++ front-end partsJulian Brown
2019-12-18[OpenACC] Elaborate/simplify 'exit data' 'finalize' handlingThomas Schwinge
2019-12-13PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor
2019-12-11builtins.c (compute_objsize): Add an argument and set it to offset into desti...Martin Sebor
2019-12-11Fix PR92901: Change test expectation for C++ in OpenACC test clause-locations.c Frederik Harwath
2019-12-10Add tests to verify OpenACC clause locationsFrederik Harwath
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini
2019-12-04PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor
2019-11-22re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor
2019-11-15gimplify.c (gimplify_call_expr): Don't call omp_resolve_declare_variant after...Jakub Jelinek
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska