This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libiberty configure fails on svr4/svr5 native
- To: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Subject: Re: libiberty configure fails on svr4/svr5 native
- From: Andreas Schwab <schwab at issan dot informatik dot uni-dortmund dot de>
- Date: 06 Nov 1998 10:24:15 +0100
- Cc: robertl at dgii dot com (Robert Lipe), egcs at cygnus dot com
- References: <199811050317.DAA16855@phal.cygnus.co.uk>
Joern Rennecke <amylaar@cygnus.co.uk> writes:
|> Would this test suceed?
|>
|> #include <assert.h>
|>
|> int main()
|> {
|> char memcpy();
|> char (*f)() = memcpy;
|> return 0;
|> }
I think the assignment should use a global variable, otherwise an
optimising compiler could completely omit it.
--
Andreas Schwab "And now for something
schwab@issan.cs.uni-dortmund.de completely different"
schwab@gnu.org