* ChangeLog from my previous commit.
From-SVN: r127893
This commit is contained in:
parent
b875badb9d
commit
a80f0e5b94
4 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,13 @@
|
|||
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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* 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. */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- {dg-do run }
|
||||
-- { dg-do run }
|
||||
|
||||
with prefix1; use prefix1;
|
||||
procedure test_prefix1 is
|
||||
|
|
Loading…
Add table
Reference in a new issue