Apple LLVM 10 and `__fallthrough__`

2023-02-22 Thread Werner LEMBERG
This snippet ``` #include int main(int argc, char* argv[]) { switch(argc) { case 3: puts(argv[2]); __attribute__((fallthrough)); case 2: puts(argv[1]); __attribute__((__fallthrough__)); case 1: puts(argv[0]); /* fall through */

Re: bug#61386: [PATCH] cp,mv,install: Disable sparse copy on macOS

2023-02-22 Thread George Valkov
I received an update from Apple > We reproduced the issue and are investigating. > Our engineers are investigating the root cause of the issue you reported. If > we need more information from you, we’ll add a comment and send you an email. Georgi Valkov httpstorm.com nano RTOS