Hi Jeff,

I`m unable to reproduce this fail with gcc and -m32 flags.
I added same command line to jenkins (and in jenkins we trust) - and it
passed on RHEL 6.4 with stock gcc.

Please check that you run it on latest trunk and please provide a gcc
version if it is not a stock one.

Thanks
M





On Tue, Oct 8, 2013 at 4:52 PM, Jeff Squyres (jsquyres)
<jsquy...@cisco.com>wrote:

> On RHEL6.4 with:
>
> "CFLAGS=-g -pipe -m32" CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32
> --with-wrapper-cflags=-m32 --with-wrapper-cxxflags=-m32
> --with-wrapper-fflags=-m32 --with-wrapper-fcflags=-m32
> --enable-mpirun-prefix-by-default --disable-dlopen --enable-mpi-cxx
>
> I get a ton of compile errors in oshmem/op/op.c, like this one:
>
> -----
> op/op.c:194:1: note: in expansion of macro 'FUNC_OP_CREATE'
>  FUNC_OP_CREATE(max, freal16, ompi_fortran_real16_t, __max_op);
> op/op.c:135:15: error: 'b' undeclared (first use in this function)
>          type *b = (type *) out;
>   \
>                ^
> -----
>
> --
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to:
> http://www.cisco.com/web/about/doing_business/legal/cri/
>
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel
>

Reply via email to