[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-07-16 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #9 from yroux at gcc dot gnu.org --- Author: yroux Date: Wed Jul 16 20:14:34 2014 New Revision: 212697 URL: https://gcc.gnu.org/viewcvs?rev=212697root=gccview=rev Log: gcc/ 2014-07-16 Yvan Roux yvan.r...@linaro.org Backport

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-04-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #7 from Marek Polacek mpolacek at gcc dot gnu.org --- Author: mpolacek Date: Fri Apr 25 10:49:56 2014 New Revision: 209794 URL: http://gcc.gnu.org/viewcvs?rev=209794root=gccview=rev Log: PR c/60114 c/ * c-parser.c

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-04-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-10 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #6 from Marek Polacek mpolacek at gcc dot gnu.org --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2014-02/msg00592.html, it will probably need to wait for GCC 5.0.

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-10 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread chengniansun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #2 from Chengnian Sun chengniansun at gmail dot com --- It seems -pedantic and -Woverflow are different. When I issue $ gcc-trunk -c -Woverflow s.c then there is no overflow warning. (There is indeed no overflow.) But when I use $

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #3 from Marek Polacek mpolacek at gcc dot gnu.org --- -Woverflow is turned on by default, so it doesn't matter if you specify it or not; what matters here is the -Wpedantic (we have a bug about that discrepancy: PR59753). So yeah,

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

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

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #5 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to Manuel López-Ibáñez from comment #4) (In reply to Chengnian Sun from comment #2) It seems -pedantic and -Woverflow are different. When I issue $ gcc-trunk -c