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/44476] tclStrToD.c takes very long to compile (forever?)



------- Comment #2 from jay dot krell at cornell dot edu  2010-06-09 08:42 -------
Two line repro, no repro with 4.3.5, hangs with 4.5.0.
I'll rebuild the compiler though.
Seem like a gmp bug.

bash-4.1$ alphaev67-dec-osf5.1-gcc-4.3.5 -c 1.c
bash-4.1$ alphaev67-dec-osf5.1-gcc-4.5.0 -c 1.c

bash-4.1$ cat 1.c
double log (double );
int xTclDoubleDigits(void) { return log(10.0); }


-- 


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


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