pr60092.c: Remove default dg-skip-if arguments.
[gcc.git] / gcc / c-family / c-common.h
2014-03-06 Marek Polacekre PR c/60197 (ICE with _Cilk_spawn in expression)
2014-01-31 Marek Polacekre PR c/59963 (Wrong column number for warning -Woverflow)
2014-01-30 Marek Polacekre PR c/59940 (Imprecise column number for -Wconversion)
2014-01-23 Marek Polacekre PR c/59846 (Imprecise column number for -Wtype-limits)
2014-01-23 Marek Polacekre PR c/58346 (ICE with SIGFPE at -O1 and above on...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-12-11 Bernd SchmidtRemove an unused global tree, last used by objc some...
2013-12-04 Joseph Myersre PR c/52023 ([C11] _Alignof (double) yields wrong...
2013-11-20 Joshua J Cogliatire PR c/53001 (-Wfloat-conversion should be available...
2013-11-15 Aldy HernandezMakefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-11-13 Joseph Myersextend.texi (Statement Exprs, Typeof): Discuss __auto_type.
2013-11-07 Joseph Myerstree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
2013-10-29 Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-11 Jakub Jelinekc-common.h (omp_clause_mask::operator !=): New method.
2013-10-11 Jakub Jelinektarget.c: New file.
2013-09-08 Joern Renneckec-common.c (same_scalar_type_ignoring_signedness):...
2013-08-05 Paolo Carlinire PR c++/58080 (internal compiler error, decltype...
2013-07-23 Tom Tromeyc-common.h (enum rid): New constant.
2013-07-21 Ondřej BílkaFix typos.
2013-06-27 Marc Glissere PR c++/57509 (Segmentation fault when using __builti...
2013-06-25 Balaji V. IyerReplaced Dynamic arrays with vec trees in Array Notatio...
2013-06-21 Balaji V. IyerImplemented Cilk Plus Array Notation for C++
2013-06-20 Balaji V. Iyerarray-notation-common.c (find_inv_trees): Removed an...
2013-06-07 Balaji V. IyerMoved array notation helper functions from c/ to c...
2013-05-28 Balaji V. IyerImplemented Cilk Plus Array Notation for C Compiler.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-29 Ed Smith-Rowlandre PR c++/52654 ([C++11] Warn on overflow in user-defin...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
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-10-23 Joseph Myersgcc:
2012-10-12 Jakub Jelinekre PR c/54381 (-Wsizeof-pointer-memaccess refers to...
2012-10-12 Marc Glissere PR c++/53055 (ICE in cp_build_indirect_ref, at cp...
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 Dodji SeketeliPR c++/53528 C++11 attribute support
2012-10-01 Jason Merrillcp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at the...
2012-08-17 Jakub Jelinekinvoke.texi (-Wsizeof-pointer-memaccess): Document.
2012-07-08 Steven Bosscherbasic-block.h: Re-group most prototypes per file.
2012-06-21 Steven Bosscherc-common.h (c_common_print_pch_checksum): Remove.
2012-06-15 Ramana Radhakrishnan[multiple changes]
2012-05-29 Michael Matzexpr.c (expand_expr_real_1 <normal_inner_ref>): Don...
2012-04-30 Marc Glissere PR c++/51033 (generic vector subscript and shuffle...
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.
2011-12-20 Joseph Myersgcc:
2011-12-15 Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2011-12-01 Jason Merrillre PR c++/51009 (ICE in verify_gimple_stmt)
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-04 Eric Botcazoure PR c++/50608 (cannot apply 'offsetof' to a non-const...
2011-10-31 Jason Merrillre PR c++/50920 (add a -std=c++11 option to the driver)
2011-10-26 Ed Smith-RowlandImplement C++11 user-defined literals.
2011-10-18 Benjamin Kosnik[multiple changes]
2011-10-03 Artjoms SinkarovsVector shuffling patch from Artem Shinkarov.
2011-09-30 Jason Merrillcp-tree.h (TREE_NEGATED_INT): Remove.
2011-09-08 Dodji SeketeliPR c++/33255 - Support -Wunused-local-typedefs warning
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-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-25 Dodji SeketeliRemove parm name from declaration
2011-07-22 Jason Merrillre PR c++/30112 (pragma redefine_extname fails when...
2011-07-20 Jason MerrillPR c++/6709 (DR 743)
2011-06-27 Jakub Jelinekc-common.h (c_tree_chain_next): New static inline function.
2011-05-30 Nathan Froydre PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)
2011-05-27 Nathan Froydmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-26 Nathan Froydmake TS_IDENTIFIER be a substructure of TS_TYPED
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-06 Nathan Froydgeneralize build_case_label to the rest of the compiler
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-06 Joseph Myerstm.texi.in: Document C target hooks as separate from...
2011-03-18 Jason Merrillc.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
2011-03-15 Jason Merrillc-common.c (max_constexpr_depth): New.
2011-02-03 Nathan Froydre PR c++/46890 (Failed to compile scummvm's player_v4a...
2011-01-05 Tom Tromeyc-parser.c (c_parser_omp_atomic): Pass location of...
2010-12-10 Nathan Froydc-typeck.c (readonly_error): Delete.
2010-12-09 Nathan Froydc-typeck.c (build_indirect_ref): Call invalid_indirecti...
2010-12-06 Nicola PeroIn gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innov...
2010-11-30 Nicola PeroIn gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero...
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-11-24 Joseph Myersflag-types.h (struct visibility_flags): Don't declare...
2010-11-20 Nathan Froydre PR c++/16189 (obfuscated error message for missing...
2010-11-19 Joseph Myersre PR c/46547 (internal compiler error when converting...
2010-11-19 Nicola PeroIn gcc/: 2010-11-19 Nicola Pero <nicola.pero@meta-innov...
2010-11-18 Nathan Froydre PR c/33193 (slopiness in __real/__imag)
2010-11-17 Joseph Myersinvoke.texi (-dy): Remove.
2010-11-15 Nicola PeroIn gcc/: 2010-11-15 Nicola Pero <nicola.pero@meta-innov...
2010-11-12 Joseph Myersopts-common.c (control_warning_option): New.
2010-11-12 Joseph MyersMakefile.in (OPTS_H): Define.
2010-11-06 Iain SandoeNS/CF String format syntax parsing.
2010-11-04 Nicola PeroIn gcc/: 2010-11-04 Nicola Pero <nicola.pero@meta-innov...
2010-10-30 Nicola PeroIn gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innov...
next