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

Side by Side Diff: gcc/gcc/testsuite/gcc.dg/dfp/fe-convert-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, 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
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ('k') | gcc/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* { dg-options "-std=gnu99" } */
2 /* { dg-skip-if "test is for emulation" { hard_dfp } { "*" } { "" } } */ 1 /* { dg-skip-if "test is for emulation" { hard_dfp } { "*" } { "" } } */
3 2
4 /* Check that appropriate exceptions are raised for conversions involving 3 /* Check that appropriate exceptions are raised for conversions involving
5 decimal float values. */ 4 decimal float values. */
6 5
7 #include "fe-check.h" 6 #include "fe-check.h"
8 7
9 volatile _Decimal32 d32; 8 volatile _Decimal32 d32;
10 volatile _Decimal64 d64; 9 volatile _Decimal64 d64;
11 volatile _Decimal128 d128; 10 volatile _Decimal128 d128;
(...skipping 18 matching lines...) Expand all
30 convert_100 (); 29 convert_100 ();
31 convert_101 (); 30 convert_101 ();
32 convert_102 (); 31 convert_102 ();
33 convert_110 (); 32 convert_110 ();
34 convert_111 (); 33 convert_111 ();
35 convert_112 (); 34 convert_112 ();
36 convert_120 (); 35 convert_120 ();
37 convert_121 (); 36 convert_121 ();
38 convert_122 (); 37 convert_122 ();
39 38
40 if (failcnt != 0) 39 FINISH
41 abort ();
42 return 0;
43 } 40 }
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/dfp/dfp.exp ('k') | gcc/gcc/testsuite/gcc.dg/dfp/fe-convert-2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698