This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/11089] [3.3/3.4 regression] ICE: instantiate_virtual_regs_lossage while using sse built-ins


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |middle-end
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-04 16:02:36
               date|                            |
            Summary|ICE:                        |[3.3/3.4 regression] ICE:
                   |instantiate_virtual_regs_los|instantiate_virtual_regs_los
                   |sage                        |sage while using sse built-
                   |                            |ins


------- Additional Comments From pinskia@physics.uc.edu  2003-06-04 16:02 -------
I can confirm this on 3.3.1 (20030526) and on the mainline (20030604), and does not 
ICE on 3.2.3.  I can use either c or c++ to reproduce this error (for c I needed to change 
the variable v to be declared with struct in front of vector) and the ICE is in function.c 
which is in the middle-end so moving to middle-end.


tin:~/src/gnu/gcctest>gcc -S pr11089.c -msse
pr11089.c: In function `main':
pr11089.c:20: internal compiler error: in instantiate_virtual_regs_lossage, at 
function.c:3824
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]