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 <[email protected]>
* 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.
...