OSDN Git Service

PR fortran/36257
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index c494086..e2e4323 100644 (file)
@@ -1,3 +1,95 @@
+2008-05-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/36257
+       * gfortran.dg/char_length_12.f90: New test.
+
+2008-05-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.c-torture/execute/builtins/memops-asm.c: Set inside_main.
+
+       * lib/gcc-dg.exp (cleanup-saved-temps): Add optional list of
+       suffixes not to delete.
+       * gcc.dg/pch/save-temps-1.c: Don't delete ".s" temp.
+       * g++.dg/pch/pch.C: Likewise.
+
+       * g++.old-deja/g++.pt/static11.C: Replace xfail by target requirement.
+
+       * lib/dg-pch.exp (dg-pch): Don't expect .s files if there are
+       dg-errors expected.
+
+2008-05-20  Janis Johnson  <janis187@us.ibm.com>
+
+       PR testsuite/20771
+       * lib/dg-pch.exp: Move a flag in arguments to dg-test to differentiate
+       compile results for pch test lines in gcc.sum.
+       * gcc.dg/pch/counter-2.c: Add comments to dg-error directives to
+       make them unique in gcc.sum.
+       * gcc.dg/pch/valid-1.c: Ditto.
+       * gcc.dg/pch/valid-2.c: Ditto.
+       * gcc.dg/pch/valid-3.c: Ditto.
+       * gcc.dg/pch/warn-1.c: Same for dg-warning.
+
+2008-05-20  Andy Hutchinson  <hutchinsonandy@aim.com>
+
+       * gcc.dg/array-quals-1.c: xfail read only section
+       check for avr target. 
+   
+2008-05-20  Andy Hutchinson  <hutchinsonandy@aim.com>
+
+       PR testsuite/34889
+       * gcc.c-torture/execute/builtins/pr23484-chk.c : Correct test for 
+       16bit int target. 
+
+2008-05-20  Andy Hutchinson  <hutchinsonandy@aim.com>
+
+       * gcc.dg/tree-ssa/ifc-20040816-1.c : signal.h not required.
+       * gcc.c-torture/execute/ieee/fp-cmp-1.c : Do not include signal.h if
+       SIGNAL_SUPPRESS.
+       * gcc.c-torture/execute/ieee/fp-cmp-2.c : Ditto.
+       * gcc.c-torture/execute/ieee/fp-cmp-3.c : Ditto.
+
+2008-05-20  Andy Hutchinson  <hutchinsonandy@aim.com>
+
+       * gcc.dg/builtins-config.h: AVR does not have C99 runtime. 
+  
+2008-05-20  Janis Johnson  <janis187@us.ibm.com>
+
+       PR testsuite/22523
+       * g++.dg/template/inline1.C: Handle syntax for more assemblers.
+
+       * lib/scandump.exp (scan-dump): Handle non-existent dump file.
+       (scan-dump-times): Ditto.
+       (scan-dump-not): Ditto.
+       (scan-dump-dem): Ditto.
+       (scan-dump-dem-not): Ditto.
+
+       * obj-c++.dg/bitfield-1.mm: XFAIL for ICE; move dg-options after other
+       test directives; use dg-prune-output instead of dg-excess-errors for
+       possible message to ignore; adjust line numbers for messages.
+
+       * obj-c++.dg/comp-types-10.mm: XFAIL for ICE.
+       * obj-c++.dg/try-catch-9.mm: XFAILfor ICE, move dg-options after
+       other test directives.
+
+       * obj-c++.dg/try-catch-2.mm: Move dg-options after dg-xfail-if.
+       * obj-c++.dg/encode-8.mm: Move dg-options after dg-do.
+       * obj-c++.dg/bitfield-4.mm: Ditto; use dg-prune-output instead of
+       dg-excess-errors for possible additional message.
+       * obj-c++.dg/layout-1.mm: Use dg-prune-output instead of
+       dg-excess-errors for possible additional message.
+
+       * g++.dg/ext/vector14.C: Ignore a possible warning.
+
+2008-05-20  Samuel Tardieu  <sam@rfc1149.net>
+
+       * gnat.dg/modular.adb: Remove test, gnat.dg/modular1.adb already
+       checks that the bug is fixed and is more concise.
+
+2008-05-20  Samuel Tardieu  <sam@rfc1149.net>
+
+       PR ada/35791
+       * gnat.dg/check_displace_generation.adb: New.
+
 2008-05-20  Samuel Tardieu  <sam@rfc1149.net>
 
        PR ada/30740