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/25706] [4.2 regression]: invalid asm: "mov"



------- Comment #6 from hp at gcc dot gnu dot org  2006-01-28 23:04 -------
Subject: Bug 25706

Author: hp
Date: Sat Jan 28 23:03:58 2006
New Revision: 110347

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110347
Log:
        PR target/25706
        * config/cris/cris.md ("*extopqihi_side", "*extop<mode>si_side")
        ("*extop<mode>si_swap_side_biap", "*extop<mode>si_swap_side",
        ("*extopqihi", "*extop<mode>si", "*extop<mode>si_swap"): Use %E
        output pattern modifier, not %e.
        * config/cris/cris.c (cris_op_str): Update comment about pattern
        modifier.
        (cris_print_operand) <case 'e'>: Clear cris_output_insn_is_bound
        before falling through into...
        <case 'E'>: Redefined from old 'e' case.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/cris/cris.c
    branches/gcc-4_1-branch/gcc/config/cris/cris.md


-- 


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


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