summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* PR c/71926mpolacek2016-07-291-2/+3
* PR c/71574mpolacek2016-07-291-1/+2
* Introduce no_profile_instrument_function attributemarxin2016-07-281-0/+21
* 2016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-271-1/+1
* PR c++/71675 - __atomic_compare_exchange_n returns wrong type for typed enummsebor2016-07-221-1/+2
* c/ChangeLog:uros2016-07-221-1/+1
* PR c++/65168 - -Waddress in unevaluated context.jason2016-07-211-0/+1
* 2016-06-29 Richard Biener <rguenther@suse.de>rguenth2016-06-291-15/+0
* P0145R2: Refining Expression Order for C++ (complex LHS of =).jason2016-06-241-2/+4
* * internal-fn.c (expand_arith_set_overflow): New function.jakub2016-06-241-2/+26
* * c-common.c (get_source_date_epoch): Use int64_t instead of long long.danglin2016-06-221-1/+5
* PR c/71392 - SEGV calling integer overflow built-ins with a null pointermsebor2016-06-101-2/+6
* PR c/70883 - inconsistent error message for calls to __builtin_add_overflowmsebor2016-06-091-1/+1
* PR c++/70507jakub2016-06-081-0/+17
* 2016-06-08 Richard Biener <rguenther@suse.de>rguenth2016-06-081-4/+4
* 2016-06-07 Richard Biener <rguenther@suse.de>rguenth2016-06-071-0/+23
* gcc/c-family/ChangeLog:doko2016-06-011-14/+10
* 2016-05-24 Richard Biener <rguenther@suse.de>rguenth2016-05-241-46/+14
* PR c/70756mpolacek2016-05-121-1/+1
* PR c++/71024mpolacek2016-05-111-0/+54
* PR c/70859mpolacek2016-05-031-33/+40
* Add a wi::to_wide helper functionrsandifo2016-05-021-4/+3
* PR c/70852mpolacek2016-04-291-0/+1
* PR/69089: C++-11: Ingore "alignas(0)".krebbel2016-04-291-1/+1
* gcc/c-family/ChangeLog:doko2016-04-281-0/+33
* * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.bernds2016-04-271-0/+43
* Implement C++17 [[maybe_unused]] attribute.jason2016-04-251-2/+2
* * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz2016-04-181-2/+2
* PR c/70651mpolacek2016-04-151-2/+12
* PR c/69407mpolacek2016-03-171-0/+4
* 2016-03-09 Richard Biener <rguenther@suse.de>rguenth2016-03-091-1/+3
* 2016-03-04 Richard Biener <rguenther@suse.de>rguenth2016-03-041-1/+1
* PR c++/69795mpolacek2016-03-011-1/+1
* PR middle-end/69780 - [4.9/5/6 Regression] ICE on __builtin_alloca_with_alignmsebor2016-02-231-0/+27
* PR c++/69797jakub2016-02-151-1/+1
* Remove -fshort-doublebernds2016-02-081-1/+1
* PR c/69405 - [6 Regression] ICE in c_tree_printer on an invalidmsebor2016-01-211-2/+5
* PR c++/68767jason2016-01-181-9/+13
* Improve warning locations (PR66208)bernds2016-01-131-13/+14
* PR c/68966 - atomic_fetch_* on atomic_bool not diagnosedmsebor2016-01-081-5/+32
* Update copyright years.jakub2016-01-041-1/+1
* C and C++ FE: fix source ranges for binary opsdmalcolm2015-12-211-5/+16
* gcc/c-family/iverbin2015-12-151-0/+2
* Fix missing range information for "%q+D" format codedmalcolm2015-12-071-3/+1
* gcc:bonzini2015-12-041-2/+5
* Add notinbranch/inbranch flags to attribute __simd__.kyukhin2015-12-041-5/+37
* Do constant folding in warn_* functions.jason2015-12-021-9/+35
* Define c_fully_fold separately for C and C++.jason2015-12-021-577/+0
* * gcc.c-torture/execute/alias-1.c: New testcase.hubicka2015-12-011-6/+0
* PR c/67581hubicka2015-11-291-1/+2