From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16052 invoked by alias); 9 Apr 2015 16:02:50 -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 15738 invoked by uid 48); 9 Apr 2015 16:02:46 -0000 From: "marbacz at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/65720] New: ICE with g++ 4.9.2 -frepo Date: Thu, 09 Apr 2015 16:02: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: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marbacz at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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 cf_gcchost cf_gcctarget cf_gccbuild 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/msg00724.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D65720 Bug ID: 65720 Summary: ICE with g++ 4.9.2 -frepo Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marbacz at gmail dot com Host: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu Build: x86_64-pc-linux-gnu Created attachment 35279 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D35279&action=3Dedit code giving the ice on 4.9.2 > g++-4.9.2 -std=3Dc++11 -c -frepo x.cc x.cc: In instantiation of =E2=80=98constexpr std::tuple<_T1, _T2>::tuple() = [with _T1 =3D Acl*; _T2 =3D std::default_delete]=E2=80=99: x.cc:50:25: required from =E2=80=98std::unique_ptr<_Tp, _Dp>::unique_ptr(= ) [with _Tp =3D Acl; _Dp =3D std::default_delete]=E2=80=99 x.cc:57:42: required from =E2=80=98typename std::_MakeUniq<_Tp>::__single= _object std::make_unique(_Args&& ...) [with _Tp =3D Acl; _Args =3D {}; typename std::_MakeUniq<_Tp>::__single_object =3D std::unique_ptr >]=E2=80=99 x.cc:60:34: required from here x.cc:36:13: internal compiler error: in repo_emit_p, at cp/repo.c:296 constexpr default_delete() noexcept =3D default; ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. > g++-4.8.4 -std=3Dc++11 -c -frepo x.cc && echo OK OK > g++-4.9.2 -v Using built-in specs. COLLECT_GCC=3Dg++-4.9.2 COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.9.2/work/gcc-4.9.2/config= ure --host=3Dx86_64-pc-linux-gnu --build=3Dx86_64-pc-linux-gnu --prefix=3D/usr --bindir=3D/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2 --includedir=3D/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include --datadir=3D/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2 --mandir=3D/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/man --infodir=3D/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/info --with-gxx-include-dir=3D/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++= -v4 --with-python-dir=3D/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/python --enable-languages=3Dc,c++,go,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=3Drelease --with-bugurl=3Dhttps://bugs.gentoo.org/ --with-pkgversion=3D'Gentoo Hardened 4.9.2 p1.2, pie-0.6.2' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=3Dposix --enable-__cxa_atexit --enable-clocale=3Dgnu --enable-multilib --with-multilib-list=3Dm32,m64 --disable-altivec --disable-fixed-point --enable-targets=3Dall --disable-libgcj --enable-libgomp --disable-libmudfl= ap --disable-libssp --disable-libcilkrts --enable-lto --without-cloog --enable-libsanitizer --enable-checking=3Dyes Thread model: posix gcc version 4.9.2 (Gentoo Hardened 4.9.2 p1.2, pie-0.6.2) >>From gcc-bugs-return-483173-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Apr 09 16:04:29 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 19808 invoked by alias); 9 Apr 2015 16:04:28 -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 19766 invoked by uid 48); 9 Apr 2015 16:04:25 -0000 From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/65720] ICE with g++ 4.9.2 -frepo Date: Thu, 09 Apr 2015 16:04: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: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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/msg00725.txt.bz2 Content-length: 171 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65720 --- Comment #1 from Jonathan Wakely --- N.B. there is no good reason to use -frepo in 2015.