Marc Poulhiès
Marc Poulhiès
Add GCC 12.1.0 for cross targets: - mips + mips64 + mipsel + mips64el - powerpc + powerpc64 + powerpc64le - s390x - arm + arm64 (only add new languages)...
### Compiler name gcc ### Compiler version 12.1.0 ### Compiler language c++,c,d,ada,go ### Compiler homepage gcc.gnu.org ### Motivation Missing for: - avr (last 11.1.0) - mips (last 11.2.0) - mipsel...
Would it be possible to get the GCC for other architectures? Right now it can only generate x86 code. _Originally posted by @Serentty in https://github.com/compiler-explorer/compiler-explorer/issues/2683#issuecomment-1151342648_
### Compiler name GDC ### Compiler version * ### Compiler language D ### Compiler homepage gcc.gnu.org ### Motivation Let's wait for https://github.com/crosstool-ng/crosstool-ng/pull/1759 to be merged (or have it locally) and...
I have something like this in `alire.toml`: ``` [[depends-on]] click = "~0.1.0-dev" ... [[pins]] click = { url=http://something/correct/click' } ``` The project builds correctly (expected). Then, I've changed the pin...
In `alire.toml` I have: ``` [[depends-on]] foo = "~0.1.0-dev" [[pins]] foo = { url='https://github.com/something/foo' } ``` Then running : ``` $ alr -d with foo --use https://github.com/something/foo ``` gives :...
Update with GCC 12.1.0 for: - mips + mips64 + mipsel + mips64el - powerpc + powerpc64 + powerpc64le - s390x - avr - msp430 refs compiler-explorer/compiler-explorer#3729 refs compiler-explorer/compiler-explorer#3761 Signed-off-by:...
Add submodule with sublime syntax. Add corresponding tests for both Ada (in adb/ads) and for the companion tool gpr. fixes #1300 Signed-off-by: Marc Poulhiès
Add Kalray's freshly tagged 4.8 and 4.9 releases. Also cleanup the install path for these compilers + their versionning. Kalray is using its own version for its toolchain (4.x.y) and...
### Compiler name gcc ### Compiler version 4.8 4.9 ### Compiler language * ### Compiler homepage https://github.com/kalray/build-scripts/releases ### Motivation :) ping @fallen @xavierraynaud so you can see when I'm done...