-
```
Hi!
I compile gpreftools and receive error:
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES
-DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings …
-
```
Hi!
I compile gpreftools and receive error:
/usr/bin/c++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES
-DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings …
-
```
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
3:29.65 Stack dump:
3:29.67 0. Prog…
-
There is a corner case error.
If you pass in a number say 3.1415 and set dp = 5, the floating point number does not print the fractional part. This is because it relies on the variable i, which w…
-
### Describe the bug
When building with `-std=c++2b -stdlib=libc++`, I get the following error:
```
In file included from :3060:
In file included from /opt/compiler-explorer/clang-trunk-20230105…
-
**Steps to reproduce:**
1) `flutter/tools/gn --android --runtime-mode debug --unoptimized`
1) `autoninja -C out/android_debug_unopt`
1) `cd $FLUTTER_PROJECT`
1) `flutter --local-engine-src-path ~/…
-
While buildingJailhouse with enabling clang am receiving the below error,
error: unknown target CPU 'armv8-a+nofp'
note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermo…
-
**Submitting author:** @Vini2 (Vijini Mallawaarachchi)
**Repository:** https://github.com/metagentools/gbintk
**Branch with paper.md** (empty if default branch): JOSS
**Version:** v1.0.0
**Editor:** P…
-
I tried this code in compiler explorer (https://rust.godbolt.org/z/W35vT4osM):
```rust
pub fn push1(v: &mut Vec, x: u32) {
v.reserve(1);
v.push(x);
}
pub fn push2(v: &mut Vec, x:…
-
| | |
| --- | --- |
| Bugzilla Link | [39410](https://llvm.org/bz39410) |
| Version | trunk |
| OS | Linux |
| Attachments | [strace_clang_pipe_wa_noas.txt](https://user-images.githubusercontent.com…