aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-10-25 00:17:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-10-25 00:17:33 +0000
commit4e939ae1cfa9ce80c15bc01f3906fd2314dd6296 (patch)
tree7a7a6e20b3fe7205749de306ff4cba7ceed3ccab /gcc/c
parent687d11fd74e7de724d46d3e0c58eb012db93ec2b (diff)
downloadgcc-4e939ae1cfa9ce80c15bc01f3906fd2314dd6296.zip
gcc-4e939ae1cfa9ce80c15bc01f3906fd2314dd6296.tar.gz
gcc-4e939ae1cfa9ce80c15bc01f3906fd2314dd6296.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 76fe5fe..2ac8eaa 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,17 @@
+2022-10-24 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/107358
+ * c-typeck.cc (build_binary_op): Pass operands before excess precision
+ promotions to scalar_to_vector call.
+
+2022-10-24 Arsen Arsenović <arsen@aarsen.me>
+
+ * c-decl.cc (finish_function): Ignore hosted when deciding
+ whether to implicitly return zero, but check noreturn.
+ * c-objc-common.cc (c_missing_noreturn_ok_p): Loosen the
+ requirements to just MAIN_NAME_P when hosted, or `int main'
+ otherwise.
+
2022-10-20 Richard Biener <rguenther@suse.de>
PR c/107305