I confirm it's fixed. Both ARM (RPi) and Aarch64 (APM X-Gene Mustang) work ROOTB.
Thanks all. -----Original Message----- From: Tinycc-devel [mailto:[email protected]] On Behalf Of Michael Matz Sent: samedi 11 février 2017 15:10 To: [email protected] Subject: Re: [Tinycc-devel] Ready for Release 0.9.27 Hi, On Sat, 11 Feb 2017, Christian Jullien wrote: > Great, no more issues on RPi. > > Now, testing on "8x2.4 GHz aarch64 / 32 GB RAM / APM X-Gene Mustang > board / Ubuntu 14.04.3 LTS" > > jullien@gcc113:~/tinycc/tests/tests2$ ./42_function_pointer.exe yo 24 > Segmentation fault (core dumped) > > This the only error I have on aarch64. Note, error appears also > directly when running ./42_function_pointer.exe from shell. Indeed. Same problem as 77d7ea04a, don't remember why I haven't checked arm64 at the time. Fixed in mob now as well. Ciao, Michael. > > > -----Original Message----- > From: Tinycc-devel [mailto:[email protected]] > On Behalf Of Michael Matz > Sent: samedi 11 février 2017 14:34 > To: [email protected] > Subject: Re: [Tinycc-devel] Ready for Release 0.9.27 > > Hi, > > On Sat, 11 Feb 2017, Michael Matz wrote: > >>> Your commit: >>> http://repo.or.cz/tinycc.git/blobdiff/cd9514abc4f4d7d90acce108b98ea2a >>> f58a1b8 >>> 0a..77d7ea04acb56f839031993c102366e30cad5c25:/tests/tests2/Makefile >>> >>> Is the source of this error >> >> Well, that means it uncovered a pre-existing bug in the arm32 linker. >> I haven't tested arm32 myself in a long time. I can take a look >> later; I probably have some old arm32 debian chroot lying around > somewhere. > > Oh, actually it wasn't a codegen bug at all. I botched the testcase > invocation for NORUN tests, but that mattered only on arm where FILTER is > set to grep. I've commited a fix for this to mob. > > > Ciao, > Michael. > > _______________________________________________ > Tinycc-devel mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/tinycc-devel > > > _______________________________________________ > Tinycc-devel mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/tinycc-devel > _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
