--- Comment #4 from pinskia at gcc dot gnu dot org 2006-12-13 07:31 ---
The problem here is the same as PR 5035 really, just this case has structs and
the other case is for scalars but the problems are the same.
*** This bug has been marked as a duplicate of 5035 ***
--
pinskia at g
--- Comment #3 from midoegal at web dot de 2006-12-07 09:55 ---
I attached the file. Its from GDB 6.5.90 release.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30086
--- Comment #2 from midoegal at web dot de 2006-12-07 09:54 ---
Created an attachment (id=12764)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12764&action=view)
Source file mentioned in the description
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30086
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-06 23:14 ---
Depends how the source looks, it might be actually used uninitialized which
means the code is undefined anyways.
Can you attach the preprocessed source?
I have seen stuff like:
struct a{int t; int t1};
void f(stru