projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
234042f
)
i * call.c (source_type): #if 0 out.
author
Jeffrey A Law
<law@cygnus.com>
Sun, 29 Mar 1998 12:28:21 +0000
(12:28 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Sun, 29 Mar 1998 12:28:21 +0000
(
05:28
-0700)
From-SVN: r18895
gcc/cp/ChangeLog
patch
|
blob
|
history
gcc/cp/call.c
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index a6ee66173e113b64869498b97b89525d7c65d26f..af19872a64c875f024bbb3ca65be210d3b981333 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-1,5
+1,7
@@
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
+ * call.c (source_type): #if 0 out.
+
* class.c (alter_access): Remove unused label. Add braces
around empty else clause.
diff --git
a/gcc/cp/call.c
b/gcc/cp/call.c
index d9b0d4108585bf90e277aee2d9b65b5840fa4e82..6e569954933f8d845c55b2ba2ecb9b14e4588d15 100644
(file)
--- a/
gcc/cp/call.c
+++ b/
gcc/cp/call.c
@@
-3887,6
+3887,7
@@
compare_ics (ics1, ics2)
return 0;
}
+#if 0
/* The source type for this standard conversion sequence. */
static tree
@@
-3902,6
+3903,7
@@
source_type (t)
}
my_friendly_abort (1823);
}
+#endif
/* Compare two candidates for overloading as described in
[over.match.best]. Return values: