tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
[gcc.git] / gcc / c-family / c-common.c
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-04-15 Marek Polacekre PR c/70651 (ICE on invalid code on x86_64-linux...
2016-03-17 Marek Polacekre PR c/69407 (-Wunused-value on __atomic_fetch_OP...
2016-03-09 Richard Bienerre PR c/70143 (false strict-aliasing warning)
2016-03-04 Richard Bienerre PR middle-end/70054 (GCC 6 gives a strict-aliasing...
2016-03-01 Marek Polacekre PR c++/69795 (g++ ICE on invalid code on x86_64...
2016-02-23 Martin SeborPR middle-end/69780 - [4.9/5/6 Regression] ICE on __bui...
2016-02-15 Jakub Jelinekre PR c++/69797 (ICE on invalid code on x86_64-linux...
2016-02-08 Bernd SchmidtRemove -fshort-double
2016-01-21 Martin SeborPR c/69405 - [6 Regression] ICE in c_tree_printer on...
2016-01-18 Jason Merrillre PR c++/68767 (spurious warning: null argument where...
2016-01-13 Bernd SchmidtImprove warning locations (PR66208)
2016-01-08 Martin SeborPR c/68966 - atomic_fetch_* on atomic_bool not diagnosed
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-21 David MalcolmC and C++ FE: fix source ranges for binary ops
2015-12-15 Ilya Verbinc-common.c (c_common_attribute_table): Handle "omp...
2015-12-07 David MalcolmFix missing range information for "%q+D" format code
2015-12-04 Paolo Bonzinic-common.c (maybe_warn_shift_overflow): Warn on all...
2015-12-04 Kirill YukhinAdd notinbranch/inbranch flags to attribute __simd__.
2015-12-02 Jason MerrillDo constant folding in warn_* functions.
2015-12-02 Jason MerrillDefine c_fully_fold separately for C and C++.
2015-12-01 Jan Hubickaalias-1.c: New testcase.
2015-11-29 Jan Hubickare PR c++/67581 (ICE on transparent union with -g enabl...
2015-11-20 Jason Merrillc-common.c (shorten_compare): But look through macros...
2015-11-19 Jason Merrillc-common.c (shorten_compare): Don't -Wtype-limits if...
2015-11-17 Jason Merrillre PR bootstrap/68346 (Bootstrap failure on i686-linux)
2015-11-16 Marek Polacekre PR c++/68362 (ICE: tree check: expected integer_cst...
2015-11-16 Marek Polacekc-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_T...
2015-11-16 Kirill YukhinAdd __attribute__((__simd__)) to GCC.
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-11 Marek Polacekre PR c/68107 (Non-VLA type whose size is half or more...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-11-07 Richard SandifordMove #undef DEF_BUILTIN* to builtins.def
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-03 Martin Seborre PR c/67882 (surprising offsetof result on an invalid...
2015-10-30 Evgeny StupachenkoMakefile.in (OBJS): Add multiple_target.o.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-28 Jason Merrill* c-common.c (pointer_int_sum): Fold the MULT_EXPR.
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02 Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-09-28 Nathan Sidwellgomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
2015-09-22 Jason MerrillDisconnect -Wabi=<n> from -fabi-compat-version=<n>.
2015-09-14 Marek Polacekc-common.c (warn_for_sign_compare): Cast to unsigned...
2015-09-03 Martin Seborre PR c/66516 (missing diagnostic on taking the address...
2015-08-25 Marek Polacekre PR middle-end/67330 (ICE handling weak attributes)
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-18 Francois-Xavier... re PR middle-end/36757 (__builtin_signbit should be...
2015-08-12 Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-30 Marek Polacekc-common.c (warn_tautological_cmp): Bail for float...
2015-07-27 Marek Polacekre PR bootstrap/67030 (ARM bootstrap failure due to...
2015-07-27 Marek Polacekre PR c++/66555 (Fails to warn for if (j == 0 && i...
2015-07-20 Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-07-13 Aldy HernandezFix double word typos.
2015-07-01 Jason Merrillc-common.h (D_CXX11): Rename from D_CXX0X.
2015-06-30 Edward Smith-RowlandImplement N4197 - Adding u8 character literals
2015-06-29 Manuel López-IbáñezWunused-parameter warnings are given from cgraph::final...
2015-06-29 Marek Polacekre PR c/66322 (Linus Torvalds: -Wswitch-bool produces...
2015-06-26 Marek Polacekc-common.c (check_main_parameter_types): Use VECTOR_TYP...
2015-06-26 Marek Polacekarray-notation-common.c (find_rank): Use INDIRECT_REF_P.
2015-06-26 Marek Polacek* c-common.c (handle_unused_attribute): Use VAR_OR_FUNC...
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-traits.h (ggc_hasher): Rename to...
2015-06-25 Marek Polacekarray-notation-common.c: Use VAR_P throughout.
2015-06-23 Richard Sandifordc-common.c: Don't include target-def.h.
2015-06-23 Marek Polacekc-common.c (warn_logical_operator): Use tree_int_cst_eq...
2015-06-22 Mikhail MaltsevUse std::swap instead of manual swaps.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-13 Patrick PalkaEmit -Waddress warnings for comparing address of refere...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Sriraman Tallamc-common.c (noplt): New attribute.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-22 Marek Polacekre PR c/47043 (allow deprecating enum values)
2015-05-20 Marek Polacekc-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-05-18 Tom de VriesMove array-type va_list handling to build_va_arg
2015-05-15 Mikhail Maltsevre PR c/48956 (-Wconversion should warn when a complex...
2015-05-14 Marek Polacekre PR c/66066 (r222889 causes bogus error: initializer...
2015-05-12 Andrew MacLeodre PR target/65697 (__atomic memory barriers not strong...
2015-05-12 Tom de VriesDon't take address of ap unless necessary
2015-05-10 Jason Merrillc-common.h (enum cxx_dialect): Add cxx_unset.
2015-05-07 Marek Polacekre PR c/65179 (Introduce new C warning: -Wshift-negativ...
2015-04-30 Marek Polacekc-common.c (maybe_warn_bool_compare): When comparing...
2015-04-29 Josh Triplettc-common.c (handle_section_attribute): Refactor to...
2015-04-29 Marek Polacekre PR c/64610 (No -Wbool-compare warning on "(0 !=...
2015-04-28 Tom de VriesRemove ifn_va_arg ap fixup
2015-04-24 Marek Polacekre PR c/63357 (Warn for P && P and P || P (same expres...
2015-04-24 Marek Polacekre PR c/65830 (-Wno-shift-count-negative -Wno-shift...
2015-04-24 Marek Polacekre PR c/61534 (Wlogical-op should not warn when either...
2015-04-10 Bernhard Reutner... PR target/55143: undefined reference to c_default_point...
2015-03-11 Jakub Jelinekc-parser.c (c_parse_init): Don't call xstrdup on get_id...
2015-03-10 Jakub Jelinekre PR c/65120 (Wlogical-not-parentheses should not...
2015-02-24 Thomas Schwinge[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable...
2015-01-19 Martin LiskaIPA ICF: add no_icf attribute.
2015-01-15 Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-15 Marcos Diazcommon.opt: New option -fstack-protector-explicit.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-08 Mike Stumptsan.c (pass_tsan::gate): Add no_sanitize_thread support.
next