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

Warning in compilation (possible out of memory in parser ?) #300

Open
eginer opened this issue Jan 2, 2025 · 0 comments
Open

Warning in compilation (possible out of memory in parser ?) #300

eginer opened this issue Jan 2, 2025 · 0 comments

Comments

@eginer
Copy link

eginer commented Jan 2, 2025

Hello,

While compiling with the compile.gnu file, I obtain the following warnings.
Could it be a problem ?

/home/eginer/champ/src/parser/parse.F90:909:0:

  909 |            llist = trim(llist(2:li))
      | 
Warning: ‘__builtin_memmove’ reading 256 bytes from a region of size 255 [-Wstringop-overflow=]
/home/eginer/champ/src/parser/parse.F90:718:0:

  718 |            llist = trim(llist(2:li))
      | 
Warning: ‘__builtin_memmove’ reading 256 bytes from a region of size 255 [-Wstringop-overflow=]
/home/eginer/champ/src/parser/parse.F90:1097:0:

 1097 |            llist = trim(llist(2:li))
      | 
Warning: ‘__builtin_memmove’ reading 256 bytes from a region of size 255 [-Wstringop-overflow=]

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

No branches or pull requests

1 participant