This is the mail archive of the gcc-patches@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: [PATCH]: Fix 9779


On Wed, 2003-07-02 at 02:36, Nathan Sidwell wrote:
> Hi,
> I've installed this obvious patch for 9779. We correctly consider
> things like sizeof(foo) to be a non-type dependent expression. But we
> don't set its type. This is the simplest fix - setting its type breaks
> other things right now.

Indeed.

I am really hoping we can fix some of those issues in stage 2, but it is
a fair amount of work.

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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