-
## Details
I made a flutter application to demonstrate the issue: https://github.com/cristian1980/FlutterPictureTest
I put all the relevant code inside this file: https://github.com/cristian1980…
-
Look like no one ever updated the code to account for needing to pass the api key as a header now. Safe to assume this is a dead repo
-
compare the following disassemblies:
```rust
#![allow(dead_code)]
use std::path::{Path, PathBuf};
#[no_mangle]
pub fn boxed_path() -> Box {
Path::new("aaa").into()
}
```
```asm
b…
-
`cat case.c #226578`
```c
volatile int a;
static char b[25] = {4, 4, 4, 5, 4, 4, 4};
int c;
int d;
void foo(void);
int main() {
b[1] = 0;
if (!b[6])
foo();
c = 0;
for (; c < …
-
`cat case.c #222858`
[case.txt](https://github.com/llvm/llvm-project/files/8935533/case.txt)
```c
int a[6];
int b;
static int c[] = {2, 2, 2, 2, 20, 2, 2, 2, 2, 2};
short d;
void foo(void);
…
-
| | |
| --- | --- |
| Bugzilla Link | [42288](https://llvm.org/bz42288) |
| Version | trunk |
| OS | Linux |
| CC | @davidbolvansky,@fhahn,@hfinkel,@jdoerfert,@RKSimon,@rotateright |
## Exte…
-
## Description of bug / unexpected behavior
Manim crashes with `ValueError: Cell is empty` if the right code is executed. There is a weird dependency on dead code: Removing
```py
if False:
pri…
-
`cat case.c #8288`
[case.txt](https://github.com/llvm/llvm-project/files/7927535/case.txt)
```c
int a, b, c, d, e, f, g;
void foo(void);
int main() {
int *h[][42] = {{&c}, {&d}, {&c}, {&d}, &…
-
| | |
| --- | --- |
| Bugzilla Link | [52270](https://llvm.org/bz52270) |
| Version | trunk |
| OS | Linux |
| CC | @pascal-cuoq,@dwblaikie,@RKSimon |
## Extended Description
https://gcc.godbolt.o…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39154](https://bugs.llvm.org/show_bug.cgi?id=39154) |
| Status | NEW |
| Importance | P enhancemen…