diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-18 21:01:03 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-18 21:01:03 +0000 |
commit | 807bf718af49820cca054a70a54f2db06d10d9f0 (patch) | |
tree | 0f64524f372d342649161f19523537146008f861 /gcc/cp/cfns.h | |
parent | ef758b613a85c63f1343c8ff36036c2656d96e25 (diff) | |
download | gcc-807bf718af49820cca054a70a54f2db06d10d9f0.tar.gz |
PR target/39179
* tree-ssa-ccp.c (get_symbol_constant_value): Don't assume zero
value if DECL_EXTERNAL.
* tree-sra.c (sra_walk_gimple_assign): Likewise.
* target.h (gcc_target::binds_local_p): Clarify module.
* tree.h (TREE_PUBLIC): Clarify module.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144270 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cfns.h')
-rw-r--r-- | gcc/cp/cfns.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h index 82cdef76466..e6d43d8acfb 100644 --- a/gcc/cp/cfns.h +++ b/gcc/cp/cfns.h @@ -1,5 +1,5 @@ /* ANSI-C code produced by gperf version 3.0.1 */ -/* Command-line: gperf -o -C -E -k '1-6,$' -j1 -D -N libc_name_p -L ANSI-C ../../gcc/gcc/cp/cfns.gperf */ +/* Command-line: gperf -o -C -E -k '1-6,$' -j1 -D -N libc_name_p -L ANSI-C ../../gcc/cp/cfns.gperf */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ @@ -28,7 +28,7 @@ #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>." #endif -#line 1 "../../gcc/gcc/cp/cfns.gperf" +#line 1 "../../gcc/cp/cfns.gperf" #ifdef __GNUC__ __inline |