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 optimization/11761] [tree-ssa] arrays inside classes not optimised away


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

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-08-15 03:44:04         |2003-10-26 20:32:09
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-26 20:32 -------
This is semi fixed, now gcc just has to remove p1:
;; Function int main() (main)

int main() ()
{
  {
    struct p p1;

    {
      (void)0
    };
    t ();
  };
  return 0;;
}


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