aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2019-10-16PR tree-optimization/83821 - local aggregate initialization defeats strlen op...Martin Sebor1-1/+1
2019-10-15re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener6-6/+6
2019-10-14c-parser.c (c_parser_omp_all_clauses): Change bool NESTED_P argument into int...Jakub Jelinek1-1/+5
2019-10-12c-common.h (c_omp_mark_declare_variant, [...]): Declare.Jakub Jelinek5-2/+157
2019-10-11re PR c++/91987 (-fstrict-eval-order issues)Jakub Jelinek1-0/+26
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm3-2/+10
2019-10-10c-common.h (c_omp_check_context_selector, [...]): Declare.Jakub Jelinek3-0/+317
2019-10-09decl.c (grok_ctor_properties): Use DECL_SOURCE_LOCATION.Paolo Carlini10-55/+55
2019-09-27re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo...Jakub Jelinek3-0/+154
2019-09-27re PR middle-end/91920 (ggc 9.2.0 failing openmp compile on ppc64le)Jakub Jelinek1-0/+19
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor2-16/+16
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt1-0/+15
2019-09-16decl.c (grokdeclarator): Use declspecs->locations and declarator->id_loc in a...Paolo Carlini1-16/+16
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell1-0/+20
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell3-0/+12
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand9-18/+0
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek9-13/+20
2019-08-28PR tree-optimization/91457 - inconsistent warning for writing past the end of...Martin Sebor1-0/+348
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor1-0/+107
2019-08-22c-parser.c (c_parser_declaration_or_fndef): Set DECL_ARGUMENTS of a FUNCTION_...Eric Botcazou1-0/+2
2019-08-21c-ada-spec.c (dump_ada_function_declaration): Be prepared for broken function...Eric Botcazou1-0/+6
2019-08-14Fix a test-case scan pattern.Martin Liska1-2/+2
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek2-1/+45
2019-08-09c-parser.c (check_no_duplicate_clause): Simplify using omp_find_clause.Jakub Jelinek2-0/+282
2019-08-09re PR c/91401 (schedule + dist_schedule clauses rejected on distribute parall...Jakub Jelinek2-0/+25
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-3/+27
2019-08-01PR c++/90947 - Simple lookup table of array of strings is miscompiledMartin Sebor1-0/+247
2019-08-01re PR c++/90590 (enumeration value not handled in switch warning for std::ios...Matthew Beliveau4-0/+32
2019-08-01PR c++/90805 - detect narrowing in case values.Marek Polacek1-2/+2
2019-07-29Prevent tree-ssa-dce.c from deleting stores at -OgRichard Sandiford3-0/+62
2019-07-29Don't run DSE at -OgRichard Sandiford1-0/+17
2019-07-29Prevent -Og from deleting stores to write-only variablesRichard Sandiford1-0/+15
2019-07-24PR tree-optimization/91183 - strlen of a strcpy result with a conditional sou...Martin Sebor1-1/+1
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek10-80/+1041
2019-07-18Fix -Wreturn-type for static naked functions in CRichard Sandiford1-0/+19
2019-07-13re PR c/91149 (GCC 9 and later incorrectly rejects OpenMP task reduction-modi...Jakub Jelinek1-0/+12
2019-07-13gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.Jakub Jelinek2-0/+241
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek2-0/+110
2019-07-06omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek1-1/+1
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek2-2/+2
2019-07-03gimplify.c (gimplify_scan_omp_clauses): For inscan reductions on worksharing ...Jakub Jelinek1-0/+13
2019-07-03omp-expand.c (expand_omp_for_static_nochunk, [...]): For nowait worksharing l...Jakub Jelinek1-0/+33
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao3-0/+6
2019-06-26[PR preprocessor/90927] Fixe dependency outputNathan Sidwell1-0/+6
2019-06-25re PR sanitizer/90954 (ICE: combining undefined behavior sanitizer with openmp)Jakub Jelinek1-0/+27
2019-06-21PR c++/90875 - added -Wswitch-outside-range optionMatthew Beliveau4-0/+35
2019-06-21omp-low.c (lower_rec_simd_input_clauses): Add rvar2 argument...Jakub Jelinek1-1/+1
2019-06-19[PR90859] Document status quo for "[OMP] Mappings for VLA different depending...Thomas Schwinge1-0/+3
2019-06-19Test cases to verify OpenACC 'firstprivate' mappingsThomas Schwinge1-0/+533
2019-06-19[PR90861] Document status quo for OpenACC 'declare' not cleaning up for VLAsThomas Schwinge1-0/+21