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

Unified Diff: gcc/gcc/testsuite/gfortran.dg/extends_6.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/extends_6.f03
diff --git a/gcc/gcc/testsuite/gfortran.dg/extends_6.f03 b/gcc/gcc/testsuite/gfortran.dg/extends_6.f03
index 866fbbd1c50f70092f688fa1ee762c8a2277345c..a50a9b751b1f07a66f483a2e3720822438242826 100644
--- a/gcc/gcc/testsuite/gfortran.dg/extends_6.f03
+++ b/gcc/gcc/testsuite/gfortran.dg/extends_6.f03
@@ -30,7 +30,7 @@ end module m
end type two
o_dt%day = 5 ! VALID but failed in first version of EXTENDS patch
- o_dt%yr = 5 ! { dg-error "All components of 'date' are PRIVATE" }
+ o_dt%yr = 5 ! { dg-error "is a PRIVATE component of" }
t = two(one = one(4), i = 5, r=4.4) ! { dg-error "has already been set" }
« no previous file with comments | « gcc/gcc/testsuite/gfortran.dg/extended_char_comparison_1.f ('k') | gcc/gcc/testsuite/gfortran.dg/external_initializer.f90 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698