This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50237] [4.7 regression] bootstrap comparison failure for libcpp/lex.o
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 07 Dec 2011 22:06:04 +0000
- Subject: [Bug bootstrap/50237] [4.7 regression] bootstrap comparison failure for libcpp/lex.o
- Auto-submitted: auto-generated
- References: <bug-50237-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50237
--- Comment #32 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-07 22:06:04 UTC ---
Author: jakub
Date: Wed Dec 7 22:05:59 2011
New Revision: 182090
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182090
Log:
PR bootstrap/50237
* internal.h (_cpp_init_lexer): New prototype.
* init.c (init_library): Call it.
* lex.c (init_vectorized_lexer): Remove constructor attribute,
add inline keyword.
(HAVE_init_vectorized_lexer): Define.
(_cpp_init_lexer): New function.
Modified:
trunk/libcpp/ChangeLog
trunk/libcpp/init.c
trunk/libcpp/internal.h
trunk/libcpp/lex.c