diff options
author | Jan Hubicka <jh@suse.cz> | 2003-01-09 12:03:00 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-01-09 11:03:00 +0000 |
commit | f56e86bd9c96aed9d101e8f3893719fb29866c58 (patch) | |
tree | 851a8ce28037f8e5813aa8af5eba3d11f02f7df4 /gcc/java | |
parent | 98c29f719c19ac2a166f19f14518f748952296d6 (diff) | |
download | gcc-f56e86bd9c96aed9d101e8f3893719fb29866c58.zip gcc-f56e86bd9c96aed9d101e8f3893719fb29866c58.tar.gz gcc-f56e86bd9c96aed9d101e8f3893719fb29866c58.tar.bz2 |
re PR target/8343 ([m68k] [3.2 regression] m68k-elf/rtems ICE at instantiate_virtual_regs_1)
* i386.md (*mul*): FIx constraints; remove confused comment; fix
athlon_decode attributes
(imul/k8 optimization peep2s): New.
* athlon.md (athlon_ssecmp*): Handle ssecomi as well.
* i386.md (type attribute): Add ssecomi.
(unit, memory, prefix attributes): Handle ssecomi.
(cvt?2? patterns): Fix athlon_decode attribute
(comi patterns): Set attribute to ssecomi.
PR target/8343
* m68k.md (umulsidi, mulsidi expanders): Use register operand.
From-SVN: r61098
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/keyword.h | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/gcc/java/keyword.h b/gcc/java/keyword.h index 4d09618..2f85f17 100644 --- a/gcc/java/keyword.h +++ b/gcc/java/keyword.h @@ -1,7 +1,8 @@ -/* C code produced by gperf version 2.7 */ -/* Command-line: gperf -L C -C -F , 0 -p -t -j1 -i 1 -g -o -N java_keyword -k1,4,$ keyword.gperf */ +/* C code produced by gperf version 2.7.2 */ +/* Command-line: gperf -L C -C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k'1,4,$' keyword.gperf */ /* Keyword definition for the GNU compiler for the Java(TM) language. - Copyright (C) 1997, 1998, 2003 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2001, 2002, 2003 + Free Software Foundation, Inc. Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com) This file is part of GCC. @@ -44,6 +45,10 @@ const struct java_keyword *java_keyword PARAMS ((const char *, unsigned int)); #ifdef __GNUC__ __inline +#else +#ifdef __cplusplus +inline +#endif #endif static unsigned int hash (str, len) @@ -105,7 +110,8 @@ java_keyword (str, len) { static const struct java_keyword wordlist[] = { - {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"else", ELSE_TK}, {"true", TRUE_TK}, {"case", CASE_TK}, @@ -163,8 +169,9 @@ java_keyword (str, len) {"", 0}, {"finally", FINALLY_TK}, {"throw", THROW_TK}, - {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, + {"", 0}, {"", 0}, {"", 0}, {"strictfp", STRICT_TK}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"", 0}, {"private", PRIVATE_TK} |