public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7
@ 2013-11-15  1:09 joao.m.santos.silva at gmail dot com
  2013-11-16 22:52 ` [Bug target/59142] " pinskia at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: joao.m.santos.silva at gmail dot com @ 2013-11-15  1:09 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59142
           Summary: internal compiler error while compiling OpenCV 2.4.7
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: joao.m.santos.silva at gmail dot com

This is on an ARM platform with Ubuntu/Linaro 13.10.

While building OpenCV 2.4.7 with:

  cmake -D CMAKE_BUILD_TYPE=RELEASE -D
CMAKE_INSTALL_PREFIX=/home/jm/fidelio/3rd-party/opencv/2.4.7/linaro ..
  make

I got:

[ 71%] Building CXX object
modules/ocl/CMakeFiles/opencv_ocl.dir/src/imgproc.cpp.o
/home/jm/fidelio/3rd-party/opencv/2.4.7/opencv-2.4.7/modules/ocl/src/imgproc.cpp:
In function ‘void cv::ocl::copyMakeBorder(const cv::ocl::oclMat&,
cv::ocl::oclMat&, int, int, int, int, int, const Scalar&)’:
/home/jm/fidelio/3rd-party/opencv/2.4.7/opencv-2.4.7/modules/ocl/src/imgproc.cpp:513:9:
internal compiler error: output_operand: invalid expression as operand
         }
         ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccQku01D.out file, please attach this to
your bugreport.
make[2]: *** [modules/ocl/CMakeFiles/opencv_ocl.dir/src/imgproc.cpp.o] Error 1
make[1]: *** [modules/ocl/CMakeFiles/opencv_ocl.dir/all] Error 2
make: *** [all] Error 2
>From gcc-bugs-return-434654-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Nov 15 01:10:54 2013
Return-Path: <gcc-bugs-return-434654-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 19255 invoked by alias); 15 Nov 2013 01:10:53 -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 19213 invoked by uid 48); 15 Nov 2013 01:10:48 -0000
From: "joao.m.santos.silva at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/59142] internal compiler error while compiling OpenCV 2.4.7
Date: Fri, 15 Nov 2013 01:10: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.8.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: joao.m.santos.silva 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: attachments.created
Message-ID: <bug-59142-4-jKUKSxZpSI@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59142-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59142-4@http.gcc.gnu.org/bugzilla/>
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/msg01431.txt.bz2
Content-length: 270

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

--- Comment #1 from João M. S. Silva <joao.m.santos.silva at gmail dot com> ---
Created attachment 31223
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31223&action=edit
compressed preprocessed source
>From gcc-bugs-return-434655-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Nov 15 02:09:52 2013
Return-Path: <gcc-bugs-return-434655-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 11388 invoked by alias); 15 Nov 2013 02:09:52 -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 11347 invoked by uid 48); 15 Nov 2013 02:09:48 -0000
From: "congh at google dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/56902] Fails to SLP with mismatched +/- and negatable constants
Date: Fri, 15 Nov 2013 02:09:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: missed-optimization
X-Bugzilla-Severity: enhancement
X-Bugzilla-Who: congh at google 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:
Message-ID: <bug-56902-4-w0BA13xbcg@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-56902-4@http.gcc.gnu.org/bugzilla/>
References: <bug-56902-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/msg01432.txt.bz2
Content-length: 402

http://gcc.gnu.org/bugzilla/show_bug.cgi?idV902

--- Comment #3 from Cong Hou <congh at google dot com> ---
How do you generate the final operations in vectorized code?

I just submitted a patch on this issue. The patch supports non-isomorphic
operations with the restriction that all operations on even/odd elements still
be isomorphic. Please give me the comment on this patch.

Thank you!


Cong


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

* [Bug target/59142] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
@ 2013-11-16 22:52 ` pinskia at gcc dot gnu.org
  2013-11-16 23:30 ` joao.m.santos.silva at gmail dot com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-16 22:52 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |4.8.3

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Works in 4.7.0.  I notice you are using Ubuntu's compiler you really should
have reported it there.


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

* [Bug target/59142] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
  2013-11-16 22:52 ` [Bug target/59142] " pinskia at gcc dot gnu.org
@ 2013-11-16 23:30 ` joao.m.santos.silva at gmail dot com
  2013-11-18  9:06 ` [Bug target/59142] [4.8 / 4.9 Regression] " doko at gcc dot gnu.org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: joao.m.santos.silva at gmail dot com @ 2013-11-16 23:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from João M. S. Silva <joao.m.santos.silva at gmail dot com> ---
OK, thanks, I will report in Ubuntu's.

The compiler says:

$ gcc --version
gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1

Should I report also in Linaro's? I'm not yet familiarized with Linaro's role
in gcc.
>From gcc-bugs-return-434783-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Nov 17 02:45:55 2013
Return-Path: <gcc-bugs-return-434783-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 30827 invoked by alias); 17 Nov 2013 02:45:55 -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 30791 invoked by uid 48); 17 Nov 2013 02:45:50 -0000
From: "green at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libffi/34311] libffi.call/nested_struct5.c execution tests fail under darwin9 on powerpc
Date: Sun, 17 Nov 2013 02:45:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libffi
X-Bugzilla-Version: 4.3.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: green at redhat dot com
X-Bugzilla-Status: NEW
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: <bug-34311-4-Zr4L8zeWp6@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-34311-4@http.gcc.gnu.org/bugzilla/>
References: <bug-34311-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/msg01560.txt.bz2
Content-length: 627

http://gcc.gnu.org/bugzilla/show_bug.cgi?id4311

--- Comment #3 from Anthony Green <green at redhat dot com> ---
(In reply to Iain Sandoe from comment #2)
> However, there is no guarantee in the Darwin m32 ABI that the stacked
> version of the structs will be appropriately aligned.   So, either the
> testcase is wrong code - or the process for passing structures in the
> closure needs to be refined (significant re-write, since the structs are
> currently passed in-place).

Iain - could you please explain this a little more?  Which are the stacked
structs that aren't aligned, and where do they come from?

Thanks!

AG


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

* [Bug target/59142] [4.8 / 4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
  2013-11-16 22:52 ` [Bug target/59142] " pinskia at gcc dot gnu.org
  2013-11-16 23:30 ` joao.m.santos.silva at gmail dot com
@ 2013-11-18  9:06 ` doko at gcc dot gnu.org
  2013-11-20 10:53 ` [Bug target/59142] [4.8/4.9 " rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: doko at gcc dot gnu.org @ 2013-11-18  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

Matthias Klose <doko at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|arm                         |arm-linxux-gnueabihf
                 CC|                            |doko at gcc dot gnu.org
      Known to work|                            |4.7.3
            Summary|internal compiler error     |[4.8 / 4.9 Regression]
                   |while compiling OpenCV      |internal compiler error
                   |2.4.7                       |while compiling OpenCV
                   |                            |2.4.7
      Known to fail|                            |4.8.2, 4.9.0

--- Comment #4 from Matthias Klose <doko at gcc dot gnu.org> ---
unrelated to Linaro changes, fails on the 4.8 branch and trunk with -mthumb and
-O2 -O3, works with -marm or -O0 or -O1.


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (3 preceding siblings ...)
  2013-11-20 10:53 ` [Bug target/59142] [4.8/4.9 " rguenth at gcc dot gnu.org
@ 2013-11-20 10:53 ` rguenth at gcc dot gnu.org
  2013-11-20 11:43 ` charles.baylis at linaro dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-20 10:53 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-11-20
            Summary|[4.8 / 4.9 Regression]      |[4.8/4.9 Regression]
                   |internal compiler error     |internal compiler error
                   |while compiling OpenCV      |while compiling OpenCV
                   |2.4.7                       |2.4.7
     Ever confirmed|0                           |1

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
The revision probably exposed a latent issue.


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (2 preceding siblings ...)
  2013-11-18  9:06 ` [Bug target/59142] [4.8 / 4.9 Regression] " doko at gcc dot gnu.org
@ 2013-11-20 10:53 ` rguenth at gcc dot gnu.org
  2013-11-20 10:53 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-20 10:53 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (4 preceding siblings ...)
  2013-11-20 10:53 ` rguenth at gcc dot gnu.org
@ 2013-11-20 11:43 ` charles.baylis at linaro dot org
  2013-12-19 16:32 ` clyon at gcc dot gnu.org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: charles.baylis at linaro dot org @ 2013-11-20 11:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Charles Baylis <charles.baylis at linaro dot org> ---

Comparing reduced.cpp.153r.cse1 in r172837 and the previous commit.

--- reduced.cpp.153r.cse1 from gcc trunk r172835 [works]
(insn 18 17 19 2 (parallel [
            (set (mem/s:SI (reg/f:SI 138) [5 MEM[(struct A *)0B]+0 S4 A32])
                (reg:SI 0 r0))
            (set (mem/s:SI (plus:SI (reg/f:SI 138)
                        (const_int 4 [0x4])) [5 MEM[(struct A *)0B]+4 S4 A32])
                (reg:SI 1 r1))
        ]) reference/reduced.cpp:6 373 {*stm2_ia}
     (nil))


--- reduced.cpp.153r.cse1 from gcc trunk r172837 [has ICE]
(insn 24 23 25 2 (parallel [
            (set (mem/s:SI (reg/f:SI 141) [5 MEM[(struct A *)0B]+0 S4 A32])
                (reg:SI 0 r0))
            (set (mem/s:SI (plus:SI (reg/f:SI 141)
                        (const_int 4 [0x4])) [5 MEM[(struct A *)0B]+4 S4 A32])
                (reg/f:SI 26 afp))     <--- r1 changed to afp here
        ]) reference/reduced.cpp:6 373 {*stm2_ia}
     (nil))


This gets re-written later:
-- reduced.cpp.190r.ira from gcc trunk r172837
(insn 24 29 28 2 (parallel [
            (set (mem/s:SI (reg/f:SI 4 r4 [141]) [5 MEM[(struct A *)0B]+0 S4
A32
])
                (reg:SI 0 r0))
            (set (mem/s:SI (plus:SI (reg/f:SI 4 r4 [141])
                        (const_int 4 [0x4])) [5 MEM[(struct A *)0B]+4 S4 A32])
                (plus:SI (reg/f:SI 13 sp)       <---\__ was aftp
                    (const_int 1048 [0x418])))  <---/ 
        ]) reference/reduced.cpp:6 373 {*stm2_ia}
     (nil))


The (plus:SI (reg/f:SI 13 sp) (const_int 1048 [0x418])) is the invalid operand
which causes the ICE during final.


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (5 preceding siblings ...)
  2013-11-20 11:43 ` charles.baylis at linaro dot org
@ 2013-12-19 16:32 ` clyon at gcc dot gnu.org
  2013-12-19 16:51 ` clyon at gcc dot gnu.org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: clyon at gcc dot gnu.org @ 2013-12-19 16:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from clyon at gcc dot gnu.org ---
Author: clyon
Date: Thu Dec 19 16:32:04 2013
New Revision: 206123

URL: http://gcc.gnu.org/viewcvs?rev=206123&root=gcc&view=rev
Log:
2013-12-19  Charles Baylis  <charles.baylis@linaro.org>

    PR target/59142
    * config/arm/predicates.md (vfp_hard_register_operand): New predicate.
    * config/arm/arm.md (vfp_pop_multiple_with_writeback): Use
    vfp_hard_register_operand.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.md
    trunk/gcc/config/arm/predicates.md


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (6 preceding siblings ...)
  2013-12-19 16:32 ` clyon at gcc dot gnu.org
@ 2013-12-19 16:51 ` clyon at gcc dot gnu.org
  2013-12-19 16:54 ` clyon at gcc dot gnu.org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: clyon at gcc dot gnu.org @ 2013-12-19 16:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from clyon at gcc dot gnu.org ---
Author: clyon
Date: Thu Dec 19 16:51:35 2013
New Revision: 206124

URL: http://gcc.gnu.org/viewcvs?rev=206124&root=gcc&view=rev
Log:
2013-12-19  Charles Baylis  <charles.baylis@linaro.org>

    PR target/59142
    gcc/
    * arm/predicates.md (arm_hard_general_register_operand): New
    predicate.
    (arm_hard_register_operand): Remove.
    * config/arm/arm-ldmstm.ml: Use arm_hard_general_register_operand
    for all patterns.
    * config/arm/ldmstm.md: Regenerate.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm-ldmstm.ml
    trunk/gcc/config/arm/ldmstm.md
    trunk/gcc/config/arm/predicates.md


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (7 preceding siblings ...)
  2013-12-19 16:51 ` clyon at gcc dot gnu.org
@ 2013-12-19 16:54 ` clyon at gcc dot gnu.org
  2014-01-17 11:48 ` clyon at gcc dot gnu.org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: clyon at gcc dot gnu.org @ 2013-12-19 16:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from clyon at gcc dot gnu.org ---
Author: clyon
Date: Thu Dec 19 16:54:16 2013
New Revision: 206125

URL: http://gcc.gnu.org/viewcvs?rev=206125&root=gcc&view=rev
Log:
2013-12-19  Charles Baylis  <charles.baylis@linaro.org>

    PR target/59142
    gcc/
    * config/arm/arm-ldmstm.ml: Use low_register_operand for Thumb
    patterns.
    * config/arm/ldmstm.md: Regenerate.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm-ldmstm.ml
    trunk/gcc/config/arm/ldmstm.md


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (8 preceding siblings ...)
  2013-12-19 16:54 ` clyon at gcc dot gnu.org
@ 2014-01-17 11:48 ` clyon at gcc dot gnu.org
  2014-01-17 11:57 ` clyon at gcc dot gnu.org
  2014-01-17 19:48 ` law at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: clyon at gcc dot gnu.org @ 2014-01-17 11:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from clyon at gcc dot gnu.org ---
Author: clyon
Date: Fri Jan 17 11:48:06 2014
New Revision: 206706

URL: http://gcc.gnu.org/viewcvs?rev=206706&root=gcc&view=rev
Log:
2014-01-17  Charles Baylis  <charles.baylis@linaro.org>

    Backport from mainline
    2013-12-19  Charles Baylis  <charles.baylis@linaro.org>

    PR target/59142
    * config/arm/arm-ldmstm.ml: Use low_register_operand for Thumb
    patterns.
    * config/arm/ldmstm.md: Regenerate.

    2013-12-19  Charles Baylis  <charles.baylis@linaro.org>

    PR target/59142
    * config/arm/predicates.md (arm_hard_general_register_operand):
    New predicate.
    (arm_hard_register_operand): Remove.
    * config/arm/arm-ldmstm.ml: Use arm_hard_general_register_operand
    for all patterns.
    * config/arm/ldmstm.md: Regenerate.

    2013-12-19  Charles Baylis  <charles.baylis@linaro.org>

    PR target/59142
    * config/arm/predicates.md (vfp_hard_register_operand): New predicate.
    * config/arm/arm.md (vfp_pop_multiple_with_writeback): Use
    vfp_hard_register_operand.


Modified:
    branches/gcc-4_8-branch/   (props changed)
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config/arm/arm-ldmstm.ml
    branches/gcc-4_8-branch/gcc/config/arm/arm.md
    branches/gcc-4_8-branch/gcc/config/arm/ldmstm.md
    branches/gcc-4_8-branch/gcc/config/arm/predicates.md

Propchange: branches/gcc-4_8-branch/
            ('svn:mergeinfo' modified)


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (9 preceding siblings ...)
  2014-01-17 11:48 ` clyon at gcc dot gnu.org
@ 2014-01-17 11:57 ` clyon at gcc dot gnu.org
  2014-01-17 19:48 ` law at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: clyon at gcc dot gnu.org @ 2014-01-17 11:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from clyon at gcc dot gnu.org ---
Author: clyon
Date: Fri Jan 17 11:57:02 2014
New Revision: 206707

URL: http://gcc.gnu.org/viewcvs?rev=206707&root=gcc&view=rev
Log:
2014-01-17  Charles Baylis  <charles.baylis@linaro.org>

    Backport from mainline
    2013-12-19  Charles Baylis  <charles.baylis@linaro.org>

    PR target/59142
    * config/arm/arm-ldmstm.ml: Use low_register_operand for Thumb
    patterns.
    * config/arm/ldmstm.md: Regenerate.

    2013-12-19  Charles Baylis  <charles.baylis@linaro.org>

    PR target/59142
    * config/arm/predicates.md (arm_hard_general_register_operand):
    New predicate.
    (arm_hard_register_operand): Remove.
    * config/arm/arm-ldmstm.ml: Use arm_hard_general_register_operand
    for all patterns.
    * config/arm/ldmstm.md: Regenerate.


Modified:
    branches/gcc-4_7-branch/   (props changed)
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/config/arm/arm-ldmstm.ml
    branches/gcc-4_7-branch/gcc/config/arm/ldmstm.md
    branches/gcc-4_7-branch/gcc/config/arm/predicates.md

Propchange: branches/gcc-4_7-branch/
            ('svn:mergeinfo' modified)


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

* [Bug target/59142] [4.8/4.9 Regression] internal compiler error while compiling OpenCV 2.4.7
  2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
                   ` (10 preceding siblings ...)
  2014-01-17 11:57 ` clyon at gcc dot gnu.org
@ 2014-01-17 19:48 ` law at redhat dot com
  11 siblings, 0 replies; 13+ messages in thread
From: law at redhat dot com @ 2014-01-17 19:48 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |law at redhat dot com
         Resolution|---                         |FIXED

--- Comment #13 from Jeffrey A. Law <law at redhat dot com> ---
Should be fixed on trunk via Charles's commits.


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

end of thread, other threads:[~2014-01-17 19:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-15  1:09 [Bug c++/59142] New: internal compiler error while compiling OpenCV 2.4.7 joao.m.santos.silva at gmail dot com
2013-11-16 22:52 ` [Bug target/59142] " pinskia at gcc dot gnu.org
2013-11-16 23:30 ` joao.m.santos.silva at gmail dot com
2013-11-18  9:06 ` [Bug target/59142] [4.8 / 4.9 Regression] " doko at gcc dot gnu.org
2013-11-20 10:53 ` [Bug target/59142] [4.8/4.9 " rguenth at gcc dot gnu.org
2013-11-20 10:53 ` rguenth at gcc dot gnu.org
2013-11-20 11:43 ` charles.baylis at linaro dot org
2013-12-19 16:32 ` clyon at gcc dot gnu.org
2013-12-19 16:51 ` clyon at gcc dot gnu.org
2013-12-19 16:54 ` clyon at gcc dot gnu.org
2014-01-17 11:48 ` clyon at gcc dot gnu.org
2014-01-17 11:57 ` clyon at gcc dot gnu.org
2014-01-17 19:48 ` law at redhat dot com

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).