-
Thanks for your efforts, but something broke
If I specify the api: "modern-compiler" then the files are not updated, once I specify the api: "legacy" and everything starts working
I use "vite": …
-
Clean Compiler directives support is needed with priority on following directives:
- `timescale
- `include
- `define
-
```
~/Development/Arduino/libraries/ArduinoECCX08/src/utility/ECCX08JWS.cpp: In member function 'arduino::String ECCX08JWSClass::publicKey(int, bool)':
~/Development/Arduino/libraries/ArduinoECCX08/…
-
As of gcc-12 (13 and 14 as well) both orbint and potcode (especially) run a lot slower.
Here's a sample on an i9-12900K, but this was confirmed on laptops as well, as well as an AMD Ryzen 7 5800H, …
-
When building my roc code, (see below) I receive an error message as in the issue title:
```
An internal compiler expectation was broken.
This is definitely a compiler bug.
Please file an issue he…
-
### Zig Version
0.14.0-dev.2052+6a364b4a5
### Steps to Reproduce and Observed Behavior
Trying to compile this
```
const std = @import("std");
pub fn main() !void {
var gpa = std.…
-
### What happened?
The following dispatch exceeds the shared memory limit and results in error while compiling vae model. Here's the link to the whole VAE model (https://sharkpublic.blob.core.windows…
-
Hi,
I was trying to compile the following code:
```c
_For_any(T) int func(T *x) {
return 0;
}
_For_any(T) int f(T *x) {
return func _TyArgs(T) (x);
}
int main() {
int x =…
-
### Description
Using the MSVC ARM compiler on the latest windows-2022 image fails CMake configuration
```
Image: windows-2022
Version: 20241113.3.0
Included Software: https://github.co…
-
### Compiler name
GCC
### Compiler version
11.5 x86-64 Linux
### Compiler language
C, C++
### Compiler homepage
https://gcc.gnu.org/gcc-11/changes.html
### Motivation
It's helpful when doing …