-
## Refactoring request
Clang doesn't accept the Thrift generated C++ classes as valid, but works fine on GCC.
Errors:
```
In file included from /home/samrose/workplace/contrib/starrocks/…
-
| | |
| --- | --- |
| Bugzilla Link | [25272](https://llvm.org/bz25272) |
| Version | 3.7 |
| OS | Linux |
| Attachments | [testcase.cpp](https://user-images.githubusercontent.com/92601902/143752276…
-
add https://gcc.gnu.org/gcc-14/
Debian Status atm:
https://tracker.debian.org/pkg/gcc-14
https://qa.debian.org/madison.php?package=gcc-14
https://salsa.debian.org/toolchain-team/gcc/-/commits/ma…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
I have found that there comes an issue in your cli…
-
> {X86::VXORPSZrrk, X86::VXORPSZrmbk, TB_BCAST_SS},
> };
>
--
Command Output (stderr):
```
RUN: at line 6: /data/lvsiqin/out_models/llvm-project/build/bin/llvm-tblgen -gen-x86-fold-tables -…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
I am using Swoole's WebSocket Server.
From within…
-
The following program crashes Clang 11.0.0 (in the Cray provided version, however `-fno-cray`, `-fno-cray-gpu` doesn't fix it):
```cpp
#include
__global__ void test_kernel() {
gridtools::tu…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
一个简单的 HTTP 服务,提交一个 POST 表单。
```php
// ...
var…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
```
$this->server->on('Open', function($ser…
-
Hi, I encoutered an error when try to compile with make.
First I clone GASAL2 and then compile it successfully by running ./configure.sh and ./run_all.sh
But when I compile bwa-gasal2, I encountered…