- Oct 16, 2006
-
-
burnus authored
* MAINTAINERS (Write After Approval): Add myself. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117780 138bc75d-0d04-0410-961f-82ee72b054a4
-
jakub authored
_M_set_sharable() for backwards compatibility. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117777 138bc75d-0d04-0410-961f-82ee72b054a4
-
rguenth authored
PR target/25519 * doc/extend.texi (X86 Built-in Functions): Fix typos in SSE builtin documentation. Document SSE2 builtins. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117774 138bc75d-0d04-0410-961f-82ee72b054a4
-
liqin authored
target. * gcc/configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117773 138bc75d-0d04-0410-961f-82ee72b054a4
-
bje authored
* config.sub: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117772 138bc75d-0d04-0410-961f-82ee72b054a4
-
liqin authored
* config/score/crtn.asm: add pic support. * config/score/score.h: remove builtin_define("__pic__"). * config/score/score.c: add TARGET_RTX_COST macro. * config/score/score.md: PIC support for call/sibcall pattern. * config/score/mul-div.S: add pic support. * config/score/t-score-elf: update MULTILIB_OPTIONS. * ChangeLog: add shengguo as another score maintainer. * config.sub: add score support in it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117771 138bc75d-0d04-0410-961f-82ee72b054a4
-
danglin authored
symbol in the output file for non-shared links when -nostdlib or -nodefaultlibs isn't specified. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117769 138bc75d-0d04-0410-961f-82ee72b054a4
-
danglin authored
gcc.dg/torture/asm-subreg-1.c: Skip on hppa*64*-*-*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117766 138bc75d-0d04-0410-961f-82ee72b054a4
-
kargl authored
PR fortran/29403 * gfortran.dg/print_1.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117765 138bc75d-0d04-0410-961f-82ee72b054a4
-
kargl authored
PR fortran/29403 * io.c (match_io): Check for a default-char-expr for PRINT format. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117764 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117762 138bc75d-0d04-0410-961f-82ee72b054a4
-
- Oct 15, 2006
-
-
danglin authored
posix thread support. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117756 138bc75d-0d04-0410-961f-82ee72b054a4
-
hubicka authored
* cgraphunit.c (cgraph_preserve_function_body_p): Preserve functions declared always_inline even when not inlining. * gcc.c-torture/compile/pr29241.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117753 138bc75d-0d04-0410-961f-82ee72b054a4
-
rguenth authored
* cgraphunit.c: Fix goof in previous commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117752 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117751 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
* builtins.c (get_pointer_alignment): Return 0 if TER is not run. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117750 138bc75d-0d04-0410-961f-82ee72b054a4
-
pinskia authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117749 138bc75d-0d04-0410-961f-82ee72b054a4
-
pinskia authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117748 138bc75d-0d04-0410-961f-82ee72b054a4
-
dje authored
* gcc.c-torture/compile/pr29250.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117747 138bc75d-0d04-0410-961f-82ee72b054a4
-
hubicka authored
* cgraphunit.c (cgraph_finalize_compilation_unit): Call process_function_and_variable_attributes on all variables, including those discovered during cgraph construction phase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117746 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* include/bits/istream.tcc (getline(basic_istream<>&, basic_string<>&)): Move... * include/bits/basic_string.h: ... here. (operator<<(basic_ostream<>&, const basic_string<>&)): Mark inline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117745 138bc75d-0d04-0410-961f-82ee72b054a4
-
aldot authored
* final.c: Update Copyright year. Commentary typo fix. Fix whitespace git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117744 138bc75d-0d04-0410-961f-82ee72b054a4
-
aldot authored
2006-10-13 Bernhard Fischer <aldot@gcc.gnu.org> PR fortran/24767 * lang.opt (Wunused-labels): Remove. * options.c: Remove references to gfc_option.warn_unused_labels. * gfortran.h: Remove variable warn_unused_labels. * resolve.c (warn_unused_fortran_label) : Use warn_unused_label instead of gfc_option.warn_unused_labels. * invoke.texi: Remove documentation of -Wunused-labels. testsuite/ChangeLog 2006-10-13 Bernhard Fischer <aldot@gcc.gnu.org> PR fortran/24767 * gfortran.dg/label_4.f90: Adjust warning flag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117743 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
or --strip-underscore. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117742 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
2006-10-14 Geoffrey Keating <geoffk@apple.com> * multi.m4: New file, from automake version 2 branch. Index: libgomp/ChangeLog 2006-10-14 Geoffrey Keating <geoffk@apple.com> * aclocal.m4: Regenerate. * configure: Regenerate. Index: libstdc++-v3/ChangeLog 2006-10-14 Geoffrey Keating <geoffk@apple.com> * aclocal.m4: Regenerate. * configure: Regenerate with released autoconf-2.59. Index: libobjc/ChangeLog 2006-10-14 Geoffrey Keating <geoffk@apple.com> * Makefile.in: Use multi_basedir instead of toplevel_srcdir. * configure.ac: Use multi.m4 from aclocal rather than custom code. Use multi_basedir instead of toplevel_srcdir. * aclocal.m4: Regenerate. * configure: Regenerate. Index: libssp/ChangeLog 2006-10-14 Geoffrey Keating <geoffk@apple.com> * aclocal.m4: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117741 138bc75d-0d04-0410-961f-82ee72b054a4
-
brooks authored
* gfortran.texi: Add link to GFortran apps * intrinsic.texi: Updated documentation of ACCESS and CHMOD git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117740 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117738 138bc75d-0d04-0410-961f-82ee72b054a4
-
- Oct 14, 2006
-
-
kseitz authored
* include/java-interp.h (_Jv_InterpMethod): Declare breakpoint_insn. [INTERPRETER]: Declare _Jv_InterpMethod::bp_insn_slot. [!INTERPRETER]: Declare _Jv_InterpMethod::bp_insn_opcode. (install_break): Declare. * interpret.cc (breakpoint_insn): Define breakpoint insn. (compile): Add op_breakpoint to "can't happen" cases. [INTERPRETER] Initialize breakpoint insn if necessary. (install_break): New method. * interpret-run.cc: Add op_breakpoint to insn_targets. Add insn_breakpoint label. * verify.cc (branch_prepass): Add op_breakpoint to unrecognized opcodes section of switch statement. (verify_instructions_0): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117734 138bc75d-0d04-0410-961f-82ee72b054a4
-
jvdelisle authored
PR fortran/19261 * scanner.c (load_line): Add checks for illegal use of '&' and issue warnings. Issue errors with -pedantic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117733 138bc75d-0d04-0410-961f-82ee72b054a4
-
pault authored
PR fortran/29371 * trans-expr.c (gfc_trans_pointer_assignment): Add the expression for the assignment of null to the data field to se->pre, rather than block. 2006-10-14 Paul Thomas <pault@gcc.gnu.org> PR fortran/29371 * gfortran.dg/nullify_3.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117732 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* docs/html/faq/index.html: Update. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117731 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* include/bits/ostream.tcc (operator<<(basic_ostream<>&, const char*)): Further fix for throwing widen. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117730 138bc75d-0d04-0410-961f-82ee72b054a4
-
paolo authored
* include/bits/ostream.tcc (operator<<(basic_ostream<>&, const char*)): Fix thinko in change for libstdc++/28277, avoid memory leaks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117729 138bc75d-0d04-0410-961f-82ee72b054a4
-
ebotcazou authored
on Solaris 2.5.1 too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117728 138bc75d-0d04-0410-961f-82ee72b054a4
-
uros authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117725 138bc75d-0d04-0410-961f-82ee72b054a4
-
dje authored
Ian Lance Taylor <ian@airs.com> PR middle-end/29250 * expr.c (expand_expr_real_1) <NON_LVALUE_EXPR, NOP_EXPR, CONVERT_EXPR>: Change EXPAND_SUM modifier to EXPAND_NORMAL when recursing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117724 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117723 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* trans-array.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117722 138bc75d-0d04-0410-961f-82ee72b054a4
-
ghazi authored
* Makefile.in (ALL_GTFILES_H): Use $(sort ...) instead of shell pipeline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117721 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117719 138bc75d-0d04-0410-961f-82ee72b054a4
-