[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #2 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 10:50:35 UTC --- Created attachment 27354 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27354 Original C code

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #3 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 10:51:15 UTC --- Created attachment 27355 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27355 Preprocessed with -O0 optimization flag

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #4 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 10:51:52 UTC --- Created attachment 27356 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27356 Preprocessed with -O1 optimization flag

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #5 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 10:52:50 UTC --- Created attachment 27357 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27357 Preprocessed with -O2 optimization flag

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #6 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 10:53:19 UTC --- Created attachment 27358 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27358 Preprocessed with -O3 optimization flag

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #7 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 10:54:33 UTC --- Hello: I attach the preprocessed files with optimization flags -O0, -O1, -O2 and -O3 Thanks

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #8 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 10:56:34 UTC --- I have used gcc 4.7.0

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added CC||glisse at gcc dot

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #11 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 13:06:56 UTC --- Report to glibc sent

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #12 from Marc Glisse glisse at gcc dot gnu.org 2012-05-09 13:11:01 UTC --- (In reply to comment #10) This is PR51294. Looks different. Here the compiler complains about casting 0 to size_t. And there is PR52617. That one is not a

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW ---

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-09 Thread jgpallero at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 --- Comment #14 from José Luis García Pallero jgpallero at gmail dot com 2012-05-09 15:01:30 UTC --- Fixed in glibc: http://sourceware.org/bugzilla/show_bug.cgi?id=14083

[Bug c/53277] Warning using -Wconversion and -Ox in gcc 4.5, 4.6 and 4.7 but not in previous releases

2012-05-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last