public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/43370]  New: ICE gen_type_die_with_usage, at dwarf2out.c:14745
@ 2010-03-14 23:03 greggyh at gmail dot com
  2010-03-14 23:04 ` [Bug c++/43370] " greggyh at gmail dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: greggyh at gmail dot com @ 2010-03-14 23:03 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

Using gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
Target: x86_64-linux-gnu

g++ -c -g -Wall -W  -o NcBaseEncoderSse2.o -save-temps NcBaseEncoderSse2.ii

../../codecs/nc/sse2/NcBaseEncoderSse2.cpp: In member function ‘virtual
unsigned int NcBaseEncoderSse2::fragile_block(unsigned int, const int16*)’:
../../codecs/nc/sse2/NcBaseEncoderSse2.cpp:351: internal compiler error: in
gen_type_die_with_usage, at dwarf2out.c:14745


-- 
           Summary: ICE gen_type_die_with_usage, at dwarf2out.c:14745
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: greggyh at gmail dot com


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


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

* [Bug c++/43370] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
@ 2010-03-14 23:04 ` greggyh at gmail dot com
  2010-03-14 23:06 ` greggyh at gmail dot com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: greggyh at gmail dot com @ 2010-03-14 23:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from greggyh at gmail dot com  2010-03-14 23:04 -------
Created an attachment (id=20104)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20104&action=view)
Preprocessed source that demonstrates the compiler error


-- 


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


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

* [Bug c++/43370] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
  2010-03-14 23:04 ` [Bug c++/43370] " greggyh at gmail dot com
@ 2010-03-14 23:06 ` greggyh at gmail dot com
  2010-03-14 23:35 ` [Bug debug/43370] [4.4/4.5 Regression] " falk at debian dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: greggyh at gmail dot com @ 2010-03-14 23:06 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 794 bytes --]



------- Comment #2 from greggyh at gmail dot com  2010-03-14 23:06 -------
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
Target: x86_64-linux-gnu

g++ -c -g -Wall -W  -o NcBaseEncoderSse2.o -save-temps NcBaseEncoderSse2.ii
../../codecs/nc/sse2/NcBaseEncoderSse2.cpp: In member function ‘virtual
unsigned int NcBaseEncoderSse2::fragile_block(unsigned int, const int16*)’:
../../codecs/nc/sse2/NcBaseEncoderSse2.cpp:351: internal compiler error: in
gen_type_die_with_usage, at dwarf2out.c:14745


-- 

greggyh at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greggyh at gmail dot com


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


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

* [Bug debug/43370] [4.4/4.5 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
  2010-03-14 23:04 ` [Bug c++/43370] " greggyh at gmail dot com
  2010-03-14 23:06 ` greggyh at gmail dot com
@ 2010-03-14 23:35 ` falk at debian dot org
  2010-03-15  3:34 ` hjl dot tools at gmail dot com
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: falk at debian dot org @ 2010-03-14 23:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from falk at debian dot org  2010-03-14 23:35 -------
Confirmed, here is a testcase:

int fragile_block(void) {
  typedef __attribute__ ((aligned (16))) struct {
    int i;
  } XmmUint16;
  return 0;
}


-- 

falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |debug
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.4.1 4.5.0
            Summary|ICE gen_type_die_with_usage,|[4.4/4.5 Regression] ICE
                   |at dwarf2out.c:14745        |gen_type_die_with_usage, at
                   |                            |dwarf2out.c:14745


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


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

* [Bug debug/43370] [4.4/4.5 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
                   ` (2 preceding siblings ...)
  2010-03-14 23:35 ` [Bug debug/43370] [4.4/4.5 Regression] " falk at debian dot org
@ 2010-03-15  3:34 ` hjl dot tools at gmail dot com
  2010-03-15 11:15 ` rguenth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-03-15  3:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2010-03-15 03:34 -------
It is caused by revision 132681:

http://gcc.gnu.org/ml/gcc-cvs/2008-02/msg00696.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at redhat dot com


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


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

* [Bug debug/43370] [4.4/4.5 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
                   ` (3 preceding siblings ...)
  2010-03-15  3:34 ` hjl dot tools at gmail dot com
@ 2010-03-15 11:15 ` rguenth at gcc dot gnu dot org
  2010-04-30  8:56 ` [Bug debug/43370] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-15 11:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
   Target Milestone|---                         |4.4.4


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


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

* [Bug debug/43370] [4.4/4.5/4.6 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
                   ` (4 preceding siblings ...)
  2010-03-15 11:15 ` rguenth at gcc dot gnu dot org
@ 2010-04-30  8:56 ` jakub at gcc dot gnu dot org
  2010-05-05  0:46 ` jason at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-30  8:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.4                       |4.4.5


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


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

* [Bug debug/43370] [4.4/4.5/4.6 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
                   ` (5 preceding siblings ...)
  2010-04-30  8:56 ` [Bug debug/43370] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org
@ 2010-05-05  0:46 ` jason at gcc dot gnu dot org
  2010-05-05 19:47 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-05-05  0:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-05 00:46:06
               date|                            |


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


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

* [Bug debug/43370] [4.4/4.5/4.6 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
                   ` (6 preceding siblings ...)
  2010-05-05  0:46 ` jason at gcc dot gnu dot org
@ 2010-05-05 19:47 ` jason at gcc dot gnu dot org
  2010-05-05 20:32 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-05-05 19:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jason at gcc dot gnu dot org  2010-05-05 19:47 -------
Subject: Bug 43370

Author: jason
Date: Wed May  5 19:46:41 2010
New Revision: 159081

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159081
Log:
        PR debug/43370
        * c-common.c (handle_aligned_attribute): Respect
        ATTR_FLAG_TYPE_IN_PLACE.

Added:
    trunk/gcc/testsuite/g++.dg/ext/attrib39.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-common.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug debug/43370] [4.4/4.5/4.6 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
                   ` (7 preceding siblings ...)
  2010-05-05 19:47 ` jason at gcc dot gnu dot org
@ 2010-05-05 20:32 ` jason at gcc dot gnu dot org
  2010-05-05 20:33 ` jason at gcc dot gnu dot org
  2010-05-05 21:54 ` jason at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-05-05 20:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jason at gcc dot gnu dot org  2010-05-05 20:31 -------
Subject: Bug 43370

Author: jason
Date: Wed May  5 20:30:37 2010
New Revision: 159083

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159083
Log:
        PR debug/43370
        * c-common.c (handle_aligned_attribute): Respect
        ATTR_FLAG_TYPE_IN_PLACE.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/ext/attrib39.C
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/c-common.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug debug/43370] [4.4/4.5/4.6 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
                   ` (8 preceding siblings ...)
  2010-05-05 20:32 ` jason at gcc dot gnu dot org
@ 2010-05-05 20:33 ` jason at gcc dot gnu dot org
  2010-05-05 21:54 ` jason at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-05-05 20:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jason at gcc dot gnu dot org  2010-05-05 20:32 -------
Subject: Bug 43370

Author: jason
Date: Wed May  5 20:31:53 2010
New Revision: 159084

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159084
Log:
        PR debug/43370
        * c-common.c (handle_aligned_attribute): Respect
        ATTR_FLAG_TYPE_IN_PLACE.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/attrib39.C
Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/c-common.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug debug/43370] [4.4/4.5/4.6 Regression] ICE gen_type_die_with_usage, at dwarf2out.c:14745
  2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
                   ` (9 preceding siblings ...)
  2010-05-05 20:33 ` jason at gcc dot gnu dot org
@ 2010-05-05 21:54 ` jason at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-05-05 21:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jason at gcc dot gnu dot org  2010-05-05 21:53 -------
Fixed.


-- 

jason at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-05-05 21:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-14 23:03 [Bug c++/43370] New: ICE gen_type_die_with_usage, at dwarf2out.c:14745 greggyh at gmail dot com
2010-03-14 23:04 ` [Bug c++/43370] " greggyh at gmail dot com
2010-03-14 23:06 ` greggyh at gmail dot com
2010-03-14 23:35 ` [Bug debug/43370] [4.4/4.5 Regression] " falk at debian dot org
2010-03-15  3:34 ` hjl dot tools at gmail dot com
2010-03-15 11:15 ` rguenth at gcc dot gnu dot org
2010-04-30  8:56 ` [Bug debug/43370] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org
2010-05-05  0:46 ` jason at gcc dot gnu dot org
2010-05-05 19:47 ` jason at gcc dot gnu dot org
2010-05-05 20:32 ` jason at gcc dot gnu dot org
2010-05-05 20:33 ` jason at gcc dot gnu dot org
2010-05-05 21:54 ` jason at gcc dot gnu dot 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).