PR c++/71173 - wrong qualified lookup
[gcc.git] / gcc / cp / parser.c
2016-05-25 Jason MerrillPR c++/71173 - wrong qualified lookup
2016-05-24 Cesar Philippidisc-parser.c (c_parser_oacc_declare): Add support for...
2016-05-23 Paolo Carlinire PR c++/69095 (internal compiler error: in dependent_...
2016-05-19 David MalcolmPR c++/71184: Fix NULL dereference in cp_parser_operator
2016-05-18 Paolo Carlinire PR c++/69793 (ICE on invalid code in "cp_lexer_peek_...
2016-05-13 Jason MerrillFix type-dependence and the current instantiation.
2016-05-13 Jason MerrillImprove diagnostic for forgotten ().
2016-05-05 Jakub Jelinekc-parser.c (c_parser_switch_statement): Add IF_P argume...
2016-05-04 Marek Polacekc.opt (Wdangling-else): New option.
2016-05-02 Cesar Philippidisc-common.h (enum c_omp_region_type): Define.
2016-05-02 David MalcolmPR c++/62314: add fixit hint for missing "template...
2016-04-29 Cesar Philippidisre PR middle-end/70626 (bogus results in 'acc parallel...
2016-04-27 Ryan Burnre PR c++/69024 ([cilkpus] cilk_spawn is broken for...
2016-04-27 Bernd Schmidtinvoke.texi (Warning Options): Add -Wmemset-elt-size.
2016-04-26 Patrick PalkaFix PR c++/70241 (inconsistent access with in-class...
2016-04-22 Jason Merrill* parser.c (cp_parser_perform_range_for_lookup): Decay...
2016-04-21 Marek Polacekre PR c++/70513 (ICE on invalid C++ code on x86_64...
2016-04-20 Ilya Verbinre PR c++/69363 (ICE when doing a pragma simd reduction...
2016-04-15 Jakub Jelinekre PR c/70436 (-Wparentheses missing ambiguous else...
2016-04-14 Jason Merrillre PR c++/70622 (auto specifier don't deduce value...
2016-04-12 Paolo Carlinire PR c++/68722 (internal compiler error: in merge_exce...
2016-04-06 Patrick PalkaFix C++ side of PR c/70436 (missing -Wparentheses warnings)
2016-03-18 Patrick PalkaFix PR c++/70218 (illegal access to private field succeeds)
2016-03-17 Thomas SchwingeRename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE
2016-03-15 Jason MerrillFix more P0184R0 references.
2016-03-14 Casey CarterP08184R0: Generalizing the Range-Based For Loop
2016-03-09 Cesar Philippidisc-parser.c (c_parser_oacc_loop): Update cclauses and...
2016-03-08 Jason MerrillRemove Concepts from -std=c++1z.
2016-03-02 Jason Merrillre PR c++/70036 ([concepts] ICE with a dependent sizeof...
2016-02-19 Jakub Jelinekre PR c++/67767 (-Wsuggest-attribute=noreturn suggests...
2016-02-17 Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-16 James Norrisre PR c/64748 (OpenACC: "is not a variable" error with...
2016-02-10 Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-08 Patrick PalkaFix PR c++/69139 (deduction failure with trailing retur...
2016-02-08 Jakub Jelinekre PR c++/59627 (ICE with OpenMP "declare reduction...
2016-01-28 Patrick PalkaLow-hanging C++-lexer speedup (PR c++/24208)
2016-01-21 Jason Merrillre PR c++/43407 (Specifying visibility attribute of...
2016-01-15 Jakub Jelinekre PR bootstrap/68271 (Boostrap fails on x86_64-apple...
2016-01-14 Tom de VriesMark symbols in offload tables with force_output in...
2016-01-11 David MalcolmPR c++/68795: fix uninitialized close_paren_loc in...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-23 Thomas SchwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-12-22 Jason Merrillre PR c++/67257 (Internal compiler error in retrieve_sp...
2015-12-22 Jason Merrillre PR c++/67339 (Segfault when parsing a typename invol...
2015-12-16 David MalcolmBetter error recovery for merge-conflict markers
2015-12-09 Chung-Lin Tangc-omp.c (c_finish_oacc_wait): Remove add_stmt() call.
2015-12-07 Jason MerrillFix parse/no-type-defn1.C with -std=c++1z.
2015-12-07 Jason MerrillFix decltype-call1.C with -std=c++1z.
2015-12-07 Jason MerrillFix template/ref1.C, nontype15.C, addr-builtin1.C with...
2015-12-07 Jason MerrillPR c++/68597, fix auto9.C and auto-neg1.C with -std...
2015-12-04 Jason Merrillre PR c++/68645 (FAIL: c-c++-common/attr-simd-3.c ...
2015-12-04 David MalcolmC++ FE: expression ranges
2015-12-04 Cesar Philippidisparser.c (cp_ensure_no_oacc_routine): Update error...
2015-12-02 Thomas SchwingeSome OpenACC host_data cleanup
2015-12-01 Julian BrownOpenACC host_data support.
2015-11-27 Jakub Jelinekre PR c/63326 (whether a #pragma is a statement depends...
2015-11-27 Martin LiskaFix parser memory leak in cilk_simd_fn_info
2015-11-24 Ilya Verbinc-parser.c (c_parser_oacc_declare): Replace "ifdef...
2015-11-19 Jason Merrillre PR c++/68422 (compile-time cost of sizeof... is...
2015-11-19 Cesar Philippidisparser.h (struct cp_omp_declare_simd_data): Add clauses...
2015-11-17 Jason MerrillLITERAL_ZERO_P obsoleted by delayed folding.
2015-11-17 Jason MerrillDon't fold -(constant) or -0.
2015-11-16 Kirill YukhinAdd __attribute__((__simd__)) to GCC.
2015-11-15 Trevor Saundersalways define ENABLE_OFFLOADING
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-12 James Norrisparser.c (cp_parser_oacc_declare): Remove unused.
2015-11-12 James Norrisc-pragma.c (oacc_pragmas): Add entry for declare directive.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10 Cesar Philippidisparser.c (cp_finalize_oacc_routine): New boolean first...
2015-11-10 Nathan Sidwellomp-low.h (replace_oacc_fn_attrib, [...]): Declare.
2015-11-06 Jason MerrillSupport non-type constrained-type-specifiers.
2015-11-06 Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05 Paolo Carlinire PR c++/67846 (ICE on code with lambda expression...
2015-11-05 Jakub Jelinekgcc/
2015-11-04 Cesar Philippidis(cp_parser_oacc_single_int_clause): New function.
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-11-03 Thomas SchwingeOpenACC atomic directive
2015-10-31 Ville VoutilainenRemove support for N3994, terse range-for, which was...
2015-10-31 Jason MerrillImplement multiple 'auto' feature from Concepts TS.
2015-10-31 Jason MerrillMake some functions static.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-27 Nathan Sidwellparser.c (cp_parser_omp_clause_name): Add auto, gang...
2015-10-27 Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-21 Paolo Carlinire PR c++/66781 ("confused by earlier errors, bailing...
2015-10-20 Marek Polacekarray-notation-common.c (is_cilkplus_vector_p): Define.
2015-10-20 Jason MerrillImplement N4268, Do constant evaluation of all non...
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-07 Marek Polacekcp-gimplify.c (genericize_if_stmt): Use protected_set_e...
2015-10-07 Jason Merrillre PR c++/67810 (Non-expression recognized as fold...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02 Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-10-01 Ville Voutilainenre PR c++/54430 ([C++11] For-Loop: Scope of iterating...
2015-09-23 Ville VoutilainenFix small typos in the coding rule enforcement warnings.
2015-09-22 Nathan Sidwellc.opt (Wmultiple-inheritance, [...]): New C++ warnings.
2015-09-21 Ville VoutilainenComplete the implementation of N4230, Nested namespace...
2015-09-19 Ville VoutilainenImplement nested namespace definitions.
2015-09-18 Manuel López-IbáñezUse explicit locations for some warnings in c-pragma.c.
2015-09-17 Andrew SuttonImplement N4295 fold-expressions.
2015-09-14 Paolo Carlinire PR c++/51911 ([C++11] G++ accepts new auto { list })
2015-09-10 Paolo Carlinire PR c++/67318 (Parsing error when using abbreviated...
next