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
e46f19c8
Commit
e46f19c8
authored
21 years ago
by
GCC Administrator
Browse files
Options
Downloads
Patches
Plain Diff
Daily bump.
From-SVN: r67806
parent
df7f7b9c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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 @
e46f19c8
...
...
@@ -6,7 +6,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
[]
=
"3.4 2003061
1
(experimental)"
;
const
char
version_string
[]
=
"3.4 2003061
2
(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 @
e46f19c8
...
...
@@ -35,7 +35,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
#define __GLIBCPP__ 2003061
1
#define __GLIBCPP__ 2003061
2
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
...
...
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