repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline_scope_p.ads
blob
d05e3434ebb3edeaf16758a64d0a18a2bcb3b1fc
1
package
inline_scope_p
is
2
procedure
Assert
(
Expr
:
Boolean
;
Str
:
String
);
3
pragma
Inline
(
Assert
);
4
end
;