Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d3aca1d6
Commit
d3aca1d6
authored
Mar 01, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Mar 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.old-deja/g++.law/weak1.C: New test.
From-SVN: r25520
parent
813861ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.old-deja/g++.law/weak.C
+20
-0
No files found.
gcc/testsuite/ChangeLog
View file @
d3aca1d6
Mon Mar 1 23:29:14 1999 Jeffrey A Law (law@cygnus.com)
* g++.old-deja/g++.law/weak1.C: New test.
1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
* gcc.c-torture/execute/990119-1.c: Renamed to...
...
...
gcc/testsuite/g++.old-deja/g++.law/weak.C
0 → 100644
View file @
d3aca1d6
// Bug: g++ fails to instantiate operator<<.
// Build don't run:
// Special g++ Options: -static
// Skip if not target: i?86-*-linux*
// libc-5.4.xx has __IO_putc in its static C library, which can conflict
// with the copy of __IO_putc in the libstdc++ library built by egcs.
#include <iostream.h>
#include <streambuf.h>
istream
x
;
extern
"C"
int
putc
(),
fgets
();
main
()
{
x
.
get
();
putc
();
fgets
();
x
.
gets
(
0
,
0
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment