]> gcc.gnu.org Git - gcc.git/history - gcc/cp/decl.c
re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressions)
[gcc.git] / gcc / cp / decl.c
2012-04-18 Paolo Carlinire PR c++/52422 ([C++11][SFINAE] Hard errors with void...
2012-04-11 Jason Merrilldecl.c (grokdeclarator): Strip the injected-class-name...
2012-04-11 Jason Merrillre PR c++/52906 (ICE: SIGSEGV in check_tag_decl (decl...
2012-04-04 Jason Merrillre PR c++/52845 (non-void return type deduced for lambd...
2012-04-02 Paolo Carlinire PR c++/50043 ([C++0x] Implement core/1123)
2012-03-29 Paolo Carlinire PR c++/52718 (-Wzero-as-null-pointer-constant: misle...
2012-03-29 Jakub Jelinekre PR c++/52759 (ICE in cp/mangle.c)
2012-03-24 Jason MerrillImplement return type deduction for normal functions...
2012-03-22 Jakub Jelinekre PR c++/52671 (ICE with misplaced attribute on enum)
2012-03-20 Jason Merrillre PR c++/52510 (libitm/config/posix/rwlock.cc doesn...
2012-03-05 Jason Merrillre PR c++/51930 (Explicitly instantiated template gets...
2012-03-01 Jason Merrillre PR c++/51930 (Explicitly instantiated template gets...
2012-02-17 Jason Merrillre PR c++/52248 (timevar ICE)
2012-02-17 Fabien Chênere PR c++/52126 (compilation error)
2012-02-14 Jason Merrillre PR c++/39055 ([DR 1443][4.4/4.5/4.6/4.7 regression...
2012-02-14 Jakub Jelinekre PR c/52181 (merge_decls doesn't handle DECL_USER_ALI...
2012-01-25 Jason Merrillre PR c++/51917 (g++.old-deja/g++.abi/vmihint.C FAILs)
2012-01-11 Jason Merrill* decl.c (decls_match): Assert that the arguments are...
2012-01-03 Paolo Carlinire PR c++/15867 (-Wredundant-decls and explicit templat...
2012-01-01 Paolo Carlinire PR c++/16603 (Incorrect enumerator type before enume...
2011-12-20 Dodji SeketeliPR debug/49951 - jumpy stepping at end of scope in C++
2011-12-17 Jason Merrillre PR c++/51587 (ICE with struct vs. enum clash)
2011-12-16 Jason Merrillre PR c++/51461 ([c++0x] [4.7 Regression] ICE with...
2011-12-15 Jason Merrillre PR c++/51458 (Accepts invalid designated initializers)
2011-12-15 Jakub Jelinekre PR c++/51463 ([c++0x] [4.7 Regression] ICE declaring...
2011-12-15 Dodji SeketeliPR c++/51473 - ICE with invalid auto
2011-12-14 Jason Merrillre PR c++/51248 (ICE with pointer to enum)
2011-12-08 Jakub Jelinekre PR c++/51401 ([c++0x] [4.7 Regression] ICE with...
2011-12-07 Jakub Jelinekre PR c++/51229 ([C++0x] [4.7 Regression] Broken diagno...
2011-12-01 Jason Merrillre PR c++/51009 (ICE in verify_gimple_stmt)
2011-11-23 Dodji SeketeliPR c++/51145 - Alias template in elaborated-type-specif...
2011-11-17 Jason Merrillre PR c++/51186 (declaring main() with auto but without...
2011-11-14 Fabien Chênere PR c++/6936 (member "using" binds wrong)
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-08 Dodji SeketeliFix context handling of alias-declaration
2011-11-07 Dodji SeketeliPR c++/45114 - Support C++11 alias-declaration
2011-11-07 Jason Merrillre PR c++/33255 (A warning for "unused" typedefs?)
2011-11-07 Jason Merrilldecl.c (cp_finish_decl): Only make_tree_vector if we...
2011-11-05 Jason Merrill* decl.c (cp_finish_decl): Mostly revert previous change.
2011-11-05 Jason Merrillre PR c++/48370 (G++ fails to extend reference temporar...
2011-11-04 Jason Merrillre PR c++/48370 (G++ fails to extend reference temporar...
2011-11-02 Jason Merrillre PR c++/50810 (c++0x-compat does not warn about narro...
2011-10-26 Jason Merrillbuild_string comments
2011-10-26 Ed Smith-RowlandImplement C++11 user-defined literals.
2011-10-25 Jason Merrillre PR c++/50866 (ICE in verify_gimple_stmt, at tree...
2011-10-23 Paolo Carlinire PR c++/50841 (bootstrap failure: narrowing conversio...
2011-10-23 Paolo Carlinire PR c++/50810 (c++0x-compat does not warn about narro...
2011-10-19 Paolo Carlinire PR c++/38761 (%s substituted with regular word can...
2011-10-18 Jason Merrillre PR c++/50742 (tree check fail in check_previous_goto_1)
2011-10-12 Paolo Carlinire PR c++/50594 (Option -fwhole-program discards replac...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-06 Jason Merrillre PR c++/39164 ([C++0x] defaulted dtor redefinition...
2011-09-27 Jakub Jelinekcommon.opt: Add -foptimize-strlen option.
2011-09-25 Jason MerrillHandle deferred parsing of NSDMIs.
2011-09-25 Jason MerrillImplement C++11 non-static data member initializers.
2011-09-23 Jason MerrillCore 234 - allow const objects with no initializer...
2011-09-23 Paolo Carlinire PR c++/50258 ([C++0x] -std=gnu++0x should allow...
2011-09-21 Paolo Carlinire PR c++/50454 (Unexpected problems with -pedantic...
2011-09-14 Diego Novilloname-lookup.c (lookup_arg_dependent): Use conditional...
2011-09-12 Jason Merrillcall.c (initialize_reference): Add flags parm.
2011-09-08 Dodji SeketeliPR c++/33255 - Support -Wunused-local-typedefs warning
2011-09-07 Paolo Carlinire PR c++/50309 ([C++0x] ICE: tree check: expected...
2011-09-06 Jason Merrillre PR c++/50296 (New C++ test failures)
2011-08-30 Jason Merrillre PR c++/50084 ([C++0x] ICE: decltype + remove_referen...
2011-08-30 Jason Merrillre PR c++/50114 (ICE with declaration inside for statement)
2011-08-23 Jason MerrillCore 975
2011-08-13 Jason Merrilldecl.c (grok_reference_init): Handle constexpr here.
2011-08-11 Romain Geisslerplugin.def: Add event for finish_decl.
2011-08-05 Gabriel CharetteThis hack to attach a line 0 source_location to the...
2011-08-04 Jakub Jelinekre PR middle-end/49905 (Better sanity checking on sprin...
2011-07-22 Jason Merrillre PR c++/30112 (pragma redefine_extname fails when...
2011-07-20 Jason Merrillparser.c (cp_parser_initializer_list): Handle C99 ...
2011-07-12 Diego Novilloname-lookup.h (cp_binding_level): Rename from cxx_scope.
2011-07-08 Jason Merrillre PR c++/45603 (crash in "build_addr_func")
2011-07-05 Richard Guentherc-common.c (c_common_nodes_and_builtins): Build all...
2011-06-29 Jason MerrillDR 1207 PR c++/49003
2011-06-22 Jason Merrillre PR c++/49172 ([C++0x][constexpr] References should...
2011-06-20 Jason Merrillre PR c++/47635 ([C++0x] ICE on invalid code in constru...
2011-06-20 Jason Merrillre PR c++/43321 ([c++0x] ICE on valid auto)
2011-06-17 Jason Merrillre PR c++/43912 ([C++0x] lambda debug info does not...
2011-06-17 Jason Merrillpt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.
2011-06-16 Jason Merrillre PR c++/45378 ([C++0x] Narrowing error not detected)
2011-06-15 H.J. LuMark __dso_handle hidden if assembler supports it.
2011-06-14 Steve Ellceydecl.c (cxx_init_decl_processing): Use ptr_mode instead...
2011-06-10 Paolo Carlinire PR c++/41769 (Parameter names not restricted to...
2011-06-09 Paolo Carlinire PR c++/29003 (operator name accepted in typedef)
2011-06-08 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-06-06 Jason Merrillre PR objc++/49221 (Several ICEs in the obj-c++ test...
2011-05-28 Jason Merrillmangle.c (mangle_decl_string): Make sure we don't try...
2011-05-28 Jason Merrillre PR c++/47049 ([C++0x] ICE in write_unnamed_type_name...
2011-05-27 Nathan Froydmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-27 Jason Merrillre PR c++/47956 ([C++0x] gcc accepts static data member...
2011-05-26 Jason Merrillre PR c++/48424 (C++0x parameter packs expansion problem)
2011-05-26 Jason Merrillre PR c++/48536 ([C++0x] Automatic Enumerator Increment...
2011-05-26 Jason Merrillre PR c++/48599 ([C++0x] no diagnostic for invalid...
2011-05-26 Jason Merrillre PR c++/45401 ([C++0x] reference collapsing and refer...
2011-05-25 Jason Merrillre PR c++/44311 ([C++0x] no error with switch over...
2011-05-25 Jason Merrillre PR c++/46005 ([C++0x] Don't allow "auto" as the...
2011-05-25 Jason Merrillre PR c++/46245 ([C++0x] rejects function with late...
2011-05-24 Paolo Carlinidecl.c (grokdeclarator): Use current_class_name.
next
This page took 0.881193 seconds and 108 git commands to generate.