[Bug middle-end/19430] Missing uninitialized warning

2007-03-20 Thread P dot Schaffnit at access dot rwth-aachen dot de
-- P dot Schaffnit at access dot rwth-aachen dot de changed: What|Removed |Added CC||P dot Schaffnit at access |

[Bug middle-end/19430] Missing uninitialized warning

2007-03-20 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2007-03-20 17:43 --- *** Bug 31284 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/19430] Missing uninitialized warning

2007-03-02 Thread skunk at iskunk dot org
--- Comment #12 from skunk at iskunk dot org 2007-03-02 23:36 --- Here's my minimal test case. Compile with "-O3 -Wall -c": #include void frob(int *pi); int main(void) { int i; printf("i = %d\n", i); frob(&i); return 0; } No warning from 4.0.3 nor 4.1.2 --

[Bug middle-end/19430] Missing uninitialized warning

2006-09-25 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-09-25 22:44 --- *** Bug 29227 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -