summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* 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
* stor-layout.c (layout_type): Use size_binop for array size calculations.Richard Guenther2011-09-052-1/+6
* Fix the use of linemap_add and remove unnecessary kludgeDodji Seketeli2011-08-282-1/+6
* re PR c/49396 (c-family/c-cppbuiltin.c: duplicate if expressions)Richard Biener2011-08-242-2/+7
* Add ability to force lexed tokens' source_locations.Gabriel Charette2011-08-222-5/+15
* 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