public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/52470] New: ice in copy_binfo
@ 2012-03-03 18:00 dcb314 at hotmail dot com
  2012-03-03 18:01 ` [Bug c++/52470] " dcb314 at hotmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2012-03-03 18:00 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52470
           Summary: ice in copy_binfo
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dcb314@hotmail.com


I just tried to compile the armadillo-2.2.3 package
on gcc-4.8 trunk dated 20120302 on an AMD x86_64 box.

The compiler said

/home/dcb/rpmbuild/BUILD/armadillo-2.2.3/include/armadillo_bits/Mat_bones.hpp:429:5:
internal compiler error: in copy_binfo, at cp/tree.c:1250
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. No special flags required.


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

* [Bug c++/52470] ice in copy_binfo
  2012-03-03 18:00 [Bug c++/52470] New: ice in copy_binfo dcb314 at hotmail dot com
@ 2012-03-03 18:01 ` dcb314 at hotmail dot com
  2012-03-05 10:38 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2012-03-03 18:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from dcb <dcb314 at hotmail dot com> 2012-03-03 18:01:12 UTC ---
Created attachment 26818
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26818
gzipped C++ source code


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

* [Bug c++/52470] ice in copy_binfo
  2012-03-03 18:00 [Bug c++/52470] New: ice in copy_binfo dcb314 at hotmail dot com
  2012-03-03 18:01 ` [Bug c++/52470] " dcb314 at hotmail dot com
@ 2012-03-05 10:38 ` rguenth at gcc dot gnu.org
  2012-03-05 10:45 ` redi at gcc dot gnu.org
  2012-03-31 23:29 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-05 10:38 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-03-05
     Ever Confirmed|0                           |1
      Known to fail|                            |4.7.0, 4.8.0

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-05 10:37:34 UTC ---
GCC 4.6 doesn't grok the sources, it complains about std::tr1 not being
declared (after unincluding it to make the references to __atomic go away).

Confirmed for 4.7.0 and trunk.


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

* [Bug c++/52470] ice in copy_binfo
  2012-03-03 18:00 [Bug c++/52470] New: ice in copy_binfo dcb314 at hotmail dot com
  2012-03-03 18:01 ` [Bug c++/52470] " dcb314 at hotmail dot com
  2012-03-05 10:38 ` rguenth at gcc dot gnu.org
@ 2012-03-05 10:45 ` redi at gcc dot gnu.org
  2012-03-31 23:29 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-03-05 10:45 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.6.3

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-05 10:45:07 UTC ---
4.6 works for me and compiles it successfully


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

* [Bug c++/52470] ice in copy_binfo
  2012-03-03 18:00 [Bug c++/52470] New: ice in copy_binfo dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2012-03-05 10:45 ` redi at gcc dot gnu.org
@ 2012-03-31 23:29 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-03-31 23:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-31 23:28:47 UTC ---
Duplicate.

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


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

end of thread, other threads:[~2012-03-31 23:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-03 18:00 [Bug c++/52470] New: ice in copy_binfo dcb314 at hotmail dot com
2012-03-03 18:01 ` [Bug c++/52470] " dcb314 at hotmail dot com
2012-03-05 10:38 ` rguenth at gcc dot gnu.org
2012-03-05 10:45 ` redi at gcc dot gnu.org
2012-03-31 23:29 ` 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).