- 21 Jan, 2003 17 commits
-
-
From-SVN: r61545
Kaveh R. Ghazi committed -
gcc: * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn, insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn, c-parse.o-warn): Add -Wno-error. (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@". * configure.in (--enable-werror): Add new flag. * doc/install.texi (--enable-werror): Document. * configure: Regenerate. * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error. cp: Make-lang.in (cp/decl.o-warn): Add -Wno-error. f: Make-lang.in (f/sta.o-warn): Add -Wno-error. java: Make-lang.in (jvspec.o-warn): Add -Wno-error. From-SVN: r61544
Kaveh R. Ghazi committed -
* genautomata.c (output_internal_insn_latency_func): Fix missing close paren in output. From-SVN: r61542
Andreas Schwab committed -
* genautomata.c: Space savings in generated code: (output_dfa_insn_code_func): Split out the table-enlargement path to an out-of-line static function, dfa_insn_code_enlarge. (output_internal_insn_latency_func): Use a lookup table for the default latencies. (output_print_reservation_func): Use a lookup table for the strings. From-SVN: r61541
Zack Weinberg committed -
PR opt/7507 * calls.c (fix_unsafe_tree): Split out from ... (expand_call): ... here. Use it on the function address too. From-SVN: r61539
Christian Ehrhardt committed -
From-SVN: r61538
Richard Henderson committed -
PR opt/7507 * stmt.c (expand_asm_operands): Validize memory operands. * gcc.dg/20030120-1.c: New. From-SVN: r61535
Richard Henderson committed -
PR opt/8848 * ifcvt.c (noce_process_if_block): Correct arguments to modified_between_p for no-else-block case. * gcc.c-torture/execute/20030120-2.c: New. From-SVN: r61532
Richard Henderson committed -
* config/h8300/h8300.c (const_costs): Remove a warning. (output_plussi): Likewise. (compute_plussi_length): Likewise. (compute_plussi_cc): Likewise. From-SVN: r61531
Kazu Hirata committed -
* config/h8300/h8300.md (addsi_h8300): Remove the last alternative. From-SVN: r61530
Kazu Hirata committed -
From-SVN: r61529
Kazu Hirata committed -
From-SVN: r61528
Kaveh R. Ghazi committed -
* ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x is not a scalar int mode. From-SVN: r61525
John David Anglin committed -
* cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL insn's notes following a substitution inside a libcall. From-SVN: r61524
Roger Sayle committed -
From-SVN: r61523
GCC Administrator committed -
* configure.in: Check for system-provided 'uchar' type. * configure, config.in: Regenerate. * cpphash.h: Only typedef 'uchar' if the system doesn't. From-SVN: r61516
Zack Weinberg committed -
* configure.in: Check for system-provided 'uchar' type. * configure: Regenerate. * cpphash.h: Only typedef 'uchar' if the system doesn't. From-SVN: r61515
Zack Weinberg committed
-
- 20 Jan, 2003 12 commits
-
-
* expr.h (MUST_PASS_IN_STACK): Move implementation... * calls.c (default_must_pass_in_stack): ... here. From-SVN: r61514
Richard Henderson committed -
2003-01-20 Vladimir Makarov <vmakarov@redhat.com> * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c. * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h. * genattr.c (main): Output default definition of AUTOMATON_ALTS. Wrap up definition `insn_alts'. * genattrtab.c (main): Wrap up `insn_alts'. From-SVN: r61513
Vladimir Makarov committed -
* collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before prototyping. * configure.in: Check for <ldfcn.h> and ldgetname() prototype. * config.in, configure: Regenerate. From-SVN: r61511
Kaveh R. Ghazi committed -
Add a testcase for the bug fixed by this patch. From-SVN: r61509
Nick Clifton committed -
From-SVN: r61507
Josef Zlomek committed -
From-SVN: r61506
Jan Hubicka committed -
* system.h: Don't declare strsignal if the decl test hasn't been run yet. From-SVN: r61505
Andreas Schwab committed -
* Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. (nat_source_files): Add natVMObjectStreamClass.cc. * Makefile.in: Regenerated. * gcj/javaprims.h (namespace java): Regenerated. * java/io/ObjectStreamClass.java (getClassUID): Call VMObjectStreamClass.hasClassInitializer(). (hasClassInitializer): Removed. * java/io/VMObjectStreamClass.java: New class. * java/io/natVMObjectStreamClass.cc: New file. * java/lang/Class.h: Make java::io::VMObjectStreamClass friend class. From-SVN: r61501
Mark Wielaard committed -
* config/h8300/h8300.c (notice_update_cc): Don't assume that recog_data.operands[0] is always associated with cc0. * gcc.c-torture/execute/20030120-1.c: New. From-SVN: r61498
Kazu Hirata committed -
From-SVN: r61497
GCC Administrator committed -
From-SVN: r61490
David Edelsohn committed -
* collect2.c (ldgetname): Expand declaration to prototype. * read-rtl.c (atoll): Add prototype. From-SVN: r61489
David Edelsohn committed
-
- 19 Jan, 2003 5 commits
-
-
* configure.in: Add missing \. * configure: Rebuilt. From-SVN: r61487
Nathanael Nerode committed -
* test_summary (configflags): Only use the first match. Remove excess space. Use sub instead of gsub where possible. Use `none' if no configure flags were given. From-SVN: r61483
Alexandre Oliva committed -
2003-01-19 Paolo Carlini <pcarlini@unitus.it> * g++.old-deja/g++.pt/typename13.C: Remove XFAIL. From-SVN: r61482
Paolo Carlini committed -
* config.gcc (mips64*-*-linux*): Added. * config/mips/linux64.h, config/mips/t-linux64: New file. * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define. * config/mips/mips.c (override_options): Use it. * config/mips/mips.h (TARGET_SWITCHES): Added... (SUBTARGET_TARGET_SWITCHES): New, empty by default. * Makefile.in (SPECS): New. (STAGESTUFF, specs, mostlyclean, install-common): Use it. * gcc.c (process_command): Move self-spec processing past spec file loading. * doc/tm.texi (DRIVER_SELF_SPECS): Document the change. * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for CRTSTUFF_T_CFLAGS. (SPECS): Document. * doc/invoke.texi (-mabi-fake-default): Document. From-SVN: r61481
Alexandre Oliva committed -
* config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word, z_reg, z_reg_qi): Declare static and GTY(). (da_reg): Remove. (create_regs_rtx): Don't create da_reg. ("gt-m68hc11.h"): Include for GTY roots. * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern and GTY() here. (m68hc11_compare_op0, m68hc11_compare_op1): Likewise. (m68hc11_soft_tmp_reg): Likewise. * config/m68hc11/m68hc11-protos.h: Remove above declarations. From-SVN: r61479
Stephane Carrez committed
-
- 18 Jan, 2003 6 commits
-
-
* basic-block.h: Fix comment formatting. * calls.c: Likewise. * combine.c: Likewise. * convert.c: Likewise. * gcov.c: Likewise. * haifa-sched.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * system.h: Likewise. From-SVN: r61478
Kazu Hirata committed -
* check-init.c: Fix comment typos. * class.c: Likewise. * constants.c: Likewise. * decl.c: Likewise. * except.c: Likewise. * expr.c: Likewise. * java-except.h: Likewise. * java-tree.h: Likewise. * javaop.h: Likewise. * jcf-dump.c: Likewise. * jcf-io.c: Likewise. * jcf-parse.c: Likewise. * jcf-write.c: Likewise. * lang.c: Likewise. * mangle.c: Likewise. * typeck.c: Likewise. * verify.c: Likewise. From-SVN: r61477
Kazu Hirata committed -
* Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H). * jcf-write.c: Include "tm_p.h". From-SVN: r61476
Kaveh R. Ghazi committed -
From-SVN: r61473
Roger Sayle committed -
From-SVN: r61472
GCC Administrator committed -
From-SVN: r61464
Kaveh R. Ghazi committed
-