public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609
       [not found] <bug-65491-4@http.gcc.gnu.org/bugzilla/>
@ 2015-03-20 12:01 ` ktkachov at gcc dot gnu.org
  2015-03-24 14:12 ` ktkachov at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2015-03-20 12:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65491

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-20
                 CC|                            |ktkachov at gcc dot gnu.org
     Ever confirmed|0                           |1
      Known to fail|                            |4.8.5, 4.9.3, 5.0

--- Comment #1 from ktkachov at gcc dot gnu.org ---
Confirmed on all release branches.


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

* [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609
       [not found] <bug-65491-4@http.gcc.gnu.org/bugzilla/>
  2015-03-20 12:01 ` [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609 ktkachov at gcc dot gnu.org
@ 2015-03-24 14:12 ` ktkachov at gcc dot gnu.org
  2015-05-22 14:37 ` ktkachov at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2015-03-24 14:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65491

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |ktkachov at gcc dot gnu.org

--- Comment #2 from ktkachov at gcc dot gnu.org ---
I've got a fix in testing


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

* [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609
       [not found] <bug-65491-4@http.gcc.gnu.org/bugzilla/>
  2015-03-20 12:01 ` [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609 ktkachov at gcc dot gnu.org
  2015-03-24 14:12 ` ktkachov at gcc dot gnu.org
@ 2015-05-22 14:37 ` ktkachov at gcc dot gnu.org
  2015-05-22 14:40 ` ktkachov at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2015-05-22 14:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65491

--- Comment #3 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Fri May 22 14:36:27 2015
New Revision: 223577

URL: https://gcc.gnu.org/viewcvs?rev=223577&root=gcc&view=rev
Log:
[AArch64] PR target/65491: Classify V1TF vectors as AAPCS64 short vectors
rather than composite types

        PR target/65491
        * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
        aarch64_composite_type_p.  Remove check for aarch64_composite_type_p.
        (aarch64_composite_type_p): Return false if given type and mode are
        for a short vector.

        PR target/65491
        * gcc.target/aarch64/pr65491_1.c: New test.
        * gcc.target/aarch64/aapcs64/type-def.h (vlf1_t): New typedef.
        * gcc.target/aarch64/aapcs64/func-ret-1.c: Add test for vlf1_t.

Added:
    trunk/gcc/testsuite/gcc.target/aarch64/pr65491_1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-1.c
    trunk/gcc/testsuite/gcc.target/aarch64/aapcs64/type-def.h


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

* [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609
       [not found] <bug-65491-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-05-22 14:37 ` ktkachov at gcc dot gnu.org
@ 2015-05-22 14:40 ` ktkachov at gcc dot gnu.org
  2015-08-19 14:48 ` tarasevich at cs dot uni-saarland.de
  2015-08-19 15:40 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2015-05-22 14:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65491

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |6.0
         Resolution|---                         |FIXED

--- Comment #4 from ktkachov at gcc dot gnu.org ---
Fixed on trunk. Since this has been failing on all release branches, this is
not a regression fix, so no backporting


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

* [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609
       [not found] <bug-65491-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-05-22 14:40 ` ktkachov at gcc dot gnu.org
@ 2015-08-19 14:48 ` tarasevich at cs dot uni-saarland.de
  2015-08-19 15:40 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: tarasevich at cs dot uni-saarland.de @ 2015-08-19 14:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65491

Andrey Tarasevich <tarasevich at cs dot uni-saarland.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tarasevich at cs dot uni-saarland.
                   |                            |de

--- Comment #5 from Andrey Tarasevich <tarasevich at cs dot uni-saarland.de> ---
Test pr65491.c fails on on darwin14.5 x86_64

GCC was compiled from SVN trunk revision 226781

gcc -v -save-temps
/Users/sevich/work/source/gcc_trunk_git/gcc/testsuite//gcc.target//aarch64//pr65491_1.c
Using built-in specs.
COLLECT_GCC=/Users/sevich/work/build_normal/bin/gcc
COLLECT_LTO_WRAPPER=/Users/sevich/work/build_normal/libexec/gcc/x86_64-apple-darwin14.5.0/6.0.0/lto-wrapper
Target: x86_64-apple-darwin14.5.0
Configured with: /Users/sevich/work/source/gcc_trunk_git/configure
--disable-bootstrap --enable-languages=c,c++
--prefix=/Users/sevich/work/build_normal/
Thread model: posix
gcc version 6.0.0 20150811 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.10.5' '-v' '-save-temps'
'-mtune=core2'

/Users/sevich/work/build_normal/libexec/gcc/x86_64-apple-darwin14.5.0/6.0.0/cc1
-E -quiet -v -D__DYNAMIC__
/Users/sevich/work/source/gcc_trunk_git/gcc/testsuite//gcc.target//aarch64//pr65491_1.c
-fPIC -mmacosx-version-min=10.10.5 -mtune=core2 -fpch-preprocess -o pr65491_1.i
ignoring nonexistent directory
"/Users/sevich/work/build_normal/lib/gcc/x86_64-apple-darwin14.5.0/6.0.0/../../../../x86_64-apple-darwin14.5.0/include"
#include "..." search starts here:
#include <...> search starts here:

/Users/sevich/work/build_normal/lib/gcc/x86_64-apple-darwin14.5.0/6.0.0/include
 /usr/local/include
 /Users/sevich/work/build_normal/include

/Users/sevich/work/build_normal/lib/gcc/x86_64-apple-darwin14.5.0/6.0.0/include-fixed
 /usr/include
 /System/Library/Frameworks
 /Library/Frameworks
End of search list.
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.10.5' '-v' '-save-temps'
'-mtune=core2'

/Users/sevich/work/build_normal/libexec/gcc/x86_64-apple-darwin14.5.0/6.0.0/cc1
-fpreprocessed pr65491_1.i -fPIC -quiet -dumpbase pr65491_1.c
-mmacosx-version-min=10.10.5 -mtune=core2 -auxbase pr65491_1 -version -o
pr65491_1.s
GNU C11 (GCC) version 6.0.0 20150811 (experimental) (x86_64-apple-darwin14.5.0)
        compiled by GNU C version 4.2.1 Compatible Apple LLVM 6.1.0
(clang-602.0.53), GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.3
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C11 (GCC) version 6.0.0 20150811 (experimental) (x86_64-apple-darwin14.5.0)
        compiled by GNU C version 4.2.1 Compatible Apple LLVM 6.1.0
(clang-602.0.53), GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.3
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 700dea0ce5ef3b798edb9c9160a43b26
/Users/sevich/work/source/gcc_trunk_git/gcc/testsuite//gcc.target//aarch64//pr65491_1.c:
In function ‘sum’:
/Users/sevich/work/source/gcc_trunk_git/gcc/testsuite//gcc.target//aarch64//pr65491_1.c:7:1:
error: mode precision of non-integral result does not match field size of
BIT_FIELD_REF
 sum (a first, a second)
 ^
BIT_FIELD_REF <first_1(D), 128, 0>
/Users/sevich/work/source/gcc_trunk_git/gcc/testsuite//gcc.target//aarch64//pr65491_1.c:9:16:
note: in statement
   return first + second;
                ^
_6 = BIT_FIELD_REF <first_1(D), 128, 0>;
/Users/sevich/work/source/gcc_trunk_git/gcc/testsuite//gcc.target//aarch64//pr65491_1.c:7:1:
error: mode precision of non-integral result does not match field size of
BIT_FIELD_REF
 sum (a first, a second)
 ^
BIT_FIELD_REF <second_2(D), 128, 0>
/Users/sevich/work/source/gcc_trunk_git/gcc/testsuite//gcc.target//aarch64//pr65491_1.c:9:16:
note: in statement
   return first + second;
                ^
_7 = BIT_FIELD_REF <second_2(D), 128, 0>;
/Users/sevich/work/source/gcc_trunk_git/gcc/testsuite//gcc.target//aarch64//pr65491_1.c:7:1:
internal compiler error: verify_gimple failed
 sum (a first, a second)
 ^
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
>From gcc-bugs-return-495192-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Aug 19 14:48:01 2015
Return-Path: <gcc-bugs-return-495192-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 1881 invoked by alias); 19 Aug 2015 14:48:01 -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 1786 invoked by uid 55); 19 Aug 2015 14:47:56 -0000
From: "mikael at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/66929] [6 regression] ICE with iso_varying_string
Date: Wed, 19 Aug 2015 14:48: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: 6.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: mikael at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: mikael at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 6.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-66929-4-6Sd0emhpZt@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-66929-4@http.gcc.gnu.org/bugzilla/>
References: <bug-66929-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: 2015-08/txt/msg01334.txt.bz2
Content-length: 494

https://gcc.gnu.org/bugzilla/show_bug.cgi?idf929

--- Comment #12 from Mikael Morin <mikael at gcc dot gnu.org> ---
Author: mikael
Date: Wed Aug 19 14:47:23 2015
New Revision: 227010

URL: https://gcc.gnu.org/viewcvs?rev"7010&root=gcc&view=rev
Log:
Forward-port test generic_31.f90 from the 5 branch.

gcc/testsuite/
        PR fortran/66929
        * gfortran.dg/generic_31.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/generic_31.f90
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609
       [not found] <bug-65491-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-08-19 14:48 ` tarasevich at cs dot uni-saarland.de
@ 2015-08-19 15:40 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-08-19 15:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65491

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrey Tarasevich from comment #5)
> Test pr65491.c fails on on darwin14.5 x86_64
> 
> GCC was compiled from SVN trunk revision 226781

Please file this as a separate bug.


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

end of thread, other threads:[~2015-08-19 15:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-65491-4@http.gcc.gnu.org/bugzilla/>
2015-03-20 12:01 ` [Bug target/65491] [aarch64] ICE: in emit_move_insn, at expr.c:3609 ktkachov at gcc dot gnu.org
2015-03-24 14:12 ` ktkachov at gcc dot gnu.org
2015-05-22 14:37 ` ktkachov at gcc dot gnu.org
2015-05-22 14:40 ` ktkachov at gcc dot gnu.org
2015-08-19 14:48 ` tarasevich at cs dot uni-saarland.de
2015-08-19 15:40 ` pinskia 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).