public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/46169] New: ICE: internal compiler error: in convert_move, at expr.c:371
@ 2010-10-25 20:19 eric at anholt dot net
  2010-10-25 20:20 ` [Bug c/46169] " eric at anholt dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: eric at anholt dot net @ 2010-10-25 20:19 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE: internal compiler error: in convert_move, at
                    expr.c:371
           Product: gcc
           Version: 4.4.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: eric@anholt.net


I ran into an ICE doing some code I was hacking on for Mesa to make a temporary
shim for some upcoming interface changes.  I managed to cut it down to this
testcase, which is not minimal but hopefully small enough to reveal problems
well.

anholt@pollan:anholt/src/temp% gcc -o gcc-fail gcc-fail.c -Os
-fno-strict-aliasing
gcc-fail.c: In function ‘main’:
gcc-fail.c:57: internal compiler error: in convert_move, at expr.c:371
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.

anholt@pollan:anholt/src/temp% dpkg -l gcc
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                 Version              Description
+++-====================-====================-========================================================
ii  gcc                  4:4.4.5-1            The GNU C compiler


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

* [Bug c/46169] ICE: internal compiler error: in convert_move, at expr.c:371
  2010-10-25 20:19 [Bug c/46169] New: ICE: internal compiler error: in convert_move, at expr.c:371 eric at anholt dot net
@ 2010-10-25 20:20 ` eric at anholt dot net
  2010-10-25 21:21 ` [Bug middle-end/46169] " hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: eric at anholt dot net @ 2010-10-25 20:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Eric Anholt <eric at anholt dot net> 2010-10-25 20:20:19 UTC ---
Created attachment 22150
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22150
gcc-fail.c


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

* [Bug middle-end/46169] ICE: internal compiler error: in convert_move, at expr.c:371
  2010-10-25 20:19 [Bug c/46169] New: ICE: internal compiler error: in convert_move, at expr.c:371 eric at anholt dot net
  2010-10-25 20:20 ` [Bug c/46169] " eric at anholt dot net
@ 2010-10-25 21:21 ` hjl.tools at gmail dot com
  2010-10-27 21:35 ` [Bug middle-end/46169] [4.4 Regression] " pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2010-10-25 21:21 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu.org

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2010-10-25 21:21:37 UTC ---
It was fixed in gcc 4.5 by revision 147731:

http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00708.html


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

* [Bug middle-end/46169] [4.4 Regression] ICE: internal compiler error: in convert_move, at expr.c:371
  2010-10-25 20:19 [Bug c/46169] New: ICE: internal compiler error: in convert_move, at expr.c:371 eric at anholt dot net
  2010-10-25 20:20 ` [Bug c/46169] " eric at anholt dot net
  2010-10-25 21:21 ` [Bug middle-end/46169] " hjl.tools at gmail dot com
@ 2010-10-27 21:35 ` pinskia at gcc dot gnu.org
  2011-04-16  9:59 ` jakub at gcc dot gnu.org
  2012-03-13 16:12 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2010-10-27 21:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.10.27 21:35:06
      Known to work|                            |4.5.0
   Target Milestone|---                         |4.4.6
            Summary|ICE: internal compiler      |[4.4 Regression] ICE:
                   |error: in convert_move, at  |internal compiler error: in
                   |expr.c:371                  |convert_move, at expr.c:371
     Ever Confirmed|0                           |1

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-10-27 21:35:06 UTC ---
Confirmed.


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

* [Bug middle-end/46169] [4.4 Regression] ICE: internal compiler error: in convert_move, at expr.c:371
  2010-10-25 20:19 [Bug c/46169] New: ICE: internal compiler error: in convert_move, at expr.c:371 eric at anholt dot net
                   ` (2 preceding siblings ...)
  2010-10-27 21:35 ` [Bug middle-end/46169] [4.4 Regression] " pinskia at gcc dot gnu.org
@ 2011-04-16  9:59 ` jakub at gcc dot gnu.org
  2012-03-13 16:12 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16  9:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.6                       |4.4.7


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

* [Bug middle-end/46169] [4.4 Regression] ICE: internal compiler error: in convert_move, at expr.c:371
  2010-10-25 20:19 [Bug c/46169] New: ICE: internal compiler error: in convert_move, at expr.c:371 eric at anholt dot net
                   ` (3 preceding siblings ...)
  2011-04-16  9:59 ` jakub at gcc dot gnu.org
@ 2012-03-13 16:12 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 16:12 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.4.7                       |4.5.0

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 13:04:19 UTC ---
Fixed in 4.5+, 4.4 is no longer supported.


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

end of thread, other threads:[~2012-03-13 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-25 20:19 [Bug c/46169] New: ICE: internal compiler error: in convert_move, at expr.c:371 eric at anholt dot net
2010-10-25 20:20 ` [Bug c/46169] " eric at anholt dot net
2010-10-25 21:21 ` [Bug middle-end/46169] " hjl.tools at gmail dot com
2010-10-27 21:35 ` [Bug middle-end/46169] [4.4 Regression] " pinskia at gcc dot gnu.org
2011-04-16  9:59 ` jakub at gcc dot gnu.org
2012-03-13 16:12 ` 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).