repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
asm3.C
blob
090218fe61f9fe9a505ed01a662067a11e968830
1
// { dg-do compile }
2
3
// Copyright (C) 2002 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 16 Sep 2002 <nathan@codesourcery.com>
5
6
// PR 7015. ICE with asms
7
8
int two(int in)
9
{
10
register int out;
11
__asm__ ("" : "r" (out) : "r" (in));
12
return out;
13
}
14
15
// { dg-message "error:" "" { target *-*-* } 11 }