public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/57472] New: [4.8] internal compiler error: in finish_member_declaration, at cp/semantics.c
@ 2013-05-30 15:13 tim at klingt dot org
  2013-06-05 18:46 ` [Bug c++/57472] " paolo.carlini at oracle dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tim at klingt dot org @ 2013-05-30 15:13 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57472

            Bug ID: 57472
           Summary: [4.8] internal compiler error: in
                    finish_member_declaration, at cp/semantics.c
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tim at klingt dot org

Created attachment 30227
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30227&action=edit
preprocessed source

i get an ice, when cross-compiling attached code for arm.

gcc version:

Using built-in specs.
COLLECT_GCC=arm-linux-gnueabihf-g++-4.8
COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.8.0-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/arm-linux-gnueabihf/include/c++/4.8.0
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object
--disable-libitm --enable-plugin --with-system-zlib --enable-objc-gc
--enable-multiarch --enable-multilib --disable-sjlj-exceptions
--with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb
--disable-werror --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=arm-linux-gnueabihf
--program-prefix=arm-linux-gnueabihf-
--includedir=/usr/arm-linux-gnueabihf/include
Thread model: posix
gcc version 4.8.0 (Ubuntu/Linaro 4.8.0-2ubuntu1) 

/home/tim/workspace/simd-benchmark/../nt2b/modules/boost/boostification/boost/dispatch/meta/as_ref.hpp:64:3:
internal compiler error: in finish_member_declaration, at cp/semantics.c:2671


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

* [Bug c++/57472] internal compiler error: in finish_member_declaration, at cp/semantics.c
  2013-05-30 15:13 [Bug c++/57472] New: [4.8] internal compiler error: in finish_member_declaration, at cp/semantics.c tim at klingt dot org
@ 2013-06-05 18:46 ` paolo.carlini at oracle dot com
  2013-09-08 10:56 ` tim at klingt dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-06-05 18:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57472

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Of course we badly need a reduced testcase.


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

* [Bug c++/57472] internal compiler error: in finish_member_declaration, at cp/semantics.c
  2013-05-30 15:13 [Bug c++/57472] New: [4.8] internal compiler error: in finish_member_declaration, at cp/semantics.c tim at klingt dot org
  2013-06-05 18:46 ` [Bug c++/57472] " paolo.carlini at oracle dot com
@ 2013-09-08 10:56 ` tim at klingt dot org
  2015-04-16 12:51 ` mpolacek at gcc dot gnu.org
  2015-06-04  9:44 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: tim at klingt dot org @ 2013-09-08 10:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57472

tim blechmann <tim at klingt dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30227|0                           |1
        is obsolete|                            |

--- Comment #3 from tim blechmann <tim at klingt dot org> ---
Created attachment 30764
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30764&action=edit
reduced testcase


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

* [Bug c++/57472] internal compiler error: in finish_member_declaration, at cp/semantics.c
  2013-05-30 15:13 [Bug c++/57472] New: [4.8] internal compiler error: in finish_member_declaration, at cp/semantics.c tim at klingt dot org
  2013-06-05 18:46 ` [Bug c++/57472] " paolo.carlini at oracle dot com
  2013-09-08 10:56 ` tim at klingt dot org
@ 2015-04-16 12:51 ` mpolacek at gcc dot gnu.org
  2015-06-04  9:44 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-04-16 12:51 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
This could be a dup of PR50800.


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

* [Bug c++/57472] internal compiler error: in finish_member_declaration, at cp/semantics.c
  2013-05-30 15:13 [Bug c++/57472] New: [4.8] internal compiler error: in finish_member_declaration, at cp/semantics.c tim at klingt dot org
                   ` (2 preceding siblings ...)
  2015-04-16 12:51 ` mpolacek at gcc dot gnu.org
@ 2015-06-04  9:44 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2015-06-04  9:44 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |paolo.carlini at oracle dot com
         Resolution|---                         |DUPLICATE

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Let's resolve it as Dup, certainly doesn't ICE anymore in mainline.

*** This bug has been marked as a duplicate of bug 50800 ***


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

end of thread, other threads:[~2015-06-04  9:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-30 15:13 [Bug c++/57472] New: [4.8] internal compiler error: in finish_member_declaration, at cp/semantics.c tim at klingt dot org
2013-06-05 18:46 ` [Bug c++/57472] " paolo.carlini at oracle dot com
2013-09-08 10:56 ` tim at klingt dot org
2015-04-16 12:51 ` mpolacek at gcc dot gnu.org
2015-06-04  9:44 ` paolo.carlini at oracle dot com

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).