Re: Gcc-rust Digest, Vol 40, Issue 7

2024-09-22 Thread Owen A
The nr2/compile.exp script checks if tests in the nr2/exclude list are passing, and if they are it introduces XPASS' to indicate that they should be removed from the list. It looks like some tests are passing/failing with name resolution 2.0 in a platform dependent fashion due to some undefined beh

Re: Re: Re: [PATCH v3] libcpp: add function to check XID properties

2023-10-18 Thread Owen A
Nevermind, it looks like '_' isn't actually XID_Start. https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt https://doc.rust-lang.org/reference/identifiers.html

Re: Re: [PATCH v3] libcpp: add function to check XID properties

2023-10-18 Thread Owen A
Is '_' not CPP_XID_START?