Marc Poulhiès
Marc Poulhiès
By compiler, I meant the actual compiler in the properties files, not the compiler pane. But maybe you're correct, I would need to have a look at how overrides are...
I'll see if I can come up with something.
That's what I had in mind: a simple checkbox to add execution on top of compilation.
Maybe it's misnamed, I'm not in the conformance field :D You're correct, it's a tool used to check if a single file is compiled without any error/warning, with warning, with...
Note that the powi regression has been fixed already (here by an extra commit, and when sent upstream by a fixup! in the original incorrect change)
You are also adding support for `__builtin_expect`
C uses `/* ... */` and C++ uses `// ......`. But maybe that's not the question?
After having imported last year's "workouts", I get several missing activities: - paragliding - snowboarding - tennis - swimming - cardio - treadmill - yoga And I guess the list...
FTR, I tried using ct-ng for this compiler, but that's not a good fit. ct-ng is too recent: isl version is not old enough and fails the config test, the...
> m68k fails (notified newlib via email): > > ``` > [ERROR] /mnt/barryallen/dkm/git/crosstool-ng/.build/m68k-unknown-elf/src/newlib/libgloss/m68k/../read.c:24:1: error: conflicting types for 'read'; have 'int(int, void *, size_t)' {aka 'int(int, void *, long unsigned int)'}...