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 target/16176] [3.4 Regression] Miscompilation of unaligned data in MIPS backend (SB1 flavor)


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-06-25 18:42 -------
Patch applied:

    http://gcc.gnu.org/ml/gcc-patches/2004-06/msg02085.html

Mark, you know what I'm going to ask ;)  Is this OK for 3.4.1?  Or should
it wait until 3.4.2?

Perhaps the patch isn't quite as obvious as the one you approved earlier
today.  But IMO it _is_ still obvious.  And safe.  The bug here is also
much more serious, since it only shows up at run time (rather than
link time).

I suppose every patch carries some amount of risk.  But like I say,
I think the risk in this case is very small, and I think it's obvious
that the new code is theoretically more correct.  From that POV,
I'd imagine the risk is more of introducing an ICE than introducing
another wrong code bug.

Err... couldn't decide whether to delete that last paragraph or not ;)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
      Known to work|                            |3.3.3 3.5.0
            Summary|Miscompilation of unaligned |[3.4 Regression]
                   |data in MIPS backend (SB1   |Miscompilation of unaligned
                   |flavor)                     |data in MIPS backend (SB1
                   |                            |flavor)
   Target Milestone|---                         |3.4.2


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


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