This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c++/66604] ICE in use_thunk at cp/method.c:338 when creating a default virtual destructor


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66604

Mikhail Maltsev <miyuki at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miyuki at gcc dot gnu.org

--- Comment #2 from Mikhail Maltsev <miyuki at gcc dot gnu.org> ---
(In reply to Eric Moyer from comment #0)
> This may be the same as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60595
> unfortunately, I don't know how to compile using the preprocessed source so
> I couldn't relocate it to a machine where I can run a more recent g++ to
> verify that the problem is fixed.

Actually nothing special:
g++ -c -std=c++11 RefSnpSnapshot.ii
GCC recognizes .ii extension as preprocessed C++ source.

Other options may be specified as well (preprocessor options like -I and -D are
not needed).

ICE seems to be fixed in GCC 4.8.4, 4.9.x and later.


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