aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2008-02-05re PR c++/35074 (ICE with attribute "aligned" for template classes)Douglas Gregor2-2/+28
2008-02-04re PR java/35035 (Has any one managed to run the libjava test suite on powerp...Richard Guenther2-1/+13
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill10-71/+313
2008-01-31re PR c++/34935 (ICE with attribute may_alias)Douglas Gregor3-0/+38
2008-01-29Fix 35004, grow tree_code bitfield to 16 bitsMichael Meissner2-2/+9
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor9-57/+86
2008-01-29re PR c++/35007 (Firefox fails to build with affentry.cpp:94: error: ISO C++ ...Jason Merrill2-1/+11
2008-01-27re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Jason Merrill2-2/+11
2008-01-26re PR c++/34965 (Broken diagnostic: 'truth_and_expr' not supported by dump_expr)Jakub Jelinek2-0/+16
2008-01-26re PR c++/34235 (short variable cast to unsigned int fails to right shift as ...Richard Guenther2-45/+5
2008-01-25re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Jason Merrill3-14/+9
2008-01-25re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Richard Guenther3-4/+16
2008-01-25decl2.c (is_late_template_attribute): Don't defer attribute visibility just b...Jason Merrill2-3/+11
2008-01-25re PR c++/31780 (ICE with incompatible types for ?: with "complex type" conve...Jason Merrill2-6/+30
2008-01-25re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Richard Guenther2-0/+8
2008-01-24re PR c++/34603 (ICE with broken template declaration)Paolo Carlini2-3/+10
2008-01-24re PR c++/34913 (ICE vector in template)Jason Merrill2-6/+24
2008-01-23re PR c++/28560 (Trouble with __attribute__ in template parameter)Jason Merrill2-2/+10
2008-01-23re PR c++/33984 (bit-fields, references and overloads)Jakub Jelinek3-12/+30
2008-01-22re PR c++/34912 (ICE with friend in local class)Jason Merrill4-7/+30
2008-01-22re PR c++/34829 (placement new with primitive Java types rejected)Tom Tromey2-2/+7
2008-01-22re PR c++/34607 (ICE with invalid for loop after #pragma omp for)Jakub Jelinek2-2/+7
2008-01-22re PR c++/34918 (Broken diagnostic: 'vector_cst' not supported by dump_expr)Jakub Jelinek2-1/+7
2008-01-22re PR c++/33959 (ICE in instantiate_class_template, at cp/pt.c:6649)Jason Merrill2-14/+33
2008-01-21re PR c++/34196 (uninitialized variable warning in dead exception region)Jason Merrill2-2/+21
2008-01-21re PR c++/34850 (Recursive BLOCK tree causes compilation to hang during diagn...Richard Guenther2-1/+9
2008-01-21re PR c++/34891 (Broken diagnostic: 'view_convert_expr' not supported by dump...Paolo Carlini2-0/+6
2008-01-21re PR c++/34776 (ICE with invalid member declaration in template class)Paolo Carlini2-2/+13
2008-01-18re PR c++/33407 (C++ operator new and new expression do not change dynamic type)Ian Lance Taylor2-2/+14
2008-01-16re PR c++/33819 (Miscompiled shift of C++ bitfield)Richard Guenther2-0/+13
2008-01-15parser.c (cp_parser_template_parameter): Fix C90 issue with mixing declaratio...Andreas Tobler2-2/+8
2008-01-15re PR c++/34399 (ICE on invalid friend declaration of variadic template)Douglas Gregor2-1/+7
2008-01-15re PR c++/34751 (ICE with pointer to member and variadic templates)Douglas Gregor3-40/+113
2008-01-15re PR c++/34051 (ICE in dependent_type_p with variadic templates)Douglas Gregor6-22/+85
2008-01-15re PR c++/34314 (ICE on invalid code (with variadic templates): tree check: e...Douglas Gregor3-7/+41
2008-01-15re PR c++/33964 (internal compiler error: in dependent_type_p, at cp/pt.c:153...Douglas Gregor2-22/+61
2008-01-15re PR c++/34052 (Trouble with variadic templates as template-template parameter)Douglas Gregor3-29/+44
2008-01-13c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wretur...Doug Kwan3-2/+11
2008-01-08re PR c++/33890 (ICE in tsubst_copy with OpenMP)Jakub Jelinek2-8/+17
2008-01-04re PR c++/34611 (Broken diagnostic: 'tree_list' not supported by dump_expr)Paolo Carlini2-1/+12
2008-01-02c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when in C++0x mode.Douglas Gregor2-2/+9
2007-12-20re PR c++/34111 (new overload resolution error)Jason Merrill2-8/+7
2007-12-19re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek2-1/+8
2007-12-18re PR c++/34206 (ICE in retrieve_local_specialization)Jason Merrill2-5/+17
2007-12-18Accidentally failed to commit ChangeLogDoug Gregor1-0/+15
2007-12-18re PR c++/32565 (ICE with specialization of variadic template)Douglas Gregor1-12/+144
2007-12-18re PR c++/34488 (ICE on invalid friend declaration)Jakub Jelinek2-0/+13
2007-12-17re PR c/34506 (gcc disallows comma between C/C++ OpenMP clauses)Jakub Jelinek2-1/+14
2007-12-15re PR debug/7081 (DWARF enhancements for C++)Alexandre Oliva2-0/+18
2007-12-11re PR c++/34238 ("static data member used, but not defined" error on member d...Jakub Jelinek2-15/+4