Daily bump.
This commit is contained in:
parent
b5fce899db
commit
810b924f75
5 changed files with 52 additions and 1 deletions
|
@ -1,3 +1,18 @@
|
|||
2023-03-25 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/109098
|
||||
* diagnostic-format-sarif.cc (read_until_eof): Delete.
|
||||
(maybe_read_file): Delete.
|
||||
(sarif_builder::maybe_make_artifact_content_object): Use
|
||||
get_source_file_content rather than maybe_read_file.
|
||||
Reject it if it's not valid UTF-8.
|
||||
* input.cc (file_cache_slot::get_full_file_content): New.
|
||||
(get_source_file_content): New.
|
||||
(selftest::check_cpp_valid_utf8_p): New.
|
||||
(selftest::test_cpp_valid_utf8_p): New.
|
||||
(selftest::input_cc_tests): Call selftest::test_cpp_valid_utf8_p.
|
||||
* input.h (get_source_file_content): New prototype.
|
||||
|
||||
2023-03-24 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* doc/analyzer.texi (Debugging the Analyzer): Add notes on useful
|
||||
|
|
|
@ -1 +1 @@
|
|||
20230325
|
||||
20230326
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2023-03-25 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/104321
|
||||
* trans-decl.cc (gfc_conv_cfi_to_gfc): Remove dead code.
|
||||
|
||||
2023-03-24 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
* expr.cc (free_expr0): Free also BOZ strings as part of an expression.
|
||||
|
|
|
@ -1,3 +1,28 @@
|
|||
2023-03-25 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/109098
|
||||
* c-c++-common/diagnostic-format-sarif-file-1.c: Add
|
||||
verify-sarif-file directive.
|
||||
* c-c++-common/diagnostic-format-sarif-file-2.c: Likewise.
|
||||
* c-c++-common/diagnostic-format-sarif-file-3.c: Likewise.
|
||||
* c-c++-common/diagnostic-format-sarif-file-4.c: Likewise.
|
||||
* c-c++-common/diagnostic-format-sarif-file-Wbidi-chars.c: New
|
||||
test case, adapted from Wbidi-chars-1.c.
|
||||
* c-c++-common/diagnostic-format-sarif-file-bad-utf8-pr109098-1.c:
|
||||
New test case.
|
||||
* c-c++-common/diagnostic-format-sarif-file-bad-utf8-pr109098-2.c:
|
||||
New test case.
|
||||
* c-c++-common/diagnostic-format-sarif-file-bad-utf8-pr109098-3.c:
|
||||
New test case, adapted from cpp/Winvalid-utf8-1.c.
|
||||
* c-c++-common/diagnostic-format-sarif-file-valid-CP850.c: New
|
||||
test case, adapted from gcc.dg/diagnostic-input-charset-1.c.
|
||||
* gcc.dg/plugin/crash-test-ice-sarif.c: Add verify-sarif-file
|
||||
directive.
|
||||
* gcc.dg/plugin/crash-test-write-though-null-sarif.c: Likewise.
|
||||
* gcc.dg/plugin/diagnostic-test-paths-5.c: Likewise.
|
||||
* lib/scansarif.exp (verify-sarif-file): New procedure.
|
||||
* lib/verify-sarif-file.py: New support script.
|
||||
|
||||
2023-03-24 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/106969
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2023-03-25 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/109098
|
||||
* charset.cc (cpp_valid_utf8_p): New function.
|
||||
* include/cpplib.h (cpp_valid_utf8_p): New prototype.
|
||||
|
||||
2023-03-16 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* makeucnid.cc (write_copyright): Update Unicode copyright years
|
||||
|
|
Loading…
Add table
Reference in a new issue