-
Hello, I am new to this project. I would like to ask how to compile the pktperf application in examples. I did not find the corresponding guidance tutorial in the makefile or the docs guidance file of…
-
LLVM's constant folding appears to use the host system's math library to perform constant folding. e.g.,
https://github.com/llvm/llvm-project/blob/faa43a80f70c639f40021a175c60857bdcf7cc1f/llvm/lib/An…
-
Can you provide the full Python code to run the example on the [webpage](https://symfit.readthedocs.io/en/stable/fitting_types.html#fitting-multidimensional-datasets)?
I get the error:
```
Name…
-
| | |
| --- | --- |
| Bugzilla Link | [46337](https://llvm.org/bz46337) |
| Version | trunk |
| OS | Linux |
| CC | @topperc,@erichkeane,@RKSimon |
## Extended Description
$ cat test.c
in…
-
The [SAM C20 and C21](https://www.microchip.com/en-us/products/microcontrollers-and-microprocessors/32-bit-mcus/sam-32-bit-mcus/sam-c) are 5V tolerant parts very similar (actually "drop-in" for some v…
-
The C spec editor shared a copy of N3220 with me; I noticed a late addition that's not in N3096. stdbit.h function declarations get [[unsequenced]] function attributes. I should audit to see if there…
-
On installation of version 1.5.263 (marked as stable as of 03/12/23) on a Mac M1, I get the following installation errors after `sudo make install`
```
./scripts/mkdirs /usr/local/bin
--- install…
-
* Version of collectd: `main` branch HEAD
* Operating system / distribution: F38
## Expected behavior
Code compiles without warnings even with stricter options.
## Actual behavior
Lar…
-
```c
int
main ()
{
static volatile unsigned _BitInt(192) u = 11488350477184223uwb;
__builtin_printf ("%.1f\n", (double) u);
if ((double) u != 11488350477184224.0)
__builtin_abort ();
…
-
Currently error is emitted (and possibly the module is therefore ill-formed)
Input:
`void foo(unsigned) {}`