pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/51402



The following reply was made to PR pkg/51402; it has been noted by GNATS.

From: coypu%SDF.ORG@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/51402
Date: Thu, 22 Sep 2016 19:10:03 +0000

 At the very least I can add:
 
 rpi# cat test.c
 static __inline long long __zeroll(void) { return 0; }
 int main() { return 0; }
 rpi# /usr/pkgsrc/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/usr/pkgsrc/lang/g95/work/gcc-4.1.2/g95/./gcc/ test.c
 test.c: In function '__zeroll':
 test.c:1: error: expected expression before '0'
 test.c: In function 'main':
 test.c:2: error: expected expression before '0'
 
 compiling the exact same on amd64 works fine. using base gcc works fine
 too (for both).
 


Home | Main Index | Thread Index | Old Index