This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PR6678?
Benjamin Kosnik wrote:
>>It seems like the bug or whatever it is has been around for quite a
>>while...
>>
>>
>I thought y'all were configuring with -fno-exceptions? Perhaps you
>should detail your configuration as well....
>
Benjamin, I'm simply compiling g++ 6678.cc, no special switches (as in
the PR). Could not compile -fno-exceptions:
paolo:~> g++ -fno-exceptions 6678.cc
6678.cc: In function `int fkt1()':
6678.cc:3: exception handling disabled, use -fexceptions to enable
Note that I *could* reproduce the problem with stock 3.0.4, whereas
could not with 3.1...
Paolo.