[Bug c++/58963] Does C++ need flag_complex_method = 2?

2013-11-14 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58963 --- Comment #3 from Cong Hou congh at google dot com --- Suppose there is a third-party complex library, which is written in the same way as complex. Then GCC could not recognize that as complex type, and will not use builtin calls to calculate

[Bug c++/58963] Does C++ need flag_complex_method = 2?

2013-11-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58963 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org --- (In reply to Cong Hou from comment #3) Suppose there is a third-party complex library, which is written in the same way as complex. Then GCC could not recognize that as complex

[Bug c++/58963] Does C++ need flag_complex_method = 2?

2013-11-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58963 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/58963] Does C++ need flag_complex_method = 2?

2013-11-08 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58963 --- Comment #1 from Cong Hou congh at google dot com --- Any comment on this topic? thanks, Cong