[Bug c/27413] compiling with -ansi puts in broken version of atanh

2006-05-03 Thread anonymous at mailinator dot com
--- Comment #1 from anonymous at mailinator dot com 2006-05-04 01:25 --- Created an attachment (id=11370) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11370action=view) .i file created with -save-temps flag -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27413

[Bug c/27413] compiling with -ansi puts in broken version of atanh

2006-05-03 Thread anonymous at mailinator dot com
--- Comment #2 from anonymous at mailinator dot com 2006-05-04 01:27 --- Created an attachment (id=11371) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11371action=view) .s file created with -save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27413

[Bug c/27413] compiling with -ansi puts in broken version of atanh

2006-05-03 Thread anonymous at mailinator dot com
--- Comment #3 from anonymous at mailinator dot com 2006-05-04 01:28 --- Created an attachment (id=11372) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11372action=view) output of compiler with --save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27413

[Bug c/27413] compiling with -ansi puts in broken version of atanh

2006-05-03 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-05-04 01:52 --- t1.c: In function 'main': t1.c:5: warning: implicit declaration of function 'atanh' t1.c:5: warning: format '%f' expects type 'double', but argument 3 has type 'int' You need either -std=c99 or not use -ansi as