This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: BUG: -funroll-all-loops generates unresolved externals
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: BUG: -funroll-all-loops generates unresolved externals
- From: Manfred Hollstein <manfredh at redhat dot com>
- Date: Thu, 3 Aug 2000 17:34:41 +0200 (MEST)
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <200008031526.LAA17599@caip.rutgers.edu>
- Reply-To: Manfred Hollstein <manfred dot h at gmx dot net>
On Thursday, 3 August 2000, 11:26:53 -0400, ghazi@caip.rutgers.edu wrote:
> > From: Manfred Hollstein <manfredh@redhat.com>
> >
> > 2000-08-03 Manfred Hollstein <manfredh@redhat.com>
> >
> > * gcc.dg/20000803-1.c: New test.
> >
> > --- /dev/null Tue May 5 22:32:27 1998
> > +++ gcc/testsuite/gcc.dg/20000803-1.c Thu Aug 3 12:44:19 2000
> > @@ -0,0 +1,57 @@
> > +/* Copyright (C) 2000 Free Software Foundation.
> > +
> > + by Manfred Hollstein <manfredh@redhat.com> */
> > +
> > +/* { dg-do link } */
> > +/* { dg-options "-O2 -funroll-all-loops" } */
>
> Why not put this in gcc.c-torture/compile, so other opt levels get a
> workout too?
That's fine. I just grabbed an arbitrary example which looked simple
with regard to how to describe required flags; simply overlooked that
TORTURE_OPTIONS also include `-funroll-all-loops' already.
>
> --Kaveh
> --
> Kaveh R. Ghazi Engagement Manager / Project Services
> ghazi@caip.rutgers.edu Qwest Internet Solutions
Cheers.
l8er
manfred