| Commit message (Expand) | Author | Age | Files | Lines |
* | typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ... | Paolo Carlini | 2012-09-13 | 1 | -5/+5 |
* | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 2012-07-24 | 1 | -16/+20 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 1 | -1/+0 |
* | c-common.h (enum cxx_dialect): Add cxx1y. | Jason Merrill | 2012-03-21 | 1 | -1/+1 |
* | re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_l... | Jason Merrill | 2011-08-14 | 1 | -1/+1 |
* | Changelog c-family/ | Kai Tietz | 2011-03-25 | 1 | -6/+6 |
* | Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097. | Iain Sandoe | 2011-02-13 | 1 | -2/+2 |
* | lex.h: Plugify. | Mike Stump | 2011-02-13 | 1 | -2/+2 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 1 | -1/+1 |
* | re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif... | Nathan Froyd | 2010-12-14 | 1 | -1/+1 |
* | re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif... | Nathan Froyd | 2010-12-07 | 1 | -1/+4 |
* | In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 2010-12-06 | 1 | -0/+1 |
* | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 2010-12-01 | 1 | -1/+0 |
* | revert accidentally committed changes | Nathan Froyd | 2010-11-24 | 1 | -4/+1 |
* | cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE... | Nathan Froyd | 2010-11-24 | 1 | -1/+4 |
* | In gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 2010-10-17 | 1 | -1/+2 |
* | Implement range-based for-statements. | Rodrigo Rivas Costa | 2010-09-11 | 1 | -2/+3 |
* | cp-tree.h (build_enumerator): Add new location_t parameter. | Arnaud Charlet | 2010-09-07 | 1 | -2/+14 |
* | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 2010-06-08 | 1 | -5/+6 |
* | c-common.c: Move to c-family/. | Steven Bosscher | 2010-06-05 | 1 | -1/+1 |
* | cgraphunit.c (cgraph_lower_function): Revert last change. | Jakub Jelinek | 2009-09-24 | 1 | -5/+0 |
* | re PR c++/40619 ([c++0x] ICE on repeated decltype expression in auto functions) | Jason Merrill | 2009-07-04 | 1 | -0/+4 |
* | cp-tree.h (struct lang_decl): Overhaul. | Jason Merrill | 2009-07-03 | 1 | -12/+18 |
* | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 2009-06-12 | 1 | -2/+4 |
* | re PR c++/39380 (All programs that link Java and C++ libraries fail when opt... | Andrew Haley | 2009-03-26 | 1 | -0/+3 |
* | re PR c++/37532 (ICE with decimal floating point data types) | Jakub Jelinek | 2008-09-17 | 1 | -1/+2 |
* | diagnostic.c (inform): Add an explicit location_t parameter. | Manuel López-Ibáñez | 2008-08-20 | 1 | -1/+1 |
* | diagnostics.c (permerror_at): Rename as permerror. | Manuel López-Ibáñez | 2008-08-18 | 1 | -1/+1 |
* | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 2008-07-25 | 1 | -11/+0 |
* | re PR objc++/36723 (massive obj-c++ failures at rev.137407) | Jason Merrill | 2008-07-15 | 1 | -2/+3 |
* | c-common.h (enum rid): Add RID_CXX_COMPAT_WARN. | Ian Lance Taylor | 2008-07-11 | 1 | -175/+17 |
* | c-lex.c (narrowest_unsigned_type): Change itk to int. | Ian Lance Taylor | 2008-06-22 | 1 | -1/+1 |
* | tree.h (enum tree_code): Include all-tree.def, not tree.def. | Ian Lance Taylor | 2008-06-21 | 1 | -2/+2 |
* | cpp-id-data.h (UC): Was U, conflicts with U... | Kris Van Hees | 2008-04-18 | 1 | -0/+2 |
* | lex.c (handle_pragma_interface): Don't copy the filename. | Tom Tromey | 2008-03-24 | 1 | -3/+3 |
* | cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P. | Paolo Carlini | 2008-03-21 | 1 | -7/+4 |
* | re PR c++/24924 (front end and preprocessor pedantic_errors settings should a... | Manuel López-Ibáñez | 2008-03-02 | 1 | -4/+4 |
* | toplev.c (input_file_stack, [...]): Remove. | Tom Tromey | 2008-02-29 | 1 | -3/+5 |
* | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 2008-02-26 | 1 | -16/+1 |
* | re PR c++/17577 (#pragma implementation no longer diagnoses use after file to... | Tom Tromey | 2007-11-12 | 1 | -2/+2 |
* | decl.c (cp_tree_node_structure): Kill TINST_LEVEL case. | Paolo Bonzini | 2007-08-25 | 1 | -2/+2 |
* | re PR c++/29365 (Unnecessary anonymous namespace warnings) | Jason Merrill | 2007-08-22 | 1 | -0/+15 |
* | typeck.c: Change copyright header to refer to version 3 of the GNU General Pu... | Nick Clifton | 2007-08-02 | 1 | -5/+5 |
* | typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes. | Douglas Gregor | 2007-07-27 | 1 | -0/+2 |
* | re PR c++/30759 (initializer-list accepted for object of non-POD type) | Simon Martin | 2007-06-07 | 1 | -1/+1 |
* | re PR c++/26099 (support for type traits is not available) | Paolo Carlini | 2007-03-30 | 1 | -0/+17 |
* | class.c, [...]: Follow spelling conventions. | Kazu Hirata | 2007-02-04 | 1 | -1/+1 |
* | lex.c (D_CPP0X): Rename. | Douglas Gregor | 2007-01-25 | 1 | -3/+3 |
* | cp-tree.def (STATIC_ASSERT): New. | Douglas Gregor | 2006-11-21 | 1 | -1/+4 |
* | re PR c++/26195 (pragma interface no longer handles explicit names) | Zak Kipling | 2006-09-07 | 1 | -2/+2 |