aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-23* decl.c (compute_array_index_type): Use type_dependent_expression_p.Jason Merrill1-5/+4
2012-08-20re PR c++/10416 ('unused variable' warning ignores ctor/dtor side-effects)Paolo Carlini1-5/+5
2012-08-20Fix -ftime-report for C++ lookup.Diego Novillo1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-5/+5
2012-07-31pt.c (check_default_tmpl_args): Change is_primary and is_partial parameters t...Paolo Carlini1-1/+2
2012-07-25re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore1-1/+2
2012-07-25re PR c++/54086 (GCC should allow constexpr and const together)Jason Merrill1-2/+0
2012-07-25cp-tree.h (tsubst_flags): Remove tf_no_access_control.Jason Merrill1-13/+2
2012-07-18DR 1170 PR c++/51213Paolo Carlini1-6/+8
2012-07-17re PR c++/53995 (Overload resolution fails with enum argument, says <anonymou...Jason Merrill1-1/+1
2012-07-17decl.c (xref_basetypes): Complain about incomplete template base.Jason Merrill1-1/+8
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-1/+1
2012-07-04re PR c++/53848 (ICE in decl_linkage at ../../gcc-trunk/gcc/cp/tree.c:3215)Jason Merrill1-8/+1
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-1/+1
2012-06-27parser.c (cp_parser_check_for_invalid_template_id): tag_type parm.Jason Merrill1-0/+1
2012-06-18vax.h (VMS_TARGET): Remove.Steven Bosscher1-9/+2
2012-06-07re PR c++/51214 ([C++11] name lookup issue with c++11 enums)Fabien Chêne1-0/+6
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-8/+10
2012-06-06invoke.texi (fconserve-space): Remove documentation.Steven Bosscher1-13/+0
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+1
2012-05-25re PR objc++/53441 (obj-c++.dg/ivar-invalid-type-1.mm ICE)Uros Bizjak1-1/+2
2012-05-25* decl.c: Revert unwanted commit.Uros Bizjak1-2/+1
2012-05-25re PR target/53474 (Solaris/x86 bootstrap with Sun as broken: j.e)Uros Bizjak1-1/+2
2012-05-21re PR c++/51184 (Abstract class in function return type)Paolo Carlini1-0/+5
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli1-39/+41
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-1/+1
2012-05-10re PR c++/53301 (Spurious -Wzero-as-null-pointer-constant with reference argu...Paolo Carlini1-1/+1
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-3/+3
2012-04-30Fix location for static class membersDodji Seketeli1-1/+2
2012-04-24re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini1-2/+4
2012-04-22re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez1-12/+12
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini1-2/+2
2012-04-11decl.c (grokdeclarator): Strip the injected-class-name typedef if we are buil...Jason Merrill1-0/+11
2012-04-11re PR c++/52906 (ICE: SIGSEGV in check_tag_decl (decl.c:4230) with "__attribu...Jason Merrill1-1/+1
2012-04-04re PR c++/52845 (non-void return type deduced for lambda with empty compound ...Jason Merrill1-0/+1
2012-04-02re PR c++/50043 ([C++0x] Implement core/1123)Paolo Carlini1-0/+7
2012-03-29re PR c++/52718 (-Wzero-as-null-pointer-constant: misleading location for 0 a...Paolo Carlini1-0/+11
2012-03-29re PR c++/52759 (ICE in cp/mangle.c)Jakub Jelinek1-1/+2
2012-03-24Implement return type deduction for normal functions with -std=c++1y.Jason Merrill1-13/+51
2012-03-22re PR c++/52671 (ICE with misplaced attribute on enum)Jakub Jelinek1-1/+2
2012-03-20re PR c++/52510 (libitm/config/posix/rwlock.cc doesn't compile)Jason Merrill1-1/+5
2012-03-05re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill1-9/+12
2012-03-01re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill1-8/+13
2012-02-17re PR c++/52248 (timevar ICE)Jason Merrill1-2/+2
2012-02-17re PR c++/52126 (compilation error)Fabien Chêne1-1/+1
2012-02-14re PR c++/39055 ([DR 1443][4.4/4.5/4.6/4.7 regression] questionable default p...Jason Merrill1-3/+7
2012-02-14re PR c/52181 (merge_decls doesn't handle DECL_USER_ALIGN properly)Jakub Jelinek1-2/+7
2012-01-24re PR c++/51917 (g++.old-deja/g++.abi/vmihint.C FAILs)Jason Merrill1-2/+2
2012-01-11* decl.c (decls_match): Assert that the arguments are decls.Jason Merrill1-0/+2
2012-01-03re PR c++/15867 (-Wredundant-decls and explicit template specialization)Paolo Carlini1-1/+4