diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-18 10:23:22 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-18 10:23:22 +0000 |
commit | 0680da650a36b1b2245bc8d92876dbd243bd311c (patch) | |
tree | 82a1fb5a01a533049b83b6416d9b5e4eef768913 /gcc/flags.h | |
parent | 028d5ac7ffe7bae46aedabc679074b4c80f45df8 (diff) | |
download | gcc-0680da650a36b1b2245bc8d92876dbd243bd311c.tar.gz |
2012-10-18 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 192552 using svnmerge.py
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@192557 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 141185befc7..d56d5411e7b 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -37,14 +37,6 @@ extern int base_of_path (const char *path, const char **base_out); extern bool fast_math_flags_set_p (const struct gcc_options *); extern bool fast_math_flags_struct_set_p (struct cl_optimization *); -/* Used to set the level of -Wstrict-aliasing in OPTS, when no level - is specified. The external way to set the default level is to use - -Wstrict-aliasing=level. - ONOFF is assumed to take value 1 when -Wstrict-aliasing is specified, - and 0 otherwise. After calling this function, wstrict_aliasing will be - set to the default value of -Wstrict_aliasing=level. */ - -extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff); /* Now the symbols that are set with `-f' switches. */ |