]> gcc.gnu.org Git - gcc.git/history - gcc/c-family/c-common.c
re PR middle-end/56524 (Compiler ICE when compiling with -mips16)
[gcc.git] / gcc / c-family / c-common.c
2013-03-09 Richard Sandifordre PR middle-end/56524 (Compiler ICE when compiling...
2013-02-28 Konstantin Serebryanyre PR sanitizer/56454 (need to rename attribute no_addr...
2013-02-19 Aldy Hernandezre PR target/52555 (ICE unrecognizable insn with -ffast...
2013-02-05 Jakub Jelinekre PR middle-end/56167 (ICE with invalid __attribute__...
2013-01-30 Jakub Jelinekre PR c++/55742 (__attribute__ in class function declar...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-09 Jakub Jelinekre PR c/48418 (Bit shift operator >>=)
2012-12-27 Sriraman TallamBefore this patch...
2012-12-03 Marek PolacekFix PR c/55570.
2012-11-29 Ed Smith-Rowlandre PR c++/52654 ([C++11] Warn on overflow in user-defin...
2012-11-23 Jakub Jelinekre PR sanitizer/55435 ([asan] implement an attribute...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-09 Andi KleenHandle target specific memory models in C frontend
2012-11-07 Manuel López-Ibáñezre PR c/53063 (encode group options in the .opt files)
2012-11-07 Manuel López-Ibáñezre PR c/53063 (encode group options in the .opt files)
2012-11-07 Manuel López-Ibáñezre PR c/51294 (spurious warning from -Wconversion in...
2012-10-25 Marc Glissere PR c++/54427 (Expose more vector extensions)
2012-10-12 Jakub Jelinekre PR c/54381 (-Wsizeof-pointer-memaccess refers to...
2012-10-09 Paolo Carlinire PR c++/54194 (misleading suggestion about arithmetic...
2012-10-09 Marc Glissere PR c++/54427 (Expose more vector extensions)
2012-10-08 Jason MerrillPartial implementation of C++11 thread_local.
2012-10-08 Dodji SeketeliPR c++/53528 C++11 attribute support
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-08-17 Jakub Jelinekinvoke.texi (-Wsizeof-pointer-memaccess): Document.
2012-08-15 Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-07-26 Richard HendersonHot/cold attributes for labels.
2012-07-20 Jakub Jelinekre PR c++/28656 (duplicated null argument warning on...
2012-07-11 Steven Bosscherexpr.h (can_move_by_pieces): Move prototype from here ...
2012-07-02 Jason Merrillre PR c++/53524 (Bogus enum comparison warning)
2012-06-15 Ramana Radhakrishnan[multiple changes]
2012-06-04 Steven Bosscheroutput.h (merge_weak, [...]): Move protos from here...
2012-05-29 Joseph Myers* c-common.c: Fix typo.
2012-05-15 Paolo Carlinire PR c++/11856 (unsigned warning in template)
2012-05-14 Bernd Schmidtattribs.c (decl_attributes): Avoid emitting a warning...
2012-05-10 Paolo Carlinire PR c++/53158 ([C++11] Bogus error in loop condition)
2012-05-10 Richard Guenthercuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.
2012-05-08 Manuel López-Ibáñezre PR c++/53261 (ICE in tree_strip_nop_conversions)
2012-05-05 Manuel López-Ibáñezre PR c/43772 (Errant -Wlogical-op warning when testing...
2012-05-03 Manuel López-Ibáñezre PR c/51712 (-Wtype-limits should not trigger for...
2012-04-30 Marc Glissere PR c++/51033 (generic vector subscript and shuffle...
2012-04-30 Manuel López-Ibáñezc-common.c (check_function_arguments): Replace Wmissing...
2012-04-27 Ollie WildAdd new option, -Wliteral-suffix.
2012-04-22 Manuel López-Ibáñezre PR c/44774 (-Werror=edantic)
2012-04-19 Christian BruelFix #52283 error: case label does not reduce to an...
2012-04-11 Eric Botcazoure PR target/52624 (missing __builtin_bswap16)
2012-04-10 Manuel López-Ibáñezc-common.c (warn_if_unused_value): Move definition...
2012-03-21 Jason Merrillc-common.h (enum cxx_dialect): Add cxx1y.
2012-03-12 Richard Guentherlto-lang.c (builtin_type_for_size): Use lto_type_for_size.
2012-02-13 Jakub Jelinekre PR c++/52215 (__atomic_compare_exchange_n for enumer...
2012-01-25 Mike Stumpc-common.c (c_common_type_for_mode): Match signed/unsig...
2011-12-30 Paolo Carlinire PR c++/51316 (alignof doesn't work with arrays of...
2011-12-20 Joseph Myersgcc:
2011-12-19 Jason Merrillre PR c++/51228 (ICE with transparent union)
2011-12-15 Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2011-11-25 Andrew MacLeodre PR c/51256 (ICE with invalid parameter for __atomic...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-07 Jason Merrillre PR c++/35688 (template visibility not overridden...
2011-11-07 Jason Merrillre PR c++/35688 (template visibility not overridden...
2011-11-06 Joseph Myersc-decl.c (shadow_tag_warned, [...]): Handle _Alignas...
2011-11-06 Andrew MacleodCheck in patch/merge from cxx-mem-model Branch
2011-11-04 Eric Botcazoure PR c++/50608 (cannot apply 'offsetof' to a non-const...
2011-10-26 Ed Smith-RowlandImplement C++11 user-defined literals.
2011-10-21 Paolo Carlinire PR c++/45385 (missing -Wconversion for method calls)
2011-10-18 Benjamin Kosnik[multiple changes]
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-03 Artjoms SinkarovsVector shuffling patch from Artem Shinkarov.
2011-09-08 Dodji SeketeliPR c++/33255 - Support -Wunused-local-typedefs warning
2011-09-06 Eric Botcazoure PR middle-end/50266 (ICE in decode_addr_const)
2011-09-05 Richard Guentherstor-layout.c (layout_type): Use size_binop for array...
2011-08-19 Joseph Myersc-parser.c (c_parser_postfix_expression): Handle RID_BU...
2011-08-18 Joseph Myersc-decl.c (shadow_tag_warned): Check for _Noreturn.
2011-08-10 Artjoms Sinkarovsc-typeck.c (scalar_to_vector): New function.
2011-07-21 Ian Lance Taylorre PR middle-end/49705 (-Wstrict-overflow should not...
2011-07-20 Jason MerrillPR c++/6709 (DR 743)
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-08 Jason Merrillre PR c++/49673 ([C++0x] const variables initialised...
2011-07-06 Richard Guenthertree.c (build_common_tree_nodes_2): Merge with build_co...
2011-07-05 Richard Guentherc-common.c (c_common_nodes_and_builtins): Build all...
2011-06-27 Jakub Jelinekbuiltin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
2011-06-21 Andrew MacLeodcosmetic. Add sync_ to all the expand_builtin defines...
2011-06-14 Joseph Myerstarget-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to...
2011-06-07 Jason Merrillre PR c++/48969 (ICE with -std=c++0x)
2011-06-07 Richard Guenthertree.c (build_common_tree_nodes): Also initialize size_...
2011-05-27 Jakub Jelinekre PR c++/49165 (ICE on for-loop/throw combination)
2011-05-26 Nathan Froydmake TS_BLOCK a substructure of TS_BASE
2011-05-25 Jakub Jelinekc-common.c (def_fn_type): Remove extra va_end.
2011-05-23 Jason Merrillre PR c++/48106 ([C++0x] ICE with scoped enum with...
2011-05-23 Nathan Froyddon't use TYPE_ARG_TYPES when calling c-family:check_fu...
2011-05-15 Paolo Carlinic-common.c (c_common_reswords): Reorder.
2011-05-10 Nathan Froyduse build_function_type less in c-family and LTO
2011-05-06 Nathan Froydgeneralize build_case_label to the rest of the compiler
2011-05-04 Nathan Froyddon't use TYPE_ARG_TYPES in c-family/
2011-05-04 Richard Guentherc-decl.c (check_bitfield_type_and_width): Do not pass...
2011-04-28 Jason Merrillre PR c++/40975 (ICE in copy_tree_r on array new)
2011-04-25 Paolo Carlinic-common.c (struct c_common_resword): Add __underlying_...
2011-04-13 Nathan Froydada-tree.h (union lang_tree_node): Check for TS_COMMON...
2011-04-11 Richard Guentherstor-layout.c (layout_type): Compute all array index...
2011-04-08 Nathan Froydutils.c (handle_sentinel_attribute): Don't use TYPE_ARG...
2011-04-07 Jason Merrillre PR c++/48450 ([C++0x][SFINAE] Hard errors with stati...
2011-04-06 Joseph Myerstm.texi.in: Document C target hooks as separate from...
next
This page took 0.978546 seconds and 108 git commands to generate.