Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | Merge from transactional-memory branch. | Aldy Hernandez | 1 | -0/+25 |
2011-11-07 | re PR c++/35688 (template visibility not overridden by template arguments) | Jason Merrill | 1 | -1/+0 |
2011-11-06 | re PR c++/35688 (template visibility not overridden by template arguments) | Jason Merrill | 1 | -0/+1 |
2011-11-06 | c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers. | Joseph Myers | 1 | -0/+4 |
2011-11-04 | re PR c++/50608 (cannot apply 'offsetof' to a non-constant address) | Eric Botcazou | 1 | -1/+2 |
2011-10-31 | re PR c++/50920 (add a -std=c++11 option to the driver) | Jason Merrill | 1 | -4/+5 |
2011-10-26 | Implement C++11 user-defined literals. | Ed Smith-Rowland | 1 | -0/+23 |
2011-10-18 | [multiple changes] | Benjamin Kosnik | 1 | -1/+2 |
2011-10-03 | Vector shuffling patch from Artem Shinkarov. | Artjoms Sinkarovs | 1 | -1/+1 |
2011-09-30 | cp-tree.h (TREE_NEGATED_INT): Remove. | Jason Merrill | 1 | -2/+1 |
2011-09-08 | PR c++/33255 - Support -Wunused-local-typedefs warning | Dodji Seketeli | 1 | -0/+7 |
2011-08-19 | c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX. | Joseph Myers | 1 | -1/+1 |
2011-08-18 | c-decl.c (shadow_tag_warned): Check for _Noreturn. | Joseph Myers | 1 | -1/+2 |
2011-08-10 | c-typeck.c (scalar_to_vector): New function. | Artjoms Sinkarovs | 1 | -0/+1 |
2011-08-02 | backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable... | Jakub Jelinek | 1 | -1/+3 |
2011-07-25 | Remove parm name from declaration | Dodji Seketeli | 1 | -1/+1 |
2011-07-22 | re PR c++/30112 (pragma redefine_extname fails when namespaces are involved) | Jason Merrill | 1 | -0/+1 |
2011-07-20 | PR c++/6709 (DR 743) | Jason Merrill | 1 | -0/+24 |
2011-06-27 | c-common.h (c_tree_chain_next): New static inline function. | Jakub Jelinek | 1 | -0/+15 |
2011-05-30 | re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>) | Nathan Froyd | 1 | -1/+1 |
2011-05-27 | move TS_STATEMENT_LIST to be a substructure of TS_TYPED | Nathan Froyd | 1 | -5/+11 |
2011-05-26 | make TS_IDENTIFIER be a substructure of TS_TYPED | Nathan Froyd | 1 | -1/+1 |
2011-05-23 | don't use TYPE_ARG_TYPES when calling c-family:check_function_arguments | Nathan Froyd | 1 | -1/+1 |
2011-05-15 | c-common.c (c_common_reswords): Reorder. | Paolo Carlini | 1 | -3/+3 |
2011-05-06 | generalize build_case_label to the rest of the compiler | Nathan Froyd | 1 | -1/+0 |
2011-04-27 | re PR c++/40975 (ICE in copy_tree_r on array new) | Jason Merrill | 1 | -0/+1 |
2011-04-25 | c-common.c (struct c_common_resword): Add __underlying_type. | Paolo Carlini | 1 | -0/+1 |
2011-04-13 | ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH... | Nathan Froyd | 1 | -0/+1 |
2011-04-06 | tm.texi.in: Document C target hooks as separate from general target hooks. | Joseph Myers | 1 | -0/+1 |
2011-03-18 | c.opt (fconstexpr-depth): Add Var(max_constexpr_depth). | Jason Merrill | 1 | -4/+0 |
2011-03-15 | c-common.c (max_constexpr_depth): New. | Jason Merrill | 1 | -1/+5 |
2011-02-03 | re PR c++/46890 (Failed to compile scummvm's player_v4a.cpp) | Nathan Froyd | 1 | -0/+1 |
2011-01-05 | c-parser.c (c_parser_omp_atomic): Pass location of assignment operator to c_f... | Tom Tromey | 1 | -2/+2 |
2010-12-10 | c-typeck.c (readonly_error): Delete. | Nathan Froyd | 1 | -0/+1 |
2010-12-09 | c-typeck.c (build_indirect_ref): Call invalid_indirection_error. | Nathan Froyd | 1 | -0/+1 |
2010-12-06 | In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -90/+0 |
2010-11-30 | In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -2/+1 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -0/+2 |
2010-11-24 | flag-types.h (struct visibility_flags): Don't declare here. | Joseph Myers | 1 | -0/+9 |
2010-11-20 | re PR c++/16189 (obfuscated error message for missing semicolon after declara... | Nathan Froyd | 1 | -0/+4 |
2010-11-19 | re PR c/46547 (internal compiler error when converting a complex to a bool) | Joseph Myers | 1 | -0/+1 |
2010-11-19 | In gcc/: 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -1/+1 |
2010-11-18 | re PR c/33193 (slopiness in __real/__imag) | Nathan Froyd | 1 | -0/+1 |
2010-11-17 | invoke.texi (-dy): Remove. | Joseph Myers | 1 | -1/+1 |
2010-11-15 | In gcc/: 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -0/+2 |
2010-11-12 | opts-common.c (control_warning_option): New. | Joseph Myers | 1 | -0/+1 |
2010-11-12 | Makefile.in (OPTS_H): Define. | Joseph Myers | 1 | -1/+1 |
2010-11-06 | NS/CF String format syntax parsing. | Iain Sandoe | 1 | -0/+2 |
2010-11-04 | In gcc/: 2010-11-04 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -0/+1 |
2010-10-30 | In gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -7/+4 |