From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78287 invoked by alias); 30 Apr 2015 05:39:13 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 78255 invoked by uid 48); 30 Apr 2015 05:39:09 -0000 From: "jamrial at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/65936] New: [6 Regression] ICE building libboost_log.so.1.58.0 Date: Thu, 30 Apr 2015 05:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jamrial at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg02570.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D65936 Bug ID: 65936 Summary: [6 Regression] ICE building libboost_log.so.1.58.0 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jamrial at gmail dot com Target Milestone: --- Created attachment 35428 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D35428&action=3Dedit Preprocessed source as generated by -freport-bug In file included from ./boost/move/utility_core.hpp:29:0, from ./boost/intrusive/list.hpp:39, from libs/log/src/attribute_set.cpp:19: ./boost/log/attributes/attribute_set.hpp: In member function =E2=80=98boost::log::v2_mt_posix::attribute_set::operator boost::rv&()=E2=80=99: ./boost/move/core.hpp:246:56: internal compiler error: canonical types diff= er for identical types boost::rv* and boost::rv* { return *static_cast< ::boost::rv* >(this); }\ ^ ./boost/log/attributes/attribute_set.hpp:82:5: note: in expansion of macro =E2=80=98BOOST_COPYABLE_AND_MOVABLE_ALT=E2=80=99 BOOST_COPYABLE_AND_MOVABLE_ALT(attribute_set) ^ 0x746a4e comptypes(tree_node*, tree_node*, int) /home/jamrial/gcc-6-20150426/gcc/cp/typeck.c:1428 0x7619de ocp_convert(tree_node*, tree_node*, int, int, int) /home/jamrial/gcc-6-20150426/gcc/cp/cvt.c:704 0x607310 convert_like_real /home/jamrial/gcc-6-20150426/gcc/cp/call.c:6557 0x612e0b initialize_reference(tree_node*, tree_node*, int, int) /home/jamrial/gcc-6-20150426/gcc/cp/call.c:9746 0x750bf2 check_return_expr(tree_node*, bool*) /home/jamrial/gcc-6-20150426/gcc/cp/typeck.c:8718 0x78e59e finish_return_stmt(tree_node*) /home/jamrial/gcc-6-20150426/gcc/cp/semantics.c:887 0x731cbe cp_parser_jump_statement /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:11057 0x731cbe cp_parser_statement /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:9707 0x732252 cp_parser_statement_seq_opt /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:10095 0x7323ab cp_parser_compound_statement /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:10049 0x7325db cp_parser_function_body /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:19185 0x7325db cp_parser_ctor_initializer_opt_and_function_body /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:19221 0x73341a cp_parser_function_definition_after_declarator /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:23467 0x736a6c cp_parser_late_parsing_for_member /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:24150 0x711c71 cp_parser_class_specifier_1 /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:20041 0x711c71 cp_parser_class_specifier /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:20067 0x711c71 cp_parser_type_specifier /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:14707 0x724eff cp_parser_decl_specifier_seq /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:11938 0x7361b1 cp_parser_simple_declaration /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:11515 0x72fe23 cp_parser_block_declaration /home/jamrial/gcc-6-20150426/gcc/cp/parser.c:11462 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. ----- This is one of many ICEs i get while compiling libboost_log.so from Boost 1= .58 with GCC 6.0.0 (20150426 snapshot) on ArchLinux x86_64. Most if not all see= m to have a similar backtrace, so I'm posting only the first. >>From gcc-bugs-return-485019-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Apr 30 06:13:07 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 20869 invoked by alias); 30 Apr 2015 06:13:07 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 20837 invoked by uid 48); 30 Apr 2015 06:13:03 -0000 From: "trippels at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/65936] [6 Regression] ICE building libboost_log.so.1.58.0 Date: Thu, 30 Apr 2015 06:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: trippels at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cc cf_known_to_work everconfirmed Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg02571.txt.bz2 Content-length: 1100 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D65936 Markus Trippelsdorf changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-04-30 CC| |trippels at gcc dot gnu.org Known to work| |5.0 Ever confirmed|0 |1 --- Comment #1 from Markus Trippelsdorf --- markus@x4 tmp % cat test.ii class A; template struct B { typedef A type; }; template class C : public B::type { } __attribute__ ((__may_alias__)); class A { operator const C &() { return *static_cast *> (this); } }; markus@x4 tmp % g++ -c test.ii test.ii: In member function =E2=80=98A::operator const C&()=E2=80=99: test.ii:13:72: internal compiler error: canonical types differ for identical types const C* and const C* >>From gcc-bugs-return-485020-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Apr 30 06:21:21 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 30627 invoked by alias); 30 Apr 2015 06:21:20 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 30601 invoked by uid 48); 30 Apr 2015 06:21:17 -0000 From: "vries at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/65785] libgo TestIPv4MulticastListener test fails on machine with no network connection Date: Thu, 30 Apr 2015 06:21:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg02572.txt.bz2 Content-length: 146 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65785 --- Comment #1 from vries at gcc dot gnu.org --- ran into this again with new build and test