- 03 Oct, 1999 4 commits
-
-
* alias.c (nonlocal_reference_p): Add static prototype. * bitmap.c (bitmap_element_allocate): Prototype args in function pointer cast. * builtins.c (stabilize_va_list): Add static prototype. (expand_builtin_va_arg): Constify a char*. * c-lex.c (getch, put_back, extend_token_buffer_to, read_line_number, token_getch, token_put_back): Add static prototypes. * c-parse.gperf (hash, is_reserved_word): Likewise. * cccp.c (is_dir_separator): Likewise. From-SVN: r29782
Kaveh R. Ghazi committed -
* tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for bitfields, rather than DECL_BIT_FIELD. * ir.texi: Document how to tell whether or not a field is a bitfield. * lex.c (make_lang_type): Fix typo in comment. From-SVN: r29781
Mark Mitchell committed -
From-SVN: r29780
Jeff Law committed -
* xmalloc.c (xmalloc): Fix spelling error. (xcalloc, xrealloc): Likewise. From-SVN: r29779
Mark Mitchell committed
-
- 02 Oct, 1999 20 commits
-
-
From-SVN: r29778
Kaveh Ghazi committed -
* graph.h: New file to prototype functions exported by graph.c. * Makefile.in (graph.o, toplev.o): Depend on graph.h. * graph.c: Include graph.h. * toplev.c: Likewise. Remove redundant prototypes. From-SVN: r29777
Kaveh R. Ghazi committed -
* cplus-dem.c (fancy_abort, demangle_integral_value, demangle_arm_hp_template, recursively_demangle, standard_symbol_characters, hp_symbol_characters, main): Add prototype. (program_name, program_version, fatal): Constify a char*. (usage, fatal): Mark with ATTRIBUTE_NORETURN. (main): Call return, not exit. From-SVN: r29776
Kaveh R. Ghazi committed -
From-SVN: r29775
Richard Henderson committed -
* invoke.texi: Removed duplicated description for -Q. From-SVN: r29774
Krister Walfridsson committed -
http://developer.redhat.com
* extend.texi: Grammar fix in __extension__ text. From-SVN: r29773
Jim Kingdon committed -
From-SVN: r29772
Richard Henderson committed -
* i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0 (mov $-1 to or peepholer): Enable for pentium when optimizing for speed. From-SVN: r29771
Jan Hubicka committed -
* builtins.c (expand_builtin_strlen): Fix best mode searching loop. From-SVN: r29770
Jan Hubicka committed -
* i386.md (ffs expander): Emit Pentium friendly code for TARGET_PENTIUM. From-SVN: r29769
Jan Hubicka committed -
From-SVN: r29768
Anthony Green committed -
I am committing the following changes to enable the picojava port. I will also forward them to Boehm. From-SVN: r29767
Steve Chamberlain committed -
From-SVN: r29766
Steve Chamberlain committed -
and endian bits for the picojava port. I am committing this (and the rebuilt Makefile.in/configure files). From-SVN: r29765
Steve Chamberlain committed -
* tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES for non-trees. (build1): Likewise. From-SVN: r29764
Mark Mitchell committed -
From-SVN: r29763
Jeff Law committed -
From-SVN: r29762
Jason Merrill committed -
From-SVN: r29761
Jason Merrill committed -
* libjava.lang/PR56.out: New file. * libjava.lang/PR56.java: New file. From-SVN: r29760
Tom Tromey committed -
* configure: Rebuilt. * configure.in: Set classpath when invoking gcj. Use changequote around sed invocation. * java/net/natPlainSocketImpl.cc: Stub native functions if DISABLE_JAVA_NET is defined. * java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Fixed typo in exception string. (getTimeToLive): Likewise. Stub native functions if DISABLE_JAVA_NET is defined. * java/net/natInetAddress.cc: Stub native functions if DISABLE_JAVA_NET is defined. * configure.host: Disable java.net for mips-tx39. * configure, include/config.h.in: Rebuilt. * acconfig.h (DISABLE_JAVA_NET): Undefine. * configure.in: Added --disable-java-net and new define `DISABLE_JAVA_NET'. From-SVN: r29759
Tom Tromey committed
-
- 01 Oct, 1999 16 commits
-
-
From-SVN: r29758
Jason Merrill committed -
pt.c (tsubst_decl): If the type of a template instantiation is bogus, so is the whole instantiation. * pt.c (tsubst_decl): If the type of a template instantiation is bogus, so is the whole instantiation. From-SVN: r29757
Mark Mitchell committed -
From-SVN: r29756
Bernd Schmidt committed -
* config/m68k/m68k.c (use_return_insn): Return false if the pic register is in use. From-SVN: r29755
Andreas Schwab committed -
From-SVN: r29754
Bernd Schmidt committed -
From-SVN: r29753
Bernd Schmidt committed -
From-SVN: r29752
Jeff Law committed -
From-SVN: r29751
Mark Mitchell committed -
* lib/file-format.exp (gcc_target_object_format): Don't crash if objdump is unavailable. From-SVN: r29750
Mark Mitchell committed -
* decl.c (initialize_local_var): Handle static variables here. (cp_finish_decl): Tweak handling of function-scope static variables. * semantics.c (expand_stmt): Handle DECL_STMTs for static variables. From-SVN: r29749
Mark Mitchell committed -
From-SVN: r29748
Mark Mitchell committed -
From-SVN: r29747
Mark Mitchell committed -
* rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node for the va_list record. From-SVN: r29746
Franz Sirl committed -
* i386.c (ix86_adjust_cost): Ignore false ebp dependencies in prologues. From-SVN: r29745
Jan Hubicka committed -
* alias.c: Include insn-flags.h. * Makefile.in (alias.o): Update. From-SVN: r29744
Jan Hubicka committed -
* i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons to LTU and GEU. Handle more cases using sbb. From-SVN: r29743
Jan Hubicka committed
-