compiler-explorer icon indicating copy to clipboard operation
compiler-explorer copied to clipboard

[COMPILER REQUEST]: gcc 4.8.x for aarch64

Open dkm opened this issue 1 year ago • 2 comments

Compiler name

gcc

Compiler version

4.8.*

Compiler language

all

Compiler homepage

gcc.gnu.org

Motivation

Asked by gcc devs.

dkm avatar Apr 25 '24 07:04 dkm

Note the reason why this would be useful for aarch64 (arm64) is because that is the first version of GCC that included aarch64 support. I wanted to see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114843 was reproducible since the backend was added.

pinskia avatar Apr 25 '24 07:04 pinskia

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 configure command line uses options that did not exist. I'll probably skip this and do a bespoke build just for this one.

dkm avatar May 30 '24 20:05 dkm