[Bug c/56946] assignment expression work wired

2013-04-13 Thread jiez at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56946 --- Comment #4 from Jie Zhang 2013-04-13 16:50:19 UTC --- (In reply to comment #3) > (In reply to comment #2) > > You need to add -lm to your command line. > gcc -lm -Wall assignment.c > > This is right?But it can't compile neither

[Bug c/56946] assignment expression work wired

2013-04-13 Thread zhabgyuan1993 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56946 --- Comment #3 from shia 2013-04-13 14:13:08 UTC --- (In reply to comment #2) > You need to add -lm to your command line. gcc -lm -Wall assignment.c This is right?But it can't compile neither

[Bug c/56946] assignment expression work wired

2013-04-13 Thread jiez at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56946 Jie Zhang changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/56946] assignment expression work wired

2013-04-13 Thread zhabgyuan1993 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56946 --- Comment #1 from shia 2013-04-13 12:16:47 UTC --- Created attachment 29865 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29865 .i