summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
...
* re PR c++/34235 (short variable cast to unsigned int fails to right shift as ...Richard Guenther2008-01-262-45/+5
* re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Jason Merrill2008-01-253-14/+9
* re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Richard Guenther2008-01-253-4/+16
* decl2.c (is_late_template_attribute): Don't defer attribute visibility just b...Jason Merrill2008-01-252-3/+11
* re PR c++/31780 (ICE with incompatible types for ?: with "complex type" conve...Jason Merrill2008-01-252-6/+30
* re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Richard Guenther2008-01-252-0/+8
* re PR c++/34603 (ICE with broken template declaration)Paolo Carlini2008-01-242-3/+10
* re PR c++/34913 (ICE vector in template)Jason Merrill2008-01-242-6/+24
* re PR c++/28560 (Trouble with __attribute__ in template parameter)Jason Merrill2008-01-232-2/+10
* re PR c++/33984 (bit-fields, references and overloads)Jakub Jelinek2008-01-233-12/+30
* re PR c++/34912 (ICE with friend in local class)Jason Merrill2008-01-224-7/+30
* re PR c++/34829 (placement new with primitive Java types rejected)Tom Tromey2008-01-222-2/+7
* re PR c++/34607 (ICE with invalid for loop after #pragma omp for)Jakub Jelinek2008-01-222-2/+7
* re PR c++/34918 (Broken diagnostic: 'vector_cst' not supported by dump_expr)Jakub Jelinek2008-01-222-1/+7
* re PR c++/33959 (ICE in instantiate_class_template, at cp/pt.c:6649)Jason Merrill2008-01-222-14/+33
* re PR c++/34196 (uninitialized variable warning in dead exception region)Jason Merrill2008-01-212-2/+21
* re PR c++/34850 (Recursive BLOCK tree causes compilation to hang during diagn...Richard Guenther2008-01-212-1/+9
* re PR c++/34891 (Broken diagnostic: 'view_convert_expr' not supported by dump...Paolo Carlini2008-01-212-0/+6
* re PR c++/34776 (ICE with invalid member declaration in template class)Paolo Carlini2008-01-212-2/+13
* re PR c++/33407 (C++ operator new and new expression do not change dynamic type)Ian Lance Taylor2008-01-182-2/+14
* re PR c++/33819 (Miscompiled shift of C++ bitfield)Richard Guenther2008-01-162-0/+13
* parser.c (cp_parser_template_parameter): Fix C90 issue with mixing declaratio...Andreas Tobler2008-01-152-2/+8
* re PR c++/34399 (ICE on invalid friend declaration of variadic template)Douglas Gregor2008-01-152-1/+7
* re PR c++/34751 (ICE with pointer to member and variadic templates)Douglas Gregor2008-01-153-40/+113
* re PR c++/34051 (ICE in dependent_type_p with variadic templates)Douglas Gregor2008-01-156-22/+85
* re PR c++/34314 (ICE on invalid code (with variadic templates): tree check: e...Douglas Gregor2008-01-153-7/+41
* re PR c++/33964 (internal compiler error: in dependent_type_p, at cp/pt.c:153...Douglas Gregor2008-01-152-22/+61
* re PR c++/34052 (Trouble with variadic templates as template-template parameter)Douglas Gregor2008-01-153-29/+44
* c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wretur...Doug Kwan2008-01-133-2/+11
* re PR c++/33890 (ICE in tsubst_copy with OpenMP)Jakub Jelinek2008-01-082-8/+17
* re PR c++/34611 (Broken diagnostic: 'tree_list' not supported by dump_expr)Paolo Carlini2008-01-042-1/+12
* c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when in C++0x mode.Douglas Gregor2008-01-022-2/+9
* re PR c++/34111 (new overload resolution error)Jason Merrill2007-12-202-8/+7
* re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek2007-12-192-1/+8
* re PR c++/34206 (ICE in retrieve_local_specialization)Jason Merrill2007-12-182-5/+17
* Accidentally failed to commit ChangeLogDoug Gregor2007-12-181-0/+15
* re PR c++/32565 (ICE with specialization of variadic template)Douglas Gregor2007-12-181-12/+144
* re PR c++/34488 (ICE on invalid friend declaration)Jakub Jelinek2007-12-182-0/+13
* re PR c/34506 (gcc disallows comma between C/C++ OpenMP clauses)Jakub Jelinek2007-12-172-1/+14
* re PR debug/7081 (DWARF enhancements for C++)Alexandre Oliva2007-12-152-0/+18
* re PR c++/34238 ("static data member used, but not defined" error on member d...Jakub Jelinek2007-12-112-15/+4
* re PR c++/34364 (class& is not known as as a class-type anymore after dynamic...Jakub Jelinek2007-12-112-2/+7
* re PR c++/34059 (ICE with invalid base type for class member)Simon Martin2007-12-102-1/+7
* re PR c++/34395 (Broken diagnostic: 'type_pack_expansion' not supported by du...Jakub Jelinek2007-12-102-0/+6
* re PR c++/34394 (Broken diagnostic: 'abs_expr' not supported by dump_expr)Jakub Jelinek2007-12-102-0/+6
* re PR c++/34178 (Compilation using -frepo fails)Jakub Jelinek2007-12-093-3/+17
* re PR c++/34336 (4.2.2 internal error in stabilize_expr)Jakub Jelinek2007-12-062-3/+12
* re PR c++/34271 (ICE in invalid initialization of static template member)Jakub Jelinek2007-12-053-3/+15
* re PR c++/34101 (ICE with argument deduction of variadic template function)Douglas Gregor2007-12-042-9/+19
* re PR c++/33509 (tsubst_pack_expansion assumed to return TREE_VEC)Douglas Gregor2007-12-042-1/+25