aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-12re PR c++/19200 (Friend declaration misinterpreted as constructor)Paolo Carlini1-5/+2
2014-06-11re PR c++/60265 ([C++11] using-declaration of enumerator fails if fully quali...Paolo Carlini1-0/+2
2014-06-11re PR c++/19200 (Friend declaration misinterpreted as constructor)Paolo Carlini1-21/+51
2014-06-05parser.c (cp_parser_diagnose_invalid_type_name): Give helpful note for noexce...Jason Merrill1-0/+7
2014-06-05re PR c/49706 (No warning for (!x > 1) which is always false)Marek Polacek1-0/+7
2014-05-31DR 1227 PR c++/57543Paolo Carlini1-0/+2
2014-05-23Fix some bool vs. tree confusion.Thomas Schwinge1-5/+9
2014-05-21re PR c++/60189 (ICE with invalid use of _Cilk_sync)Igor Zamyatin1-14/+18
2014-05-20re PR c++/58753 (Brace-initializing a vector with a direct-initialization NSD...Paolo Carlini1-9/+1
2014-05-19typeck2.c (cxx_incomplete_type_diagnostic): Use inform.Paolo Carlini1-3/+4
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-7/+7
2014-05-16re PR c++/51640 (Misleading error if the type in the catch() is ambiguous)Paolo Carlini1-2/+10
2014-05-14cp-tree.h (DIRECT_LIST_INIT_P): Add.Paolo Carlini1-2/+1
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-2/+13
2014-04-28re PR c++/59120 ([c++11] ICE with invalid template alias)Paolo Carlini1-9/+2
2014-04-24c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek1-7/+27
2014-04-22re PR c/59073 (ICE with missing increment in OpenMP for-loop)Jakub Jelinek1-1/+3
2014-04-11parser.h (struct cp_token): Rename ambiguous_p to error_reported.Jason Merrill1-9/+13
2014-04-09pt.c (check_template_variable): Check for the return of pedwarn before emitti...Fabien ChĂȘne1-4/+4
2014-03-29re PR c++/60626 ([c++1y] ICE with pointer to function with auto parameter)Adam Butcher1-1/+8
2014-03-28re PR c++/60573 ([c++1y] ICE with defining generic function of nested class i...Adam Butcher1-6/+17
2014-03-25re PR c++/60375 ([c++11] ICE with invalid use of lambda)Jason Merrill1-5/+11
2014-03-24re PR c++/60627 ([c++1y] ICE in explicit template instantiation containing au...Adam Butcher1-1/+3
2014-03-17re PR c++/60390 ([c++1y] ICE with declaring function with auto parameter as f...Adam Butcher1-9/+33
2014-03-17re PR c++/60391 ([c++1y] ICE with auto parameter for operator"")Adam Butcher1-0/+4
2014-03-10re PR c++/53492 (ICE in retrieve_specialization, at cp/pt.c:985)Jason Merrill1-1/+7
2014-03-08re PR c++/60393 ([c++1y] ICE with with invalid functions with auto parameters)Adam Butcher1-6/+5
2014-03-07parser.c (cp_parser_type_id_1): Only allow 'auto' in C++1y if we're in a trai...Jason Merrill1-1/+3
2014-03-07parser.c (cp_parser_using_declaration): Consume the semicolon after bare para...Jason Merrill1-2/+8
2014-03-06parser.c (cp_lexer_set_source_position): New.Paolo Carlini1-14/+15
2014-03-05re PR c++/60361 (unexpected 'use of parameter outside function body' error)Jason Merrill1-1/+6
2014-03-05parser.c (cp_parser_mem_initializer): Set input_location properly for init-li...Jason Merrill1-0/+14
2014-03-04re PR c++/60415 (Bogus "invalid use of qualified-name")Jason Merrill1-0/+1
2014-03-04re PR c++/60376 ([c++1y] ICE on invalid with using declaration in template fu...Paolo Carlini1-4/+11
2014-03-01re PR c++/60377 ([c++1y] ICE with invalid function parameter in conjunction w...Adam Butcher1-1/+6
2014-02-25re PR c++/60311 ([c++1y] ICE with pointer-to-function with auto parameter)Adam Butcher1-2/+2
2014-02-25Fix out-of-line definition of class template generic member functions.Adam Butcher1-1/+2
2014-02-25re PR c++/60065 ([c++1y] ICE with auto parameter pack)Adam Butcher1-13/+21
2014-02-24re PR c++/60312 ([c++1y] ICE using auto as template parameter)Jason Merrill1-0/+5
2014-02-22re PR c++/58170 ([c++11] Crash when aliasing a template class that is a membe...Jason Merrill1-2/+11
2014-02-21re PR c++/60185 (ICE with invalid default parameter)Jason Merrill1-0/+16
2014-02-21re PR c++/60187 ([c++11] ICE with parameter pack as underlying type for enum)Jason Merrill1-1/+2
2014-02-21re PR c++/60250 ([c++1y] ICE using lambda for array size)Jason Merrill1-1/+2
2014-02-21re PR c++/60167 (Bogus error: conflicting declaration)Jason Merrill1-0/+3
2014-02-21Fix PR c++/60052 and PR c++/60053.Adam Butcher1-3/+13
2014-02-20re PR c++/58873 ([c++11] ICE with __underlying_type for broken enum)Kai Tietz1-0/+3
2014-02-18re PR c++/60064 ([c++1y] ICE with auto as parameter of friend function)Adam Butcher1-5/+3
2014-02-18re PR c++/60190 ([c++1y] ICE with invalid return type of template lambda)Adam Butcher1-8/+8
2014-02-07parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.Jan Hubicka1-1/+1
2014-02-05re PR c++/58703 (ICE with invalid types in OpenMP declare reduction clause)Jakub Jelinek1-1/+9