Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
diff --git a/gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03 b/gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
index 3eb9687ad022f2caedbffd13010fac658de2f860..92adc1a852aede49bcacb35413773ad11305c779 100644
--- a/gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
+++ b/gcc/gcc/testsuite/gfortran.dg/typebound_proc_4.f03
@@ -30,10 +30,6 @@ MODULE testmod
PROCEDURE, PUBLIC, PRIVATE ! { dg-error "Duplicate" }
PROCEDURE, NON_OVERRIDABLE, NON_OVERRIDABLE ! { dg-error "Duplicate" }
PROCEDURE, NOPASS, NOPASS ! { dg-error "illegal NOPASS" }
-
- ! TODO: Correct these when things get implemented.
- PROCEDURE, DEFERRED :: x ! { dg-error "not yet implemented" }
- PROCEDURE(abc) ! { dg-error "not yet implemented" }
END TYPE t
CONTAINS
« no previous file with comments | « gcc/gcc/testsuite/gfortran.dg/typebound_call_9.f03 ('k') | gcc/gcc/testsuite/gfortran.dg/typebound_proc_5.f03 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698