public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/67917] New: ICE in openssl-1.0.2d.tar.gz "/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible"
@ 2015-10-10  7:10 guille at cal dot berkeley.edu
  2015-10-12  7:45 ` [Bug c++/67917] " rguenth at gcc dot gnu.org
  2015-10-12 19:18 ` guille at cal dot berkeley.edu
  0 siblings, 2 replies; 3+ messages in thread
From: guille at cal dot berkeley.edu @ 2015-10-10  7:10 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67917
           Summary: ICE in openssl-1.0.2d.tar.gz
                    "/usr/include/openssl/bn.h:335:3: error:
                    TYPE_CANONICAL is not compatible"
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: guille at cal dot berkeley.edu
  Target Milestone: ---

COLLECT_GCC=c++
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin13.4.0/6.0.0/lto-wrapper
Target: x86_64-apple-darwin13.4.0
Configured with: ../configure --enable-languages=c,c++
Thread model: posix
gcc version 6.0.0 20151004 (experimental) (GCC)
---------------------------------------------------------------------------

/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible
   {
   ^
 <record_type 0x12707f000 bn_gencb_st type_5 VOID
    align 8 symtab 654777712 alias set -1 canonical type 0x12707f000
    fields <field_decl 0x1270ecc78 arg
        type <pointer_type 0x143c272a0 type <void_type 0x143c27150 void>
            asm_written public unsigned type_6 DI
            size <integer_cst 0x143c01e58 constant 64>
            unit size <integer_cst 0x143c01e70 constant 8>
            align 64 symtab 171348768 alias set -1 canonical type 0x143c272a0
            pointer_to_this <pointer_type 0x143c311f8> reference_to_this
<reference_type 0x10b03f930>>
        decl_3 VOID file /usr/include/openssl/bn.h line 333 col 8
        align 1 offset_align 1 context <record_type 0x12707f000 bn_gencb_st>
        chain <field_decl 0x1270ecbe0 ver type <integer_type 0x143c05888
unsigned int>
            decl_3 VOID file /usr/include/openssl/bn.h line 332 col 15
            align 1 offset_align 1 context <record_type 0x12707f000
bn_gencb_st> chain <type_decl 0x1270ecb48 bn_gencb_st>>> context
<translation_unit_decl 0x1422d81e0 D.1>
    full-name "struct bn_gencb_st"
    n_parents=0 use_template=0 interface-unknown
    pointer_to_this <pointer_type 0x1270eb888> chain <type_decl 0x12707d428
bn_gencb_st>>
 <record_type 0x12707f0a8 BN_GENCB type_5 VOID
    align 8 symtab 654777632 alias set -1 canonical type 0x12707f000 context
<translation_unit_decl 0x1422d81e0 D.1>
    full-name "BN_GENCB"
    n_parents=0 use_template=0 interface-unknown
    pointer_to_this <pointer_type 0x1270eb7e0> chain <type_decl 0x12707d428
bn_gencb_st>>
/usr/include/openssl/bn.h:335:3: internal compiler error: verify_type failed

/usr/include/openssl/bn.h:335:3: internal compiler error: Abort trap: 6
c++: internal compiler error: Abort trap: 6 (program cc1plus)


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

* [Bug c++/67917] ICE in openssl-1.0.2d.tar.gz "/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible"
  2015-10-10  7:10 [Bug c++/67917] New: ICE in openssl-1.0.2d.tar.gz "/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible" guille at cal dot berkeley.edu
@ 2015-10-12  7:45 ` rguenth at gcc dot gnu.org
  2015-10-12 19:18 ` guille at cal dot berkeley.edu
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-10-12  7:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2015-10-12
                 CC|                            |hubicka at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Please attach preprocessed source for the file that exhibits this issue.


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

* [Bug c++/67917] ICE in openssl-1.0.2d.tar.gz "/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible"
  2015-10-10  7:10 [Bug c++/67917] New: ICE in openssl-1.0.2d.tar.gz "/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible" guille at cal dot berkeley.edu
  2015-10-12  7:45 ` [Bug c++/67917] " rguenth at gcc dot gnu.org
@ 2015-10-12 19:18 ` guille at cal dot berkeley.edu
  1 sibling, 0 replies; 3+ messages in thread
From: guille at cal dot berkeley.edu @ 2015-10-12 19:18 UTC (permalink / raw)
  To: gcc-bugs

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

Guille <guille at cal dot berkeley.edu> changed:

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

--- Comment #2 from Guille <guille at cal dot berkeley.edu> ---
Just tried it with latest 
gcc version 6.0.0 20151011 (experimental) (GCC) 
and it works.


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

end of thread, other threads:[~2015-10-12 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-10  7:10 [Bug c++/67917] New: ICE in openssl-1.0.2d.tar.gz "/usr/include/openssl/bn.h:335:3: error: TYPE_CANONICAL is not compatible" guille at cal dot berkeley.edu
2015-10-12  7:45 ` [Bug c++/67917] " rguenth at gcc dot gnu.org
2015-10-12 19:18 ` guille at cal dot berkeley.edu

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