public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015
@ 2011-07-23  9:00 doko at ubuntu dot com
  2011-07-25  9:33 ` [Bug target/49821] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at ubuntu dot com @ 2011-07-23  9:00 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue,
                    at dwarf2out.c:3015
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@ubuntu.com
            Target: ia64-linux-gnu


Created attachment 24813
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24813
preprocessed source

[forwarded from http://bugs.debian.org/635153]

fails with 4.6 branch 20110714, works with 4.5 branch. Either omitting
-fvisibility=hidden or changing the optimization level to -O/-O2 works around
the issue.

$ g++ -c -fvisibility=hidden -g -Os nsRuleNode.i 
In file included from nsRuleNode.cpp:82:0:
CSSCalc.h: In function 'typename CalcOps::result_type
mozilla::css::ComputeCalc(const typename CalcOps::input_type&, CalcOps&) [with
CalcOps = CalcLengthCalcOps, typename CalcOps::result_type = int, typename
CalcOps::input_type = nsCSSValue]':
CSSCalc.h:144:1: internal compiler error: in dwarf2out_cfi_begin_epilogue, at
dwarf2out.c:3015
Please submit a full bug report,
with preprocessed source if appropriate.


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

* [Bug target/49821] [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015
  2011-07-23  9:00 [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015 doko at ubuntu dot com
@ 2011-07-25  9:33 ` rguenth at gcc dot gnu.org
  2011-07-29 19:15 ` aurelien at aurel32 dot net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-07-25  9:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.2


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

* [Bug target/49821] [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015
  2011-07-23  9:00 [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015 doko at ubuntu dot com
  2011-07-25  9:33 ` [Bug target/49821] " rguenth at gcc dot gnu.org
@ 2011-07-29 19:15 ` aurelien at aurel32 dot net
  2011-08-01 14:47 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: aurelien at aurel32 dot net @ 2011-07-29 19:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Aurelien Jarno <aurelien at aurel32 dot net> 2011-07-29 19:15:19 UTC ---
Created attachment 24866
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24866
Testcase

Here is a reduced testcase, the bug can be reproduced with:

g++ -c -fvisibility=hidden -g -Os testcase-min.ii


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

* [Bug target/49821] [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015
  2011-07-23  9:00 [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015 doko at ubuntu dot com
  2011-07-25  9:33 ` [Bug target/49821] " rguenth at gcc dot gnu.org
  2011-07-29 19:15 ` aurelien at aurel32 dot net
@ 2011-08-01 14:47 ` rguenth at gcc dot gnu.org
  2011-10-26 17:23 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-01 14:47 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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

* [Bug target/49821] [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015
  2011-07-23  9:00 [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015 doko at ubuntu dot com
                   ` (2 preceding siblings ...)
  2011-08-01 14:47 ` rguenth at gcc dot gnu.org
@ 2011-10-26 17:23 ` jakub at gcc dot gnu.org
  2012-03-01 14:48 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-10-26 17:23 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.2                       |4.6.3

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-10-26 17:13:32 UTC ---
GCC 4.6.2 is being released.


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

* [Bug target/49821] [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015
  2011-07-23  9:00 [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015 doko at ubuntu dot com
                   ` (3 preceding siblings ...)
  2011-10-26 17:23 ` jakub at gcc dot gnu.org
@ 2012-03-01 14:48 ` jakub at gcc dot gnu.org
  2013-04-12 15:37 ` jakub at gcc dot gnu.org
  2013-08-29  8:50 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-01 14:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.3                       |4.6.4

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-01 14:38:23 UTC ---
GCC 4.6.3 is being released.


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

* [Bug target/49821] [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015
  2011-07-23  9:00 [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015 doko at ubuntu dot com
                   ` (4 preceding siblings ...)
  2012-03-01 14:48 ` jakub at gcc dot gnu.org
@ 2013-04-12 15:37 ` jakub at gcc dot gnu.org
  2013-08-29  8:50 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 15:37 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-04-12
                 CC|                            |jakub at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 15:37:51 UTC ---
Does this work with 4.7, 4.8 or the trunk?


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

* [Bug target/49821] [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015
  2011-07-23  9:00 [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015 doko at ubuntu dot com
                   ` (5 preceding siblings ...)
  2013-04-12 15:37 ` jakub at gcc dot gnu.org
@ 2013-08-29  8:50 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-08-29  8:50 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Supposed working in 4.7+


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

end of thread, other threads:[~2013-08-29  8:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-23  9:00 [Bug target/49821] New: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue, at dwarf2out.c:3015 doko at ubuntu dot com
2011-07-25  9:33 ` [Bug target/49821] " rguenth at gcc dot gnu.org
2011-07-29 19:15 ` aurelien at aurel32 dot net
2011-08-01 14:47 ` rguenth at gcc dot gnu.org
2011-10-26 17:23 ` jakub at gcc dot gnu.org
2012-03-01 14:48 ` jakub at gcc dot gnu.org
2013-04-12 15:37 ` jakub at gcc dot gnu.org
2013-08-29  8:50 ` rguenth 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).