--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-24
11:54 ---
GenCP (dimRand(xDim), dimRand(yDim), dimRand(zDim));
The order of which dimRand is called first, second, and last is undefined as
defined by the C++
standard. GCC just happens to be call
--- Additional Comments From sarholz at rz dot rwth-aachen dot de
2005-08-24 09:09 ---
Created an attachment (id=9574)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9574&action=view)
Example program header file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23545
--- Additional Comments From sarholz at rz dot rwth-aachen dot de
2005-08-24 09:08 ---
Created an attachment (id=9573)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9573&action=view)
Example program source code
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23545