Target Milestone signification ?

Mathieu Malaterre mmalater@nycap.rr.com
Sat Sep 25 17:52:00 GMT 2004


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



More information about the Gcc mailing list