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/27883] [4.0/4.1/4.2 regression] in schedule_insns, at sched-rgn.c:3038 on mips



------- Comment #13 from tbm at cyrius dot com  2006-08-25 20:09 -------
Reduced testcase:

double copysign (double x, double y);
double GetDouble();
double a = copysign (1.0, GetDouble());


-- 


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


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