This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/32234] Default pointer initialization not occuring - due to the use of <>



------- Comment #2 from baldrick at gcc dot gnu dot org  2007-06-06 18:35 -------
> Why shouldn't it happen in a small program?

It can cause a segfault also in small programs.
However, memory areas often start out containing
all zeros, so until the program has dirtied a bunch
of memory uninitialized variables tend to contain
zero by accident.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32234


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]