Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
174d4eda
Commit
174d4eda
authored
2 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 16/03/2023: GCC: workaround bug 109157 with -fbounds-check
parent
c2cb909e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Rules.LXgfortran.mk
+4
-1
4 additions, 1 deletion
src/Rules.LXgfortran.mk
with
4 additions
and
1 deletion
src/Rules.LXgfortran.mk
+
4
−
1
View file @
174d4eda
#MNH_LIC Copyright 1994-202
1
CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC Copyright 1994-202
3
CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC for details. version 1.
...
...
@@ -50,6 +50,9 @@ OPT = $(OPT_BASE) $(OPT_PERF0) $(OPT_CHECK)
OPT0
=
$(
OPT_BASE
)
$(
OPT_PERF0
)
$(
OPT_CHECK
)
OPT_NOCB
=
$(
OPT_BASE
)
$(
OPT_PERF0
)
CFLAGS
+=
-g
-O0
#-fbounds-check is bugged for GCC 11 and 12 (up to at least 12.2) in some special cases (GCC bug 109157)
OBJS_NOBOUNDSCHECK
=
spll_mode_write_diachro.o
$(OBJS_NOBOUNDSCHECK)
:
OPT = $(OPT_BASE) $(OPT_PERF0) -finit-real=nan
endif
#
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment