aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2005-03-29arc.c (arc_output_function_epilogue): Pass prescan as 0 when calling ↵Ian Lance Taylor2-3/+8
final_scan_insn. * config/arc/arc.c (arc_output_function_epilogue): Pass prescan as 0 when calling final_scan_insn. From-SVN: r97146
2005-03-29Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r97143.2
2005-03-28re PR target/19890 (gcc.dg/20020219-1.c execution test fails on ia64-hpux ↵Steve Ellcey2-4/+14
with -milp32) PR target/19890 * gcc.dg/20020219-1.c: Skip on IA64 HP-UX in ILP32 mode. From-SVN: r97136
2005-03-28re PR middle-end/20635 (ICE in cgraph_mark_reachable_node)Jan Hubicka4-1/+39
PR middle-end/20635 * varasm.c (mark_decl_referenced): Do not mark extern inline functions as needed. * compile/gcc.c-torture/compile/20050328-1.c: New testcase made by Jakub Jelinek. From-SVN: r97133
2005-03-28tree-inline.c (estimate_num_insns_1): Use declaration to discover argument ↵Jan Hubicka2-3/+17
types where possible. * tree-inline.c (estimate_num_insns_1): Use declaration to discover argument types where possible. From-SVN: r97132
2005-03-28Make -f[no-]show-column also control non-cpp diagnostics.Per Bothner4-5/+15
* c.opt (fshow-column): Move option from here ... * common.opt (fshow-column): ... to here. * diagnostic.c (diagnostic_build_prefix): Only print column number if flag_show_column. From-SVN: r97127
2005-03-28Document AIMAG, AINT, ALLSteven G. Kargl2-8/+174
From-SVN: r97123
2005-03-28Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r97120.2
2005-03-27vect-80.c: Add xfail for no_align targets.Dorit Naishlos3-2/+8
* gcc.dg/vect/vect-80.c: Add xfail for no_align targets. * gcc.dg/vect/vect-96.c: Add xfail for no_align targets. From-SVN: r97112
2005-03-27vax-protos.h (vax_output_int_move, [...]): New prototypes.Steven Bosscher4-755/+363
* vax-protos.h (vax_output_int_move, vax_output_int_add, vax_output_conditional_branch): New prototypes. * vax.c (vax_output_int_move, vax_output_int_add): New functions, extracted from vax.md mov and add patterns. (vax_output_conditional_branch): New function to output conditional branch instructions. * vax.md: Use mode macros for arithmetic and mov patterns. Use code macros for the jump patterns. From-SVN: r97111
2005-03-27Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r97089.2
2005-03-26Makefile.in (libbackend.o): Depend on version files; add custom generation ↵Andrew Pinski2-2/+9
command. 2005-03-26 Andrew Pinski <pinskia@physics.uc.edu> * Makefile.in (libbackend.o): Depend on version files; add custom generation command. From-SVN: r97086
2005-03-26gfortran.dg/underflow.f90: New test.Steven G. Kargl3-14/+19
gfortran.dg/g77/20030326-1.f: Fix illegal code. From-SVN: r97083
2005-03-26Fix illogical logic.Steven G. Kargl2-11/+21
From-SVN: r97082
2005-03-26re PR target/20636 (Bootstrap failure on Linux/PowerPC64 with rtl checking)Andrew Pinski2-1/+7
2005-03-26 Andrew Pinski <pinskia@physics.uc.edu> PR target/20636 * config/rs6000/rs6000.md (extendsfdf2_fpr): Check to make sure that we have a REG before getting its REGNO. From-SVN: r97081
2005-03-26trans-common.c (create_common): Build RECORD_NODE for common blocks contain ↵Canqun Yang2-8/+30
no equivalence objects. * trans-common.c (create_common): Build RECORD_NODE for common blocks contain no equivalence objects. (add_equivalences): New argument saw_equiv. (trans_common): New local variable saw_equiv. (finish_equivalences): Add a local variable dummy, Always pass true for the 3rd parameter to create_common. From-SVN: r97079
2005-03-26builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.Kaveh R. Ghazi5-0/+13
* builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New. * builtins.def (BUILT_IN_STRNDUP): New. testsuite: * gcc.dg/nonnull-3.c: Also test __builtin_strndup. From-SVN: r97077
2005-03-26g++.exp (g++_link_flags): Use gcc-set-multilib-library-path.Mark Mitchell7-80/+54
* lib/g++.exp (g++_link_flags): Use gcc-set-multilib-library-path. (g++_init): Make sure that CXXFLAGS is set. * lib/gcc-defs.exp (gcc-set-multilib-library-path): New function. * lib/gcc-dg.exp: Use gcc-set-multilib-library-path. * lib/gfortran.exp (gfortran_link_flags): Likewise. * lib/objc.exp (objc_init): Likewise. * lib/treelang.exp (treelang_init): Likewise. From-SVN: r97076
2005-03-26Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r97074.2
2005-03-25Fix "make dvi"Steven G. Kargl2-14/+19
From-SVN: r97065
2005-03-25re PR tree-optimization/20470 (Branching sequence generated for ABS(x-y))Pat Haugen2-0/+19
2005-03-25 Pat Haugen <pthaugen@us.ibm.com> PR tree-optimization/20470 * gcc.dg/tree-ssa/pr20470.c: New test. From-SVN: r97063
2005-03-25re PR tree-optimization/20470 (Branching sequence generated for ABS(x-y))Pat Haugen2-2/+16
2005-03-25 Pat Haugen <pthaugen@us.ibm.com> PR tree-optimization/20470 * fold-const.c (fold_cond_expr_with_comparison): Recognize/fold ABS(x-y). From-SVN: r97062
2005-03-25Fix typoMike Stump1-1/+0
From-SVN: r97061
2005-03-25darwin-fallback.c: Don't include <ucontext.h>.Geoffrey Keating2-38/+79
* config/rs6000/darwin-fallback.c: Don't include <ucontext.h>. Use our own structure definitions. From-SVN: r97060
2005-03-25darwin.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Don't allow 0 sized objects.Mike Stump2-1/+9
* config/darwin.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Don't allow 0 sized objects. From-SVN: r97059
2005-03-25rs6000.md (UNSPEC constants): Add UNSPEC_STFIWX.Geoffrey Keating7-17/+94
* config/rs6000/rs6000.md (UNSPEC constants): Add UNSPEC_STFIWX. (fix_truncdfsi2): Allow registers or memory as destination. When TARGET_PPC_GFXOPT, generate simplified pattern. (fix_truncdfsi2_internal): Use define_insn_and_split. (fix_truncdfsi2_internal_gfxopt): New. (fctiwz): Don't confuse register allocation by giving it no choices. (stfiwx): New. * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'Z'. (EXTRA_MEMORY_CONSTRAINT): Likewise. * config/rs6000/rs6000.c (indexed_or_indirect_operand): New. * config/rs6000/rs6000-protos.h (indexed_or_indirect_operand): New. From-SVN: r97058
2005-03-25tree.c (get_set_constructor_bits, [...]): Remove.Kazu Hirata3-95/+4
* tree.c (get_set_constructor_bits, get_set_constructor_bytes): Remove. * tree.h: Remove the corresponding prototypes. From-SVN: r97057
2005-03-25dominance.c (free_dominance_info): Speed up by freeing et data structures ↵Kazu Hirata4-3/+20
without maintaining other nodes. * dominance.c (free_dominance_info): Speed up by freeing et data structures without maintaining other nodes. * et-forest.c (et_free_tree_force): New. * et-forest.h: Add a prototype for et_free_tree_force. From-SVN: r97054
2005-03-25re PR target/15491 (ICE (Internal compiler error) while compiling glibc to ↵John David Anglin2-80/+129
vax-linux target) PR target/15491 * vax.c (vax_rtx_costs_1): Merge with vax_rtx_costs. (vax_rtx_costs): Return false when passed unsupported rtx's. Handle FLOAT_EXTEND, FLOAT_TRUNCATE and TRUNCATE. Fix costs for POST_INC, PRE_DEC, NEG and NOT. From-SVN: r97050
2005-03-25re PR target/19888 (g++.old-deja/g++.eh/badalloc1.C execution test fails on ↵Steve Ellcey2-2/+7
ia64-hpux) PR target/19888 * g++.old-deja/g++.eh/badalloc1.C: increase arena_size on hpux. From-SVN: r97048
2005-03-25fold-const.c: Convert uses of fold (build (...)) to fold_buildN.Kazu Hirata2-521/+526
* fold-const.c: Convert uses of fold (build (...)) to fold_buildN. From-SVN: r97046
2005-03-25* gcc.dg/20050325-1.c: Fix a typo.Zdenek Dvorak2-1/+5
From-SVN: r97044
2005-03-25re PR libfortran/19678 (DOS files don't work for list directed input)Francois-Xavier Coudert2-0/+25
PR libfortran/19678 PR libfortran/19679 * gfortran.dg/dos_eol.f: New test. PR libfortran/19678 * list_read.c (next_char, eat_separator, finish_separator, read_real) (namelist_read): Add support for '\r' as well as '\n' as EOL character. PR libfortran/19679 * list_read.c (read_sf): Add a '\r' in a test to support DOS line-endings when line length is exceeded. From-SVN: r97041
2005-03-25re PR rtl-optimization/20249 (ICE with -fprofile-arcs on ppc)Zdenek Dvorak4-1/+48
PR rtl-optimization/20249 * cse.c (insert_regs): Do not record equivalence of registers in different modes. * gcc.dg/20050325-1.c: New test. From-SVN: r97039
2005-03-25re PR libfortran/15332 (colon edit descriptor not handled correctly)Francois-Xavier Coudert2-0/+17
PR libfortran/15332 * io/format.c (parse_format_list): format node for colon edit descriptor needs a repeat counter set to 1. * gfortran.dg/pr15332.f: New test. From-SVN: r97036
2005-03-25emit-rtl.c (reverse_comparison): Remove.Kazu Hirata3-33/+5
* emit-rtl.c (reverse_comparison): Remove. * rtl.h: Remove the corresponding prototype. From-SVN: r97032
2005-03-25pragma-override1.C: Mark as requiring 'internal' visibility.Geoffrey Keating7-17/+40
* g++.dg/ext/visibility/pragma-override1.C: Mark as requiring 'internal' visibility. * g++.dg/ext/visibility/pragma-override2.C: Likewise. * g++.dg/ext/visibility/visibility-7.C: Mark as requiring 'protected' visibility. * gcc.dg/visibility-7.c: Likewise. * lib/target-supports.exp (check_visibility_available): Take a parameter, the kind of visibility to check for. * lib/target-supports-dg.exp (dg-require-visibility): Pass parameter to check_visibility_available. From-SVN: r97031
2005-03-25From libjava...Anthony Green2-2/+9
2005-03-24 Anthony Green <green@redhat.com> * gnu/gcj/tools/gcj_dbtool/Main.java: Accept libdir argument with -p option. (usage): Add [LIBDIR] to help output. * gnu/gcj/tools/gcj_dbtool/natMain.cc: New file. * Makefile.am (AM_CXXFLAGS): Define LIBGCJ_DEFAULT_DATABASE_PATH_TAIL. (db_pathtail): New macro. From gcc/java... 2005-03-24 Anthony Green <green@redhat.com> * gcj.texi (Invoking gcj-dbtool): Document new LIBDIR option to 'gcj-dbtool -p'. From-SVN: r97028
2005-03-2520020919-1.c: Fix for x86 Darwin.Dale Johannesen2-0/+10
2005-03-24 Dale Johannesen <dalej@apple.com> * gcc.dg/20020919-1.c: Fix for x86 Darwin. From-SVN: r97026
2005-03-25Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r97024.2
2005-03-24Index: cp/ChangeLogGeoffrey Keating4-7/+40
2005-03-24 Geoffrey Keating <geoffk@apple.com> * typeck.c (build_static_cast_1): Allow scalar_cast between any integral, floating, or enumeration type. Index: testsuite/ChangeLog 2005-03-24 Geoffrey Keating <geoffk@apple.com> * g++.dg/expr/cast3.C: New. From-SVN: r97019
2005-03-24Remove docs for removed option.James E Wilson2-6/+4
* doc/install.texi (--enable-altivec): Delete docs. From-SVN: r97018
2005-03-2420020720-1.x: XFAIL for all powerpc and rs6000.David Edelsohn2-1/+6
* gcc.c-torture/execute/20020720-1.x: XFAIL for all powerpc and rs6000. From-SVN: r97016
2005-03-24--text follows this line--Geoffrey Keating2-1/+3
This is the one case in c.opt where 'C++' appeared without 'ObjC++', and it's annoying that it was this important option. Bootstrapped & tested on powerpc-darwin8. (It's actually been tested much more extensively than that internally.) -- - Geoffrey Keating <geoffk@apple.com> ===File ~/patches/gcc-3973957.patch========================= 2005-03-24 Geoffrey Keating <geoffk@apple.com> * c.opt (fvisibility-inlines-hidden): Allow for ObjC++. From-SVN: r97015
2005-03-24predicates.md (easy_fp_constant): Return 0 for SFmode and DFmode before ↵David Edelsohn2-2/+24
reload when... * config/rs6000/predicates.md (easy_fp_constant): Return 0 for SFmode and DFmode before reload when flag_unsafe_math_optimizations not enabled. From-SVN: r97014
2005-03-24* adaint.c (__gnat_portable_spawn): Adjust cast.Aaron W. LaFramboise2-1/+5
From-SVN: r97013
2005-03-24darwin.h (TARGET_SUBTARGET_DEFAULT): Add MASK_128BIT_LONG_DOUBLE, ↵Geoffrey Keating2-1/+6
MASK_ALIGN_DOUBLE. * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE. From-SVN: r97005
2005-03-24intrinsic.texi: New file.Steven G. Kargl3-14/+726
gfortran.texi: Include it; white space change; fix typo. From-SVN: r97000
2005-03-24ChangeLog: fixing a few previous entries (missing "gfortran.dg/").François-Xavier Coudert1-5/+5
* gcc/testsuite/ChangeLog: fixing a few previous entries (missing "gfortran.dg/"). From-SVN: r96996
2005-03-24re PR target/20095 (gcc.dg/cleanup-5.c fails on ia64-hpux)Steve Ellcey2-1/+7
PR target/20095 * gcc.dg/cleanup-5.c: skip if ia64-hp-hpux11.* From-SVN: r96995