aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor1-1/+1
2015-12-07re PR c++/68760 (ICE in pp_string (pretty-print.c:909))Jakub Jelinek1-1/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-2/+3
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-1/+3
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+8
2015-08-12re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 whe...Jason Merrill1-0/+5
2015-08-12re PR c++/67161 (ICE with a static_assert using our internal __not/__or/__and...Jason Merrill1-1/+2
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+46
2015-07-10re PR c++/30044 (ICE in tsubst, at cp/pt.c:7359)Patrick Palka1-0/+8
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-1/+1
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-02cp-tree.h (init_error): Remove declaration.Patrick Palka1-12/+2
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-6/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01re PR sanitizer/63956 ([UBSAN] ICE segfault in cxx_eval_call_expression ../.....Marek Polacek1-0/+9
2014-11-26Allow partial specialization of variable templates.Jason Merrill1-1/+3
2014-11-20* error.c (dump_expr): Avoid printing (*&i) for references.Jason Merrill1-1/+7
2014-10-27Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill1-0/+4
2014-10-26In cp/error.c...Manuel López-Ibáñez1-7/+33
2014-09-30re PR c++/16564 (g++ seems to go into an infinite loop after errors)Paolo Carlini1-10/+0
2014-09-22decl.c (poplevel): Don't warn about unused vars in template scope.Jason Merrill1-0/+12
2014-08-25re PR c++/34938 (ICE with function pointers and attribute noreturn)Paolo Carlini1-1/+5
2014-08-20re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-10/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-4/+4
2014-06-27re PR c++/61433 (ICE: SIGSEGV in friend_accessible_p (search.c:778) with -std...Jason Merrill1-0/+5
2014-06-14re PR c++/33101 ([DR 577] allow typedefs for void in empty parameter list)Paolo Carlini1-2/+3
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+1
2014-04-10re PR ipa/60761 (Improve dump_decl for clones)Richard Biener1-1/+6
2014-03-01method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and S...Paolo Carlini1-1/+1
2014-01-30decl.c (duplicate_decls, [...]): Use TYPE_IDENTIFIER.Paolo Carlini1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-3/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+0
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-0/+1
2013-10-23c-format.c (gcc_cxxdiag_char_table): Add %X.Jason Merrill1-1/+13
2013-10-16error.c (dump_exception_spec): Print "noexcept" rather than "noexcept (true)".Jason Merrill1-7/+10