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: c++/2348: scalar assignment to struct causes compiler crash


Synopsis: scalar assignment to struct causes compiler crash

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Wed Oct 30 18:13:45 2002
State-Changed-Why:
    This still ocurs with 3.2.1pre, but is fixed with present CVS:
    tmp/g> /home/bangerth/bin/gcc-3.3-pre/bin/c++ -c x.cc
    x.cc: In function `void f()':
    x.cc:5: error: conversion from `int' to non-scalar type `a_t' requested
    
    Since this is not a regression, it will not likely get fixed
    for 3.2.x and I get it out of the way for 3.3 by closing it.

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


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