Commit 9eca082e by Alexandre Oliva Committed by Alexandre Oliva

* gcc.c-torture/compile/20001123-2.c: New.

From-SVN: r37729
parent 3a163b1a
2000-11-25 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/compile/20001123-2.c: New.
2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.old-dega/g++.pt/ttp62.C: Call abort() on failure. * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
......
/* Copyright 2000 Free Software Foundation
by Alexandre Oliva <aoliva@redhat.com>
Based on zlib/gzio.c.
This used to generate duplicate labels when compiled with
sh-elf-gcc -O2 -m3 -fPIC.
Bug reported by NIIBE Yutaka <gniibe@m17n.org>. */
void foo (void);
void
bar ()
{
unsigned len;
for (len = 0; len < 2; len++)
foo ();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment