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 bootstrap/52947] [4.7/4.8 Regression] bootstrap fails due to wrong include search path composition


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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at gcc dot gnu.org
   Target Milestone|---                         |4.7.1
            Summary|[4.7 Regression] bootstrap  |[4.7/4.8 Regression]
                   |fails due to wrong include  |bootstrap fails due to
                   |search path composition     |wrong include search path
                   |                            |composition

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-04-12 12:57:39 UTC ---
I remember Kai did surgery in this place.  Did you identify a patch that caused
this regression?  My bet would be

2011-03-25  Kai Tietz  <ktietz@redhat.com>

        * collect2.c (write_c_file_stat): Handle backslash
        as right-hand directory separator.
        (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
        checking just for slash.
        * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
        instead of checking for trailing slash.
        * gcc.c (record_temp_file): Use filename_cmp instead
        of strcmp.
        (do_spec_1): Likewise.
...


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