[Bug bootstrap/63750] use of undeclared identifier 'do_not_use_isalnum_with_safe_ctype'
fxcoudert at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 11 09:20:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63750
--- Comment #5 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Author: fxcoudert
Date: Tue Nov 11 09:20:07 2014
New Revision: 217342
URL: https://gcc.gnu.org/viewcvs?rev=217342&root=gcc&view=rev
Log:
PR bootstrap/63699
PR bootstrap/63750
* system.h: Include <string> before "safe-ctype.h"
* wide-int.h (wi::smin, wi::smax, wi::umin, wi::umax): Prefix
calls to min/max with wi namespace.
* ipa-chkp.c: Don't include <string>.
* plugin.cc: Don't include <string>.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-chkp.c
trunk/gcc/system.h
trunk/gcc/wide-int.h
trunk/libcc1/ChangeLog
trunk/libcc1/plugin.cc
More information about the Gcc-bugs
mailing list