[Bug c++/23545] wrong arguments are given to a funtion

2005-08-24 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/23545] wrong arguments are given to a funtion

2005-08-24 Thread sarholz at rz dot rwth-aachen dot de
--- 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

[Bug c++/23545] wrong arguments are given to a funtion

2005-08-24 Thread sarholz at rz dot rwth-aachen dot de
--- 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