In message "[dev] Re: Precompiled header support on gcc platform",
Bjorn Michaelsen wrote...
 >Am Sat, 17 Jul 2010 11:04:31 +0900
 >schrieb Takashi Ono <t_...@hkfreak.net>:
 >

 >> Pch on gcc requires that the headers can be compiled in both
 >> exception handling enabled and disabled and that the precompiled
 >> header is included not more than once in each compilation unit. Some
 >> new code violates these conditions from time to time and I am raising
 >> issues like i#11379.
 >The issue looks unrelated to me. However, pch needs to have one file
 >with exceptions and one without on Windows too, so no difference there.
 >

Actually the problem is Microsoft compiler allows throw statement in 
exception-handling-
disabled code and gcc does not. Both allow throw specifications in declarators.

Takashi Ono (t...@openoffice.org)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to