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

Unified Diff: gcc/gcc/testsuite/gcc.c-torture/execute/ieee/pr30704.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
Index: gcc/gcc/testsuite/gcc.c-torture/execute/ieee/pr30704.c
diff --git a/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/pr30704.c b/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/pr30704.c
index 2d062a97d62a3c489f54dd95925bb1283f585dd2..2b63e67a0bd6437ea5ac9546f78c913ba060fb07 100644
--- a/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/pr30704.c
+++ b/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/pr30704.c
@@ -6,7 +6,6 @@ extern int memcmp (const void *, const void *, size_t);
extern void *memcpy (void *, const void *, size_t);
long long
-__attribute__((noinline))
f1 (void)
{
long long t;
@@ -16,7 +15,6 @@ f1 (void)
}
double
-__attribute__((noinline))
f2 (void)
{
long long t = 0x000fedcba9876543LL;

Powered by Google App Engine
This is Rietveld 408576698