summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* Avoid dangling line table after loading pchDodji Seketeli2011-08-221-1/+1
* c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX.Joseph Myers2011-08-193-1/+7
* c-decl.c (shadow_tag_warned): Check for _Noreturn.Joseph Myers2011-08-183-1/+10
* c-typeck.c (scalar_to_vector): New function.Artjoms Sinkarovs2011-08-103-137/+172
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-026-13/+127
* Remove parm name from declarationDodji Seketeli2011-07-252-1/+6
* behalf of romain.geissler@gmail.com. Fix plugin file installationRomain Geissler2011-07-252-1/+5
* re PR c++/49793 ([C++0x] Narrowing conversion from int/short/char to double)Jason Merrill2011-07-222-0/+7
* re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill2011-07-223-16/+38
* re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill2011-07-223-2/+15
* re PR middle-end/49705 (-Wstrict-overflow should not diagnose unevaluated exp...Ian Lance Taylor2011-07-212-7/+42
* PR c++/6709 (DR 743)Jason Merrill2011-07-203-0/+35
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-193-2/+7
* cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou2011-07-122-1/+7
* re PR c++/45437 (Loses reference during update)Jason Merrill2011-07-082-0/+24
* re PR c++/49673 ([C++0x] const variables initialised with constexpr construct...Jason Merrill2011-07-082-8/+11
* tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther2011-07-062-2/+6
* c-common.c (c_common_nodes_and_builtins): Build all common tree nodes first.Richard Guenther2011-07-052-2/+8
* c-common.h (c_tree_chain_next): New static inline function.Jakub Jelinek2011-06-272-0/+17
* builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.Jakub Jelinek2011-06-272-0/+17
* cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod2011-06-213-19/+23
* c-pragma.h (pragma_handler_1arg, [...]): New handler.Pierre Vittet2011-06-203-21/+136
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-153-2/+12
* c-pretty-print.c (pp_c_type_specifier): Use pp_c_identifier to print a IDENTI...Richard Guenther2011-06-102-1/+6
* netbsd.h (ENABLE_EXECUTE_STACK): Remove.Rainer Orth2011-06-093-1/+18
* re PR c++/48969 (ICE with -std=c++0x)Jason Merrill2011-06-072-3/+8
* pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.Jason Merrill2011-06-072-1/+5
* tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther2011-06-072-6/+5
* re PR debug/49130 (discrepancies between DW_AT_name and demangler)Dodji Seketeli2011-06-072-2/+13
* invoke.texi: Document -Wdelete-non-virtual-dtor.Jonathan Wakely2011-06-043-0/+10
* re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)Nathan Froyd2011-05-302-1/+11
* re PR c++/49165 (ICE on for-loop/throw combination)Jakub Jelinek2011-05-272-7/+14
* move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd2011-05-273-14/+28
* make TS_BLOCK a substructure of TS_BASENathan Froyd2011-05-262-0/+7
* make TS_IDENTIFIER be a substructure of TS_TYPEDNathan Froyd2011-05-262-1/+6
* c-common.c (def_fn_type): Remove extra va_end.Jakub Jelinek2011-05-252-1/+4
* re PR c++/48106 ([C++0x] ICE with scoped enum with fixed underlying type)Jason Merrill2011-05-232-9/+38
* don't use TYPE_ARG_TYPES when calling c-family:check_function_argumentsNathan Froyd2011-05-233-13/+25
* c-common.c (c_common_reswords): Reorder.Paolo Carlini2011-05-153-12/+22
* use build_function_type less in c-family and LTONathan Froyd2011-05-102-8/+16
* generalize build_case_label to the rest of the compilerNathan Froyd2011-05-064-11/+8
* c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers2011-05-053-4/+10
* don't use TYPE_ARG_TYPES in c-family/Nathan Froyd2011-05-043-68/+89
* c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther2011-05-043-4/+12
* re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill2011-04-273-0/+17
* Implement -Wno-maybe-uninitializedXinliang David Li2011-04-261-0/+1
* re PR preprocessor/48248 (Wrong error message location when compiling preproc...Richard Guenther2011-04-262-1/+8
* c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini2011-04-252-0/+2
* remove useless if-before-free testsJim Meyering2011-04-202-5/+8
* In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-04-153-4/+10