This is the mail archive of the gcc-prs@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]

Re: target/9572: [sse2] ICE in output_constant_pool


Old Synopsis: ICE on cast from mmx-variable to long long
New Synopsis: [sse2] ICE in output_constant_pool

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Feb  4 15:31:52 2003
State-Changed-Why:
    Confirmed. The code uses a gcc extension though, IIRC,
    namely casts-as-lvalues.It fails when using -msse2 for
    all versions since at least 3.2, but succeeds without
    -msse2.
    
    tmp/g> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c -msse2 x.c
    x.c: In function `int main()':
    x.c:4: internal compiler error: in output_constant_pool, at varasm.c:3451
    Please submit a full bug report,

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9572


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