mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-21 19:35:28 -05:00
Daily bump.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2025-04-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR preprocessor/119391
|
||||
* expr.cc (num_lshift): Add pfile argument. Don't set num.overflow
|
||||
for !num.unsignedp in C++20 or later unless n >= precision. For
|
||||
C++11 to C++17 set it if orig >> (precision - 1 - n) as logical
|
||||
shift results in value > 1.
|
||||
(num_binary_op): Pass pfile to num_lshift.
|
||||
(num_div_op): Likewise.
|
||||
|
||||
2025-03-28 Jeremy Bettis <jbettis@google.com>
|
||||
|
||||
PR preprocessor/108900
|
||||
|
||||
Reference in New Issue
Block a user