This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linkage gcc.misc-tests



On 29/08/2006, at 5:27 PM, Jack Howarth wrote:


Geoff,
Isn't the gcc.misc-tests/linkage.c failing just because we don't have
an entry in linkage.exp that defines the native flags for Darwin?

Yes.


Also,
this test look pretty dicey in that it uses...

catch { exec cc -c $native_cflags "$srcdir/$subdir/linkage- y.c" >&/dev/null }

and...

catch { exec c89 -c $native_cflags "$srcdir/$subdir/ linkage-y.c" >&/dev/null }

which makes me wonder how in the world you can be sure it will be executing the
compiler you just built for testing (instead of whatever is in /usr/ bin)?

If you think about the purpose of this test, you'll realise that this is correct.


Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]