summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/52215 (__atomic_compare_exchange_n for enumeration type changes sig...Jakub Jelinek2012-02-132-5/+14
* re PR c/52118 (The explanation of Wunused-local-typedefs is truncated)Paolo Carlini2012-02-062-2/+7
* Define __GCC_ATOMIC_TEST_AND_SET_TRUEVALRichard Henderson2012-01-261-0/+5
* c-common.c (c_common_type_for_mode): Match signed/unsigned types exactly.Mike Stump2012-01-252-1/+7
* c-opts.c (c_common_post_options): Reset LTO flags if we are about to generate...Richard Guenther2012-01-182-0/+12
* re PR c++/51777 (Errors message show unsigned long template parameters as sig...Paolo Carlini2012-01-172-1/+9
* re PR lto/51806 (-flto ignores -Werror)Richard Guenther2012-01-102-4/+6
* re PR middle-end/51764 (mudflap does not work with LTO)Richard Guenther2012-01-052-0/+22
* re PR c++/51316 (alignof doesn't work with arrays of unknown bound)Paolo Carlini2011-12-302-2/+17
* tm.texi.in (TARGET_PREPARE_PCH_SAVE): New hook.Richard Sandiford2011-12-221-0/+2
* gcc:Joseph Myers2011-12-206-23/+54
* re PR c++/51228 (ICE with transparent union)Jason Merrill2011-12-192-5/+25
* re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely2011-12-153-6/+13
* re PR c++/51009 (ICE in verify_gimple_stmt)Jason Merrill2011-12-011-6/+1
* shift flag_next/gnu_runtime to modern opts system.Iain Sandoe2011-11-303-10/+8
* c-familyAndrew MacLeod2011-11-282-47/+120
* re PR c/51256 (ICE with invalid parameter for __atomic builtin)Andrew MacLeod2011-11-252-6/+62
* c-pragma.h (pragma_extern_prefix): Declare.Tristan Gingold2011-11-152-1/+4
* re PR middle-end/51010 (bad diagnostics: #'ssa_name' not supported by pp_c_ex...Richard Guenther2011-11-082-0/+12
* Merge from transactional-memory branch.Aldy Hernandez2011-11-083-0/+282
* re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill2011-11-073-19/+14
* re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill2011-11-063-9/+26
* c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers.Joseph Myers2011-11-063-16/+61
* Check in patch/merge from cxx-mem-model BranchAndrew Macleod2011-11-063-29/+550
* re PR c++/50608 (cannot apply 'offsetof' to a non-constant address)Eric Botcazou2011-11-043-34/+34
* re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill2011-11-023-5/+25
* re PR c++/44277 ([C++0x] Add warning to facilitate nullptr conversion.)Paolo Carlini2011-11-012-0/+9
* * c.opt (-fdeduce-init-list): Off by default.Jason Merrill2011-11-012-2/+4
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-314-25/+46
* re PR c++/30066 (option to make inline functions hidden)Roberto Agostino Vitillo2011-10-272-1/+6
* build_string commentsJason Merrill2011-10-261-0/+2
* Implement C++11 user-defined literals.Ed Smith-Rowland2011-10-265-6/+108
* re PR c++/50841 (bootstrap failure: narrowing conversion of '-0x0000000000000...Paolo Carlini2011-10-233-17/+17
* re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Paolo Carlini2011-10-233-5/+25
* re PR c++/45385 (missing -Wconversion for method calls)Paolo Carlini2011-10-212-11/+6
* 2011-10-18 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2011-10-181-0/+22
* Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli2011-10-182-2/+8
* [multiple changes]Benjamin Kosnik2011-10-182-1/+4
* re PR c++/50757 (Cannot turn off -Wnonnull when using C++)Paolo Carlini2011-10-171-1/+1
* Support -fdebug-cpp optionTom Tromey2011-10-174-11/+70
* Generate virtual locations for tokensTom Tromey2011-10-173-0/+29
* Linemap infrastructure for virtual locationsTom Tromey2011-10-173-23/+35
* re PR c++/17212 (-W(no)format-zero-length does not work with C++)Paolo Carlini2011-10-141-1/+1
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-113-9/+21
* re PR c++/33067 (Awkward long decimal expansion for double literal in error.)Paolo Carlini2011-10-111-1/+13
* c.opt: (fallow-parameterless-variadic-functions): New.Tristan Gingold2011-10-112-0/+8
* Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2011-10-032-1/+2
* cp-tree.h (TREE_NEGATED_INT): Remove.Jason Merrill2011-09-301-2/+1
* PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli2011-09-084-1/+95
* re PR middle-end/50266 (ICE in decode_addr_const)Eric Botcazou2011-09-062-1/+20