Joseph Myers
f415efe34c
* gcc_update: Include revision number in LAST_UPDATED.
...
From-SVN: r106327
2005-11-01 12:59:50 +00:00
Paolo Carlini
2747345455
re PR libstdc++/24595 (std::tr1::get_deleter not declared)
...
2005-11-01 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24595
* include/tr1/boost_shared_ptr.h (shared_ptr<>::get_deleter):
Move out of shared_ptr.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/misc/24595.cc:
New.
From-SVN: r106321
2005-11-01 11:01:40 +00:00
Paul Thomas
53096259e6
re PR fortran/21565 (namelist in block data is illegal)
...
2005-11-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/21565
* symbol.c (check_conflict): An object cannot be in a namelist and in
block data.
PR fortran/18737
* resolve.c (resolve_symbol): Set the error flag to
gfc_set_default_type, in the case of an external symbol, so that
an error message is emitted if IMPLICIT NONE is set.
PR fortran/14994
* gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SECNDS to enum.
* check.c (gfc_check_secnds): New function.
* intrinsic.c (add_functions): Add call to secnds.
* iresolve.c (gfc_resolve_secnds): New function.
* trans-intrinsic (gfc_conv_intrinsic_function): Add call to
secnds via case GFC_ISYM_SECNDS.
* intrinsic.texi: Add documentation for secnds.
2005-11-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/14994
* libgfortran/intrinsics/date_and_time.c: Add interface to
the functions date_and_time for the intrinsic function secnds.
2005-11-01 Paul Thomas <pault@gcc.gnu.org>
PR fortran/21565
gfortran.dg/namelist_blockdata.f90: New test.
PR fortran/18737
gfortran.dg/external_implicit_none.f90: New test.
PR fortran/14994
* gfortran.dg/secnds.f: New test.
From-SVN: r106317
2005-11-01 05:53:29 +00:00
GCC Administrator
4b2a5715ee
Daily bump.
...
From-SVN: r106306
2005-11-01 00:17:06 +00:00
James E Wilson
eef2514298
Restore old AT_frame_base code for targets that don't use dwarf2 unwind info.
...
Partial fix.
PR debug/24444
* dwarf2out.c (convert_cfa_to_loc_list): Put inside DWARF2_UNWIND_INFO
ifdef. Put ifdefs around call in gen_subprogram_die.
(compute_frame_pointer_to_cfa_displacement): Likewise.
(gen_subprogram_die): Restore old code for when DWARF2_UNWIND_INFO is
not defined.
From-SVN: r106299
2005-10-31 15:39:29 -08:00
James E Wilson
e5f9a909f1
Rewrite fix for PR 17356, fix for enable checking ada build failure.
...
cfgrtl.c (purge_dead_edges): Undo last change. In EDGE_EH code,
add check for CALL_INSN if EDGE_ABRNOMAL_CALL true.
From-SVN: r106297
2005-10-31 15:24:36 -08:00
Jan Hubicka
d63f0fe58a
re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser with -profile-use -O3)
...
PR middle-end/24093
* cgraph.c (cgraph_clone_edge, cgraph_clone_node): Watch negative
From-SVN: r106291
2005-10-31 21:07:29 +00:00
Jan Hubicka
d8ff1871ed
re PR target/20928 (ICE: unrecognizable insns with -fPIC -O1)
...
PR target/20928
* i386.c (legitimize_pic_address): Deal with large immediates.
* gcc.c-torture/compile/pr20928.c: New test.
From-SVN: r106284
2005-10-31 18:42:23 +00:00
Jan Hubicka
2b557972cf
re PR gcov-profile/20815 (-fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'.")
...
PR profile/20815
* coverage.c (coverage_checksum_string): Fix code to stip random seeds
from symbol names while computing checkup.
From-SVN: r106283
2005-10-31 18:23:44 +00:00
Mark Kettenis
0432a5de96
from Mark Kettenis <kettenis@gnu.org>
...
* floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
New variables.
* floatformat.h (enum floatformat_byteorders): Add
floatformat_vax.
(floatformat_vax_aingle, floatformat_vax_double): Declare.
From-SVN: r106281
2005-10-31 12:52:38 -05:00
Andreas Jaeger
44bcbae366
.cvsignore are not needed for subversion, remove them.
...
From-SVN: r106279
2005-10-31 18:20:58 +01:00
Jan Hubicka
f372b26ff8
re PR gcov-profile/24487 (Basic block frequencies inaccurate)
...
PR profile/24487
* predict.c (predict_loops): Do not estimate more than
MAX_PRED_LOOP_ITERATIONS in PRED_LOOP_ITERATIONS heuristic.
* predict.def (MAX_PRED_LOOP_ITERATIONS): Define.
From-SVN: r106276
2005-10-31 14:48:57 +00:00
Richard Kenner
52f661769d
(setup_one_parameter): Add comment to last change.
...
From-SVN: r106274
2005-10-31 09:05:12 -05:00
Andrew MacLeod
a56b5394f0
re PR tree-optimization/19097 (Quadratic behavior with many sets for the same register in VRP)
...
2005-10-31 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/19097
* tree-ssa-operands.c (correct_use_link): Don't look for modified stmts.
From-SVN: r106272
2005-10-31 13:38:05 +00:00
J"orn Rennecke
cd7ec127de
optabs.c (expand_unop): Take TRULY_NOOP_TRUNCATION into account.
...
2005-10-31 J"orn Rennecke <joern.rennecke@st.com>
* optabs.c (expand_unop): Take TRULY_NOOP_TRUNCATION into account.
From-SVN: r106271
2005-10-31 13:30:14 +00:00
Andrew Pinski
047f4b2c78
re PR middle-end/23492 (ACATS c48009e SEGV in set_bb_for_stmt tree-cfg.c:2673 on x86_64)
...
2005-10-31 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/23492
* tree-inline.c (setup_one_parameter): If the init_stmt
is NULL, don't insert the statement.
2005-10-31 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/23492
* gcc.c-torture/compile/zero-strct-5.c: New test.
From-SVN: r106270
2005-10-31 05:22:20 -08:00
Jerry DeLisle
0d4b0351d2
re PR libfortran/24584 (Segfault when reading empty string in namelist file)
...
2005-10-31 Jerry DeLisle <jvdelisle@verizon.net>
PR libgfortran/24584
* gfortran.dg/pr24584.f90: New test.
From-SVN: r106266
2005-10-31 01:05:09 +00:00
Jerry DeLisle
2a81ce9bf2
re PR libfortran/24584 (Segfault when reading empty string in namelist file)
...
2005-10-31 Jerry DeLisle <jvdelisle@verizon.net>
PR libgfortran/24584
* io/list_read.c (free_saved): Set saved_used to zero.
From-SVN: r106265
2005-10-31 01:00:20 +00:00
GCC Administrator
826d2862fc
Daily bump.
...
From-SVN: r106262
2005-10-31 00:17:17 +00:00
Andreas Schwab
def6f17006
Make-lang.in (GFORTRAN_TARGET_INSTALL_NAME): Define.
...
* Make-lang.in (GFORTRAN_TARGET_INSTALL_NAME): Define.
(GFORTRAN_CROSS_NAME): Remove.
(fortran.install-common): Correctly install a cross compiler.
(fortran.uninstall): Use GFORTRAN_TARGET_INSTALL_NAME instead of
GFORTRAN_CROSS_NAME.
From-SVN: r106256
2005-10-30 23:18:07 +00:00
Erik Edelmann
1367913544
gfortran.texi: Update contributors.
...
fortran/
2005-10-30 Erik Edelmann <eedelman@gcc.gnu.org>
* gfortran.texi: Update contributors.
From-SVN: r106255
2005-10-30 22:48:26 +00:00
Erik Edelmann
d48734ef20
re PR fortran/18883 (ICE in gfc_finish_var_decl)
...
fortran/
2005-10-30 Erik Edelmann <eedelman@gcc.gnu.org>
PR fortran/18883
* trans-decl.c (gfc_finish_var_decl): Add decl to the
current function, rather than the parent. Make
assertion accept fake result variables.
* trans-expr.c (gfc_conv_variable): If the character
length of an ENTRY isn't set, get the length from
the master function instead.
testsuite
2005-10-30 Erik Edelmann <eedelman@gcc.gnu.org>
PR fortran/18883
* gfortran.dg/char_result_9.f90: New.
* gfortran.dg/char_result_10.f90: New.
From-SVN: r106254
2005-10-30 22:43:45 +00:00
Paolo Carlini
097588e4e4
re PR libstdc++/20213 (cassert header documentation wrong)
...
2005-10-30 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/20213
* include/c_std/std_csignal.h: Adjust comment as per 17.4.1.2/4.
* include/c_std/std_cstdlib.h: Likewise.
* include/c_std/std_cstdio.h: Likewise.
* include/c_std/std_cstdarg.h: Likewise.
* include/c_std/std_cctype.h: Likewise.
* include/c_std/std_cerrno.h: Likewise.
* include/c_std/std_cmath.h: Likewise.
* include/c_std/std_ciso646.h: Likewise.
* include/c_std/std_ctime.h: Likewise.
* include/c_std/std_clocale.h: Likewise.
* include/c_std/std_climits.h: Likewise.
* include/c_std/std_cassert.h: Likewise.
* include/c_std/std_csetjmp.h: Likewise.
* include/c_std/std_cwchar.h: Likewise.
* include/c_std/std_cfloat.h: Likewise.
* include/c_std/std_cstring.h: Likewise.
* include/c_std/std_cstddef.h: Likewise.
* include/c_std/std_cwctype.h: Likewise.
From-SVN: r106253
2005-10-30 22:21:50 +00:00
Thomas Koenig
ed146156e0
gfortran.texi: Remove reservations about I/O usability.
...
2005-10-30 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.texi: Remove reservations about I/O usability. Document
that array intrinsics mostly work.
From-SVN: r106252
2005-10-30 21:38:25 +00:00
Tobias Schlüter
dda0f76478
Remove .cvsignore
...
From-SVN: r106250
2005-10-30 22:15:36 +01:00
Tobias Schlüter
a63dad5b08
gfortran.texi: Move license stuff to back.
...
* gfortran.texi: Move license stuff to back. Add information
on ENUM and ENUMERATOR.
* invoke.texi: Document -fshort-enums.
From-SVN: r106249
2005-10-30 21:54:43 +01:00
Steven Bosscher
133f4c87b1
gcc_build: Use gcc.gnu.org as the default server.
...
* gcc_build: Use gcc.gnu.org as the default server. Set up
SVN_REPOSITORY correctly. Add support for checking out branches.
From-SVN: r106248
2005-10-30 19:45:01 +00:00
Jan Hubicka
5e13fdf752
re PR tree-optimization/24172 (error: incorrect sharing of tree nodes)
...
PR tree-optimization/24172
* tree-inline.c (copy_body_r): Unshare the substituted value first.
* g++.dg/tree-ssa/pr24172.C: New testcase.
From-SVN: r106247
2005-10-30 18:14:15 +00:00
Tobias Schlüter
25d8f0a283
arith.c (gfc_enum_initializer): New function.
...
fortran/
2005-10-30 Gaurav Gautam <gauravga@noida.hcltech.com>
Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* arith.c (gfc_enum_initializer): New function.
(gfc_check_integer_range): Made extern.
* decl.c (enumerator_history): New typedef.
(last_initializer, enum_history, max_enum): New variables.
(create_enum_history, gfc_free_enum_history): New functions.
(add_init_expr_to_sym): Call create_enum_history if parsing ENUM.
(variable_decl): Modified to parse enumerator definition.
(match_attr_spec): Add PARAMETER attribute to ENUMERATORs.
(gfc_match_data_decl): Issues error, if match_type_spec do not
return desired return values.
(set_enum_kind, gfc_match_enum, gfc_match_enumerator_def): New
functions.
(gfc_match_end): Deal with END ENUM.
* gfortran.h (gfc_statement): ST_ENUM, ST_ENUMERATOR, ST_END_ENUM
added.
(symbol_attribute): Bit field for enumerator added.
(gfc_options): Add fshort_enums.
(gfc_enum_initializer, gfc_check_integer_range): Add prototypes.
* options.c: Include target.h
(gfc_init_options): Initialize fshort_enums.
(gfc_handle_option): Deal with fshort_enums.
* parse.c (decode_statement): Match ENUM and ENUMERATOR statement.
(gfc_ascii_statement): Deal with the enumerator statements.
(parse_enum): New function to parse enum construct.
(parse_spec): Added case ST_ENUM.
* parse.h (gfc_compile_state): COMP_ENUM added.
(gfc_match_enum, gfc_match_enumerator_def, gfc_free_enum_history):
Prototype added.
* symbol.c (gfc_copy_attr): Copy enumeration attribute.
* lang.opt (fshort-enums): Option added.
testsuite/
2005-10-30 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.dg/enum_10.f90, gfortran.dg/enum_10.c: New test.
2005-10-30 Gaurav Gautam <gauravga@noida.hcltech.com>
* gfortran.dg/enum_1.f90, gfortran.dg/enum_2.f90,
gfortran.dg/enum_3.f90, gfortran.dg/enum_4.f90,
gfortran.dg/enum_5.f90, gfortran.dg/enum_6.f90,
gfortran.dg/enum_7.f90, gfortran.dg/enum_8.f90,
gfortran.dg/enum_9.f90,
gfortran.fortran-torture/compile/enum_1.f90,
gfortran.fortran-torture/execute/enum_1.f90,
gfortran.fortran-torture/execute/enum_2.f90,
gfortran.fortran-torture/execute/enum_3.f90,
gfortran.fortran-torture/execute/enum_4.f90: New tests.
From-SVN: r106246
2005-10-30 19:09:55 +01:00
Hans-Peter Nilsson
e8299ec258
mmix.c (mmix_intval): Correct handling of DFmode constants for hosts with long != 32 bits.
...
* config/mmix/mmix.c (mmix_intval): Correct handling of DFmode
constants for hosts with long != 32 bits.
From-SVN: r106027
2005-10-30 17:06:40 +00:00
Hans-Peter Nilsson
6536905d5a
re PR target/18482 (mmix-knuth-mmixware testsuite failure: tmpdir-gcc.dg-struct-layout-1)
...
PR target/18482
* gcc.dg/compat/struct-layout-1_generate.c (switchfiles, main):
For mmix-*-*, pass with dg-options an additional -mno-base-addresses.
From-SVN: r106026
2005-10-30 16:46:41 +00:00
Francois-Xavier Coudert
159840cb8a
re PR libfortran/20179 (cannot mix C and Fortran I/O)
...
PR libfortran/20179
* io/unix.c (flush_if_preconnected): New function.
* io/io.h: Add prototype for flush_if_preconnected.
* io/transfer.c (data_transfer_init): Use flush_if_preconnected
to workaround buggy mixed C-Fortran code.
* gfortran.dg/mixed_io_1.f90: New test.
* gfortran.dg/mixed_io_1.c: New file.
From-SVN: r106017
2005-10-30 12:48:52 +00:00
Francois-Xavier Coudert
0d519038a0
check.c (gfc_check_malloc, [...]): New functions.
...
* check.c (gfc_check_malloc, gfc_check_free): New functions.
* gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_MALLOC.
* intrinsic.c (add_functions): Add symbols for MALLOC function.
(add_subroutines): Add symbol for FREE subroutine.
* intrinsic.h: Prototypes for gfc_check_malloc, gfc_check_free,
gfc_resolve_malloc and gfc_resolve_free.
* intrinsic.texi: Add doc for FREE and MALLOC intrinsics.
* iresolve.c (gfc_resolve_malloc, gfc_resolve_free): New
functions.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Add case for
GFC_ISYM_MALLOC.
* Makefile.am: Add intrinsics/malloc.c file.
* Makefile.in: Regenerate.
* intrinsics/malloc.c: New file, with implementations for free
and malloc library functions.
* gfortran.dg/malloc_free_1.f90: New test.
From-SVN: r106016
2005-10-30 12:17:48 +00:00
Steven Bosscher
cf6ae9554d
* gfortran.texi: Update contributors.
...
From-SVN: r106015
2005-10-30 11:15:27 +00:00
Andreas Krebbel
7e1b44bbcb
re PR middle-end/24093 (cgraph exhausts virtual memory building 197.parser with -profile-use -O3)
...
PR middle-end/24093
* ipa-inline.c (craph_decide_recursive_inlining): Fix return value.
From-SVN: r106014
2005-10-30 09:59:16 +00:00
GCC Administrator
a9a927164e
Daily bump.
...
From-SVN: r106007
2005-10-30 00:18:49 +00:00
Carey Evans
f33e4b3d2e
re PR libstdc++/22087 (ctype<char> tables are offset by one on DJGPP)
...
2005-10-29 Carey Evans <carey.evans@gmail.com>
PR libstdc++/22087
* config/os/djgpp/ctype_inline.h: Fix.
* config/os/djgpp/ctype_noninline.h: Likewise.
From-SVN: r105999
2005-10-29 22:44:23 +00:00
Mike Stump
06bc79e0bb
Makefile.am (kinds.h): Remove target, if command fails.
...
* Makefile.am (kinds.h): Remove target, if command fails.
(selected_int_kind.inc): Likewise.
(selected_real_kind.inc): Likewise.
* Makefile.in: Regenerate.
From-SVN: r105995
2005-10-29 21:02:23 +00:00
Steven Bosscher
55898b2c1b
interface.c: Fix previous checkin (an incomplete patch was commited for me).
...
* interface.c: Fix previous checkin (an incomplete patch
was commited for me).
From-SVN: r105992
2005-10-29 13:08:33 +00:00
Hans-Peter Nilsson
631190f243
* gcc.dg/nested-func-4.c: Require profiling -pg.
...
From-SVN: r105988
2005-10-29 03:11:31 +00:00
Daniel Berlin
6d64c3bc07
update_web_docs_svn: Use -q to quiet svn.
...
2005-10-26 Daniel Berlin <dberlin@dberlin.org>
* update_web_docs_svn: Use -q to quiet svn.
From-SVN: r105987
2005-10-29 01:19:36 +00:00
Joseph Myers
318a2182fc
* intrinsic.texi: Remove empty @cindex line.
...
From-SVN: r105986
2005-10-29 02:06:58 +01:00
Andrew Pinski
8f5c9c3d15
gcc_update: When svn update is called and --silent is used, pass -q.
...
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
* gcc_update: When svn update is called and
--silent is used, pass -q.
From-SVN: r105985
2005-10-28 17:28:20 -07:00
GCC Administrator
4c75773185
Daily bump.
...
From-SVN: r105980
2005-10-29 00:17:20 +00:00
Aldy Hernandez
ed70cedf84
ms1.h (TARGET_MS1_64_001): New.
...
* config/ms1/ms1.h (TARGET_MS1_64_001): New.
(TARGET_MS1_16_002): New.
(TARGET_MS1_16_003): New.
* config/ms1/ms1.md ("decrement_and_branch_until_zero"): Rewrite.
("*decrement_and_branch_until_zero_no_clobber"): New.
Add corresponding splitter for decrement_and_branch_until_zero
instruction.
Key all decrement_and_branch_until_zero patterns off of
TARGET_MS1_16_003.
From-SVN: r105974
2005-10-28 23:41:22 +00:00
Francois-Xavier Coudert
185d7d9750
check.c (gfc_check_alarm_sub, [...]): New functions.
...
* check.c (gfc_check_alarm_sub, gfc_check_signal,
gfc_check_signal_sub): New functions.
* gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIGNAL.
* intrinsic.c (add_functions): Add signal intrinsic.
(add_subroutines): Add signal and alarm intrinsics.
* intrinsic.texi: Document the new intrinsics.
* iresolve.c (gfc_resolve_signal, gfc_resolve_alarm_sub,
gfc_resolve_signal_sub): New functions.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Add case
for GFC_ISYM_SIGNAL.
* intrinsic.h: Add prototypes for gfc_check_alarm_sub,
gfc_check_signal, gfc_check_signal_sub, gfc_resolve_signal,
gfc_resolve_alarm_sub, gfc_resolve_signal_sub.
* Makefile.am (intrinsics): Add signal.c.
* Makefile.in: Regenerate.
* configure.ac: Checks for signal and alarm.
* config.h.in: Regenerate.
* configure: Regenerate.
* intrinsics/signal.c: New file for SIGNAL and ALARM intrinsics.
From-SVN: r105967
2005-10-28 21:16:17 +00:00
Andrew Pinski
7f0dbff360
decl.c (grokfndecl): Remove the setting of the return type of the function type of main after...
...
2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
* decl.c (grokfndecl): Remove the setting
of the return type of the function type
of main after erroring about must returning
int.
From-SVN: r105963
2005-10-28 13:59:05 -07:00
Andrew Pinski
9a1c562a7d
re PR c++/23229 (g++ gives incorrect error message with void main() and a void function)
...
2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
PR C++/23229
* decl.c (grokfndecl): Create a new function type
after erroring out about main not returning int.
2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
PR C++/23229
* g++.dg/warn/main-2.C: New test.
From-SVN: r105960
2005-10-28 13:25:55 -07:00
Andrew Pinski
7dcd894f70
gcc_update: Remove the -q from svn invocation.
...
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
* gcc_update: Remove the -q from svn invocation.
From-SVN: r105958
2005-10-28 13:19:57 -07:00
François-Xavier Coudert
3b14f6649a
acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.
...
* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.
* configure.ac: Check for floatingpoint.h, fptrap.h and float.h
headers. Use LIBGFOR_CHECK_FPSETMASK. Check for fp_trap and
fp_enable functions.
* configure.host: Add case for systems with fpsetmask and systems
with fp_trap/fp_enable.
* config/fpu-sysv.h: New file, FPU code using fpsetmask.
* config/fpu-aix.h: New file, FPU code for AIX using fp_trap and
fp_enable.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config.h.in: Regenerate.
From-SVN: r105956
2005-10-28 20:13:20 +00:00