This is the mail archive of the gcc@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]

RE: Bug in loop optimize (TREE stage)


<<  This is undefined behaviour. Since you haven't initialised variable p,
the compiler is free to implement whatever it likes here. In particular,
>>

Presumably with warnings switched on, you would have got the appropriate
warning which would have saved you submitting the bogus example :-)

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