lose implicit int
authorJason Merrill <jason@gcc.gnu.org>
Thu, 13 Nov 1997 09:36:16 +0000 (04:36 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 13 Nov 1997 09:36:16 +0000 (04:36 -0500)
From-SVN: r16449

13 files changed:
gcc/testsuite/g++.old-deja/g++.brendan/crash49.C
gcc/testsuite/g++.old-deja/g++.bugs/900519_08.C [deleted file]
gcc/testsuite/g++.old-deja/g++.jason/crash2.C
gcc/testsuite/g++.old-deja/g++.jason/opover.C
gcc/testsuite/g++.old-deja/g++.jason/static1.C
gcc/testsuite/g++.old-deja/g++.law/visibility13.C
gcc/testsuite/g++.old-deja/g++.mike/misc13.C
gcc/testsuite/g++.old-deja/g++.mike/misc14.C
gcc/testsuite/g++.old-deja/g++.mike/net10.C
gcc/testsuite/g++.old-deja/g++.mike/net9.C
gcc/testsuite/g++.old-deja/g++.mike/p1567.C
gcc/testsuite/g++.old-deja/g++.mike/p1862.C
gcc/testsuite/g++.old-deja/g++.mike/p1989.C

index 5a8e11f..98a580d 100644 (file)
@@ -2,8 +2,8 @@
 // GROUPS passed old-abort
 #include<iostream.h>
 
-const /* int */ keys = 10;
-const /* int */ key[keys] = {6, key[1], 2, keys, 1, 7, 6, key[2], key[8]};
+const int keys = 10;
+const int key[keys] = {6, key[1], 2, keys, 1, 7, 6, key[2], key[8]};
 
 void main()
 { // ERROR - return type for main
diff --git a/gcc/testsuite/g++.old-deja/g++.bugs/900519_08.C b/gcc/testsuite/g++.old-deja/g++.bugs/900519_08.C
deleted file mode 100644 (file)
index ed99ae6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-// g++ 1.37.1 bug 900519_08
-
-// g++ fails to accept the following legal syntax for an invocation of the
-// new operator, in which the type specifier is implicitly "int".
-
-// cfront 2.0 passes this test.
-
-// keywords: syntax, operator new, type specifier, type qualifier
-
-void test ()
-{
-   new const /* int */ (1);                            // gets bogus error
-}
-
-int main () { return 0; }
index 9e96af1..c16abb8 100644 (file)
@@ -3,7 +3,7 @@
 // Build don't link:
 
 class PhysicalPageId {
-  const maximum_block_numbers = 2;
+  const int maximum_block_numbers = 2;
   long block_number[maximum_block_numbers];
 };
 
index 1fa90b6..f4a3213 100644 (file)
@@ -7,7 +7,7 @@ struct A {
 };
 
 struct B {
-  friend operator== (B, int);
+  friend int operator== (B, int);
 };
 
 int foo (A& a) {
index fd0a937..994da85 100644 (file)
@@ -1,6 +1,6 @@
 // PRMS id: 6863
 
-extern "C" printf(const char *, ...);
+extern "C" int printf(const char *, ...);
 extern "C" void abort();
 
 enum ENUM {E1=0, E2 };
index f1f4684..6e53fc7 100644 (file)
@@ -37,7 +37,7 @@ ostream& operator<<( ostream& os, Array<Type>& ar )
 template <class Type>
 void Array<Type>::print(ostream& os)
 {
-    const lineLength = 12;
+    const int lineLength = 12;
 
     os << "( " << size << " )< ";
     for (int ix = 0; ix < size; ++ix) {
index 299af82..80874b1 100644 (file)
@@ -1,5 +1,5 @@
 // GROUPS passed vtable
-extern "C" printf(...);
+extern "C" int printf(...);
 enum { vf_request, vf_event } want;
 
 int errs = 0;
index 9ceeff1..75827cb 100644 (file)
@@ -1,5 +1,5 @@
 // GROUPS passed
-extern "C" printf(...);
+extern "C" int printf(...);
 extern "C" void exit(int);
 
 class A {
index 6ebcb01..a290b46 100644 (file)
@@ -1,7 +1,7 @@
 // Build don't link:
 // Special g++ Options: -pedantic-errors
 
-const ci=10, *pc = &ci, *const cpc = pc, **ppc;
+const int ci=10, *pc = &ci, *const cpc = pc, **ppc;
 int i, *p, *const cp = &i;
 
 main()
index 927184a..c36151c 100644 (file)
@@ -1,7 +1,7 @@
 // Build don't link:
 // Special g++ Options: -pedantic-errors
 
-const ci=10, *pc = &ci, *const cpc = pc, **ppc;
+const int ci=10, *pc = &ci, *const cpc = pc, **ppc;
 int i, *p, *const cp = &i;
 
 main()
index 0cc9a03..c805818 100644 (file)
@@ -1,5 +1,5 @@
 // GROUPS passed vtable
-extern "C" printf (const char *, ...);
+extern "C" int printf (const char *, ...);
 extern "C" void exit(int);
 
 class A {
index 1f88a83..ff7266f 100644 (file)
@@ -1,5 +1,5 @@
 // GROUPS vtable
-extern "C" printf (const char *, ...);
+extern "C" int printf (const char *, ...);
 
 class A
 {
index a145b1e..c64aa75 100644 (file)
@@ -472,14 +472,14 @@ Graph<T>::V1(Pix vx, Pix x) const
 
 class STRLIdentifier;
 
-extern x(List_DL<STRLIdentifier *>);
-extern x(List_DLS<STRLIdentifier *>);
+extern int x(List_DL<STRLIdentifier *>);
+extern int x(List_DLS<STRLIdentifier *>);
 
-extern x(Set<STRLIdentifier *>);
-extern x(Set_DL<STRLIdentifier *>);
-extern x(Set_DLp<STRLIdentifier *>);
+extern int x(Set<STRLIdentifier *>);
+extern int x(Set_DL<STRLIdentifier *>);
+extern int x(Set_DLp<STRLIdentifier *>);
 
-extern x(Graph<STRLIdentifier *>);
+extern int x(Graph<STRLIdentifier *>);
 
 class STRLIdentifier {
     char buf[10];
@@ -488,7 +488,7 @@ class STRLIdentifier {
 extern int operator==(vertex<STRLIdentifier*>&, vertex<STRLIdentifier*>&); // ERROR - const subversion
 extern int operator==(STRLIdentifier&, STRLIdentifier&); // ERROR - fn ref in err msg
 
-extern x(List_DLSp<STRLIdentifier *>);
+extern int x(List_DLSp<STRLIdentifier *>);
 
 template class Graph<STRLIdentifier *>;
 template class List_DLS<vertex<STRLIdentifier *> >;