Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding my line to GitIntro #8

Merged
merged 2 commits into from
Jul 16, 2014
Merged

Conversation

benharsh
Copy link
Member

No description provided.

benharsh added a commit that referenced this pull request Jul 16, 2014
Adding my line to GitIntro
@benharsh benharsh merged commit a83bc85 into chapel-lang:master Jul 16, 2014
@benharsh benharsh deleted the git-intro branch July 17, 2014 03:41
vasslitvinov added a commit to vasslitvinov/chapel that referenced this pull request Nov 19, 2014
Probably because of the forall intent commit chapel-lang#614,
this test is now failing earlier.
I updated .bad, and correspondingly the .prediff.
I also have the .prediff remove the chpl version, to avoid noise.

I verified that the "before" and the "after" failures are due to
the same "number of actuals does not match number of formals"
internal error for a call to the same function with the same argument,
at the same location: autoCopyWithBegin.chpl:15.
So it is sufficient to just adjusting .bad.

Recording this just in case - before today the failure was here:

chapel-lang#3  0x00000000004b69f0 in checkFormalActualTypesMatch () at checks.cpp:662
chapel-lang#4  0x00000000004b5d50 in check_afterCallDestructors () at checks.cpp:450
chapel-lang#5  0x00000000004b5aab in check_parallel () at checks.cpp:204
chapel-lang#6  0x00000000004bba4d in runPass (tracker=..., passIndex=20) at runpasses.cpp:2

and since today it changed to:

chapel-lang#3  0x000000000055afcc in insertReferenceTemps (call=0xfe4be0) at callDestructors.cpp:881
chapel-lang#4  0x000000000053c78a in insertAutoCopyDestroyForTaskArg (arg=0x2703350, fcall=0xf16010, fn=0x396c0c0, firstCall=true) at parallel.cpp:264
chapel-lang#5  0x000000000053cad0 in bundleArgs (fcall=0xf16010, baData=...) at parallel.cpp:305
chapel-lang#6  0x00000000005424d6 in passArgsToNestedFns (nestedFunctions=...) at parallel.cpp:1169
chapel-lang#7  0x0000000000541ed9 in parallel () at parallel.cpp:1116
chapel-lang#8  0x00000000004bdd3b in runPass (tracker=..., passIndex=20) at runpasses.cpp:2
mppf added a commit that referenced this pull request Mar 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant