aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-04re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__)Manuel López-Ibáñez1-6/+6
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-4/+9
2009-04-22re PR c++/39639 (no diagnostic for ill-formed pack expansion)Dodji Seketeli1-0/+6
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-12/+6
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-1/+1
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez1-4/+3
2009-04-20cp-tree.h (base_access): Change typedef to int.Ian Lance Taylor1-2/+2
2009-04-14diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo1-2/+1
2009-04-14[multiple changes]Diego Novillo1-0/+3
2009-04-10re PR c++/28301 (ICE with broken specialization)H.J. Lu1-0/+2
2009-04-10parser.c (cp_parser_class_specifier): Remove the unused has_trailing_semicolon.H.J. Lu1-6/+0
2009-04-102009-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez1-17/+27
2009-04-08re PR c++/39637 (ICE on ill-formed sizeof(<parameter-pack>) in variadic templ...Dodji Seketeli1-0/+5
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill1-5/+20
2009-03-31PR c++/38030, 38850, 39070Jason Merrill1-4/+6
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-2/+1
2009-03-28re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek1-3/+0
2009-03-27re PR c++/38638 (ICE superfluous 'typename')Andrew Pinski1-1/+5
2009-03-23re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek1-26/+33
2009-03-21re PR c++/28879 (ICE with VLA in template function)Jason Merrill1-0/+7
2009-03-19re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek1-11/+2
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-4/+3
2009-03-18re PR c++/39425 (gcc loops after reporting template instantiation errors)H.J. Lu1-1/+0
2009-03-08re PR c++/39060 (ICE with lots of invalid member functions)H.J. Lu1-0/+5
2009-03-04re PR c++/13549 (Problem compiling Boost.Python test)Jason Merrill1-1/+2
2009-03-04re PR c++/9634 ([DR224] Injected class name as qualifier should not make the ...Jason Merrill1-31/+35
2009-02-26re PR c++/37789 (ICE with __FUNCTION__)H.J. Lu1-1/+5
2009-02-18re PR c++/39219 (attribute doesn't work with enums properly)H.J. Lu1-0/+1
2009-02-03re PR inline-asm/39059 (ICE with fixed-point type in inline-asm)Jakub Jelinek1-0/+6
2009-02-02re PR c++/39054 (ICE with invalid pseudo-dtor in template)Jason Merrill1-1/+3
2009-02-02re PR c++/39053 (ICE with broken function declaration)Paolo Carlini1-1/+7
2009-01-30re PR c++/39028 (C++ front-end rejects "__label__" at the beginning of a bloc...Jakub Jelinek1-0/+4
2009-01-19re PR c++/23287 (Explicitly invoking destructor of template class in a templa...Jason Merrill1-0/+10
2009-01-14re PR c++/37862 (Parenthesised indirection alters class member access)Nick Clifton1-62/+73
2009-01-12re PR c/32041 (offsetof buglet)Jakub Jelinek1-4/+10
2009-01-09re PR c++/37877 (Invalid "invalid use of static" error)John F. Carr1-0/+7
2008-12-31re PR c++/38647 (ICE using __FUNCTION__ as template parameter)Jakub Jelinek1-9/+32
2008-12-29re PR c++/38635 (ICE parsing broken code)Jakub Jelinek1-1/+1
2008-12-18re PR c++/38485 (GCC can't parse a parenthesized comma in a template-id withi...Jason Merrill1-0/+1
2008-12-17semantics.c (describable_type): New function.Jason Merrill1-1/+1
2008-12-03re PR c++/38256 (ICE with "operator auto")Jason Merrill1-0/+10
2008-12-01re PR c++/38257 (ICE with auto and #pragma omp parallel)Jakub Jelinek1-3/+17
2008-11-28re PR c++/38278 (C++ namespace collision)Jason Merrill1-4/+3
2008-11-20re PR c++/28513 (QOI: Diagnostic missing since 3.3.x when naming rule is viol...Jason Merrill1-0/+3
2008-11-19re PR c++/37563 (Trouble calling qualified member function)Jason Merrill1-1/+1
2008-11-18re PR c++/37962 (ICE with (auto*) casts)Jason Merrill1-0/+7
2008-11-12re PR c++/36478 (warning not emitted when code expanded from macro)Jakub Jelinek1-44/+0
2008-11-12re PR c++/34269 (Incomplete __decltype/__typeof expressions accepted)Jakub Jelinek1-1/+2
2008-11-10re PR c++/38021 (C++ hang for new keywords)Jakub Jelinek1-8/+15
2008-10-29re PR c++/26997 (g++ reports misleading error message when the identifier wi...Manuel López-Ibáñez1-10/+67