[Bug c/18017] -Winit-self should automatically turn on -Wuninitialized

2019-04-11 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18017 Tom de Vries changed: What|Removed |Added CC||vries at gcc dot gnu.org --- Comment #7 f

[Bug c/18017] -Winit-self should automatically turn on -Wuninitialized

2019-01-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18017 Martin Sebor changed: What|Removed |Added Keywords||diagnostic CC|

[Bug c/18017] -Winit-self should automatically turn on -Wuninitialized

2005-10-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-23 00:02 --- No longer working on this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/18017] -Winit-self should automatically turn on -Wuninitialized

2004-10-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-15 20:46 --- Ok, now I understand (I was really busy this morning not to understand). Confirmed, I will try to get this done for 4.1.0. -- What|Removed |Added

[Bug c/18017] -Winit-self should automatically turn on -Wuninitialized

2004-10-15 Thread ejb at ql dot org
--- Additional Comments From ejb at ql dot org 2004-10-15 20:40 --- In other words, instead of saying: Note this option can only be used with the`-Wuninitialized' option, which in turn only works with `-O1' and above. say Note this option automatically implies -Wunitialized, which only

[Bug c/18017] -Winit-self should automatically turn on -Wuninitialized

2004-10-15 Thread ejb at ql dot org
--- Additional Comments From ejb at ql dot org 2004-10-15 20:34 --- I think you misunderstood. I'm not suggesting -Wunitialized should turn on -Winit-self; I'm suggesting the other way around. Since -Winit-self doesn't work without -Wunitialized, it's pointless to have it without -Wunit

[Bug c/18017] -Winit-self should automatically turn on -Wuninitialized

2004-10-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-15 17:00 --- Not going to happen because people use int a = a; as to turn off uninitialize warnings (which is why -Winit-self was added in the first place). -- What|Removed |Added -