This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/22297] [4.0/4.1 Regression] missing uninitialization warning
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jul 2005 20:46:36 -0000
- Subject: [Bug c/22297] [4.0/4.1 Regression] missing uninitialization warning
- References: <20050704203108.22297.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-04 20:46 -------
The patch here fixes one issue: <http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00211.html>.
But the next problem is located in the front-end:
#0 default_function_array_conversion (exp={value = 0x41da9f00, original_code = ERROR_MARK}) at /
Users/pinskia/src/cool/gcc/gcc/c-typeck.c:1372
#1 0x000b8ae4 in c_parser_expression_conv (parser=0x41d9e0c0) at /Users/pinskia/src/cool/gcc/
gcc/c-parser.c:5338
#2 0x000b3898 in c_parser_statement_after_labels (parser=0x41d9e0c0) at /Users/pinskia/src/cool/
gcc/gcc/c-parser.c:3564
#3 0x000b2ee4 in c_parser_compound_statement_nostart (parser=0x41d9e0c0) at /Users/pinskia/
src/cool/gcc/gcc/c-parser.c:3314
#4 0x000b2a58 in c_parser_compound_statement (parser=0x41d9e0c0) at /Users/pinskia/src/cool/
gcc/gcc/c-parser.c:3189
#5 0x000ae994 in c_parser_declaration_or_fndef (parser=0x41d9e0c0, fndef_ok=1 '\001',
empty_ok=1 '\001', nested=0 '\0', start_attr_ok=1 '\001') at /Users/pinskia/src/cool/gcc/gcc/c-
parser.c:1295
--
What |Removed |Added
----------------------------------------------------------------------------
Component|middle-end |c
Target Milestone|--- |4.0.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22297