summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/38233 ('map' value type + new uninitted const member warnings cause...Jason Merrill2008-11-284-68/+36
* re PR c++/38278 (C++ namespace collision)Jason Merrill2008-11-282-4/+9
* re PR c++/28743 (ICE with invalid specialization)Jason Merrill2008-11-252-3/+14
* re PR c++/28513 (QOI: Diagnostic missing since 3.3.x when naming rule is viol...Jason Merrill2008-11-202-0/+6
* re PR c++/37540 (ICE on __decltype of method call in function template)Jason Merrill2008-11-202-6/+20
* re PR c++/37142 (ICE: in dependent_type_p, at cp/pt.c:15585)Dodji Seketeli2008-11-202-1/+7
* re PR c++/35405 (Internal compiler error)Dodji Seketeli2008-11-193-2/+12
* re PR c++/36410 (ICE with transparent union)Jason Merrill2008-11-192-1/+15
* re PR c++/37563 (Trouble calling qualified member function)Jason Merrill2008-11-192-1/+5
* re PR c++/37256 (extern template / explicit instantiation broken in 4.4.0-pre)Jason Merrill2008-11-192-1/+8
* re PR c++/37962 (ICE with (auto*) casts)Jason Merrill2008-11-185-8/+39
* re PR c++/36089 (Funny rejects valid with constant integral expression)Jakub Jelinek2008-11-172-0/+14
* re PR c++/37561 (Revision 140405 caused g++.old-deja/g++.mike/warn1.C)Jakub Jelinek2008-11-152-6/+8
* re PR c++/38030 (name-lookup for non-dependent name in template function is w...Jason Merrill2008-11-142-1/+7
* re PR c++/37740 ([C++0x] "foo f{...}" form compiles, but "new foo{...}" one d...Jason Merrill2008-11-142-1/+6
* re PR c++/37932 (narrowing conversion with -std=c++0x)Jason Merrill2008-11-132-4/+20
* re PR c++/36478 (warning not emitted when code expanded from macro)Jakub Jelinek2008-11-122-44/+8
* re PR c++/38007 (g++ instantiate same operator twice due to bitfield in -O0 m...Jason Merrill2008-11-122-56/+18
* re PR c++/34269 (Incomplete __decltype/__typeof expressions accepted)Jakub Jelinek2008-11-122-1/+6
* re PR c++/35334 (Broken diagnostic for complex cast)Jakub Jelinek2008-11-122-0/+6
* re PR c++/38021 (C++ hang for new keywords)Jakub Jelinek2008-11-102-8/+22
* re PR target/26397 (Program crashes when rethrowing exception)David Edelsohn2008-11-062-1/+12
* re PR c++/32519 (g++ allows access to protected template member functions of ...Fabien Chêne2008-11-052-2/+7
* re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther2008-11-052-1/+7
* re PR c++/37967 (ICE with function returning auto)Jakub Jelinek2008-10-312-4/+33
* re PR c++/37965 (ICE with invalid auto variable in template)Jakub Jelinek2008-10-312-4/+19
* re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez2008-10-293-7/+15
* re PR c++/26997 (g++ reports misleading error message when the identifier wi...Manuel López-Ibáñez2008-10-292-10/+75
* re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez2008-10-243-1/+16
* dg-extract-results.sh: New file.Jakub Jelinek2008-10-242-0/+11
* semantics.c (simplify_aggr_init_exprs_r): Remove.Richard Guenther2008-10-212-34/+6
* re PR c++/37004 ([C++ only] Wconversion warns for short y = 0x7fff; short z =...Manuel López-Ibáñez2008-10-193-39/+78
* re PR c++/37819 (ice for bitfield code)Jakub Jelinek2008-10-142-2/+12
* re PR c++/37650 (ICE with broken default template parameter)Paolo Carlini2008-10-142-4/+17
* * cp-tree.h (DECL_MAIN_P): Fix parentheses around expression.Doug Evans2008-10-132-2/+6
* re PR c++/37146 (Invalid types with COND_EXPR)Jakub Jelinek2008-10-102-0/+34
* re PR tree-optimization/37568 (ICE returning a struct)Jakub Jelinek2008-10-092-5/+9
* * decl.c (start_cleanup_fn): Declare as inline.Steve Ellcey2008-10-072-0/+5
* PR c++/37376, other mangling issuesJason Merrill2008-10-063-29/+105
* c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez2008-10-064-9/+21
* re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli2008-10-053-8/+45
* re PR c++/37719 (incorrect type on warning of mismatched exception specificat...Paolo Carlini2008-10-032-1/+12
* rs6000-c.c (altivec_resolve_overloaded_builtin): Handle ALTIVEC_BUILTIN_VEC_S...Andrew Pinski2008-10-012-0/+5
* re PR c++/37683 (Revision 140780 caused g++.dg/warn/Wparentheses-3.C)H.J. Lu2008-10-012-0/+7
* re PR c++/37555 (ICE with invalid typedef)Simon Martin2008-09-302-1/+10
* c-common.c (empty_if_body_warning): Remove.Paolo Bonzini2008-09-303-3/+28
* re PR c++/37649 (ICE with invalid template class)Paolo Carlini2008-09-252-0/+9
* c-common.c (fname_decl): New location argument.Aldy Hernandez2008-09-242-1/+5
* re PR c++/37533 (ICE with parallel for loop)Jakub Jelinek2008-09-232-2/+12
* c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez2008-09-239-63/+135