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 c/60101] [4.7/4.8/4.9 Regression] Long compile times when mixed complex floating point datatypes are used in lengthy expressions


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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
The difference I see is not that dramatic.

float.c
real    10m5.540s
user    10m0.678s
sys    0m0.172s

double.c:
real    7m54.983s
user    7m50.344s
sys    0m0.384s


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