aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2009-04-08re PR c++/25185 (deep typedef substitution in error message)Jason Merrill2-3/+17
2009-04-08re PR c++/39637 (ICE on ill-formed sizeof(<parameter-pack>) in variadic templ...Dodji Seketeli2-0/+11
2009-04-07re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill5-25/+95
2009-04-07re PR c++/25185 (deep typedef substitution in error message)Jason Merrill2-2/+11
2009-04-06re PR c++/35146 (weird error in template function specialization)Jason Merrill2-3/+28
2009-04-05fix ChangeLogsJason Merrill1-1/+2
2009-04-05re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill2-14/+63
2009-04-04re PR c++/25185 (deep typedef substitution in error message)Jason Merrill3-18/+39
2009-04-03re PR c++/39608 ('expr' cannot appear in a constant-expression.)Jason Merrill3-8/+13
2009-04-02re PR c++/25185 (deep typedef substitution in error message)Jason Merrill4-5/+75
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli8-42/+199
2009-03-31re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill2-2/+20
2009-03-31C++ DR 613Jason Merrill2-2/+19
2009-03-31ptree.c (cxx_print_decl): Pretty-print full name of function/template.Jason Merrill2-1/+24
2009-03-31decl.c (grokdeclarator): Reject pointer to qualified function type.Jason Merrill1-1/+4
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill8-26/+73
2009-03-31mangle.c (write_expression): Mangle dependent name as source-name.Jason Merrill2-8/+23
2009-03-31PR c++/38030, 38850, 39070Jason Merrill5-20/+42
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers4-38/+9
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini4-20/+6
2009-03-28re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek2-3/+6
2009-03-27except.c (choose_personality_routine): Set terminate_node to abort for java e...Jan Hubicka2-0/+6
2009-03-27re PR debug/37959 (g++ does not emit DW_AT_explicit)Dodji Seketeli3-2/+24
2009-03-27re PR c++/38638 (ICE superfluous 'typename')Andrew Pinski2-1/+12
2009-03-27re PR c++/37647 (ICE with invalid use of constructor)Simon Martin2-0/+14
2009-03-27re PR c++/29727 (ICE on invalid initializer for template member)Simon Martin2-3/+14
2009-03-27re PR c++/35652 (offset warning should be given in the front-end)Manuel López-Ibáñez2-1/+6
2009-03-26re PR c++/39380 (All programs that link Java and C++ libraries fail when opt...Andrew Haley4-1/+16
2009-03-24re PR c++/28274 (Redeclaration with extra default argument doesn't work)Jason Merrill2-6/+12
2009-03-23add PR tagJason Merrill1-0/+1
2009-03-23re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek3-26/+49
2009-03-23pt.c (make_fnparm_pack): Split out from...Jason Merrill2-29/+70
2009-03-23re PR c++/39526 (-Wshadow reports shadowed declarations for parameters of unn...Jason Merrill2-1/+10
2009-03-21re PR c++/28879 (ICE with VLA in template function)Jason Merrill4-8/+43
2009-03-20C++ core issue 703Jason Merrill2-8/+14
2009-03-19re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek2-11/+8
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek2-4/+8
2009-03-18re PR c++/39425 (gcc loops after reporting template instantiation errors)H.J. Lu2-1/+7
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill9-57/+118
2009-03-17Fix a documentation issue in a previous check in.Doug Kwan1-0/+5
2009-03-17re PR c++/39475 (c++0x type-traits should error out in case of incompleteness)Paolo Carlini2-7/+62
2009-03-17re PR middle-end/39378 (Multiple inheritence thunk not working with -mthumb)Jing Yu1-1/+1
2009-03-17re PR debug/37890 (Incorrect nesting for DW_TAG_imported_declaration)Jakub Jelinek2-1/+6
2009-03-17dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow non-NAMESPACE_DECL I...Jakub Jelinek3-3/+13
2009-03-17re PR debug/39471 (DW_TAG_imported_module should be used (not DW_TAG_imported...Jakub Jelinek2-2/+6
2009-03-09re PR c++/39371 (Incorrectly rejects switch((unsigned int)boolvar))Jakub Jelinek3-15/+9
2009-03-08re PR c++/39060 (ICE with lots of invalid member functions)H.J. Lu2-0/+12
2009-03-07re PR c++/39367 (ICE at tree-inline.c:1042 with -O)Jason Merrill2-75/+45
2009-03-06re PR target/37520 (NO_DOLLAR_IN_LABEL should be defined on x86 targets)H.J. Lu2-15/+21
2009-03-06re PR c++/33492 (Broken diagnostic: 'must_not_throw_expr' not supported by du...Paolo Carlini2-2/+8