This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/41943] include search path composition is bogus



------- Comment #8 from ktietz at gcc dot gnu dot org  2010-07-23 18:32 -------
Subject: Bug 41943

Author: ktietz
Date: Fri Jul 23 18:32:25 2010
New Revision: 162479

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162479
Log:
2010-07-23  Kai Tietz  <kai.tietz@onevision.com>

        PR target/41943
        * Makefile.in (USER_H_INC_NEXT_PRE,
        USER_H_INC_NEXT_POST): New.
        (stmp-int-hdrs): Prefix/postfix headers by include_next.
        * config.gcc (user_headers_inc_next_pre): New.
        (user_headers_inc_next_post): Likewise.
        (*-w64-mingw*): Use for float.h post-fixing, and for
        stddef.h/stdarg.h pre-fixing by include_next.
        * configure.ac (user_headers_inc_next_post): New.
        (user_headers_inc_next_pre): New.
        * configure: Regenerated.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/config.gcc
    trunk/gcc/configure
    trunk/gcc/configure.ac


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41943


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]