aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorKenneth Zadeck <zadeck@naturalbridge.com>2014-05-06 16:35:35 +0000
committerMike Stump <mrs@gcc.gnu.org>2014-05-06 16:35:35 +0000
commit1d60af086712da018dbdf2a31b0fa6513ccc4487 (patch)
treec122483e07919d83e97d9cc24e59922013688628 /gcc/c
parent807e902eea17f3132488c256c963823976b2348c (diff)
downloadgcc-1d60af086712da018dbdf2a31b0fa6513ccc4487.zip
gcc-1d60af086712da018dbdf2a31b0fa6513ccc4487.tar.gz
gcc-1d60af086712da018dbdf2a31b0fa6513ccc4487.tar.bz2
Update ChangeLogs for wide-int work.
Co-Authored-By: Kyrylo Tkachov <kyrylo.tkachov@arm.com> Co-Authored-By: Mike Stump <mikestump@comcast.net> Co-Authored-By: Richard Sandiford <rdsandiford@googlemail.com> From-SVN: r210116
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index e408fef..379b8d7 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,14 @@
+2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
+ Mike Stump <mikestump@comcast.net>
+ Richard Sandiford <rdsandiford@googlemail.com>
+
+ * c-decl.c (check_bitfield_type_and_width): Use TYPE_SIGN.
+ (finish_enum): Use wide-int interfaces.
+ * c-parser.c (c_parser_cilk_clause_vectorlength): Likewise.
+ * c-typeck.c (build_c_cast): Likewise.
+ (set_nonincremental_init_from_string): Likewise.
+ (c_tree_equal): Likewise.
+
2014-05-02 Marek Polacek <polacek@redhat.com>
PR c/25801