public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/45550]  New: [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899
@ 2010-09-05 21:09 gerald at pfeifer dot com
  2010-09-05 21:11 ` [Bug middle-end/45550] " gerald at pfeifer dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gerald at pfeifer dot com @ 2010-09-05 21:09 UTC (permalink / raw)
  To: gcc-bugs

This happens when building current Wine sources with today's GCC:

% /files/pfeifer/gcc/bin/gcc -c -O1 winefile.i
winefile.c: In function 'is_exe_file':
winefile.c:2953:13: internal compiler error: in fold_convert_loc, at
fold-const.c:1899
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.6 regression] internal compiler error: in
                    fold_convert_loc, at fold-const.c:1899
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
  GCC host triplet: i386-unknown-freebsd8.1


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


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

* [Bug middle-end/45550] [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899
  2010-09-05 21:09 [Bug middle-end/45550] New: [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899 gerald at pfeifer dot com
@ 2010-09-05 21:11 ` gerald at pfeifer dot com
  2010-09-06  1:28 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: gerald at pfeifer dot com @ 2010-09-05 21:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from gerald at pfeifer dot com  2010-09-05 21:10 -------
Created an attachment (id=21706)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21706&action=view)
Testcase

Note: this has been introduced in the last four days or so from what I can see.


-- 


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


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

* [Bug middle-end/45550] [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899
  2010-09-05 21:09 [Bug middle-end/45550] New: [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899 gerald at pfeifer dot com
  2010-09-05 21:11 ` [Bug middle-end/45550] " gerald at pfeifer dot com
@ 2010-09-06  1:28 ` hjl dot tools at gmail dot com
  2010-09-06  1:28 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-06  1:28 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   GCC host triplet|i386-unknown-freebsd8.1     |
   Last reconfirmed|0000-00-00 00:00:00         |2010-09-06 01:28:39
               date|                            |
   Target Milestone|---                         |4.6.0


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


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

* [Bug middle-end/45550] [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899
  2010-09-05 21:09 [Bug middle-end/45550] New: [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899 gerald at pfeifer dot com
  2010-09-05 21:11 ` [Bug middle-end/45550] " gerald at pfeifer dot com
  2010-09-06  1:28 ` hjl dot tools at gmail dot com
@ 2010-09-06  1:28 ` hjl dot tools at gmail dot com
  2010-09-06  1:39 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-06  1:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2010-09-06 01:28 -------
It is caused by revision 163831:

http://gcc.gnu.org/ml/gcc-cvs/2010-09/msg00122.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marbacz at gmail dot com


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


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

* [Bug middle-end/45550] [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899
  2010-09-05 21:09 [Bug middle-end/45550] New: [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899 gerald at pfeifer dot com
                   ` (2 preceding siblings ...)
  2010-09-06  1:28 ` hjl dot tools at gmail dot com
@ 2010-09-06  1:39 ` hjl dot tools at gmail dot com
  2010-09-06  1:46 ` hjl dot tools at gmail dot com
  2010-09-21 13:35 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-06  1:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2010-09-06 01:39 -------
It is very odd. Revision 163831 shouldn't change anything.


-- 


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


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

* [Bug middle-end/45550] [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899
  2010-09-05 21:09 [Bug middle-end/45550] New: [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899 gerald at pfeifer dot com
                   ` (3 preceding siblings ...)
  2010-09-06  1:39 ` hjl dot tools at gmail dot com
@ 2010-09-06  1:46 ` hjl dot tools at gmail dot com
  2010-09-21 13:35 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-06  1:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2010-09-06 01:45 -------
It is caused by revision 163861:

http://gcc.gnu.org/ml/gcc-cvs/2010-09/msg00152.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|marbacz at gmail dot com    |


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


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

* [Bug middle-end/45550] [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899
  2010-09-05 21:09 [Bug middle-end/45550] New: [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899 gerald at pfeifer dot com
                   ` (4 preceding siblings ...)
  2010-09-06  1:46 ` hjl dot tools at gmail dot com
@ 2010-09-21 13:35 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-21 13:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-09-21 13:34 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-09-21 13:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-05 21:09 [Bug middle-end/45550] New: [4.6 regression] internal compiler error: in fold_convert_loc, at fold-const.c:1899 gerald at pfeifer dot com
2010-09-05 21:11 ` [Bug middle-end/45550] " gerald at pfeifer dot com
2010-09-06  1:28 ` hjl dot tools at gmail dot com
2010-09-06  1:28 ` hjl dot tools at gmail dot com
2010-09-06  1:39 ` hjl dot tools at gmail dot com
2010-09-06  1:46 ` hjl dot tools at gmail dot com
2010-09-21 13:35 ` rguenth at gcc dot gnu dot 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).