public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59297] New: ICE: openmp atomic with indirect LHS
@ 2013-11-26  4:45 chaosgate at gmail dot com
  2013-11-26  7:53 ` [Bug c++/59297] [4.7/4.8/4.9 Regression] " mpolacek at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: chaosgate at gmail dot com @ 2013-11-26  4:45 UTC (permalink / raw)
  To: gcc-bugs

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

            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=31292&action=edit
Preprocessed source

This code outputs the following ICE (and nothing else):

atIce.cpp: In function ‘void f(Y&)’:
atIce.cpp:15:20: internal compiler error: in lower_stmt, at gimple-low.c:457
   data (pts[0]) += 1;
                    ^

when compiled with 
g++ -o /dev/null -c -Wfatal-errors -fopenmp -fpermissive -w -std=gnu++0x
atIce.cpp


gcc -v:

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/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=/usr --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --disable-silent-rules
--enable-fast-install --libdir=/usr/lib64 --cache-file=config.cache
--libdir=/usr/lib64 --with-pkgversion='exherbo gcc-4.8.2' --program-suffix=-4.8
--disable-bootstrap --enable-clocale=gnu --enable-languages=c,c++,fortran,java
--enable-lto --disable-multilib --enable-nls --enable-serial-configure
--enable-libquadmath --enable-libquadmath-support --with-cloog --enable-libgomp
--disable-libobjc --disable-libssp --with-as=x86_64-pc-linux-gnu-as
--with-ld=x86_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: <gcc-bugs-return-435855-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
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: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
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" <gcc-bugzilla@gcc.gnu.org>
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: <bug-40069-4-ufTOK2dlA4@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-40069-4@http.gcc.gnu.org/bugzilla/>
References: <bug-40069-4@http.gcc.gnu.org/bugzilla/>
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@069

Andreas Ehliar <ehliar at isy dot liu.se> changed:

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

--- Comment #1 from Andreas Ehliar <ehliar at isy dot liu.se> ---
This is fixed in 4.9 at least. (Not sure if it is fixed in earlier versions.)


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

end of thread, other threads:[~2014-05-07 16:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-26  4:45 [Bug c++/59297] New: ICE: openmp atomic with indirect LHS chaosgate at gmail dot com
2013-11-26  7:53 ` [Bug c++/59297] [4.7/4.8/4.9 Regression] " mpolacek at gcc dot gnu.org
2013-11-26  8:14 ` mpolacek at gcc dot gnu.org
2013-11-28 16:53 ` jakub at gcc dot gnu.org
2013-11-28 22:53 ` jakub at gcc dot gnu.org
2013-11-28 22:56 ` jakub at gcc dot gnu.org
2013-11-29  7:51 ` [Bug c++/59297] [4.7 " jakub at gcc dot gnu.org
2014-05-07 16:10 ` jakub at gcc dot gnu.org
2014-05-07 16:22 ` jakub at gcc dot gnu.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).