------- Comment #11 from daney at gcc dot gnu dot org  2007-09-05 17:34 -------
I am bootstrapping the 'Proposed patch' on mipsel-linux with this test case
added:
------------------------------------
/* { dg-do compile } */
/* { dg-mips-options "-O2 -EB -mabi=64 -msym32 -mno-abicalls -march=mips64" }
*/
extern unsigned long a[];
int b(int x);

int c()
{
    return b(a[0]);
}
------------------------------


-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to