This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

__op ? with gcc/egcs


Bonjour

  Did I missed something obvious ?
  Is ``__op'', a reserved word with egcs/g++ ?

g++ bar.c
bar.c:3: declaration of `operator ' as non-function
bar.c:3: confused by earlier errors, bailing out

cat -n bar.c
     1  int
     2  foo (int __op)
     3  { return __op; }
     4
     5  int
     6  main ()
     7  { foo (1); return 0; }


Thanks for all the great work.

-- 
au revoir, alain
----
Aussi haut que l'on soit assis, on n'est toujours assis que sur son cul !!!



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]