summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * java/lang/Class.h (next): Updated documentation. Renamed totromey2005-01-244-15/+43
| | | | | | | | | | | | | | | 'next_or_version'. * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Use _Jv_CheckABIVersion. (_Jv_RegisterClasses_Counted): Likewise. (_Jv_RegisterClassHookDefault): Fix starting condition of duplicate-checking loop. * include/jvm.h (GCJ_VERSION): New define. (GCJ_BINARYCOMPAT_ADDITION): Likewise. (_Jv_CheckABIVersion): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94173 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/target-supports.exp (current_target_name): New.janis2005-01-242-13/+76
| | | | | | | | | (check_effective_target_ilp32, check_effective_target_lp64): Cache the result to use as long as the current target, with multilib flags, remains the same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94168 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/gcc-dg.exp (skip_test_and_clear_xfail): Remove.janis2005-01-242-25/+27
| | | | | | | | | | | (dg-require-weak, dg-require-visibility, dg-require-alias, dg-require-dg-sections, dg-require-profiling, dg-require-iconv, dg-require-effective-target, dg-skip-if): Remove call to skip_test_and_clear_xfail. (dg-test): Clear xfail data. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94167 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/17751jakub2005-01-244-8/+39
| | | | | | | | | | | | * config/rs6000/rs6000.c (rs6000_file_start): Create toc section for AIX ABI or ELF -fPIC. (rs6000_emit_load_toc_table): Don't create toc_section here. (rs6000_xcoff_file_start): Nor here. * gcc.dg/ppc64-toc.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94166 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am (libgij_la_LIBADD): Add -L$(here)/.libs.jakub2005-01-243-2/+14
| | | | | | | | (libgij_la_LDFLAGS): Add. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94165 138bc75d-0d04-0410-961f-82ee72b054a4
* ??? The first checkin was ignored?amylaar2005-01-241-0/+7
| | | | | | | | | | | * sh.c (ra.h): Don't #include. (hard_regs_intersect_p): New function, resurrected from ra.c. N.B this is Copyright 2002/2003 * sh.c: Fix 1996 Copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94164 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.c (ra.h): Don't #include.amylaar2005-01-241-2/+17
| | | | | | | | | | (hard_regs_intersect_p): New function, resurrected from ra.c. N.B this is Copyright 2002/2003 * sh.c: Fix 1996 Copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94163 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/19295sayle2005-01-244-9/+45
| | | | | | | | | | | * jcf-write.c (generate_bytecode_insns): Conversions between integer types of the same precision shouldn't generate widening or narrowing conversion bytecodes. * testsuite/libjava.compile/PR19295.java: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94162 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-24 Paolo Carlini <pcarlini@suse.de>paolo2005-01-246-0/+226
| | | | | | | | | | | | | | | * include/tr1/type_traits: Implement is_signed and is_unsigned. * testsuite/tr1/4_metaprogramming/type_properties/ is_signed/is_signed.cc: New. * testsuite/tr1/4_metaprogramming/type_properties/ is_signed/typedefs.cc: Likewise. * testsuite/tr1/4_metaprogramming/type_properties/ is_unsigned/is_unsigned.cc: Likewise. * testsuite/tr1/4_metaprogramming/type_properties/ is_unsigned/typedefs.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94160 138bc75d-0d04-0410-961f-82ee72b054a4
* * regrename.c (note_sets): Handle subregs.aldyh2005-01-242-0/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94157 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/18058jsm282005-01-242-10/+15
| | | | | | | | * genconditions.c (write_header, write_conditions): Elide file if not GCC >= 3.0.1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94155 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-opts.c, expmed.c, gengtype.c, tree-complex.c,kazu2005-01-248-7/+13
| | | | | | | | config/arm/iwmmxt.md, config/avr/avr.c, config/s390/s390.h: Update copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94154 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.c (get_pointer_alignment, gimplify_va_arg_expr,jakub2005-01-244-13/+43
| | | | | | | | | | | | expand_builtin_printf, expand_builtin_fprintf, expand_builtin_sprintf): Use POINTER_TYPE_P instead TREE_CODE checking against POINTER_TYPE. (validate_arglist): Handle POINTER_TYPE code by checking POINTER_TYPE_P. * g++.dg/tree-ssa/empty-1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94147 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-24 Paolo Bonzini <bonzini@gnu.org>bonzini2005-01-244-36/+109
| | | | | | | | | | | * rtlanal.c (non_rtx_starting_operands, for_each_rtx_1, init_rtlanal): New. (for_each_rtx): Call for_each_rtx_1. * rtl.h (init_rtlanal): Declare. * toplev.c (backend_init): Call init_rtlanal. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94146 138bc75d-0d04-0410-961f-82ee72b054a4
* * flow.c (propagate_one_insn): Formatting.jakub2005-01-245-4/+159
| | | | | | | | | | | | | PR middle-end/19551 * flow.c (libcall_dead_p): Be more conservative if unsure. If there are any instructions between insn and call, see if they are all dead before saying the libcall is dead. * gcc.c-torture/execute/20050121-1.c: New test. * gcc.dg/20050121-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94145 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.md (*extendsfdf2_sse): Use "nonimmediate_operand"uros2005-01-242-1/+6
| | | | | | | operand constraint for operand 0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94144 138bc75d-0d04-0410-961f-82ee72b054a4
* PR 19486rth2005-01-242-2/+8
| | | | | | | | * tree-complex.c (expand_complex_div_wide): Set EDGE_FALLTHRU on edges leading to join block. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94140 138bc75d-0d04-0410-961f-82ee72b054a4
* * expmed.c (expand_mult_highpart): Make static. Change type ofsayle2005-01-243-17/+29
| | | | | | | | | | constant multiplier argument from unsigned HOST_WIDE_INT to rtx. (expand_divmod): Updates calls to expand_mult_highpart by using gen_int_mode to pass a CONST_INT rtx. * rtl.h (expand_mult_highpart): Remove prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94139 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2005-01-242-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94137 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-23 Paolo Carlini <pcarlini@suse.de>paolo2005-01-243-1286/+2102
| | | | | | | * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 34. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94131 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-23 Paolo Carlini <pcarlini@suse.de>paolo2005-01-2375-105/+5762
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc: New. * testsuite/27_io/basic_ostream/endl/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostream/ends/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostream/ends/wchar_t/2.cc: Likewise. * testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc: Likewise. * testsuite/27_io/basic_ostream/flush/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostream/flush/wchar_t/2.cc: Likewise. * testsuite/27_io/basic_ostream/flush/wchar_t/ exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/2.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/3.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/4.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/4402.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/5.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/6.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/9555-oa.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ wchar_t/exceptions_failbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ wchar_t/2.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ wchar_t/3.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ wchar_t/4.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ wchar_t/5.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ wchar_t/6.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ wchar_t/9555-oc.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/ wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/ wchar_t/2.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/ wchar_t/3.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/ wchar_t/4.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/ wchar_t/5.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/ wchar_t/9318-out.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/ wchar_t/9424-out.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/ wchar_t/9555-oo.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ error_failbit.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ exceptions_failbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ exceptions_null.cc: Likewise. * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/put/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostream/seekp/char/ exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/seekp/wchar_t/ 2346-fstream.cc: Likewise. * testsuite/27_io/basic_ostream/seekp/wchar_t/ 2346-sstream.cc: Likewise. * testsuite/27_io/basic_ostream/seekp/wchar_t/ exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc: Likewise. * testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc: Likewise. * testsuite/27_io/basic_ostream/tellp/wchar_t/ exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/write/wchar_t/1.cc: Likewise. * testsuite/data/wostream_inserter_char-1.tst: Likewise. * testsuite/data/wostream_inserter_char-1.txt: Likewise. * testsuite/data/wostream_inserter_other-1.tst: Likewise. * testsuite/data/wostream_inserter_other-2.tst: Likewise. * testsuite/data/wostream_seeks-1.tst: Likewise. * testsuite/27_io/basic_ostream/endl/char/1.cc: Minor tweaks. * testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/exceptions/char/9561.cc: Likewise. * testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/flush/char/2.cc: Likewise. * testsuite/27_io/basic_ostream/flush/char/ exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ char/2.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ char/3.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ char/4.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ char/4402.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ char/5.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_arithmetic/ char/6.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_character/ char/4.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/ 2.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/ 5.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/ error_failbit.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/ exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/ exceptions_failbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/inserters_other/char/ exceptions_null.cc: Likewise. * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise. * testsuite/27_io/basic_ostream/seekp/char/ exceptions_badbit_throw.cc: Likewise. * testsuite/27_io/basic_ostream/sentry/char/2.cc: Likewise. * testsuite/27_io/basic_ostream/write/char/1.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94129 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-23 Paul Brook <paul@codesourcery.com>pbrook2005-01-237-173/+135
| | | | | | | | | | | | | | | | | | | | Steven G. Kargl <kargls@comcast.net> PR fortran/17941 * arith.c (gfc_convert_real): Remove sign handling. * primary.c (match_digits): Allow whitespace after initial sign. (match_real_const): Handle signs here. Allow whitespace after initial sign. Remove dead code. (match_const_complex_part): Remove. (match_complex_part): Use match_{real,integer}_const. (match_complex_constant): Cross-promote integer types. testsuite/ * gfortran.dg/real_const_1.f: New test. * gfortran.dg/real_const_2.f90: New test. * gfortran.dg/complex_int_1.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94127 138bc75d-0d04-0410-961f-82ee72b054a4
* * cfganal.c: Fix a reference to Harvey's paper.kazu2005-01-232-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94126 138bc75d-0d04-0410-961f-82ee72b054a4
* * flow.c (regset_bytes, regset_size): Remove.kazu2005-01-232-6/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94125 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/19464steven2005-01-232-0/+7
| | | | | | | | * tree-optimize.c (init_tree_optimization_passes): Add one more copyrename pass just before out-of-ssa. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94124 138bc75d-0d04-0410-961f-82ee72b054a4
* config:jsm282005-01-237-7/+38
| | | | | | | | | | | | | | | | * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Don't do anything for non-GCC compilers. libcpp: * configure: Regenerate. gcc: PR bootstrap/18058 * recog.c (recog_memoized): Don't define if GENERATOR_FILE. * ggc-none.c (ggc_free): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94123 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcse.c (null_pointer_info): Remove.kazu2005-01-232-14/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94122 138bc75d-0d04-0410-961f-82ee72b054a4
* * cgraph.c (cgraph_varpool_n_nodes): Remove.kazu2005-01-233-5/+4
| | | | | | | | (cgraph_varpool_node): Don't access cgraph_varpool_n_nodes. * cgraph.h: Remove the corresponding declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94121 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (explicit_flag_signed_bitfields,kazu2005-01-234-14/+6
| | | | | | | | | | lang_statement_code_p, lang_expand_function_end): Remove. * c-common.h: Remove the corresponding declarations. * c-opts.c (c_common_handle_option): Remove all write access to explicit_flag_signed_bitfields. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94120 138bc75d-0d04-0410-961f-82ee72b054a4
* * cse.c (max_reg, max_insn_uid): Remove.kazu2005-01-232-13/+5
| | | | | | | (cse_main): Don't access max_reg or max_insn_uid. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94119 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Copyright.pbrook2005-01-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94118 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-23 James A. Morrison <phython@gcc.gnu.org>pbrook2005-01-2311-64/+339
| | | | | | | | | | | | | | | | | Paul Brook <paul@codesourcery.com> PR fortran/19294 * iresolve.c (gfc_resolve_transpose): Resolve to transpose_c4 or transpose_c8 for complex types. libgfortran/ * Makefile.am: Add transpose_c4.c and transpose_c8.c. * intrinsics/cshift0.c: Use separate optimized loops for complex types. * m4/transpose.m4: Include type letter in function name. * Makefile.in: Regenerate. * generated/transpose_*.c: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94116 138bc75d-0d04-0410-961f-82ee72b054a4
* * combine.c (simplify_logical): Only simplify logical expressionssayle2005-01-232-6/+15
| | | | | | | | of the form ior(and(x,y),z) by the inverse distributive law if the result is cheaper than the original. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94114 138bc75d-0d04-0410-961f-82ee72b054a4
* * typeck.c: Fix a comment typo.kazu2005-01-232-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94113 138bc75d-0d04-0410-961f-82ee72b054a4
* * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,kazu2005-01-2327-41/+55
| | | | | | | | | | | | | | | fold-const.c, gimplify.c, params.h, tree-data-ref.c, tree-if-conv.c, tree-nested.c, tree-outof-ssa.c, tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c, config/freebsd-spec.h, config/arm/arm.h, config/h8300/h8300.md, config/i386/i386.md, config/i386/predicates.md, config/i386/sse.md, config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c, config/vax/vax.md: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94112 138bc75d-0d04-0410-961f-82ee72b054a4
* * data.c, dependency.c, f95-lang.c, io.c, trans-array.c,kazu2005-01-2313-30/+37
| | | | | | | | | trans-decl.c, trans-expr.c, trans-intrinsic.c, trans-io.c, trans-stmt.c, trans-types.c, trans.h: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94111 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-22 Bud Davis <bdavis9659@comcast.net>bdavis2005-01-234-0/+46
| | | | | | | | | | | | PR fortran/19313 * trans-io.c (gfc_trans_inquire): Added code to support pad. PR fortran/19313 * gfortan.dg/inquire_6.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94110 138bc75d-0d04-0410-961f-82ee72b054a4
* * gengtype.c (walk_type): Produce `not equal to' compares for loopsteven2005-01-232-2/+7
| | | | | | | tests, instead of `less than'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94109 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Write After Approval): Add Michael Matz.kazu2005-01-232-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94108 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-23 Paolo Carlini <pcarlini@suse.de>paolo2005-01-232-7/+12
| | | | | | | | * include/tr1/type_traits (aligned_storage): Use __aligned__ instead of aligned. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94107 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-23 Paolo Carlini <pcarlini@suse.de>paolo2005-01-232-15/+21
| | | | | | | | | | Andreas Jaeger <aj@suse.de> PR libstdc++/19343 * include/bits/functexcept.h: Mark the helpers as 'noreturn'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94106 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS: Remove obsolete entries.kazu2005-01-232-3/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94105 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.c (assign_parm_setup_block): When creating a new stack slotrsandifo2005-01-232-1/+9
| | | | | | | | | for a parameter, get its alignment from the parameter's DECL_ALIGN rather than the type's TYPE_ALIGN. Make sure that the parameter is at least word aligned. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94104 138bc75d-0d04-0410-961f-82ee72b054a4
* PR middle-end/19378sayle2005-01-232-12/+16
| | | | | | | * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94102 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-01-22 Thomas Koenig <Thomas.Koenig@online.de>pbrook2005-01-234-0/+28
| | | | | | | | | | PR libfortran/19451 * io/transfer.c (finalize_transfer): Don't do anything if there is an error condition. * open_readonly_1.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94101 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2005-01-232-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94093 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgfortran/19052dje2005-01-237-5/+59
| | | | | | | | | | | | | * libgfortran.h (options_t): Add stderr_unit. * io/io.h (error_stream): Declare. * io/open.c (new_unit): Do not terminate abnormally if opening file preconnected to stdin, stdout, or stderr. * io/unit.c (init_units): Initialize stderr_unit. * io/unix.c (error_stream): New function. * runtime/environ.c (GFORTRAN_STDERR_UNIT): New environment variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94090 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/19506rth2005-01-223-7/+58
| | | | | | | | | | | | | * config/i386/i386.md (movsfcc_1_sse_max): Use nonimmediate_operand in both compare operands. (movdfcc_1_sse_max): Likewise. (movsfcc_1_sse): Likewise. Add earlyclobber for scratch. (movdfcc_1_sse): Likewise. * config/i386/i386.c (ix86_split_sse_movcc): Emit copies into the scratch register as needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94087 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.md (smaxsf3): Fix mnemonic typo.rth2005-01-222-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94086 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test.rth2005-01-222-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94085 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud