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/17315] Strange compile-time regression in cpp against gcc3.4.1


------- Additional Comments From kgardas at objectsecurity dot com  2004-09-07 15:11 -------
Subject: Re:  Strange compile-time regression in cpp
 against gcc3.4.1


Giovanni,

I'm afraid Paolo is right that this is not libstdc++ bug, especially when
-E comparison are nearly the same and difference in line numbers count of
preprocessed files is just minor:

$ ~/usr/local/gcc3.4.2/bin/c++ -time -I../include  -time -O0 -Wall   -DPIC -fPIC  -E basic_seq.cc|wc -l
# cc1plus 0.25 0.03
  46477
$ c++ -time -I../include  -time -O0 -Wall   -DPIC -fPIC  -E basic_seq.cc|wc -l
# cc1plus 0.27 0.03
  47680
$

Karel



-- 


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


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