summaryrefslogtreecommitdiff
path: root/gcc/config/i386/msformat-c.c
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-05 17:23:24 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-02-05 17:23:24 +0000
commit69f4897cd60edcdf1ffcae1c0402dc071b63838f (patch)
treedd0ee63b445cb9116a26c9da3a34d4a81fdd7caa /gcc/config/i386/msformat-c.c
parentcb6cb4cebd5bdafb9c15edc00ab1b3dc51730760 (diff)
downloadgcc-69f4897cd60edcdf1ffcae1c0402dc071b63838f.tar.gz
2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
* config/i386/msformat-c.c (ms_printf_length_specs): Set the scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156524 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/msformat-c.c')
-rw-r--r--gcc/config/i386/msformat-c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/msformat-c.c b/gcc/config/i386/msformat-c.c
index 020cdb3c897..ef46a8d80af 100644
--- a/gcc/config/i386/msformat-c.c
+++ b/gcc/config/i386/msformat-c.c
@@ -40,7 +40,7 @@ static format_length_info ms_printf_length_specs[] =
{ "l", FMT_LEN_l, STD_C89, NULL, FMT_LEN_none, STD_C89, 0 },
{ "I32", FMT_LEN_l, STD_EXT, NULL, FMT_LEN_none, STD_C89, 1 },
{ "I64", FMT_LEN_ll, STD_EXT, NULL, FMT_LEN_none, STD_C89, 1 },
- { "I", FMT_LEN_L, STD_EXT, NULL, FMT_LEN_none, STD_C89, 0 },
+ { "I", FMT_LEN_L, STD_EXT, NULL, FMT_LEN_none, STD_C89, 1 },
{ NULL, FMT_LEN_none, STD_C89, NULL, FMT_LEN_none, STD_C89, 0 }
};