aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-06decl.c (record_builtin_java_type): Use canonicalized integer types.Alexandre Oliva2-3/+16
2009-03-05re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this fun...Jason Merrill4-2/+39
2009-03-04re PR c++/13549 (Problem compiling Boost.Python test)Jason Merrill4-4/+26
2009-03-04add DR noteJason Merrill1-0/+1
2009-03-04re PR c++/9634 ([DR224] Injected class name as qualifier should not make the ...Jason Merrill6-41/+77
2009-02-26re PR c++/37789 (ICE with __FUNCTION__)H.J. Lu2-1/+11
2009-02-26Split ChangeLog to ChangeLog-2007 and ChangeLog-2008.H.J. Lu3-6595/+6592
2009-02-24re PR c++/39242 (Inconsistent reject / accept of code)Richard Guenther2-2/+13
2009-02-23re PR c++/36411 (ICE with invalid template template parameter)H.J. Lu2-0/+9
2009-02-23pt.c (unify): Call maybe_adjust_types_for_deduction when deducing from an ini...Jason Merrill2-2/+16
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek17-17/+17
2009-02-20re PR c++/39225 (ICE if destructor doen't match class name)Jason Merrill2-9/+16
2009-02-19re PR target/39175 (ICE while compiling qt-4.5.0-rc1)Jakub Jelinek2-1/+22
2009-02-19re PR c++/39188 (G++ doesn't handle static anonymous union right)H.J. Lu4-2/+12
2009-02-18re PR c++/39219 (attribute doesn't work with enums properly)H.J. Lu2-0/+6
2009-02-18revert accidental commitJason Merrill1-20/+1
2009-02-18re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill3-3/+26
2009-02-13re PR c++/39070 (ICE with typeof() (... and __decltype))Jason Merrill4-6/+18
2009-02-12re PR c++/38950 (ICE: deducing function template arguments for array type.)Jason Merrill2-1/+6
2009-02-11re PR c++/39153 (virtual default dtor not defined)Jason Merrill2-1/+5
2009-02-11re PR c++/30111 (Value-initialization of POD base class doesn't initialize me...Jason Merrill4-6/+56
2009-02-11re PR c++/38649 (Trouble with defaulted constructors)Jason Merrill2-3/+7
2009-02-11re PR c++/36744 ([C++0x] function modifying argument received by-value affect...Jason Merrill2-1/+12
2009-02-10re PR c++/34397 (ICE on invalid default template parameter)Paolo Carlini4-11/+39
2009-02-09re PR c++/39109 (Accessible constructor required for new)Jason Merrill6-20/+31
2009-02-07re PR c++/35147 (ICE trying to expand an argument pack with zero arguments)Paolo Carlini2-2/+8
2009-02-04re PR c++/39095 (Mangling changes break ABI)Jakub Jelinek3-16/+27
2009-02-03typeck.c (cp_build_unary_op): Only complain about taking address of main if p...Jason Merrill2-4/+12
2009-02-03re PR inline-asm/39059 (ICE with fixed-point type in inline-asm)Jakub Jelinek2-0/+9
2009-02-03re PR c++/39056 ([c++0x] ICE with invalid initializer list for complex variable)Jakub Jelinek2-1/+8
2009-02-03re PR c++/36897 (ICE with function pointer template parameter)Paolo Bonzini3-0/+31
2009-02-02re PR c++/39054 (ICE with invalid pseudo-dtor in template)Jason Merrill2-1/+9
2009-02-02re PR c++/39053 (ICE with broken function declaration)Paolo Carlini2-1/+13