projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225ab2b
)
* gimple.h (gimple_check_failed): Mark cold.
author
Jan Hubicka
<hubicka@ucw.cz>
Fri, 9 Jun 2017 11:36:59 +0000
(13:36 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 9 Jun 2017 11:36:59 +0000
(11:36 +0000)
From-SVN: r249055
gcc/ChangeLog
patch
|
blob
|
history
gcc/gimple.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 05e6fbfdbdbc7204a8f88ef20e31a9a94e813f96..f62b6d5982451bef37ea69c99dba7c30c78a096c 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2017-06-09 Jan Hubicka <hubicka@ucw.cz>
+
+ * gimple.h (gimple_check_failed): Mark cold.
+
2017-06-09 Richard Biener <rguenther@suse.de>
PR tree-optimization/66623
diff --git
a/gcc/gimple.h
b/gcc/gimple.h
index 460011c87f10fbec1930c7c662b069ad00e47941..575babe11ef0b95a2e0cfcba471dd78078b27061 100644
(file)
--- a/
gcc/gimple.h
+++ b/
gcc/gimple.h
@@
-46,7
+46,8
@@
template<typename T> struct remove_pointer<T *> { typedef T type; };
#define gcc_gimple_checking_assert(EXPR) gcc_assert (EXPR)
extern void gimple_check_failed (const gimple *, const char *, int, \
const char *, enum gimple_code, \
- enum tree_code) ATTRIBUTE_NORETURN;
+ enum tree_code) ATTRIBUTE_NORETURN \
+ ATTRIBUTE_COLD;
#define GIMPLE_CHECK(GS, CODE) \
do { \