[Bug c/35649] Incorrect printf warning: expect double has float

2013-08-26 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35649 Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug c/35649] Incorrect printf warning: expect double has float

2013-04-17 Thread trevmrgn+bug at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35649 Trevor Morgan trevmrgn+bug at gmail dot com changed: What|Removed |Added Target|h8300-elf

[Bug c/35649] Incorrect printf warning: expect double has float

2011-10-15 Thread sgh at sgh dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35649 Søren Holm sgh at sgh dot dk changed: What|Removed |Added CC||sgh at sgh dot dk ---

[Bug c/35649] Incorrect printf warning: expect double has float

2010-11-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35649 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||corsepiu at gcc

[Bug c/35649] Incorrect printf warning: expect double has float

2010-09-23 Thread manu at gcc dot gnu dot org
--- Comment #9 from manu at gcc dot gnu dot org 2010-09-23 07:54 --- Why is this waiting? It only requires a fix. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/35649] Incorrect printf warning: expect double has float

2010-09-22 Thread dj at redhat dot com
--- Comment #5 from dj at redhat dot com 2010-09-22 20:13 --- Still fails for both h8300-elf and rx-elf, both on 4.5 branch and 4.6 trunk. -- dj at redhat dot com changed: What|Removed |Added

[Bug c/35649] Incorrect printf warning: expect double has float

2010-09-22 Thread dj at redhat dot com
--- Comment #6 from dj at redhat dot com 2010-09-22 20:22 --- Created an attachment (id=21866) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21866action=view) possible fix FYI I've been using this to silence the warning in my local tree... --

[Bug c/35649] Incorrect printf warning: expect double has float

2010-09-22 Thread paolo dot carlini at oracle dot com
--- Comment #7 from paolo dot carlini at oracle dot com 2010-09-22 20:38 --- I have a deja vu -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35649

[Bug c/35649] Incorrect printf warning: expect double has float

2010-09-22 Thread joseph at codesourcery dot com
--- Comment #8 from joseph at codesourcery dot com 2010-09-22 22:40 --- Subject: Re: Incorrect printf warning: expect double has float On Wed, 22 Sep 2010, dj at redhat dot com wrote: --- Comment #6 from dj at redhat dot com 2010-09-22 20:22 --- Created an attachment

[Bug c/35649] Incorrect printf warning: expect double has float

2010-01-08 Thread dj at redhat dot com
--- Comment #4 from dj at redhat dot com 2010-01-08 20:51 --- Still present in 4.5 trunk, also fails for rx-elf-gcc with -m32bit-doubles but not with -m64bit-doubles. -- dj at redhat dot com changed: What|Removed |Added

[Bug c/35649] Incorrect printf warning: expect double has float

2008-03-21 Thread wilson at tuliptree dot org
--- Comment #3 from wilson at tuliptree dot org 2008-03-22 02:13 --- Subject: Re: New: Incorrect printf warning: expect double has float 6yxwfq202 at sneakemail dot com wrote: foo.c:3: warning: format '%f' expects type 'double', but argument 2 has type 'float' I believe this is

[Bug c/35649] Incorrect printf warning: expect double has float

2008-03-20 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-03-20 12:40 --- Works for me. Which target? Obviously you may need a prototype of printf available for -Wformat to work at all. -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug c/35649] Incorrect printf warning: expect double has float

2008-03-20 Thread 6yxwfq202 at sneakemail dot com
--- Comment #2 from 6yxwfq202 at sneakemail dot com 2008-03-20 16:04 --- Target is h8300-elf running on pc-windows or pc-cygwin printf prototype: extern int printf( const char * fmt, ...); -- 6yxwfq202 at sneakemail dot com changed: What|Removed