aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/security/MessageDigest.h
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2011-04-22 20:40:23 +0200
committerUros Bizjak <uros@gcc.gnu.org>2011-04-22 20:40:23 +0200
commit1d284ec5c859481b080f19d5ddc13e2580c708ef (patch)
treec4e5edabb1dda53171c37ca44e92017b74604947 /libjava/java/security/MessageDigest.h
parentaa5b0a0df36b07d3efaee18ba1846062a53db247 (diff)
downloadgcc-1d284ec5c859481b080f19d5ddc13e2580c708ef.zip
gcc-1d284ec5c859481b080f19d5ddc13e2580c708ef.tar.gz
gcc-1d284ec5c859481b080f19d5ddc13e2580c708ef.tar.bz2
re PR target/48723 (ICE on function returning structure with -fstack-check on corei7-avx)
PR target/48723 * config/i386/i386.c (ix86_expand_prologue): Update m->fs.sp_offset after the call to ix86_adjust_stack_and_probe. testsuite/ChangeLog: PR target/48723 * gcc.target/i386/pr48723.c: New test. From-SVN: r172866
Diffstat (limited to 'libjava/java/security/MessageDigest.h')
0 files changed, 0 insertions, 0 deletions
e-debug Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/names.exp
blob: 44e21e65e99094766fbde8f25b1d5f3c98bf36a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright (C) 2015-2018 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

# Verify that thread name features work properly (e.g. they show up in info
# threads).

if [target_info exists gdb,no_thread_names] {
    continue
}

standard_testfile

if [prepare_for_testing "failed to prepare" $testfile $srcfile {debug pthreads}] {
    return -1
}

if ![runto "all_threads_ready"] {
    continue
}

gdb_test "info threads" \
    [multi_line "\\* 1   .*\"main\" all_threads_ready.*" \
		"  2   .*\"carrot\".*"  \
		"  3   .*\"potato\".*"  \
		"  4   .*\"celery\".*" ] \
    "list threads"