aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-2/+5
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+1
2012-06-21c-common.h (c_common_print_pch_checksum): Remove.Steven Bosscher1-1/+0
2012-06-15[multiple changes]Ramana Radhakrishnan1-0/+1
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-2/+0
2012-04-30re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse1-0/+2
2012-04-11re PR target/52624 (missing __builtin_bswap16)Eric Botcazou1-1/+1
2012-04-10c-common.c (warn_if_unused_value): Move definition to here.Manuel López-Ibáñez1-0/+1
2012-03-21c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill1-1/+3
2011-12-20gcc:Joseph Myers1-4/+4
2011-12-15re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely1-6/+6
2011-12-01re PR c++/51009 (ICE in verify_gimple_stmt)Jason Merrill1-6/+1
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+25
2011-11-07re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill1-1/+0
2011-11-06re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill1-0/+1
2011-11-06c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers.Joseph Myers1-0/+4
2011-11-04re PR c++/50608 (cannot apply 'offsetof' to a non-constant address)Eric Botcazou1-1/+2
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill1-4/+5
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+23
2011-10-18[multiple changes]Benjamin Kosnik1-1/+2
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-1/+1
2011-09-30cp-tree.h (TREE_NEGATED_INT): Remove.Jason Merrill1-2/+1
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli1-0/+7
2011-08-19c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX.Joseph Myers1-1/+1
2011-08-18c-decl.c (shadow_tag_warned): Check for _Noreturn.Joseph Myers1-1/+2
2011-08-10c-typeck.c (scalar_to_vector): New function.Artjoms Sinkarovs1-0/+1
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-1/+3
2011-07-25Remove parm name from declarationDodji Seketeli1-1/+1
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill1-0/+1
2011-07-20PR c++/6709 (DR 743)Jason Merrill1-0/+24
2011-06-27c-common.h (c_tree_chain_next): New static inline function.Jakub Jelinek1-0/+15
2011-05-30re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)Nathan Froyd1-1/+1
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-5/+11
2011-05-26make TS_IDENTIFIER be a substructure of TS_TYPEDNathan Froyd1-1/+1
2011-05-23don't use TYPE_ARG_TYPES when calling c-family:check_function_argumentsNathan Froyd1-1/+1
2011-05-15c-common.c (c_common_reswords): Reorder.Paolo Carlini1-3/+3
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-1/+0
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-0/+1
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-0/+1
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-0/+1
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-0/+1
2011-03-18c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).Jason Merrill1-4/+0
2011-03-15c-common.c (max_constexpr_depth): New.Jason Merrill1-1/+5
2011-02-03re PR c++/46890 (Failed to compile scummvm's player_v4a.cpp)Nathan Froyd1-0/+1
2011-01-05c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f...Tom Tromey1-2/+2
2010-12-10c-typeck.c (readonly_error): Delete.Nathan Froyd1-0/+1
2010-12-09c-typeck.c (build_indirect_ref): Call invalid_indirection_error.Nathan Froyd1-0/+1
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-90/+0
2010-11-30In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-2/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-0/+2