OSDN Git Service

Test DLL attribute support.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / ChangeLog
index 3f160c5..71e83c6 100644 (file)
@@ -1,3 +1,52 @@
+1999-06-23  Nick Clifton  <nickc@cygnus.com>
+
+       * compile/dll.c: New test case.  Check that dll attributes
+       compile.
+       * compile/dll.x: Only support the dll.c test on ports that
+       use the COFF/PE file format.
+
+1999-05-25  Nick Clifton  <nickc@cygnus.com>
+
+       * execute/bf-sign-2.c: Explicitly declare signed bitfields as
+       signed. 
+
+Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * execute/920501-7.c (main): Delete __I960__ ifndef.
+
+Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * execute/bf-sign-2.c (main): Replace struct sizeof test with 4.
+
+Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
+
+       * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
+
+Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * execute/970312-1.c, execute/980605-1.c (f): Change printf to sprintf.
+       * execute/bf-sign-2.c (struct X): Add u15 field.
+       (main): Add check for u15.  Conditionalize u31 check depending on
+       whether ints are <32 bits or >=32 bits.
+       
+1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
+
+       * noncompile/noncompile.exp (951025-1.c): Accept an error
+       message on line 1 or line 2; cccp and cpplib do this differently.
+
+1999-02-03  Nick Clifton  <nickc@cygnus.com>
+
+       * execute/memcheck/blkarg.c (foo): Use 10 leading arguments in
+       order to force structure S onto the stack even on the alpha.
+       (test): Pass 10 leading arguments to function foo as well as the
+       structure S.
+
+       * execute/memcheck/blkarg.x: New file: Expected failure for all
+       targets. 
+
+       * execute/memcheck/driver.c (main): Use exit or abort to terminate
+       program execution.
+
 1999-01-28  Michael Meissner  <meissner@cygnus.com>
 
        * execute/990128-1.c: New test.