aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2010-03-18re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fa...Paolo Carlini1-0/+6
2010-03-18re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fa...Paolo Carlini1-1/+1
2010-03-16Add missing ChangeLog entries.H.J. Lu1-0/+5
2010-03-05mangle.c (mangle_decl): Give name collision error even without ASM_OUTPUT_DEF.Jason Merrill2-2/+9
2010-03-04pt.c (process_partial_specialization): Use error_n instead of error.Marco Poletti2-7/+15
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-4/+4
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill7-27/+37
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill4-1/+44
2010-03-01toplev.h (inform_n, error_n): Declare.Shujing Zhao2-4/+12
2010-02-28re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4...Mark Mitchell4-4/+38
2010-02-27re PR c++/42054 (ICE with invalid template parameter)Simon Martin2-10/+18
2010-02-24c.opt (-ftemplate-depth=): New.Manuel López-Ibáñez2-2/+7
2010-02-24re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2-1/+7
2010-02-24class.c (layout_class_type): Don't give -Wabi warning for a bug in a previous...Jason Merrill2-0/+6
2010-02-23re PR c++/43143 ([c++0x] array value-initialization and variadics)Jason Merrill2-4/+10
2010-02-22re PR c++/43126 ("at this point in file" warnings are upside down)Manuel López-Ibáñez2-6/+14
2010-02-22Merge DECL_PRESERVE_P for C++.Mike Stump2-0/+9
2010-02-21re PR c++/23510 (skip some instantation contexts if there are too many)Manuel López-Ibáñez2-24/+84
2010-02-21re PR c++/42824 (c++ compilation complains about error: call of overloaded)Dodji Seketeli2-17/+79
2010-02-20re PR c++/35669 (NULL (__null) not considered different from 0 with C++)Manuel López-Ibáñez3-7/+17
2010-02-18re PR c++/42837 (FAIL: g++.dg/abi/packed1.C execution test)Jason Merrill2-0/+5
2010-02-18re PR c++/43108 (mixed complex<T> multiplication horribly inefficient)Jason Merrill4-6/+90
2010-02-18re PR target/43070 (g++.dg/ext/label2.C fails to compile at -O1)Jason Merrill2-2/+3
2010-02-18re PR c++/26261 (Rejects template with const static data member used in retur...Jason Merrill4-8/+64
2010-02-18re PR c++/43109 (ICE: SIGSEGV with unnamed namespace inside named)Jason Merrill2-0/+6
2010-02-17re PR c++/43075 (20_util/bind/ref2.cc FAILs)Jason Merrill5-55/+28
2010-02-17re PR c++/43069 (ICE: tree check: expected tree that contains 'decl minimal' ...Jason Merrill2-1/+6
2010-02-17re PR c++/43093 (internal compiler error: Segmentation fault when compiling F...Jason Merrill2-1/+7
2010-02-17re PR c++/43079 (ICE with incompatible pointer-to-member-function as template...Jason Merrill2-3/+9
2010-02-16* cp-gimplify.c (cp_gimplify_expr): Fix error recovery.Jason Merrill2-2/+6
2010-02-16re PR c++/43031 (internal compiler error: verify_gimple failed after non-triv...Jason Merrill2-0/+19
2010-02-16re PR c++/43036 (c++ compilation hang)Jason Merrill2-51/+40
2010-02-14re PR c++/41997 ([C++0x] constant initializer_list not optimised)Jason Merrill2-0/+7
2010-02-12re PR c++/43024 (ICE on template code with -O2 or -O3, regression from 4.4.2)Jason Merrill2-1/+7
2010-02-12revert unnecessary hunkJason Merrill2-6/+1
2010-02-12re PR c++/43054 ([C++0x] ambiguous overload from identical declarations using...Jason Merrill2-1/+13
2010-02-12re PR c++/43033 (--enable-checking=valgrind C++ failures)Jakub Jelinek2-3/+9
2010-02-10re PR c++/41896 ([c++0x] Segfault because of a nested lambda function)Jason Merrill4-7/+34
2010-02-10re PR c++/41896 ([c++0x] Segfault because of a nested lambda function)Jason Merrill2-2/+9
2010-02-10PR c++/42983, core issue 906Jason Merrill2-0/+8
2010-02-10re PR c++/43016 ([C++0x] Inappropriate multiple definition error for lambda f...Jason Merrill2-0/+7
2010-02-10Make-lang.in (cp/cvt.o, [...]): Depend on intl.h.Shujing Zhao6-28/+49
2010-02-09re PR c++/42399 ([c++0x] assigning lambda causes segfault from null dereferen...Jason Merrill2-0/+7
2010-02-09re PR c++/42370 ([C++0x][lambda] in a void function: "Warning: control reache...Jason Merrill4-1/+36
2010-02-05Make-lang.in (cp/cp-lang.o): Depend on gt-cp-cp-lang.h.Richard Guenther4-2/+9
2010-02-05re PR c++/42915 (ICE: same canonical type node for different types in recent ...Dodji Seketeli2-1/+11
2010-02-03re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions)Jason Merrill2-54/+75
2010-02-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2-1/+16
2010-02-02re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill3-1/+52
2010-01-29Fix PRs c++/42758, c++/42634, c++/42797Dodji Seketeli5-48/+132