aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek6-13/+127
2011-07-25Remove parm name from declarationDodji Seketeli2-1/+6
2011-07-25behalf of romain.geissler@gmail.com. Fix plugin file installationRomain Geissler2-1/+5
2011-07-22re PR c++/49793 ([C++0x] Narrowing conversion from int/short/char to double)Jason Merrill2-0/+7
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill3-16/+38
2011-07-22re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill3-2/+15
2011-07-21re PR middle-end/49705 (-Wstrict-overflow should not diagnose unevaluated exp...Ian Lance Taylor2-7/+42
2011-07-20PR c++/6709 (DR 743)Jason Merrill3-0/+35
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther3-2/+7
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou2-1/+7
2011-07-08re PR c++/45437 (Loses reference during update)Jason Merrill2-0/+24
2011-07-08re PR c++/49673 ([C++0x] const variables initialised with constexpr construct...Jason Merrill2-8/+11
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther2-2/+6
2011-07-05c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.Richard Guenther2-2/+8
2011-06-27c-common.h (c_tree_chain_next): New static inline function.Jakub Jelinek2-0/+17
2011-06-27builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek2-0/+17
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod3-19/+23
2011-06-20c-pragma.h (pragma_handler_1arg, [...]): New handler.Pierre Vittet3-21/+136
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers3-2/+12
2011-06-10c-pretty-print.c (pp_c_type_specifier): Use pp_c_identifier to print a IDENTI...Richard Guenther2-1/+6
2011-06-09netbsd.h (ENABLE_EXECUTE_STACK): Remove.Rainer Orth3-1/+18
2011-06-07re PR c++/48969 (ICE with -std=c++0x)Jason Merrill2-3/+8
2011-06-07pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.Jason Merrill2-1/+5
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther2-6/+5
2011-06-07re PR debug/49130 (discrepancies between DW_AT_name and demangler)Dodji Seketeli2-2/+13
2011-06-04invoke.texi: Document -Wdelete-non-virtual-dtor.Jonathan Wakely3-0/+10
2011-05-30re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)Nathan Froyd2-1/+11
2011-05-27re PR c++/49165 (ICE on for-loop/throw combination)Jakub Jelinek2-7/+14
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd3-14/+28
2011-05-26make TS_BLOCK a substructure of TS_BASENathan Froyd2-0/+7
2011-05-26make TS_IDENTIFIER be a substructure of TS_TYPEDNathan Froyd2-1/+6
2011-05-25c-common.c (def_fn_type): Remove extra va_end.Jakub Jelinek2-1/+4
2011-05-23re PR c++/48106 ([C++0x] ICE with scoped enum with fixed underlying type)Jason Merrill2-9/+38
2011-05-23don't use TYPE_ARG_TYPES when calling c-family:check_function_argumentsNathan Froyd3-13/+25
2011-05-15c-common.c (c_common_reswords): Reorder.Paolo Carlini3-12/+22
2011-05-10use build_function_type less in c-family and LTONathan Froyd2-8/+16
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd4-11/+8
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers3-4/+10
2011-05-04don't use TYPE_ARG_TYPES in c-family/Nathan Froyd3-68/+89
2011-05-04c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther3-4/+12
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill3-0/+17
2011-04-26Implement -Wno-maybe-uninitializedXinliang David Li1-0/+1
2011-04-26re PR preprocessor/48248 (Wrong error message location when compiling preproc...Richard Guenther2-1/+8
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini2-0/+2
2011-04-20remove useless if-before-free testsJim Meyering2-5/+8
2011-04-15In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-4/+10
2011-04-14In gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-2/+8
2011-04-14In gcc/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+5
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd3-0/+15
2011-04-12In gcc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero3-2/+7