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]
Other format: [Raw text]

Target Milestone signification ?


Hello,

I am looking at this bug:

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

And it says to be 'Target Milestone: 3.4.1', does that means this is fixed in 3.4.1 ?

If this is true the following code abort when compiled with -ftrapv on debian using gcc 3.4.1 (Debian 3.4.1-4sarge1)


int main() { int k = -1; int sliceSize = 0; int inExt = 0; int kOffset = (k-inExt) * sliceSize; }

$ g++-3.4 -ftrapv trap.cxx
$ ./a.out


Could someone confirm a) This is not fixed in 3.4.1, b) Debian is using a different 3.4.1 than official 3.4.1 c) This is indeed a different bug

Thanks a bunch
Mathieu


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