From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7669 invoked by alias); 26 Nov 2013 04:45:25 -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 7657 invoked by uid 48); 26 Nov 2013 04:45:21 -0000 From: "chaosgate at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/59297] New: ICE: openmp atomic with indirect LHS Date: Tue, 26 Nov 2013 04:45: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.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: chaosgate 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 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: 2013-11/txt/msg02631.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59297 Bug ID: 59297 Summary: ICE: openmp atomic with indirect LHS Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: chaosgate at gmail dot com Created attachment 31292 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D31292&action=3Dedit Preprocessed source This code outputs the following ICE (and nothing else): atIce.cpp: In function =E2=80=98void f(Y&)=E2=80=99: atIce.cpp:15:20: internal compiler error: in lower_stmt, at gimple-low.c:457 data (pts[0]) +=3D 1; ^ when compiled with=20 g++ -o /dev/null -c -Wfatal-errors -fopenmp -fpermissive -w -std=3Dgnu++0x atIce.cpp gcc -v: Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/paludis/build/sys-devel-gcc-4.8.2/work/gcc-4.8.2/configure --prefix=3D/usr --host=3Dx86_64-pc-linux-gnu --build=3Dx86_64-pc-linux-gnu --mandir=3D/usr/share/man --infodir=3D/usr/share/info --datadir=3D/usr/share --sysconfdir=3D/etc --localstatedir=3D/var/lib --disable-silent-rules --enable-fast-install --libdir=3D/usr/lib64 --cache-file=3Dconfig.cache --libdir=3D/usr/lib64 --with-pkgversion=3D'exherbo gcc-4.8.2' --program-suf= fix=3D-4.8 --disable-bootstrap --enable-clocale=3Dgnu --enable-languages=3Dc,c++,fortr= an,java --enable-lto --disable-multilib --enable-nls --enable-serial-configure --enable-libquadmath --enable-libquadmath-support --with-cloog --enable-lib= gomp --disable-libobjc --disable-libssp --with-as=3Dx86_64-pc-linux-gnu-as --with-ld=3Dx86_64-pc-linux-gnu-ld --with-system-zlib Thread model: posix gcc version 4.8.2 (exherbo gcc-4.8.2) >>From gcc-bugs-return-435855-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 26 04:48:27 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 8951 invoked by alias); 26 Nov 2013 04:48:24 -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 8914 invoked by uid 48); 26 Nov 2013 04:48:20 -0000 From: "ehliar at isy dot liu.se" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/40069] AUTO_INC_DEC not defined correctly in rtl.h Date: Tue, 26 Nov 2013 04:48:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.4.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: ehliar at isy dot liu.se X-Bugzilla-Status: RESOLVED 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 resolution 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: 2013-11/txt/msg02632.txt.bz2 Content-length: 494 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40069 Andreas Ehliar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Andreas Ehliar --- This is fixed in 4.9 at least. (Not sure if it is fixed in earlier versions.)