Commit a80f0e5b by Uros Bizjak Committed by Uros Bizjak

* ChangeLog from my previous commit.

From-SVN: r127893
parent b875badb
2007-08-29 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/pr31344.c: Move to ...
* gcc.dg/dfp/pr31344.c: ... here.
* gcc.dg/sibcall-6.c: Simplify dg-skip-if directive.
* gcc.dg/20050503-1.c: Ditto.
* gcc.dg/20050111-1.c: Simplify i?86 and x86_64 dg-options directive.
* gcc.dg/20061127-1.c: Compile only for fpic targets.
* gcc.dg/20060801-1.c: Ditto.
2007-08-29 Kaz Kojima <kkojima@gcc.gnu.org>
* gfortran.dg/isnan_1.f90: Add -mieee for sh.
/* PR 2743 */
/* {dg-do compile} */
/* { dg-do compile } */
namespace ns {
class Exception
......
......@@ -8,6 +8,6 @@
* We should get an error.
*/
/* {dg-do preprocess} */
/* { dg-do preprocess } */
#include "" /* { dg-error "empty" "error on empty filename in include" } */
int x; /* Otherwise we have an empty file and get more errors. */
-- {dg-do run }
-- { dg-do run }
with prefix1; use prefix1;
procedure test_prefix1 is
......
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