Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
cd8b38b9
Commit
cd8b38b9
authored
20 years ago
by
GCC Administrator
Browse files
Options
Downloads
Patches
Plain Diff
Daily bump.
From-SVN: r96457
parent
ce84fa41
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gcc/version.c
+1
-1
1 addition, 1 deletion
gcc/version.c
libstdc++-v3/include/bits/c++config
+1
-1
1 addition, 1 deletion
libstdc++-v3/include/bits/c++config
with
2 additions
and
2 deletions
gcc/version.c
+
1
−
1
View file @
cd8b38b9
...
...
@@ -5,7 +5,7 @@
please modify this string to indicate that, e.g. by putting your
organization's name in parentheses at the end of the string. */
const
char
version_string
[]
=
"4.1.0 2005031
4
(experimental)"
;
const
char
version_string
[]
=
"4.1.0 2005031
5
(experimental)"
;
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/include/bits/c++config
+
1
−
1
View file @
cd8b38b9
...
...
@@ -35,7 +35,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
#define __GLIBCXX__ 2005031
4
#define __GLIBCXX__ 2005031
5
// Allow use of "export template." This is currently not a feature
// that g++ supports.
...
...
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