From: GCC Administrator Date: Sun, 12 Feb 2023 00:17:22 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-14~1388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee1178878383ddd64e760f17338fe8a8384c31c8;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a18f560d4e10..2c4867cfcd10 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2023-02-11 Jakub Jelinek + + PR ipa/108605 + * ipa-cp.cc (ipa_agg_value_from_jfunc): Return NULL_TREE also if + item->offset bit position is too large to be representable as + unsigned int byte position. + +2023-02-11 Gerald Pfeifer + + * doc/extend.texi (Other Builtins): Adjust link to WG14 N965. + 2023-02-10 Vladimir N. Makarov * ira.cc (update_equiv_regs): Set up ira_reg_equiv for diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 9f537e04ede1..d696f4e8b1a5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230211 +20230212 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f188e5fbde35..577b8fd48d84 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2023-02-11 Jakub Jelinek + + PR ipa/108605 + * c-c++-common/pr108605.c: New test. + +2023-02-11 Jonathan Yong <10walls@gmail.com> + + * gcc.dg/pr65658.c: fix LLP64 test. + +2023-02-11 Jonathan Yong <10walls@gmail.com> + + * c-c++-common/Wsizeof-array-div1.c: fix excess warnings. + * gcc.dg/Warray-bounds-52.c: ditto + * gcc.dg/Wstringop-overflow-62.c: ditto + * gcc.dg/attr-vector_size.c: ditto + * gcc.dg/overflow-warn-9.c: ditto + 2023-02-10 David Malcolm PR analyzer/108745 diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f11fff19c2b1..3f0e4cfadc20 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2023-02-11 niXman + + * lrealpath.c (lrealpath): try to resolve symlink and + use UNC paths where applicable. + 2023-01-07 LIU Hao PR middle-end/108300 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b9f041b641e5..b0f79c079f9d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2023-02-11 Gerald Pfeifer + + * doc/xml/manual/policy_data_structures_biblio.xml: Update + link to "Worst-case efficient priority queues". + * doc/html/manual/policy_data_structures.html: Regenerate. + 2023-02-06 Arsen Arsenović * doc/xml/manual/using.xml: Document newly-freestanding