-
Upcoming GCC 15 now defaults to -std=gnu23. Building freeglut-3.6.0 fails as:
```
FAILED: CMakeFiles/freeglut.dir/src/x11/fg_init_x11.c.o
/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -mfpmath=sse -DHAVE_C…
-
Clang-19 crashed with nodebug atrribute at O1 level.
Compiler explorer: https://godbolt.org/z/aKGP6Er7T
```
$cat mutant.c
int a;
void b();
static void c() { b(&a); }
void __attribute__((nod…
-
**_I have:_**
- [x] searched existing issues (http://project-topaz.com/issues/) to see if the issue has already been opened
- [x] checked the commit log to see if the issue has been resolved sin…
-
## Problem
The following code causes the crash:
```cpp
#include
template
class MyClass
{
public:
struct Inner;
static constexpr Inner inner = Inner{};
struct Inner {};
…
-
Currently the only test implemented will just try to build the Readme code from v3.3.0
Add tests from upstream/tests/...
These tests require gtest (see https://github.com/build2-packaging/googlet…
-
```
There is no guaranteed ordering of the initialization of static data
members declared in class templates. Thus, using one to initialize
another is a bug. We may consider adding support for detecti…
-
Hello Kris,
I'm finishing my university final project, which is an AGV guided by GPS. I need to get the yaw in order to have a reference point for AGV's moves. I'm using your sketchbooks, but I have …
-
A set of scripts to run on/across common playout system platforms to extract Now Playing data, format it and drop it onto the mux in a text file suitable for mot-encoder to read in
-
```
There is no guaranteed ordering of the initialization of static data
members declared in class templates. Thus, using one to initialize
another is a bug. We may consider adding support for detecti…
-
We are getting an ASAN
stack-buffer-overflow issue, and in the back trace, it looks like ASAN is picking up the wrong library. We have two classes with same name (LPAssociation) in two different li…