This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the EGCS project.


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

Internal compiler error - pa.md


In the current mainline, the following error occurs:

./genattr ../../gcc/config/pa/pa.md > tmp-attr.h
Expected character ".  Found character [.  At file position: 48803
Following characters are:
	(set_attr "type" "load")
   (set_attr "length" "4")])

;; Always use addil rather than ldil;add sequences.  This allows the
;; HP linker to eliminate the dp relocation if the symbolic operand
;; livesAborting.
genattr: Internal compiler error in `dump_and_abort', at ../../gcc/rtl.c:539

Looks like a missing "" in instruction definition.

-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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