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 target/15065] [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-06-22 09:58 -------
Subject: Re:  [3.4/3.5 Regression] bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0

sabelka at iue dot tuwien dot ac dot at writes:

> Well, I did supply -dD to generate the attached file, however it doesn't 
> change anything. This was the exact command line I used: 
[...]
> Did I miss something? 

Using -dD doesn't work for me either.  Using -g3 instead (which has the
same effect), I see that -dD should be passed to the cc1 -E invocation, but
is only passed to cc1 instead, where it has no effect.

Instead of trying to get preprocessed output, just attach a copy of
/usr/include/wchar.h (and perhaps the fixincluded wchar.h from the gcc
build or install tree).  If fixincludes doesn't fix up the V5.0 (it's V5.0,
not V5.0A?) correctly, I'll need that file anyway to tweak the fixing
process.

	Rainer


-- 


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


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