[Bug c/48116] -Wreturn-type does not work as advertised

2016-06-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Martin Sebor changed: What|Removed |Added Keywords|diagnostic, easyhack|documentation Status|NEW

[Bug c/48116] -Wreturn-type does not work as advertised

2016-06-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 --- Comment #11 from Martin Sebor --- Author: msebor Date: Sat Jun 4 20:50:50 2016 New Revision: 237093 URL: https://gcc.gnu.org/viewcvs?rev=237093=gcc=rev Log: PR c/48116 - -Wreturn-type does not work as advertised gcc/ChangeLog: 2016-06-04

[Bug c/48116] -Wreturn-type does not work as advertised

2016-06-01 Thread marbacz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Marcin Baczyński changed: What|Removed |Added CC||marbacz at gmail dot com --- Comment

[Bug c/48116] -Wreturn-type does not work as advertised

2015-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Richard Biener changed: What|Removed |Added Target Milestone|5.3 |5.4 --- Comment #8 from Richard Biener

[Bug c/48116] -Wreturn-type does not work as advertised

2015-12-04 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Manuel López-Ibáñez changed: What|Removed |Added Target Milestone|5.4 |--- --- Comment #9 from Manuel

[Bug c/48116] -Wreturn-type does not work as advertised

2015-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|5.2 |5.3 ---

[Bug c/48116] -Wreturn-type does not work as advertised

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment

[Bug c/48116] -Wreturn-type does not work as advertised

2014-10-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug c/48116] -Wreturn-type does not work as advertised

2014-10-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug c/48116] -Wreturn-type does not work as advertised

2014-09-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c/48116] -Wreturn-type does not work as advertised

2011-03-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2011-03-14 17:18:20 UTC --- apinski@apinskidesktop:~$ gcc t.c -W -Wall -pedantic -S t.c: In function ‘y’: t.c:2: warning: ISO C forbids ‘return’ with expression, in function returning

[Bug c/48116] -Wreturn-type does not work as advertised

2011-03-14 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48116 --- Comment #2 from Tom Tromey tromey at gcc dot gnu.org 2011-03-14 17:20:47 UTC --- Thanks, but I think it is still a bug as-is. I don't see why -pedantic should be required here.