Hi Hui --

Would you file this as a GitHub issue? We're trying to keep general bug reports off of the chapel-developers mailing list.

I believe that this failure is specific to the CHPL_WIDE_POINTERS environment variable being set to node16 and that Michael would be the best person to debug it if you require that setting for some reason.

Thanks,
-Brad


On Tue, 13 Jun 2017, Hui Zhang wrote:

Hi Michael,

1. The source code is the example/hello.chpl
2. Output of printenv:
CHPL_TARGET_PLATFORM: linux64
CHPL_TARGET_COMPILER: gnu
CHPL_TARGET_ARCH: native *
CHPL_LOCALE_MODEL: flat
CHPL_COMM: gasnet *
 CHPL_COMM_SUBSTRATE: ibv *
 CHPL_GASNET_SEGMENT: large
CHPL_TASKS: fifo *
CHPL_LAUNCHER: gasnetrun_ibv *
CHPL_TIMERS: generic
CHPL_UNWIND: none
CHPL_MEM: jemalloc
CHPL_MAKE: gmake
CHPL_ATOMICS: intrinsics
 CHPL_NETWORK_ATOMICS: none
CHPL_GMP: gmp
CHPL_HWLOC: none
CHPL_REGEXP: re2
CHPL_WIDE_POINTERS: node16 *
CHPL_AUX_FILESYS: none

3. Output of gcc --version and chpl --version
gcc 4.9.3   chpl 1.15

4. Compile command:
chpl -o hello example/hello.chpl

Anything else you need to reproduce the issue?

Thanks


On Tue, Jun 13, 2017 at 4:24 PM, Michael Ferguson <[email protected]>
wrote:

Hi Hui -

We're going to need more information to reproduce this problem.
As far as I know, we have never seen this problem with 1.15 before.

See the template here:

 https://github.com/chapel-lang/chapel/issues/new

for the information we normally need in a bug report.

Thanks,

-michael

Hello,


I met this error when testing the build of Chapel 1.15 with hello.chpl:


In file included from /tmp/chpl-hzhang86-29849.deleteme/_main.c:26:0:
/tmp/chpl-hzhang86-29849.deleteme/ChapelArray.c: In function 'deinit4':
/tmp/chpl-hzhang86-29849.deleteme/ChapelArray.c:1052:38: error: request
for member 'addr' in something not a structure or union
call_tmp3 = &((&((this5)->_instance))->addr);
                                     ^

Not sure how to fix that, the build of Chapel compiler succeeded.


Thanks


--
Best regards


Hui Zhang






--
Best regards


Hui Zhang


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to