aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/ObjectInputValidation.h
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2008-09-23 18:29:58 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2008-09-23 18:29:58 +0000
commit5345105058a833d659af81773b717b46cfc98fa4 (patch)
tree8d2a28210fec823ee51d4a7b5697e1d6a3e2b4cc /libjava/java/io/ObjectInputValidation.h
parent411e138af2c914ce23eb132c960eaf32f26f9991 (diff)
downloadgcc-5345105058a833d659af81773b717b46cfc98fa4.zip
gcc-5345105058a833d659af81773b717b46cfc98fa4.tar.gz
gcc-5345105058a833d659af81773b717b46cfc98fa4.tar.bz2
alias.c (find_base_value): Use FIND_BASE_TERM.
gcc/ * alias.c (find_base_value): Use FIND_BASE_TERM. * doc/tm.texi (FIND_BASE_TERM): Update documentation. From-SVN: r140612
Diffstat (limited to 'libjava/java/io/ObjectInputValidation.h')
0 files changed, 0 insertions, 0 deletions
ster'>ibm/2.12/master Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-printf-format-p-char.c
blob: 7640bf8f662e3515891babe76c7a1da206e99a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Test for formatted 'printf' output for signed char conversions.
   Copyright (C) 2024 Free Software Foundation, Inc.
   This file is part of the GNU C Library.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, see
   <https://www.gnu.org/licenses/>.  */

#include "tst-printf-format-p.h"
#include "tst-printf-format-skeleton-char.c"