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

Unified Diff: gcc/gcc/testsuite/gcc.target/i386/pr39082-1.c

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
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/i386/pr37843-3.c ('k') | gcc/gcc/testsuite/gcc.target/i386/pr39496.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.target/i386/pr39082-1.c
diff --git a/gcc/gcc/testsuite/gcc.target/i386/pr39082-1.c b/gcc/gcc/testsuite/gcc.target/i386/pr39082-1.c
index 4c4e2547a88486b926ae0fb36b594fc2e60b564b..81b5bb66d2b897ad9c60cf363c0e1b4c9317da02 100644
--- a/gcc/gcc/testsuite/gcc.target/i386/pr39082-1.c
+++ b/gcc/gcc/testsuite/gcc.target/i386/pr39082-1.c
@@ -13,7 +13,7 @@ extern int bar1 (union un);
extern union un bar2 (int);
int
-foo1 (union un u) /* { dg-message "note: The ABI of passing union with long double has changed in GCC 4.4" } */
+foo1 (union un u)
{
bar1 (u);
return u.i;
@@ -30,6 +30,6 @@ foo2 (void)
int
foo3 (int x)
{
- union un u = bar2 (x);
+ union un u = bar2 (x); /* { dg-message "note: The ABI of passing union with long double has changed in GCC 4.4" } */
return u.i;
}
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/i386/pr37843-3.c ('k') | gcc/gcc/testsuite/gcc.target/i386/pr39496.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698