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

Side by Side Diff: gcc/gcc/testsuite/gcc.dg/dfp/compare-eq-d128.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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* { dg-options "-std=gnu99 -O0" } */
2
3 /* C99 6.5.9 Equality operators.
4 Compare decimal float values against each other at runtime. */
5
6 #define WIDTH 128
7 #include "compare-eq.h"
8
9 int main ()
10 {
11 test_compares ();
12 return 0;
13 }
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/dfp/compare-eq-const.c ('k') | gcc/gcc/testsuite/gcc.dg/dfp/compare-eq-d64.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698