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

Fix "storing the address of local variable" in trcmain.c #20172

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Sep 17, 2024

This commit fixes a build error with runtime/rastrace/trcmain.c.

Fixes: #20171

@knn-k knn-k added the comp:ras label Sep 17, 2024
@knn-k
Copy link
Contributor Author

knn-k commented Sep 17, 2024

Jenkins test sanity amac jdk11

runtime/rastrace/trcengine.c Outdated Show resolved Hide resolved
@knn-k knn-k marked this pull request as ready for review September 17, 2024 10:06
runtime/rastrace/trcmain.c Outdated Show resolved Hide resolved
runtime/rastrace/trcengine.c Outdated Show resolved Hide resolved
@keithc-ca
Copy link
Contributor

Ping @knn-k.

This commit fixes a build error with runtime/rastrace/trcmain.c.

Fixes: eclipse-openj9#20171

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
@knn-k
Copy link
Contributor Author

knn-k commented Sep 26, 2024

Jenkins compile amac jdk11

@knn-k
Copy link
Contributor Author

knn-k commented Sep 26, 2024

Now the change is minimum, adding just one line.

Copy link
Contributor

@keithc-ca keithc-ca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Locally verified that this eliminates the warning with gcc 13.2.0 on xLinux.

@keithc-ca keithc-ca merged commit d21c52d into eclipse-openj9:master Sep 26, 2024
4 checks passed
@knn-k knn-k deleted the fixInitTrace branch September 26, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build error: "storing the address of local variable" in runtime/rastrace/trcmain.c
2 participants