aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2012-01-18c-opts.c (c_common_post_options): Reset LTO flags if we are about to generate...Richard Guenther2-0/+12
2012-01-17re PR c++/51777 (Errors message show unsigned long template parameters as sig...Paolo Carlini2-1/+9
2012-01-10re PR lto/51806 (-flto ignores -Werror)Richard Guenther2-4/+6
2012-01-05re PR middle-end/51764 (mudflap does not work with LTO)Richard Guenther2-0/+22
2011-12-30re PR c++/51316 (alignof doesn't work with arrays of unknown bound)Paolo Carlini2-2/+17
2011-12-22tm.texi.in (TARGET_PREPARE_PCH_SAVE): New hook.Richard Sandiford1-0/+2
2011-12-20gcc:Joseph Myers6-23/+54
2011-12-19re PR c++/51228 (ICE with transparent union)Jason Merrill2-5/+25
2011-12-15re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely3-6/+13
2011-12-01re PR c++/51009 (ICE in verify_gimple_stmt)Jason Merrill1-6/+1
2011-11-30shift flag_next/gnu_runtime to modern opts system.Iain Sandoe3-10/+8
2011-11-28c-familyAndrew MacLeod2-47/+120
2011-11-25re PR c/51256 (ICE with invalid parameter for __atomic builtin)Andrew MacLeod2-6/+62
2011-11-15c-pragma.h (pragma_extern_prefix): Declare.Tristan Gingold2-1/+4
2011-11-08re PR middle-end/51010 (bad diagnostics: #'ssa_name' not supported by pp_c_ex...Richard Guenther2-0/+12
2011-11-08Merge from transactional-memory branch.Aldy Hernandez3-0/+282
2011-11-07re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill3-19/+14
2011-11-06re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill3-9/+26
2011-11-06c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers.Joseph Myers3-16/+61
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod3-29/+550
2011-11-04re PR c++/50608 (cannot apply 'offsetof' to a non-constant address)Eric Botcazou3-34/+34
2011-11-02re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill3-5/+25
2011-11-01re PR c++/44277 ([C++0x] Add warning to facilitate nullptr conversion.)Paolo Carlini2-0/+9
2011-11-01* c.opt (-fdeduce-init-list): Off by default.Jason Merrill2-2/+4
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill4-25/+46
2011-10-27re PR c++/30066 (option to make inline functions hidden)Roberto Agostino Vitillo2-1/+6
2011-10-26build_string commentsJason Merrill1-0/+2
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland5-6/+108
2011-10-23re PR c++/50841 (bootstrap failure: narrowing conversion of '-0x0000000000000...Paolo Carlini3-17/+17
2011-10-23re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Paolo Carlini3-5/+25
2011-10-21re PR c++/45385 (missing -Wconversion for method calls)Paolo Carlini2-11/+6
2011-10-182011-10-18 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+22
2011-10-18Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli2-2/+8
2011-10-18[multiple changes]Benjamin Kosnik2-1/+4
2011-10-17re PR c++/50757 (Cannot turn off -Wnonnull when using C++)Paolo Carlini1-1/+1
2011-10-17Support -fdebug-cpp optionTom Tromey4-11/+70
2011-10-17Generate virtual locations for tokensTom Tromey3-0/+29
2011-10-17Linemap infrastructure for virtual locationsTom Tromey3-23/+35
2011-10-14re PR c++/17212 (-W(no)format-zero-length does not work with C++)Paolo Carlini1-1/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner3-9/+21
2011-10-11re PR c++/33067 (Awkward long decimal expansion for double literal in error.)Paolo Carlini1-1/+13
2011-10-11c.opt: (fallow-parameterless-variadic-functions): New.Tristan Gingold2-0/+8
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2-1/+2
2011-09-30cp-tree.h (TREE_NEGATED_INT): Remove.Jason Merrill1-2/+1
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli4-1/+95
2011-09-06re PR middle-end/50266 (ICE in decode_addr_const)Eric Botcazou2-1/+20
2011-09-05stor-layout.c (layout_type): Use size_binop for array size calculations.Richard Guenther2-1/+6
2011-08-28Fix the use of linemap_add and remove unnecessary kludgeDodji Seketeli2-1/+6
2011-08-24re PR c/49396 (c-family/c-cppbuiltin.c: duplicate if expressions)Richard Biener2-2/+7
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette2-5/+15