Jerry Zhang Jian
Jerry Zhang Jian
Have the similar issue like this. https://www.tonymacx86.com/threads/stuck-on-installation.243855/
Waiting...
@syscl After installing the latest version, I think three finger left/right doesn't gives me back/forward function. Jerry
@illladelph I have the same problem, too. Even when I use soft sleep, DW1830 is still slow(10M or less
This patch works on me. Environment OS: Fedora release 31 (Thirty One) x86_64 Kernel: 5.3.7-301.fc31.x86_64 Thanks
I'll test it once I have time next week. Thanks.
I am getting error when compiling `bitint-10.c` and it appears that llvm doesn't have DFP support for now. I guess we should disable the test for now? RFC of DFP:...
Somehow I am getting compile error on `SingleSource/Regression/C/gcc-dg/loop-2.c` ``` gcc -O0 ../SingleSource/Regression/C/gcc-dg/loop-2.c /tmp/ccDf6fYM.o: In function `main': loop-2.c:(.text+0x25): undefined reference to `tag' collect2: error: ld returned 1 exit status ``` And...
> which seems to imply that with or without -ansi, __inline__ should do the same thing, but here it clearly doesn't. > I scraped the flag from inovking the test...
> > I would prefer not to disable this test, because it should start passing on Clang 18 (17.0.5 doesn't implement C23.) > > Would it be possible to check...