1. 03 Jan, 2008 9 commits
    • re PR tree-optimization/31081 (Inliner messes up SSA for abnormals) · 045685a9
      
      	PR tree-optimization/31081
      	* tree-inline.c (remap_ssa_name): Initialize uninitialized SSA vars to
      	0 when inlining and not inlining to first basic block.
      	(remap_decl): When var is initialized to 0, don't set default_def.
      	(expand_call_inline): Set entry_bb.
      	* tree-inline.h (copy_body_data): Add entry_bb.
      
      From-SVN: r131306
      Jan Hubicka committed
    • re PR fortran/34565 (internal write to string array fails) · 9370b3c0
      2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/34565
      	* io/io.h:  Adjust protoypes for open_internal(),
      	next_array_record() and init_loop_spec().
      	* io/list_read.c (next_char):  Use argument "finished"
      	of next_array_record to check for end on internal file.
      	* io/unit.c:  Calculate the offset for an array
      	internal file and supply this informatin to open_internal().
      	* io/unix.c (open_internal):  Set the offset for the internal
      	file on open.
      	* io/transfer.c (init_loop_spec):  Calculate the starting
      	record in case of negative strides.  Return size of 0 for
      	an empty array.
      	(next_array_record):  Use an extra flag to signal that the
      	array is finished.
      	(next_record_r):  Use the new flag to next_array_record().
      	(next_record_w):  Likewise.
      
      2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/34565
      	* gfortran.dg/internal_readwrite_1.f90:  New test.
      	* gfortran.dg/internal_readwrite_2.f90:  New test.
      
      From-SVN: r131305
      Thomas Koenig committed
    • re PR preprocessor/34602 (Internal error with invalid #line directive) · 33ae4837
      libcpp
      	PR preprocessor/34602.
      	* directives.c (do_line): Don't try to spell EOF token.
      	(do_linemarker): Add comment.
      gcc/testsuite
      	PR preprocessor/34602:
      	* gcc.dg/cpp/pr34602.c: New file.
      
      From-SVN: r131304
      Tom Tromey committed
    • re PR c++/34619 (ICE with "-fmudflap" and templates) · cac67c08
      	PR c++/34619
      	* cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
      	before returning.
      
      	* testsuite/libmudflap.c++/pass61-frag.cxx: New test.
      
      From-SVN: r131302
      Jakub Jelinek committed
    • re PR ada/34647 (Ada runtime includes unsafe calls to mktemp and tmpname on OpenBSD) · e0658eda
      2008-01-03  Tero Koskinen <tero.koskinen@iki.fi>
      
          gcc/ada/
      	PR ada/34647
      	* adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
      	on OpenBSD as is done on other BSD systems.
      
      	PR ada/34645
      	* sysdep.c (__gnat_ttyname, getc_immediate_nowait,
      	getc_immediate_common): Treat OpenBSD as FreeBSD regarding immediate
      	I/O.
      
      	PR ada/34644
      	* env.c (__gnat_clearenv): Treat OpenBSD as other BSD systems missing
      	clearenv().
      
      	PR ada/34646
      	* init.c (__gnat_error_handler, __gnat_install_handler,
      	__gnat_init_float): Define for OpenBSD.
      
      	* initialize.c (__gnat_initialize): Define for OpenBSD.
      
      From-SVN: r131301
      Tero Koskinen committed
    • re PR tree-optimization/29484 (tree-inline.c bug with local static vars) · 2092ee7d
      	PR tree-optimization/29484
      	* tree-inline.c (inline_forbidden_p_2): New function.
      	(inline_forbidden_p): Disallow inlining if some static var
      	has an address of a local LABEL_DECL in its initializer.
      	* doc/extend.texi (Labels as Values): Document &&foo behaviour
      	vs. inlining.
      
      	* gcc.c-torture/execute/20071220-1.c: New test.
      	* gcc.c-torture/execute/20071220-2.c: New test.
      
      From-SVN: r131300
      Jakub Jelinek committed
    • re PR tree-optimization/34635 (tree check: expected polynomial_chrec, have… · 097392de
      re PR tree-optimization/34635 (tree check: expected polynomial_chrec, have integer_cst in add_multivariate_self_dist, at tree-data-ref.c:2813)
      
      2007-12-19  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR tree-optimization/34635
      	* tree-data-ref.c (add_other_self_distances): Make sure that the
      	evolution step is constant.
      
      	* gcc.dg/tree-ssa/pr34635.c: New.
      	* gcc.dg/tree-ssa/pr34635-1.c: New.
      
      From-SVN: r131275
      Sebastian Pop committed
    • re PR middle-end/34562 (FAIL: g++.dg/other/first-global.C scan-assembler _GLOBAL__I_foobar) · 8c7cc333
      	PR middle-end/34562
      	* g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
      	scan-assembler check.
      
      From-SVN: r131274
      John David Anglin committed
    • Daily bump. · 06448093
      From-SVN: r131272
      GCC Administrator committed
  2. 02 Jan, 2008 8 commits
  3. 01 Jan, 2008 7 commits
  4. 31 Dec, 2007 4 commits
  5. 30 Dec, 2007 2 commits
    • tuple (_Tuple_impl<>::_Tuple_impl(typename std::remove_reference<>::type&&,… · ba60f6f9
      tuple (_Tuple_impl<>::_Tuple_impl(typename std::remove_reference<>::type&&, typename std::remove_reference<>::type&&...), [...]): Add.
      
      2007-12-30  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/std/tuple (_Tuple_impl<>::_Tuple_impl(typename
      	std::remove_reference<>::type&&, typename
      	std::remove_reference<>::type&&...),
      	_Tuple_impl(const _Tuple_impl<>&), _Tuple_impl(_Tuple_impl&&),
      	_Tuple_impl(_Tuple_impl<>&&), operator=(_Tuple_impl&&),
      	operator=(const _Tuple_impl<>&), operator=(_Tuple_impl<>&&)): Add.
      	(tuple<>::tuple(const _Elements&...), tuple(_UElements&&...),
      	tuple(tuple&&), tuple(const tuple<>&), tuple(tuple<>&&),
      	operator=(tuple&&), operator=(const tuple<>&), operator=(tuple<>&&)):
      	Likewise.
      	(tuple<_T1, _T2>::tuple(const _T1&, const _T2&, tuple(_U1&&, _U2&&),
      	tuple(tuple&&), tuple(tuple<>&&), tuple(pair<>&&), operator=(tuple&&),
      	operator=(tuple<>&&), operator=(pair<>&&)): Likewise.
      	(tuple<>::tuple(typename __add_c_ref<_Elements>::type...),
      	tuple<_T1, _T2>::tuple(typename __add_c_ref<>::type,
      	typename __add_c_ref<>::type)): Remove.
      	* testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: New.
      	* testsuite/20_util/tuple/creation_functions/tie2.cc: Likewise.
      	* testsuite/20_util/tuple/moveable.cc: Likewise.
      
      From-SVN: r131230
      Paolo Carlini committed
    • Daily bump. · da6ea4c8
      From-SVN: r131227
      GCC Administrator committed
  6. 29 Dec, 2007 5 commits
  7. 28 Dec, 2007 2 commits
  8. 27 Dec, 2007 3 commits