aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2013-12-06Fix two small problems...Caroline Tice2-0/+8
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo2-4/+8
2013-12-05re PR c++/59044 (Internal compiler error triggers when accessing a typedef in...Jason Merrill2-22/+28
2013-12-05decl.c (duplicate_decls): Replace pairs of errors and permerrors with error +...Paolo Carlini2-45/+57
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers2-1/+7
2013-12-04re PR c++/59268 ([c++11] ICE with constexpr in a virtual function)Jakub Jelinek2-0/+9
2013-11-29re PR sanitizer/59331 (ubsan gives extra warnings with vla.)Marek Polacek2-2/+7
2013-11-28re PR c++/59297 (ICE: openmp atomic with indirect LHS)Jakub Jelinek2-1/+7
2013-11-28Add -lrt on SolarisRainer Orth2-3/+41
2013-11-28re PR c/59310 (FAIL: gcc.dg/gomp/openmp-simd-1.c (test for excess errors))Jakub Jelinek2-1/+7
2013-11-27re PR c++/58647 (ICE with function pointer)Paolo Carlini2-0/+16
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez2-0/+8
2013-11-27Handle vector increment/decrement in build_unary_opTom de Vries2-1/+9
2013-11-27Don't create out-of-bounds BIT_FIELD_REF.Tom de Vries2-1/+8
2013-11-26re PR c++/58874 ([c++11] ICE with OpenMP reduction declaration and -std=c++11)Jakub Jelinek2-1/+7
2013-11-26re PR c++/58700 (ICE declaring static bit-field)Paolo Carlini2-1/+9
2013-11-26cvt.c (cp_convert_and_check): Avoid calling cp_convert unnecessarily.Paolo Carlini2-1/+7
2013-11-25re PR c++/54485 (g++ should diagnose default arguments in out-of-line definit...Paolo Carlini2-15/+43
2013-11-25re PR c++/58607 ([c++11] ICE with undeclared variable in constexpr)Paolo Carlini2-0/+10
2013-11-25re PR c++/58810 (ICE with invalid function typedef)Paolo Carlini2-15/+6
2013-11-25re PR c++/59080 ([c++11] ICE with array of auto)Paolo Carlini2-3/+15
2013-11-25Disallow implicit function templates in local functions unless defining a lam...Adam Butcher2-1/+10
2013-11-23re PR c++/59031 (vtable lookup not optimized away)Easwaran Raman3-4/+13
2013-11-23re PR c++/58868 (ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x)Jason Merrill2-1/+11
2013-11-23re PR c++/58525 (__cxa_throw_bad_array_new_length is generated with -fno-exce...Alexander Ivchenko4-4/+13
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek2-0/+62
2013-11-22sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New.Jakub Jelinek2-1/+34
2013-11-22gimple.h: Remove all includes.Andrew MacLeod11-17/+27
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm13-63/+139
2013-11-22add auto_vecTrevor Saunders3-19/+10
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo26-0/+124
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2-3/+9
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford5-4/+9
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford8-22/+27
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2-1/+6
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford5-6/+11
2013-11-17re PR c++/59123 ([c++11] can't forward-declare an object later defined conste...Paolo Carlini2-3/+11
2013-11-16re PR c++/29143 (address-of overloaded function does not work in function call)Paolo Carlini2-0/+11
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez8-153/+577
2013-11-14re PR c++/57887 (nested non-type template parameters not declared in this scope)Paolo Carlini3-6/+25
2013-11-14gimplify-be.h: New file.Andrew MacLeod10-14/+32
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod13-8/+25
2013-11-12Support implicit parameter packs.Adam Butcher4-7/+92
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher4-122/+236
2013-11-12re PR c++/57734 (Returning template alias to enum class fails with "invalid d...Paolo Carlini2-25/+32
2013-11-10cvt.c (cp_convert_to_pointer): Call build_ptrmemfunc before maybe_warn_zero_a...Paolo Carlini3-4/+12
2013-11-06re PR c++/11006 ([CNI] ICE with use of __java_boolean)Paolo Carlini2-1/+14
2013-11-05re PR c++/58868 (ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x)Jason Merrill2-0/+7
2013-11-05re PR c++/58724 (ICE with attribute [[gnu::visibility("default")]] on namespace)Paolo Carlini2-1/+6
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus2-12/+68