public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/49201] New: ice in tree_add_const_value_attribute
@ 2011-05-27 20:43 dcb314 at hotmail dot com
  2011-05-28 13:00 ` [Bug middle-end/49201] [4.7 Regression] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dcb314 at hotmail dot com @ 2011-05-27 20:43 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ice in tree_add_const_value_attribute
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dcb314@hotmail.com


Created attachment 24380
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24380
C++ source code

I just tried to compile the package ClanLib1 with the latest 4.7 snapshot
20110521 on a Fedora Linux x86_64 box.

The compiler said

inputdialog_generic.cpp:298:1: internal compiler error: in
tree_add_const_value_attribute, at dwarf2out.c:17686
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flag -g required.


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

* [Bug middle-end/49201] [4.7 Regression] ice in tree_add_const_value_attribute
  2011-05-27 20:43 [Bug c++/49201] New: ice in tree_add_const_value_attribute dcb314 at hotmail dot com
@ 2011-05-28 13:00 ` rguenth at gcc dot gnu.org
  2011-05-28 13:43 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-05-28 13:00 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |middle-end
   Target Milestone|---                         |4.7.0
            Summary|ice in                      |[4.7 Regression] ice in
                   |tree_add_const_value_attrib |tree_add_const_value_attrib
                   |ute                         |ute


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

* [Bug middle-end/49201] [4.7 Regression] ice in tree_add_const_value_attribute
  2011-05-27 20:43 [Bug c++/49201] New: ice in tree_add_const_value_attribute dcb314 at hotmail dot com
  2011-05-28 13:00 ` [Bug middle-end/49201] [4.7 Regression] " rguenth at gcc dot gnu.org
@ 2011-05-28 13:43 ` hjl.tools at gmail dot com
  2011-05-28 14:28 ` dcb314 at hotmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-28 13:43 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011.05.28 13:13:00
     Ever Confirmed|0                           |1

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-28 13:13:00 UTC ---
Please provide full command line option.


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

* [Bug middle-end/49201] [4.7 Regression] ice in tree_add_const_value_attribute
  2011-05-27 20:43 [Bug c++/49201] New: ice in tree_add_const_value_attribute dcb314 at hotmail dot com
  2011-05-28 13:00 ` [Bug middle-end/49201] [4.7 Regression] " rguenth at gcc dot gnu.org
  2011-05-28 13:43 ` hjl.tools at gmail dot com
@ 2011-05-28 14:28 ` dcb314 at hotmail dot com
  2011-05-28 16:39 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dcb314 at hotmail dot com @ 2011-05-28 14:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from dcb <dcb314 at hotmail dot com> 2011-05-28 14:26:00 UTC ---
(In reply to comment #1)
> Please provide full command line option.

g++ -g attachment.cpp ?


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

* [Bug middle-end/49201] [4.7 Regression] ice in tree_add_const_value_attribute
  2011-05-27 20:43 [Bug c++/49201] New: ice in tree_add_const_value_attribute dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2011-05-28 14:28 ` dcb314 at hotmail dot com
@ 2011-05-28 16:39 ` hjl.tools at gmail dot com
  2011-05-29 19:16 ` dcb314 at hotmail dot com
  2011-05-30  8:32 ` jakub at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2011-05-28 16:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-28 16:30:32 UTC ---
(In reply to comment #2)
> (In reply to comment #1)
> > Please provide full command line option.
> 
> g++ -g attachment.cpp ?

Please try revision 174380.


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

* [Bug middle-end/49201] [4.7 Regression] ice in tree_add_const_value_attribute
  2011-05-27 20:43 [Bug c++/49201] New: ice in tree_add_const_value_attribute dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2011-05-28 16:39 ` hjl.tools at gmail dot com
@ 2011-05-29 19:16 ` dcb314 at hotmail dot com
  2011-05-30  8:32 ` jakub at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: dcb314 at hotmail dot com @ 2011-05-29 19:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from dcb <dcb314 at hotmail dot com> 2011-05-29 19:13:43 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > Please provide full command line option.
> > 
> > g++ -g attachment.cpp ?
> 
> Please try revision 174380.

I tried the snapshot of 20110528 and
the problem seemed fixed.

That snapshot is revision 174386.


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

* [Bug middle-end/49201] [4.7 Regression] ice in tree_add_const_value_attribute
  2011-05-27 20:43 [Bug c++/49201] New: ice in tree_add_const_value_attribute dcb314 at hotmail dot com
                   ` (4 preceding siblings ...)
  2011-05-29 19:16 ` dcb314 at hotmail dot com
@ 2011-05-30  8:32 ` jakub at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-05-30  8:32 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-30 07:27:47 UTC ---
Fixed then.


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

end of thread, other threads:[~2011-05-30  7:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27 20:43 [Bug c++/49201] New: ice in tree_add_const_value_attribute dcb314 at hotmail dot com
2011-05-28 13:00 ` [Bug middle-end/49201] [4.7 Regression] " rguenth at gcc dot gnu.org
2011-05-28 13:43 ` hjl.tools at gmail dot com
2011-05-28 14:28 ` dcb314 at hotmail dot com
2011-05-28 16:39 ` hjl.tools at gmail dot com
2011-05-29 19:16 ` dcb314 at hotmail dot com
2011-05-30  8:32 ` jakub at gcc dot gnu.org

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