public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [pch-branch] missing binary operator issue.
@ 2002-12-13  4:04 Karel Gardas
  2003-01-02 17:59 ` Geoff Keating
  0 siblings, 1 reply; 6+ messages in thread
From: Karel Gardas @ 2002-12-13  4:04 UTC (permalink / raw)
  To: GCC Mailing List


Hello,

I've updated to todays pch-branch sources and try to compile MICO with
this compiler. Unfortunatelly, when using PCH it fails to compile first
file with:

os-unix.cc:194:12: missing binary operator before token "("
os-unix.cc:243:14: missing binary operator before token "("
../include/mico/code_set_registry.h:5: warning: `CORBA::Codeset::Info
   _osf_cs_reg[193]' defined but not used


This file is perfectly compilable w/o using PCH with this compiler.
Problematic lines look:

     193
     194 #if defined(HAVE_DLOPEN) && defined(HAVE_DYNAMIC)
     195

and

     242
     243 #elif defined(HAVE_SHL_LOAD) && defined(HAVE_DYNAMIC)
     244


FYI: Comeau is perfectly ok with these sources even with PCH on, so I hope
they are ok from PCH point of view, but it might be a bug in gcc.

Anything what should I test for you?

Thanks,

Karel
--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-01-08 12:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-13  4:04 [pch-branch] missing binary operator issue Karel Gardas
2003-01-02 17:59 ` Geoff Keating
2003-01-02 21:26   ` Karel Gardas
2003-01-02 22:21     ` Andrew Pinski
2003-01-07 19:32     ` Geoff Keating
2003-01-08 16:06       ` Karel Gardas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).