From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62228 invoked by alias); 14 Oct 2015 18:49:37 -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 61723 invoked by uid 48); 14 Oct 2015 18:49:33 -0000 From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/67967] ICE in i386_pe_seh_unwind_emit Date: Wed, 14 Oct 2015 18:49: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: major X-Bugzilla-Who: ubizjak 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: 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-10/txt/msg01122.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D67967 --- Comment #3 from Uro=C5=A1 Bizjak --- Actually, gcc can now handle misaligned stack for x86_64 and it emits=20 { rtx unspec =3D gen_rtx_UNSPEC (mode, gen_rtvec (1, reg), UNSPEC_STORE= U); insn =3D emit_insn (gen_rtx_SET (mem, unspec)); } that is later decorated with: add_reg_note (insn, REG_CFA_EXPRESSION, gen_rtx_SET (mem, reg)); So, i386_pe_seh_unwind_emit has to be updated to handle REG_CFA_EXPRESSION. >>From gcc-bugs-return-499568-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Oct 14 18:50:30 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 64578 invoked by alias); 14 Oct 2015 18:50:29 -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 64514 invoked by uid 48); 14 Oct 2015 18:50:25 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/53800] [OOP] Wrong copy-in/copy-out when passing CLASS array to assumed-shape TYPE Date: Wed, 14 Oct 2015 18:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr 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 everconfirmed 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-10/txt/msg01123.txt.bz2 Content-length: 714 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53800 Dominique d'Humieres changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-10-14 Ever confirmed|0 |1 --- Comment #2 from Dominique d'Humieres --- > See http://j3-fortran.org/pipermail/j3/2012-June/005438.html > and http://j3-fortran.org/pipermail/j3/2012-June/005445.html The links are broken. At r228818 the output of the code in comment 0 is still 42 42