gcc/gcc
Rainer Orth 5c30094f48 Remove obsolete Tru64 UNIX V5.1B support
libstdc++-v3:
	* configure.host: Remove osf* handling.
	* config/os/osf: Remove.
	* doc/xml/manual/using.xml: Remove OSF reference.

	* testsuite/18_support/pthread_guard.cc: Remove alpha*-*-osf*
	handling.
	* testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc:
	Likewise.
	* testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc:
	Likewise.
	* testsuite/21_strings/basic_string/pthread18185.cc: Likewise.
	* testsuite/21_strings/basic_string/pthread4.cc: Likewise.
	* testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise.
	* testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
	* testsuite/23_containers/list/pthread1.cc: Likewise.
	* testsuite/23_containers/list/pthread5.cc: Likewise.
	* testsuite/23_containers/map/pthread6.cc: Likewise.
	* testsuite/23_containers/vector/debug/multithreaded_swap.cc:
	Likewise.
	* testsuite/27_io/basic_ofstream/pthread2.cc: Likewise.
	* testsuite/27_io/basic_ostringstream/pthread3.cc: Likewise.
	* testsuite/30_threads/async/42819.cc: Likewise.

	* libstdc++-v3/testsuite/30_threads/async/49668.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/async/any.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/async/async.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/async/launch.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/async/sync.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/call_once/39909.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/call_once/49668.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/call_once/call_once1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/condition_variable/cons/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/condition_variable/members/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/typesizes.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/condition_variable_any/members/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/future/cons/move.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/future/members/45133.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/future/members/get.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/future/members/get2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/future/members/share.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/future/members/valid.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/future/members/wait.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/lock/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/lock/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/lock/3.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/lock/4.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/mutex/native_handle/typesizes.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/49668.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/cons/move_assign.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/cons/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/cons/move.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/promise/members/swap.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/typesizes.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/shared_future/members/wait_for.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/shared_future/members/wait_until.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/this_thread/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/this_thread/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/this_thread/3.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/this_thread/4.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/3.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/4.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/49668.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/5.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/6.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/7.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/8.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/9.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/cons/moveable.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/members/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/members/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/members/3.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/members/4.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/members/5.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/thread/swap/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/cons/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/dest/destructor_locked.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/lock/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/3.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/try_lock/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/try_lock/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/try_lock/3.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/try_lock/4.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/cons/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/cons/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/cons/3.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/cons/4.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/cons/5.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/cons/6.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/locking/1.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/locking/3.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc: Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/1.cc:
	Likewise.
	* libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/2.cc:
	Likewise.
	* libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc: Likewise.
	* libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc:
	Likewise.
	* libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.

	libobjc:
	* configure.ac (enable_objc_gc): Remove alpha*-dec-osf* handling.
	* configure: Regenerate.

	* thr.c (_XOPEN_SOURCE): Define unconditionally.

	libjava:
	* configure.ac (alpha*-dec-osf*): Remove.
	* configure: Regenerate.
	* configure.host (alpha*-dec-osf*): Remove.

	* gnu/java/net/natPlainDatagramSocketImplPosix.cc (setOption): Use
	IPV6_MULTICAST_IF unconditionally.
	* gnu/java/net/natPlainDatagramSocketImplWin32.cc (setOption):
	Likewise.
	* gnu/java/net/natPlainSocketImplPosix.cc
	(gnu::java::net::PlainSocketImpl::accept): Use ::accept instead of
	_Jv_accept.
	* include/posix-signal.h [__alpha__ && __osf__]: Remove.
	* include/posix.h (_POSIX_PII_SOCKET): Don't define.
	(_Jv_accept): Remove.

	* java/io/File.java (File._access): Rename to access.
	Change callers.
	(File._stat): Likewise.
	* java/io/File.h: Regenerate.
	* classpath/lib/java/io/File.class: Regenerate.
	* java/io/natFilePosix.cc (java::io::File::_access): Rename to
	access.
	(java::io::File::_stat): Rename to stat.
	* java/io/natFileWin32.cc: Likewise.

	* testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
	Remove alpha*-dec-osf* handling.
	* testsuite/libjava.jvmti/jvmti-interp.exp
	(gcj_jni_compile_c_to_so): Likewise.
	* testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_compile_cxx_to_o):
	Likewise.

	libitm:
	* configure.tgt (*-*-osf*): Remove.
	* configure: Regenerate.

	libgomp:
	* configure.tgt (alpha*-dec-osf*): Remove.

	* config/osf/sem.h: Remove.
	* config/posix/lock.c (_XOPEN_SOURCE): Define unconditionally.

	libgfortran:
	* configure.ac: Remove Tru64 reference.
	* acinclude.m4 (LIBGFOR_GTHREAD_WEAK): Remove alpha*-dec-osf*
	handling.
	* configure: Regenerate.
	* intrinsics/c99_functions.c [__osf__]: Remove.

	libgcc:
	* config.host: Remove alpha*-dec-osf5.1* handling.
	* config/alpha/gthr-posix.c: Remove.
	* config/alpha/libgcc-osf5.ver: Remove.
	* config/alpha/osf5-unwind.h: Remove.
	* config/alpha/t-osf-pthread: Remove.
	* config/alpha/t-slibgcc-osf: Remove.
	* config/t-crtfm (crtfastmath.o): Remove -frandom-seed.
	* gthr-posix.h [!_REENTRANT && __osf__] (_REENTRANT): Don't define.
	[__osf__ && _PTHREAD_USE_MANGLED_NAMES_]: Remove.
	* mkmap-flat.awk: Remove osf_export handling.

	gnattools:
	* configure.ac: Remove alpha*-dec-osf* handling.
	* configure: Regenerate.

	gcc/testsuite:
	* g++.dg/abi/rtti3.C: Remove alpha*-dec-osf* handling.
	* g++.dg/abi/thunk4.C: Likewise.
	* g++.dg/cdce3.C: Don't skip on*-dec-osf5*.
	Adapt line numbers.
	* g++.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
	handling.
	* g++.dg/cpp0x/constexpr-rom.C: Likewise.
	* g++.dg/eh/spbp.C: Likewise.
	* g++.dg/ext/label13.C: Likewise.
	* g++.dg/guality/guality.exp: Likewise.
	* g++.dg/other/anon5.C: Likewise.
	* g++.dg/other/pragma-ep-1.C: Remove.
	* g++.dg/warn/miss-format-1.C: Remove alpha*-dec-osf* handling.
	* g++.dg/warn/pr31246.C: Likewise.
	* g++.dg/warn/weak1.C: Likewise.
	* g++.old-deja/g++.eh/badalloc1.C: Likewise.
	* g++.old-deja/g++.ext/attrib5.C: Likewise.
	* gcc.c-torture/compile/limits-declparen.c: Likewise.
	* gcc.c-torture/compile/limits-pointer.c: Likewise.
	* gcc.c-torture/execute/20001229-1.c: Remove __osf__ handling.
	* gcc.dg/attr-weakref-1.c: Remove alpha*-dec-osf* handling.
	* gcc.dg/c99-stdint-6.c: Remove alpha*-dec-osf5* handling.
	* gcc.dg/c99-tgmath-1.c: Likewise.
	* gcc.dg/c99-tgmath-2.c: Likewise.
	* gcc.dg/c99-tgmath-3.c: Likewise.
	* gcc.dg/c99-tgmath-4.c: Likewise.
	* gcc.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
	handling.
	* gcc.dg/debug/pr49032.c: Likewise.
	* gcc.dg/guality/guality.exp: Likewise.
	* gcc.dg/intmax_t-1.c: Likewise.
	* gcc.dg/pr48616.c: Likewise.
	* gcc.dg/pragma-ep-1.c: Remove.
	* gcc.dg/pragma-ep-2.c: Remove.
	* gcc.dg/pragma-ep-3.c: Remove.
	* gcc.dg/torture/pr47917.c: Remove alpha*-dec-osf5* handling.
	* gcc.dg/tree-ssa/pr42585.c: Remove alpha*-dec-osf* handling.
	* gcc.misc-tests/gcov-14.c: Likewise.
	* gfortran.dg/guality/guality.exp: Likewise.
	* lib/target-supports.exp (check_weak_available): Likewise.
	(add_options_for_tls): Likewise.
	(check_ascii_locale_available): Likewise.
	* obj-c++.dg/dwarf-2.mm: Likewise.
	* objc.dg/dwarf-1.m: Likewise.
	* objc.dg/dwarf-2.m: Likewise.

	gcc/c-family:
	* c-cppbuiltin.c (c_cpp_builtins): Remove #pragma extern_prefix
	handling.
	* c-pragma.c (handle_pragma_extern_prefix): Remove.
	(init_pragma): Don't register extern_prefix.

	gcc/po:
	* EXCLUDES (mips-tdump.c, mips-tfile.c): Remove.

	gcc:
	* config.gcc (alpha*-dec-osf5.1*): Remove.
	* config.host (alpha*-dec-osf*): Remove.
	* configure.ac (*-*-osf*): Remove.
	(alpha*-dec-osf*): Remove.
	* configure: Regenerate.

	* config/alpha/host-osf.c, config/alpha/osf5.h,
	config/alpha/osf5.opt, config/alpha/va_list.h, config/alpha/x-osf:
	Remove.

	* config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Remove.
	* config/alpha/alpha.c (struct machine_function): Update comment.
	(alpha_start_function): Remove Tru64 UNIX as handling for
	max_frame_size.
	* config/alpha/alpha.md ("exception_receiver"): Remove
	TARGET_LD_BUGGY_LDGP.
	("*exception_receiver_2"): Likewise.
	* except.c (finish_eh_generation): Remove Tru64 reference.
	* ginclude/stdarg.h [_HIDDEN_VA_LIST]: Don't undef _VA_LIST.
	* system.h (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Poison.
	* target.def (handle_pragma_extern_prefix): Remove.

	* Makefile.in (mips-tfile.o-warn): Remove.
	(ALL_HOST_BACKEND_OBJS): Remove mips-tfile.o, mips-tdump.o.
	(mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): Remove.
	* mips-tdump.c, mips-tfile.c: Remove.

	* doc/extend.texi (Symbol-Renaming Pragmas): Remove #pragma
	extern_prefix.
	* doc/install.texi (Binaries): Remove Tru64 UNIX reference.
	(Specific, alpha*-dec-osf5.1): Note removal.
	* doc/tm.texi.in (Misc, TARGET_HANDLE_PRAGMA_EXTERN_PREFIX):
	Remove.
	* doc/tm.texi: Regenerate.
	* doc/trouble.texi (Cross-Compiler Problems): Remove.

	gcc/ada:
	* gcc-interface/Makefile.in (alpha*-dec-osf*): Remove.
	* a-intnam-tru64.ads, mlib-tgt-specific-tru64.adb,
	s-mastop-tru64.adb, s-osinte-tru64.adb, s-osinte-tru64.ads,
	s-taprop-tru64.adb, s-tasinf-tru64.ads, s-taspri-tru64.ads,
	system-tru64.ads: Remove.

	* adaint.c (__gnat_number_of_cpus) [__alpha__ && __osf__]:
	Remove.
	[IS_CROSS] [!(__alpha__ && __osf__)]: Remove.
	* env.c [__alpha__ && __osf__]: Remove.
	* gsocket.h (_OSF_SOURCE): Remove.
	(HAVE_THREAD_SAFE_GETxxxBYyyy) [__osf__]: Remove.
	* init.c [__alpha__ && __osf__]: Remove.
	* link.c [__osf__]: Remove.
	* s-oscons-tmplt.c [__alpha__ && __osf__]: Remove.
	[__osf__ && !_SS_MAXSIZE]: Remove.
	* sysdep.c [__osf__]: Remove.
	* terminals.c [__alpha__ && __osf__]: Remove.
	[OSF1]: Remove.

	* g-traceb.ads: Remove Tru64 reference.
	* g-trasym.ads: Likewise.
	* gnat_ugn.texi (Linking a Mixed C++ & Ada Program): Likewise.
	(Summary of Run-Time Configurations): Likewise.
	* memtrack.adb: Likewise.

	fixincludes:
	* inclhack.def (alpha___extern_prefix): Remove.
	(alpha___extern_prefix_standards): Remove.
	(alpha___extern_prefix_sys_stat): Remove.
	(alpha_bad_lval): Remove.
	(alpha_pthread): Remove.
	(alpha_pthread_gcc): Remove.
	(alpha_pthread_init): Remove.
	* fixincl.x: Regenerate.
	* tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: Remove.
	[ALPHA_PTHREAD_GCC_CHECK]: Remove.
	[ALPHA_PTHREAD_INIT_CHECK]: Remove.
	* tests/base/standards.h: Remove.
	* tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK]:
	Remove.
	* tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: Remove.
	[ALPHA_BAD_LVAL_CHECK]: Remove.

	contrib:
	* config-list.mk (LIST): Remove alpha-dec-osf5.1.

	config:
	* weakref.m4 (GCC_CHECK_ELF_STYLE_WEAKREF): Remove
	alpha*-dec-osf*.

	toplevel:
	* MAINTAINERS (OS Port Maintainers): Remove osf.
	* configure.ac (enable_libgomp): Remove *-*-osf*.
	(with_stabs): Remove alpha*-*-osf*.
	* configure: Regenerate.

From-SVN: r185240
2012-03-12 15:35:56 +00:00
..
ada Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
c-family Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
common ChangeLog entry: 2012-03-12 09:59:25 +00:00
config Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
cp typeck.c (build_array_ref, [...]): Consistently forward the tsubst_flags_t parameter. 2012-03-08 17:44:45 +00:00
doc Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
fortran lto-lang.c (builtin_type_for_size): Use lto_type_for_size. 2012-03-12 14:17:26 +00:00
ginclude Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
go compiler: Be more careful to follow GENERIC type rules. 2012-03-09 08:25:05 +00:00
java lang.c (java_init_options_struct): Set frontend_set_flag_trapping_math. 2012-01-23 11:07:55 +00:00
lto lto-lang.c (builtin_type_for_size): Use lto_type_for_size. 2012-03-12 14:17:26 +00:00
objc objc-map.c (objc_map_private_resize, [...]): Don't call _stat functions without MEM_STAT_INFO. 2012-03-05 17:01:49 -05:00
objcp In gcc/: 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com> 2011-10-14 10:19:01 +00:00
po Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
testsuite Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
ABOUT-GCC-NLS
BASE-VER BASE-VER: Set to 4.8.0. 2012-03-02 11:09:25 +00:00
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009 Add missing entry. 2011-06-01 14:31:00 +00:00
ChangeLog-2010
ChangeLog-2011 Fix ChangeLog record for 171649: 2012-03-05 15:01:48 +00:00
ChangeLog.dataflow
ChangeLog.graphite Only update ChangeLog.graphite. 2011-07-08 19:15:18 +00:00
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
DATESTAMP Daily bump. 2012-03-12 00:18:31 +00:00
DEV-PHASE
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
ONEWS
README.Portability
acinclude.m4 acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of HAVE_INITFINI_ARRAY to work around... 2012-02-23 10:16:39 +00:00
aclocal.m4 Centralize PICFLAG configuration 2011-08-22 16:54:02 +00:00
addresses.h tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument. 2011-11-08 17:36:45 +00:00
alias.c re PR debug/52001 (Huge compile-time regression with var-tracking) 2012-03-01 16:58:11 +00:00
alias.h
alloc-pool.c
alloc-pool.h
attribs.c Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
auto-inc-dec.c rtl.h (set_src_cost, [...]): New functions. 2011-08-18 12:37:27 +00:00
basic-block.h sched-int.h (bb_note): Move to... 2012-01-09 19:43:10 +00:00
bb-reorder.c re PR gcov-profile/50127 (g++.dg/tree-prof/partition2.C FAILs on several targets) 2012-01-06 23:05:03 +01:00
bb-reorder.h function.c (bb_active_p): Delete. 2011-11-09 11:50:14 +10:30
bitmap.c
bitmap.h
bt-load.c rtl.texi (simple_return): Document. 2011-08-27 17:38:58 +00:00
builtin-attrs.def Mark transaction begin as returns-twice. 2012-01-05 23:48:30 +00:00
builtin-types.def re PR lto/51698 ([trans-mem] TM runtime and application with LTO) 2012-01-25 20:32:57 +00:00
builtins.c re PR middle-end/52177 (ICE: verify_gimple failed: non-trivial conversion at assignment with __atomic_is_lock_free()) 2012-02-10 16:31:18 +01:00
builtins.def compiler: Use new __builtin_init_heap_trampoline. 2012-01-27 22:25:02 +00:00
builtins.h
c-aux-info.c
c-config-lang.in
c-convert.c
c-decl.c c-tree.h (c_default_pointer_mode): New variable. 2012-03-09 11:49:50 +00:00
c-errors.c
c-lang.c
c-lang.h
c-objc-common.c
c-objc-common.h
c-parser.c gcc: 2011-12-20 20:44:13 +00:00
c-tree.h c-tree.h (c_default_pointer_mode): New variable. 2012-03-09 11:49:50 +00:00
c-typeck.c c-typeck.c (pointer_diff): Use c_common_type_for_size. 2012-03-07 14:30:38 +00:00
caller-save.c tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument. 2011-11-08 17:36:45 +00:00
calls.c re PR middle-end/52047 ([trans-mem] ICE: SIGSEGV in execute_tm_mark (trans-mem.c:2270) with -O -fgnu-tm -fprefetch-loop-arrays) 2012-02-06 14:42:07 +00:00
cfg.c bb-reorder: Split EH edges crossing partitions. 2011-07-23 12:44:19 -07:00
cfganal.c
cfgbuild.c Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
cfgcleanup.c invoke.texi (-fshrink-wrap): Document. 2011-10-05 12:59:23 +00:00
cfgexpand.c cfgexpand.c (gimple_expand_cfg): Free dominator info. 2012-03-05 14:36:18 +00:00
cfghooks.c
cfghooks.h
cfglayout.c re PR tree-optimization/50693 (Loop optimization restricted by GOTOs) 2011-11-05 20:58:37 +01:00
cfglayout.h
cfgloop.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
cfgloop.h re PR middle-end/45098 (Missed induction variable optimization) 2011-06-14 14:29:58 +00:00
cfgloopanal.c rtl.h (set_rtx_cost, [...]): New functions. 2011-08-18 12:36:51 +00:00
cfgloopmanip.c re PR rtl-optimization/49710 (segfault) 2012-01-05 19:25:14 +00:00
cfgrtl.c * cfgrtl.c (cfg_layout_merge_blocks): Cleanup. 2012-03-05 12:53:01 +01:00
cgraph.c tree.h (build_function_decl_skip_args): Add boolean parameter. 2012-01-11 18:47:28 +00:00
cgraph.h tree.h (build_function_decl_skip_args): Add boolean parameter. 2012-01-11 18:47:28 +00:00
cgraphbuild.c lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name aliases. 2011-06-18 08:31:03 +00:00
cgraphunit.c re PR middle-end/51929 (ICE: verify_cgraph_node failed with -O2 -fno-guess-branch-probability -fipa-cp-clone) 2012-02-16 08:25:58 +01:00
cif-code.def cif-code.def (OVERWRITABLE): Fix typo and move around. 2011-07-19 20:20:27 +00:00
collect2-aix.c
collect2-aix.h
collect2.c collect2.c (main): In AIX specific computations for vector insertions... 2012-01-03 11:36:25 +00:00
collect2.h collect2.c: Include diagnostic.h. 2011-05-19 17:25:12 +01:00
combine-stack-adj.c re PR middle-end/50632 (FAIL: gcc.dg/pr50132.c) 2011-10-06 15:22:11 -07:00
combine.c re PR rtl-optimization/52528 (combine bug (powerpc testcase)) 2012-03-10 14:57:30 +00:00
common.opt invoke.texi (floop-flatten): Declare obsolete. 2012-03-02 20:32:20 +00:00
compare-elim.c compare-elim.c (find_comparisons_in_bb): Eliminate only compares having mode compatible with the mode of previous compare. 2012-03-02 19:54:27 +01:00
conditions.h
config.build xm-vms.h (HOST_LONG_FORMAT, [...]): Define when long pointers are used. 2012-01-04 15:45:29 +00:00
config.gcc Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
config.host Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
config.in acinclude.m4: Use HAVE_INITFINI_ARRAY_SUPPORT instead of HAVE_INITFINI_ARRAY to work around... 2012-02-23 10:16:39 +00:00
configure Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
configure.ac Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
convert.c convert.c (strip_float_extensions): Move ... 2012-03-07 14:30:01 +00:00
convert.h
coretypes.h Check in patch/merge from cxx-mem-model Branch 2011-11-06 14:55:48 +00:00
coverage.c coverage.c (get_gcov_type): Use type_for_mode. 2012-03-07 14:31:40 +00:00
coverage.h gcov-io.h (struct gcov_info): Replace trailing array with pointer to array. 2011-12-04 18:27:19 +00:00
cppbuiltin.c Check in patch/merge from cxx-mem-model Branch 2011-11-06 14:55:48 +00:00
cppbuiltin.h
cppdefault.c Translate built-in include paths for sysroot. 2012-01-06 00:14:32 +00:00
cppdefault.h
cppspec.c
cprop.c re PR rtl-optimization/50663 (conditional propagation missed in cprop.c pass) 2011-11-17 17:11:16 +00:00
cse.c rtl.h (true_dependence, [...]): Remove varies parameter. 2012-01-24 19:03:33 +00:00
cselib.c re PR debug/52001 (Huge compile-time regression with var-tracking) 2012-03-01 16:58:11 +00:00
cselib.h re PR debug/52001 (Huge compile-time regression with var-tracking) 2012-03-01 16:58:11 +00:00
cstamp-h.in
data-streamer-in.c data-streamer.h (streamer_write_zero): Rename from output_zero. 2011-08-12 12:42:13 -04:00
data-streamer-out.c data-streamer.h (streamer_write_zero): Rename from output_zero. 2011-08-12 12:42:13 -04:00
data-streamer.c rebase 2011-08-08 12:49:34 -04:00
data-streamer.h data-streamer.h (streamer_write_zero): Rename from output_zero. 2011-08-12 12:42:13 -04:00
dbgcnt.c
dbgcnt.def
dbgcnt.h
dbxout.c target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. 2011-06-15 00:11:35 +01:00
dbxout.h
dce.c rtl.texi (MEM_SIZE_KNOWN_P): Document. 2011-07-19 17:43:15 +00:00
dce.h
ddg.c SMS: Prevent the creation of reg-moves for definitions with MODE_CC 2012-01-02 10:54:00 +00:00
ddg.h SMS: Support instructions with REG_INC_NOTE 2011-09-30 13:25:30 +00:00
debug.c
debug.h dwarf2: Extract cfi creation to a new pass. 2011-07-07 17:05:57 -07:00
defaults.h shift flag_next/gnu_runtime to modern opts system. 2011-11-30 10:42:58 +00:00
df-core.c
df-problems.c df-problems.c (df_kill_notes): Check that the use refers to the note under examination. 2012-01-30 12:56:17 +00:00
df-scan.c re PR bootstrap/52397 (comparison failure with Ada enabled) 2012-02-29 09:12:04 +01:00
df.h re PR bootstrap/52397 (comparison failure with Ada enabled) 2012-02-29 09:12:04 +01:00
dfp.c
dfp.h
diagnostic-core.h
diagnostic.c re PR middle-end/48071 (Blank line after 'all warnings being treated as errors') 2012-02-02 21:46:06 +01:00
diagnostic.def
diagnostic.h Emit macro expansion related diagnostics 2011-10-17 11:59:27 +02:00
dojump.c coverage.c (get_gcov_type): Use type_for_mode. 2012-03-07 14:31:40 +00:00
dominance.c
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c rtl.h (true_dependence, [...]): Remove varies parameter. 2012-01-24 19:03:33 +00:00
dse.h
dwarf2asm.c final.c, output.h (fprint_whex, [...]): New functions serving as fast replacements for fprintf() integer to string... 2011-11-10 23:00:39 -05:00
dwarf2asm.h
dwarf2cfi.c re PR rtl-optimization/51271 (ICE in in maybe_record_trace_start, at dwarf2cfi.c:2244) 2012-01-10 08:28:55 +00:00
dwarf2out.c re PR debug/51902 (lexical_blocks inside inlined_subroutines generate duplicate debug_ranges) 2012-03-05 21:17:44 +01:00
dwarf2out.h dwarf2cfi: Implement change_cfi_row. 2011-07-23 13:17:54 -07:00
ebitmap.c
ebitmap.h
emit-rtl.c re PR middle-end/52372 (gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_regno) 2012-03-06 19:22:10 +00:00
emit-rtl.h rtl.texi (MEM_OFFSET_KNOWN_P): Document. 2011-07-19 17:43:27 +00:00
errors.c
errors.h
et-forest.c
et-forest.h
except.c Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
except.h bb-reorder: Split EH edges crossing partitions. 2011-07-23 12:44:19 -07:00
exec-tool.in
explow.c re PR middle-end/50251 (Revision 178353 caused many test failures) 2011-09-14 14:32:07 +00:00
expmed.c re PR middle-end/50325 (76 new fails with rev. 177691) 2012-01-17 20:37:46 +00:00
expmed.h
expr.c coverage.c (get_gcov_type): Use type_for_mode. 2012-03-07 14:31:40 +00:00
expr.h expr.h (move_by_pieces_ninsns): Declare. 2012-01-02 13:56:36 +00:00
final.c final.c (final_scan_insn): Guard the call to begin_epilogue debug hook. 2011-12-13 13:41:12 +00:00
fixed-value.c
fixed-value.h
flag-types.h re PR rtl-optimization/48455 (Huge code size regression for all ARM configurations) 2011-11-23 18:51:17 +00:00
flags.h shift flag_next/gnu_runtime to modern opts system. 2011-11-30 10:42:58 +00:00
fold-const.c fold-const.c (build_fold_addr_expr_with_type_loc): Fold MEM_REF with constant pointer operand. 2012-03-06 13:16:50 +00:00
fp-test.c
function.c re PR debug/51902 (lexical_blocks inside inlined_subroutines generate duplicate debug_ranges) 2012-03-05 21:17:44 +01:00
function.h function.h (regno_reg_rtx): Adjust comment. 2012-01-31 19:11:00 +00:00
fwprop.c fwprop.c (forward_propagate_subreg): Skip the SIGN/ZERO_EXTEND optimization if the source register is already extended. 2011-12-19 22:05:28 +00:00
gcc-ar.c gcc-ar: Do not include stdio.h. 2011-10-31 10:04:50 -04:00
gcc-plugin.h
gcc.c document gcc --help=common 2012-02-28 18:31:38 +01:00
gcc.h
gccspec.c shift flag_next/gnu_runtime to modern opts system. 2011-11-30 10:42:58 +00:00
gcov-dump.c gcc.c (process_command): Update copyright notice dates. 2012-01-01 20:09:46 +01:00
gcov-io.c
gcov-io.h gcov-io.h (struct gcov_info): Replace trailing array with pointer to array. 2011-12-04 18:27:19 +00:00
gcov-iov.c
gcov.c gcov.c (STRING_SIZE): Remove. 2012-01-11 18:58:30 +00:00
gcse.c rtl.h (true_dependence, [...]): Remove varies parameter. 2012-01-24 19:03:33 +00:00
gcse.h
gdbinit.in
genattr-common.c genattr.c (write_upcase, [...]): Move to ... 2011-07-25 22:32:56 +01:00
genattr.c genattr.c (write_upcase, [...]): Move to ... 2011-07-25 22:32:56 +01:00
genattrtab.c md.texi: Describe the use of match_tests in attribute tests. 2011-08-31 21:06:59 +00:00
genautomata.c genautomata.c (parse_automata_opt): New static function. 2012-03-05 15:38:06 +00:00
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c genemit.c (main): Include "target.h" in insn-emit.c. 2012-03-05 14:25:19 -08:00
genenums.c
genextract.c
genflags.c
gengenrtl.c rtl.texi (simple_return): Document. 2011-08-27 17:38:58 +00:00
gengtype-lex.l gengtype-state.c: Include "bconfig.h" if GENERATOR_FILE is defined, "config.h" otherwise. 2011-08-04 13:30:45 +02:00
gengtype-parse.c gengtype-state.c: Include "bconfig.h" if GENERATOR_FILE is defined, "config.h" otherwise. 2011-08-04 13:30:45 +02:00
gengtype-state.c gengtype-state.c (write_state): Remove timestamped header line. 2011-08-24 11:14:56 +00:00
gengtype.c gengtype.c (write_field_root): Avoid out-of-scope access of newv. 2011-11-08 16:47:16 +00:00
gengtype.h
genhooks.c common-target-def.h, [...]: New files. 2011-06-14 21:11:37 +01:00
genmddeps.c
genmodes.c Let GET_MODE_2XWIDER_MODE find a double-width vector mode. 2011-12-10 12:42:55 -08:00
genmultilib
genopinit.c Delete VEC_EXTRACT_EVEN/ODD_EXPR. 2011-12-23 14:07:16 -08:00
genoutput.c system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New. 2011-07-21 10:48:03 -04:00
genpeep.c
genpreds.c
genrecog.c genrecog.c (make_insn_sequence): Correct position numbering when filtering out match_scratch and match_dup. 2011-07-20 11:26:57 -04:00
gensupport.c gensupport.c (add_define_attr): New static function. 2011-06-21 14:38:38 +00:00
gensupport.h
ggc-common.c
ggc-internal.h
ggc-none.c Reduce memory waste due to non-power-of-2 allocs 2011-10-17 12:00:07 +02:00
ggc-page.c Use more efficient alignment in ggc 2011-10-29 01:02:35 +00:00
ggc-zone.c Fix building ggc-zone.c 2011-10-20 17:22:17 +02:00
ggc.h Reduce memory waste due to non-power-of-2 allocs 2011-10-17 12:00:07 +02:00
gimple-fold.c re PR middle-end/52329 (Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos) 2012-02-22 11:21:48 +00:00
gimple-fold.h
gimple-iterator.c
gimple-low.c Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
gimple-pretty-print.c gimple-pretty-print.c (dump_gimple_phi): Avoid excessive newline in -alias dumps. 2012-02-07 12:10:11 +00:00
gimple-pretty-print.h
gimple-streamer-in.c re PR bootstrap/51572 (LTO bootstrap failed with bootstrap-profiled) 2011-12-19 13:37:06 +00:00
gimple-streamer-out.c opts.c (finish_options): Do not fail for -fgnu-tm. 2011-11-22 18:37:16 +00:00
gimple-streamer.h rebase 2011-08-08 12:49:34 -04:00
gimple.c re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled) 2012-02-24 12:47:56 +00:00
gimple.def Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
gimple.h re PR middle-end/51752 (trans-mem: publication safety violated) 2012-02-28 20:08:39 +00:00
gimplify.c re PR middle-end/52314 (gimplifier produces volatile) 2012-02-21 14:10:31 +00:00
glimits.h
godump.c godump.c (struct macro_hash_value): Define. 2011-11-02 05:04:42 +00:00
graph.c
graph.h
graphds.c
graphds.h
graphite-blocking.c Fix PR47654: Loop blocking should strip-mine at least two loops. 2011-07-05 14:50:34 +00:00
graphite-clast-to-gimple.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
graphite-clast-to-gimple.h Start counting nesting level from 0 and use the standard "Polyhedral SCattering Transformed" psct_* interface. 2011-07-21 22:56:29 +00:00
graphite-cloog-compat.h
graphite-cloog-util.c
graphite-cloog-util.h
graphite-dependences.c Start counting nesting level from 0 and use the standard "Polyhedral SCattering Transformed" psct_* interface. 2011-07-21 22:56:29 +00:00
graphite-dependences.h
graphite-interchange.c Fix PR47654: Loop blocking should strip-mine at least two loops. 2011-07-05 14:50:34 +00:00
graphite-poly.c invoke.texi (floop-flatten): Declare obsolete. 2012-03-02 20:32:20 +00:00
graphite-poly.h Fix PR47654: Loop blocking should strip-mine at least two loops. 2011-07-05 14:50:34 +00:00
graphite-ppl.c
graphite-ppl.h Infer types based on lb and ub. 2011-07-21 22:57:59 +00:00
graphite-scop-detection.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
graphite-scop-detection.h
graphite-sese-to-poly.c Makefile.in (tree-data-ref.o): Add tree-affine.h dependency. 2011-08-23 12:40:57 +00:00
graphite-sese-to-poly.h
graphite.c
gsstruct.def Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def re PR lto/51698 ([trans-mem] TM runtime and application with LTO) 2012-01-25 20:32:57 +00:00
haifa-sched.c re PR bootstrap/52287 (ICE in ready_remove_first, at haifa-sched.c:1927) 2012-02-23 22:15:44 +00:00
hard-reg-set.h re PR target/51872 (Shrink-wrapping with -mminimal-toc causes bootstrap failure) 2012-01-17 17:21:49 +01:00
highlev-plugin-common.h
hooks.c system.h (OUTPUT_ADDR_CONST_EXTRA): Poison. 2011-10-06 23:25:53 +04:00
hooks.h system.h (OUTPUT_ADDR_CONST_EXTRA): Poison. 2011-10-06 23:25:53 +04:00
host-default.c
hosthooks-def.h
hosthooks.h
hw-doloop.c hw-doloop.c (scan_loop): Compute register usage only for non-debug insns. 2011-09-30 12:26:57 +00:00
hw-doloop.h hw-doloop.c: New file. 2011-07-07 15:42:41 +00:00
hwint.c re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108) 2011-08-18 11:30:42 +00:00
hwint.h Change random seeds to 64bit and drop re-crcing 2011-09-29 13:14:51 +00:00
ifcvt.c ifcvt.c (noce_get_condition): Check condition variable is not small_register_classes_for_mode_p before accepting. 2012-02-27 14:30:44 +00:00
incpath.c gcc.c (add_sysrooted_prefix): Remove trailing dir separator from system root. 2012-01-26 23:34:58 +00:00
incpath.h incpath.c (get_added_cpp_dirs): New function. 2011-11-15 10:25:36 +00:00
init-regs.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
input.c Support expansion of reserved locations wrapped in virtual locations 2011-10-25 10:58:54 +02:00
input.h Add line map statistics to -fmem-report output 2011-10-17 11:59:52 +02:00
insn-addr.h
insn-notes.def re PR tree-optimization/50693 (Loop optimization restricted by GOTOs) 2011-11-05 20:58:37 +01:00
integrate.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
integrate.h
internal-fn.c
internal-fn.def
internal-fn.h
intl.c
intl.h
ipa-cp.c Update copyright year. 2012-01-13 22:29:05 +00:00
ipa-inline-analysis.c re PR tree-optimization/51680 (g++ 4.7 fails to inline trivial template stuff) 2012-01-08 16:39:00 +00:00
ipa-inline-transform.c re PR middle-end/52045 (ICE: in execute_todo, at passes.c:1748 with -O3 -ftracer -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce and stpcpy_chk()) 2012-01-30 13:39:12 +00:00
ipa-inline.c + PR middle-end/52142 + * ipa-inline.c (can_inline_edge_p): Do not inline... 2012-02-15 00:29:06 +00:00
ipa-inline.h ipa-cp.c (ipa_value_from_jfunc): Make global. 2011-11-15 03:46:08 +00:00
ipa-prop.c re PR tree-optimization/52402 (IPA-SRA creates aligned loads from unaligned memory) 2012-02-28 09:15:49 +00:00
ipa-prop.h ipa-cp.c (ipa_value_from_jfunc): Make global. 2011-11-15 03:46:08 +00:00
ipa-pure-const.c ipa-pure-const.c (check_stmt): Clobbers do not make a function non-const/pure. 2012-01-27 15:49:34 +00:00
ipa-ref-inline.h
ipa-ref.c lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name aliases. 2011-06-18 08:31:03 +00:00
ipa-ref.h lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code. 2011-06-11 13:01:53 +00:00
ipa-reference.c data-streamer.h (streamer_write_zero): Rename from output_zero. 2011-08-12 12:42:13 -04:00
ipa-reference.h
ipa-split.c re PR tree-optimization/52376 (ICE in lto_input_tree_ref, at lto-streamer-in.c:266 while linking LTO-PGO libxul) 2012-02-27 16:04:28 +01:00
ipa-utils.c ipa-utils.c (postorder_stack): New structure. 2011-06-13 15:31:22 +00:00
ipa-utils.h ipa-utils.c (ipa_dfs_info): New field scc_no. 2011-06-01 15:07:26 +02:00
ipa.c re PR lto/47259 (LTO and global register variable) 2011-12-02 15:49:37 +00:00
ira-build.c re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops) 2012-01-19 20:46:31 +00:00
ira-color.c ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not WORDS_BIG_ENDIAN. 2012-02-21 23:27:59 +00:00
ira-conflicts.c re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops) 2012-01-19 20:46:31 +00:00
ira-costs.c re PR rtl-optimization/52208 (Useless store) 2012-02-16 16:34:28 +01:00
ira-emit.c re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops) 2012-01-19 20:46:31 +00:00
ira-int.h re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops) 2012-01-19 20:46:31 +00:00
ira-lives.c re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops) 2012-01-19 20:46:31 +00:00
ira.c ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not WORDS_BIG_ENDIAN. 2012-02-21 23:27:59 +00:00
ira.h target.def (class_max_nregs): New hook. 2011-07-20 02:34:31 +04:00
jump.c re PR rtl-optimization/50496 (ICE in redirect_jump, at jump.c:1497) 2011-11-23 13:22:30 +00:00
langhooks-def.h
langhooks.c langhooks.c (add_builtin_type): New function. 2012-03-05 21:57:13 +00:00
langhooks.h langhooks.c (add_builtin_type): New function. 2012-03-05 21:57:13 +00:00
lcm.c
libfuncs.h
limitx.h
limity.h
lists.c reg-notes.def (DEP_CONTROL): New. 2011-10-21 13:35:44 +00:00
loop-doloop.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
loop-init.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
loop-invariant.c rtl.h (set_src_cost, [...]): New functions. 2011-08-18 12:37:27 +00:00
loop-iv.c
loop-unroll.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
loop-unswitch.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
lower-subreg.c re PR rtl-optimization/52113 ([lower-subreg.c] ICE: in extract_insn, at recog.c:2123) 2012-02-04 13:47:55 +01:00
lto-cgraph.c lto-streamer-out.c (write_symbol): Use proper 64-bit host type. 2011-12-13 21:59:39 +00:00
lto-compress.c
lto-compress.h
lto-opts.c re PR regression/50999 (g++.dg/lto/20081109 execute -O2 -flto -flto-partition=1to1 -fno-use-linker-plugin) 2011-11-08 13:41:57 +00:00
lto-section-in.c lto-streamer-out.c (write_symbol): Use proper 64-bit host type. 2011-12-13 21:59:39 +00:00
lto-section-out.c data-streamer.h (streamer_write_zero): Rename from output_zero. 2011-08-12 12:42:13 -04:00
lto-streamer-in.c re PR lto/51497 (The run time for the polyhedron test nf.f90 is ~10% slower with -flto after revision 182107) 2011-12-14 15:31:24 +00:00
lto-streamer-out.c re PR lto/50490 (ICE when compiling libglib2.0 with LTO, tree code 'optimization_node' is not supported in LTO streams) 2012-01-05 15:43:54 +00:00
lto-streamer.c Change random seeds to 64bit and drop re-crcing 2011-09-29 13:14:51 +00:00
lto-streamer.h re PR lto/51573 (ICE (segfault) in lto_varpool_encoder_encode_initializer_p) 2011-12-19 15:57:02 +00:00
lto-symtab.c re PR lto/47247 (Linker plugin specification makes it difficult to handle COMDATs) 2011-10-02 10:41:24 +00:00
lto-wrapper.c re PR lto/51916 (FAIL: gcc.dg/lto/trans-mem-3 c_lto_trans-mem-3_0.o-c_lto_trans-mem-3_1.o link, -flto (internal compiler error)) 2012-01-23 14:07:41 +00:00
machmode.def
machmode.h Let GET_MODE_2XWIDER_MODE find a double-width vector mode. 2011-12-10 12:42:55 -08:00
main.c
matrix-reorg.c cse.c (insert_with_costs): Put semi-colon after empty loop body on the next line. 2011-07-12 20:07:09 +00:00
mcf.c
mkconfig.sh Move libgcc_tm_file to toplevel libgcc 2011-11-02 15:26:35 +00:00
mode-classes.def
mode-switching.c mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER handling. 2011-08-01 19:30:29 +01:00
modulo-sched.c re PR rtl-optimization/52095 (ICE compiling gcc.dg/sms-7.c: SEGV in fprintf) 2012-02-04 17:51:31 +01:00
omega.c Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H. 2011-08-01 21:53:07 +00:00
omega.h
omp-builtins.def backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable array in firstprivate clause) 2011-08-02 18:13:29 +02:00
omp-low.c omp-low.c (extract_omp_for_data): Use signed_type_for. 2012-03-07 13:31:15 +00:00
opt-functions.awk Allow HOST_WIDE_INT for option variable. 2011-08-18 07:52:06 -07:00
opt-gather.awk
opt-include.awk
opt-read.awk Allow HOST_WIDE_INT for option variable. 2011-08-18 07:52:06 -07:00
optabs.c re PR middle-end/52353 (-ftrapv -fnon-call-exceptions does not work) 2012-03-05 13:08:55 +00:00
optabs.h re PR middle-end/52353 (-ftrapv -fnon-call-exceptions does not work) 2012-03-05 13:08:55 +00:00
optc-gen.awk opts.c (print_specific_help): Fix off-by-one compare in assertion check. 2011-09-02 21:19:17 +00:00
optc-save-gen.awk Allow HOST_WIDE_INT for option variable. 2011-08-18 07:52:06 -07:00
opth-gen.awk opth-gen.awk: Do not declare target save/restore structures and functions if IN_RTS defined. 2011-08-19 11:16:02 +01:00
opts-common.c opts-common.c (generate_canonical_option): Free opt_text it it has been allocated here and not stored anywhere. 2011-11-11 09:15:56 +01:00
opts-diagnostic.h
opts-global.c re PR lto/44965 (lto option code breaks file format with each added option) 2011-11-03 14:46:26 +00:00
opts.c re PR lto/51806 (-flto ignores -Werror) 2012-01-10 16:27:55 +00:00
opts.h re PR lto/44965 (lto option code breaks file format with each added option) 2011-11-03 14:46:26 +00:00
output.h target.def (tm_clone_table_section): New hook. 2011-11-22 10:19:19 +00:00
params.c params.c: Include common/common-target.h. 2011-06-23 11:41:42 +01:00
params.def invoke.texi: Update copyright years. 2012-01-27 18:08:03 +04:00
params.h Check in patch/merge from cxx-mem-model Branch 2011-11-06 14:55:48 +00:00
passes.c re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled) 2012-02-24 11:38:39 +00:00
plugin.c [multiple changes] 2011-10-19 13:20:22 +00:00
plugin.def plugin.def: Add event for finish_decl. 2011-08-11 11:57:38 -04:00
plugin.h
pointer-set.c
pointer-set.h
postreload-gcse.c rtl.h (true_dependence, [...]): Remove varies parameter. 2012-01-24 19:03:33 +00:00
postreload.c postreload.c (reload_combine): Mark reg_state as invalid at volatile insns if there has been a use already. 2011-11-22 19:52:34 +00:00
predict.c re PR middle-end/52214 (FAIL: g++.dg/tree-ssa/pr44706.C -std=gnu++* scan-tree-dump-not fnsplit "Splitting function") 2012-02-13 23:29:34 +00:00
predict.def
predict.h
prefix.c common-target-def.h, [...]: New files. 2011-06-14 21:11:37 +01:00
prefix.h prefix.h: Wrap up in extern "C" block. 2011-07-12 17:23:04 +00:00
pretty-print.c
pretty-print.h pretty-print.h (pp_unsigned_wide_integer): New. 2011-09-02 13:52:12 +00:00
print-rtl.c re PR tree-optimization/50693 (Loop optimization restricted by GOTOs) 2011-11-05 20:58:37 +01:00
print-tree.c Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
profile.c re PR middle-end/44777 (ICE: SIGSEGV with -fprofile-use in gcc.c-torture/execute/comp-goto-2.c) 2012-01-05 20:54:16 +01:00
profile.h
read-md.c
read-md.h
read-rtl.c
real.c
real.h
realmpfr.c
realmpfr.h
recog.c re PR rtl-optimization/51821 (64bit > 32bit conversion produces incorrect results with optimizations) 2012-01-15 19:03:46 +01:00
recog.h system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New. 2011-07-21 10:48:03 -04:00
ree.c re PR bootstrap/52041 (Bootstrap failure at revision 183650 with --enable-checking=release) 2012-01-31 09:41:46 +01:00
reg-notes.def Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
reg-stack.c re PR debug/52132 (ICE in loc_descriptor) 2012-02-11 09:27:30 +01:00
regcprop.c tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument. 2011-11-08 17:36:45 +00:00
reginfo.c function.h (regno_reg_rtx): Adjust comment. 2012-01-31 19:11:00 +00:00
regmove.c regmove.c (fixup_match_2): Only access call_used_regs with hard regs. 2011-12-13 20:22:59 +00:00
regrename.c tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument. 2011-11-08 17:36:45 +00:00
regrename.h regrename.h: New file. 2011-10-19 17:26:26 +00:00
regs.h regrename.c (struct du_head): Make nregs signed. 2011-09-07 15:57:45 +00:00
regset.h regset.h (fixed_reg_set_regset): Declare. 2011-11-06 22:58:54 +00:00
regstat.c
reload.c re PR rtl-optimization/51856 (ICE in reload_cse_simplify_operands) 2012-01-20 16:29:01 +00:00
reload.h re PR middle-end/48770 (wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno-forward-propagate -fno-tree-forwprop) 2011-06-23 15:30:20 -06:00
reload1.c reload1.c (reload_regs_reach_end_p): Replace with... 2012-02-05 14:49:05 +00:00
reorg.c re PR rtl-optimization/52175 (ICE in maybe_record_trace_start after invalid dbr_schedule transformation) 2012-02-11 09:00:42 +00:00
resource.c resource.c (init_resource_info): Only consider EXIT_IGNORE_STACK if there is in epilogue. 2011-12-05 19:32:16 +00:00
resource.h
rtl-error.c
rtl-error.h
rtl.c rtl.c (copy_rtx): Do not handle frame_related, jump or call flags specially. 2011-09-12 23:38:21 +00:00
rtl.def md.texi: Describe the use of match_tests in attribute tests. 2011-08-31 21:06:59 +00:00
rtl.h re PR middle-end/52515 (build fails on cris-elf in unwind-dw2.c, x86_64-unknown-linux-gnu in bid_binarydecimal.c) 2012-03-07 09:50:36 +00:00
rtlanal.c Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
rtlhooks-def.h
rtlhooks.c machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro. 2011-07-06 14:44:30 +00:00
sbitmap.c
sbitmap.h
sched-deps.c re PR bootstrap/52172 (stage 3 Bootstrap comparison failure on FreeBSD ia64) 2012-02-14 00:31:48 +01:00
sched-ebb.c re PR rtl-optimization/48721 (ICE: verify_flow_info failed: missing barrier after block 6 with -foptimize-sibling-calls -fsched2-use-superblocks) 2011-11-30 19:53:46 +01:00
sched-int.h sched-int.h (bb_note): Move to... 2012-01-09 19:43:10 +00:00
sched-rgn.c reg-notes.def (DEP_CONTROL): New. 2011-10-21 13:35:44 +00:00
sched-vis.c sched-vis.c (print_value): Handle STRICT_LOW_PART. 2011-11-03 21:49:36 +01:00
sdbout.c
sdbout.h
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c re PR rtl-optimization/52250 (ICE: in sel_remove_bb, at sel-sched-ir.c:5213 with -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops -fselective-scheduling2 and other flags) 2012-03-06 11:31:43 +04:00
sel-sched-ir.h invoke.texi: Update copyright years. 2012-01-27 18:08:03 +04:00
sel-sched.c re PR rtl-optimization/52203 (ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7136 with -fsel-sched-pipelining -fselective-scheduling2 and other custom flags) 2012-03-07 16:00:37 +04:00
sel-sched.h
sese.c gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead of a statement. 2011-09-09 11:52:51 +00:00
sese.h Fix PR47691: do not abort compilation when code generation fails 2011-07-27 16:52:52 +00:00
simplify-rtx.c re PR rtl-optimization/52170 (ICE in trunc_int_for_mode, at explow.c:57 during simplify_plus_minus) 2012-02-08 13:29:22 +00:00
sparseset.c
sparseset.h
sreal.c
sreal.h
ssaexpand.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c re PR middle-end/51768 (ICE with invalid asm goto) 2012-01-05 21:18:15 +01:00
stor-layout.c re PR target/52238 (-mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members) 2012-02-20 23:05:08 +01:00
store-motion.c rtl.h (true_dependence, [...]): Remove varies parameter. 2012-01-24 19:03:33 +00:00
streamer-hooks.c rebase 2011-08-08 12:49:34 -04:00
streamer-hooks.h re PR lto/51573 (ICE (segfault) in lto_varpool_encoder_encode_initializer_p) 2011-12-19 15:57:02 +00:00
stringpool.c
sync-builtins.def re PR middle-end/51038 (29_atomics/atomic_flag/clear/1.cc test_and_set/explicit.cc implicit.cc) 2011-11-10 20:38:33 +00:00
system.h Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
target-def.h target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. 2011-06-15 00:11:35 +01:00
target-globals.c
target-globals.h
target-hooks-macros.h
target.def Remove obsolete Tru64 UNIX V5.1B support 2012-03-12 15:35:56 +00:00
target.h re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4.5 to GCC 4.6 on powerpc) 2012-02-10 16:38:37 +00:00
targhooks.c re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4.5 to GCC 4.6 on powerpc) 2012-02-10 16:38:37 +00:00
targhooks.h Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
timevar.c timevar.c (timevar_print): Increase width for display of timevar name. 2011-06-25 09:57:31 +00:00
timevar.def re PR target/50038 (redundant zero extensions) 2011-12-21 11:52:27 +00:00
timevar.h
tlink.c re PR c++/51910 (-frepo linking failure) 2012-02-11 03:50:23 -05:00
toplev.c invoke.texi (floop-flatten): Declare obsolete. 2012-03-02 20:32:20 +00:00
toplev.h Change random seeds to 64bit and drop re-crcing 2011-09-29 13:14:51 +00:00
tracer.c re PR middle-end/51211 (ICE: SIGSEGV in execute_tm_mark (trans-mem.c:2242) with -fgnu-tm -O -freorder-blocks -ftracer --param hot-bb-frequency-fraction=1 and __transaction_atomic) 2011-11-19 11:29:18 -08:00
trans-mem.c trans-mem.c: New typedef for tm_region_p. 2012-03-06 16:27:37 +00:00
trans-mem.h Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
tree-affine.c Makefile.in (tree-data-ref.o): Add tree-affine.h dependency. 2011-08-23 12:40:57 +00:00
tree-affine.h Makefile.in (tree-data-ref.o): Add tree-affine.h dependency. 2011-08-23 12:40:57 +00:00
tree-browser.c
tree-browser.def
tree-call-cdce.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-cfg.c tree-sra.c (create_access_replacement): Only rename the replacement if we can rewrite it into SSA form. 2012-03-12 10:43:17 +00:00
tree-cfgcleanup.c re PR tree-optimization/49615 (internal compiler error: verify_stmts failed / LHS in noreturn call with pointer-to-never-returning-member) 2011-07-04 12:06:17 +00:00
tree-chrec.c tree.h (convert_to_ptrofftype_loc): New function. 2011-08-17 12:00:35 +00:00
tree-chrec.h tree.h (ptrofftype_p): New helper function. 2011-08-16 13:55:30 +00:00
tree-complex.c Convert standard builtin functions from being arrays to using a functional interface 2011-10-11 19:55:09 +00:00
tree-data-ref.c re PR tree-optimization/52406 (likely wrong code bug) 2012-03-02 14:58:55 +00:00
tree-data-ref.h re PR tree-optimization/52406 (likely wrong code bug) 2012-03-02 14:58:55 +00:00
tree-dfa.c tree-flow.h (get_var_ann): Don't declare. 2011-10-06 15:18:12 +00:00
tree-diagnostic.c tree-diagnostic (struct loc_t): Rename into struct loc_map_pair. 2011-11-29 11:40:50 -05:00
tree-diagnostic.h Emit macro expansion related diagnostics 2011-10-17 11:59:27 +02:00
tree-dump.c invoke.texi: Document -scev dump modifier. 2011-06-29 14:29:22 +00:00
tree-dump.h
tree-eh.c re PR tree-optimization/46590 (long compile time with -O2 and many loops) 2012-01-26 15:50:33 +00:00
tree-emutls.c sw-1.c: Force rep;movsb. 2011-11-14 17:28:11 +00:00
tree-flow-inline.h tree-flow.h (get_var_ann): Don't declare. 2011-10-06 15:18:12 +00:00
tree-flow.h tree-phinodes.c (make_phi_node): Mark static. 2012-02-24 10:40:27 +01:00
tree-if-conv.c cfgexpand.c (gimple_expand_cfg): Free dominator info. 2012-03-05 14:36:18 +00:00
tree-inline.c re PR tree-optimization/51865 (ICE in insert_vi_for_tree, at tree-ssa-structalias.c:2642) 2012-01-16 12:12:53 +01:00
tree-inline.h ipa-cp.c (ipa_value_from_jfunc): Make global. 2011-11-15 03:46:08 +00:00
tree-into-ssa.c tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file. 2012-02-24 10:39:38 +01:00
tree-iterator.c move TS_STATEMENT_LIST to be a substructure of TS_TYPED 2011-05-27 17:43:44 +00:00
tree-iterator.h
tree-loop-distribution.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
tree-mudflap.c re PR libmudflap/40778 (Mudflap instrumentation missing in cloned function.) 2012-01-19 19:58:02 +01:00
tree-mudflap.h
tree-nested.c Convert standard builtin functions from being arrays to using a functional interface 2011-10-11 19:55:09 +00:00
tree-nomudflap.c re PR middle-end/51764 (mudflap does not work with LTO) 2012-01-05 15:08:42 +00:00
tree-nrv.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-object-size.c builtins.def (BUILT_IN_STPNCPY_CHK): New definition. 2011-12-15 18:26:10 +01:00
tree-optimize.c re PR middle-end/52045 (ICE: in execute_todo, at passes.c:1748 with -O3 -ftracer -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce and stpcpy_chk()) 2012-01-30 13:40:24 +00:00
tree-outof-ssa.c re PR lto/41159 ([LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225) 2011-12-21 09:22:58 +00:00
tree-parloops.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
tree-pass.h tree-pass.h (pass_reload): Declare. 2011-12-22 15:01:25 +00:00
tree-phinodes.c tree-phinodes.c (make_phi_node): Mark static. 2012-02-24 10:40:27 +01:00
tree-predcom.c invoke.texi: Update copyright years. 2012-01-27 18:08:03 +04:00
tree-pretty-print.c tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type. 2012-03-12 13:04:43 +00:00
tree-pretty-print.h tree-pretty-print.c (dump_function_header): Add flags. 2011-06-06 13:24:55 +00:00
tree-profile.c tree-flow.h (get_var_ann): Don't declare. 2011-10-06 15:18:12 +00:00
tree-scalar-evolution.c tree-scalar-evolution (interpret_rhs_expr): generate chrec for array reference and component reference. 2012-03-09 08:45:14 +00:00
tree-scalar-evolution.h
tree-sra.c tree-sra.c (create_access_replacement): Only rename the replacement if we can rewrite it into SSA form. 2012-03-12 10:43:17 +00:00
tree-ssa-address.c tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP. 2011-10-11 21:21:43 +00:00
tree-ssa-alias.c re PR middle-end/52493 (tree check fail in ptr_derefs_may_alias_p) 2012-03-06 13:13:14 +00:00
tree-ssa-alias.h tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field. 2011-12-05 14:31:44 +00:00
tree-ssa-ccp.c re PR tree-optimization/51760 (ICE in set_lattice_value, at tree-ssa-ccp.c:456) 2012-01-05 13:41:34 +00:00
tree-ssa-coalesce.c re PR debug/51517 (Wrong debug information for pointers with negative strides.) 2011-12-15 12:05:37 +01:00
tree-ssa-copy.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-ssa-copyrename.c tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics. 2011-07-12 14:38:41 +00:00
tree-ssa-dce.c tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION. 2012-02-10 09:44:31 -08:00
tree-ssa-dom.c re PR tree-optimization/52424 (dom prematurely pops entries from const_and_copies stack) 2012-02-29 13:06:28 +00:00
tree-ssa-dse.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-ssa-forwprop.c re PR tree-optimization/51466 (ICE in gimple_rhs_has_side_effects,) 2011-12-08 20:49:02 +01:00
tree-ssa-ifcombine.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-ssa-live.c re PR debug/50317 (missing DW_OP_GNU_implicit_pointer) 2011-12-03 17:39:56 +01:00
tree-ssa-live.h
tree-ssa-loop-ch.c re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-tree-ch) 2012-02-08 15:28:01 +00:00
tree-ssa-loop-im.c re PR middle-end/51752 (trans-mem: publication safety violated) 2012-02-28 20:08:39 +00:00
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c coverage.c (get_gcov_type): Use type_for_mode. 2012-03-07 14:31:40 +00:00
tree-ssa-loop-manip.c cfgloop.c (verify_loop_structure): Verify dominators before using them. 2012-03-05 15:39:39 +00:00
tree-ssa-loop-niter.c tree.h (fold_build_pointer_plus_loc): New helper function. 2011-07-19 14:01:59 +00:00
tree-ssa-loop-prefetch.c Convert standard builtin functions from being arrays to using a functional interface 2011-10-11 19:55:09 +00:00
tree-ssa-loop-unswitch.c
tree-ssa-loop.c invoke.texi (floop-flatten): Declare obsolete. 2012-03-02 20:32:20 +00:00
tree-ssa-math-opts.c tree-ssa-math-opts.c (convert_mult_to_widen): Check actual precision against gimple constraints. 2012-03-07 09:24:40 +00:00
tree-ssa-operands.c tree-ssa-dce.c (propagate_necessity): Handle GIMPLE_TRANSACTION. 2012-02-10 09:44:31 -08:00
tree-ssa-operands.h tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names. 2011-12-05 11:05:24 +00:00
tree-ssa-phiopt.c re PR tree-optimization/51988 (value_replacement in PHIOPT should handle even the cases where there are other PHIs even with non equal value) 2012-03-09 01:27:29 -08:00
tree-ssa-phiprop.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-ssa-pre.c re PR lto/52178 (Ada bootstrap failure in LTO mode) 2012-02-15 00:10:00 +00:00
tree-ssa-propagate.c re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argument optimized away by ccp) 2012-01-01 00:53:57 +01:00
tree-ssa-propagate.h gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after push_gimplify_context. 2011-09-26 18:19:55 +02:00
tree-ssa-reassoc.c re PR tree-optimization/50587 (ICE init_range_entry, at tree-ssa-reassoc.c:1698 caused by recent change) 2011-10-03 11:06:38 +02:00
tree-ssa-sccvn.c tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file. 2012-02-24 10:39:38 +01:00
tree-ssa-sccvn.h re PR middle-end/43864 (Same basic blocks should be merged) 2011-09-27 16:10:42 +00:00
tree-ssa-sink.c invoke.texi (sink-frequency-threshold): Document. 2011-10-26 07:26:50 -06:00
tree-ssa-strlen.c tree-ssa-strlen.c: Include expr.h. 2011-10-27 21:04:43 +02:00
tree-ssa-structalias.c tree-ssa-structalias.c (intra_create_variable_infos): Do not create fake variables for restrict-qualified pointers whose pointed-to... 2012-01-23 11:19:22 +00:00
tree-ssa-tail-merge.c re PR debug/52048 (-fcompare-debug failure with -O2 -fcompare-debug -fnon-call-exceptions -fno-tree-dominator-opts) 2012-01-30 14:47:38 +01:00
tree-ssa-ter.c
tree-ssa-threadedge.c expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, from ... 2011-09-01 11:46:08 +00:00
tree-ssa-threadupdate.c re PR tree-optimization/48641 (ICE: verify_flow_info failed: Wrong frequency of block 77 -419530 with -O -fno-tree-ccp -fno-tree-copy-prop) 2011-12-27 10:41:58 +00:00
tree-ssa-uncprop.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-ssa-uninit.c re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in this function) 2011-08-11 14:28:36 +00:00
tree-ssa.c re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled) 2012-02-24 11:38:39 +00:00
tree-ssanames.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-stdarg.c re PR tree-optimization/51091 (FAIL: gcc.dg/tree-ssa/stdarg-2.c scan-tree-dump stdarg) 2011-11-11 20:57:23 +01:00
tree-stdarg.h
tree-streamer-in.c re PR lto/52178 (Ada bootstrap failure in LTO mode) 2012-02-14 08:39:55 +00:00
tree-streamer-out.c re PR lto/52178 (Ada bootstrap failure in LTO mode) 2012-02-14 08:39:55 +00:00
tree-streamer.c data-streamer.h (streamer_write_zero): Rename from output_zero. 2011-08-12 12:42:13 -04:00
tree-streamer.h Split out LTO's writing of top level asm nodes in preparation of extending what... 2011-09-30 14:56:01 +00:00
tree-switch-conversion.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
tree-tailcall.c re PR middle-end/52285 (libgcrypt _gcry_burn_stack slowdown) 2012-02-16 23:20:27 +01:00
tree-vect-data-refs.c re PR tree-optimization/52406 (likely wrong code bug) 2012-03-02 14:58:55 +00:00
tree-vect-generic.c Delete VEC_EXTRACT_EVEN/ODD_EXPR. 2011-12-23 14:07:16 -08:00
tree-vect-loop-manip.c omp-low.c (extract_omp_for_data): Use signed_type_for. 2012-03-07 13:31:15 +00:00
tree-vect-loop.c re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4.5 to GCC 4.6 on powerpc) 2012-02-10 16:38:37 +00:00
tree-vect-patterns.c re PR tree-optimization/52091 (ICE: verify_gimple failed) 2012-02-05 05:58:18 +00:00
tree-vect-slp.c omp-low.c (extract_omp_for_data): Use signed_type_for. 2012-03-07 13:31:15 +00:00
tree-vect-stmts.c omp-low.c (extract_omp_for_data): Use signed_type_for. 2012-03-07 13:31:15 +00:00
tree-vectorizer.c tree-vectorizer.c (vect_print_dump_info): Print line number when dumping to a file. 2011-09-04 08:53:43 +00:00
tree-vectorizer.h re PR tree-optimization/52091 (ICE: verify_gimple failed) 2012-02-05 05:58:18 +00:00
tree-vrp.c re PR tree-optimization/51721 (-Warray-bounds false positives and inconsistencies) 2012-03-12 12:12:49 +01:00
tree.c tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type. 2012-03-12 13:04:43 +00:00
tree.def Delete VEC_EXTRACT_EVEN/ODD_EXPR. 2011-12-23 14:07:16 -08:00
tree.h re PR debug/51902 (lexical_blocks inside inlined_subroutines generate duplicate debug_ranges) 2012-03-05 21:17:44 +01:00
treestruct.def Fix the printable name typo 2011-06-09 02:26:19 +00:00
tsystem.h tsystem.h (CONST_CAST2, CONST_CAST): Define. 2011-08-05 12:14:55 +00:00
typeclass.h
value-prof.c re PR tree-optimization/51719 (ICE: verify_gimple failed: LHS in noreturn call with -fpartial-inlining -fprofile-use and exceptions) 2012-01-03 10:09:41 +01:00
value-prof.h
var-tracking.c re PR debug/52001 (Huge compile-time regression with var-tracking) 2012-02-25 12:09:27 +00:00
varasm.c Enable initfini array support on Solaris (PR target/50166) 2012-02-20 11:47:25 +00:00
varpool.c re PR middle-end/51998 (compiler hangs on self-recursive alias attribute) 2012-02-02 13:29:31 +00:00
vec.c re PR c++/14179 (out of memory while parsing array with many initializers) 2012-01-16 11:40:26 -05:00
vec.h vec.h (VEC_BASE): If base is at offset 0 in the structure, use &(P)->base even if P is NULL. 2011-11-10 16:40:34 +01:00
vecir.h
vecprim.h
version.c
version.h
vmsdbg.h
vmsdbgout.c vmsdbgout.c (vmsdbgout_write_source_line): New function. 2011-12-13 13:30:18 +00:00
web.c dumping cleanup phase 1 -- Removing TODO_dump_func 2011-06-14 19:39:36 +00:00
xcoff.h
xcoffout.c
xcoffout.h

README.Portability

Copyright (C) 2000, 2003 Free Software Foundation, Inc.

This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of
compilers GCC needs to be able to compile on.

The problem is that many ISO-standard constructs are not accepted by
either old or buggy compilers, and we keep getting bitten by them.
This knowledge until know has been sparsely spread around, so I
thought I'd collect it in one useful place.  Please add and correct
any problems as you come across them.

I'm going to start from a base of the ISO C90 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

For the complete coding style conventions used in GCC, please read
http://gcc.gnu.org/codingconventions.html


String literals
---------------

Irix6 "cc -n32" and OSF4 "cc" have problems with constant string
initializers with parens around it, e.g.

const char string[] = ("A string");

This is unfortunate since this is what the GNU gettext macro N_
produces.  You need to find a different way to code it.

Some compilers like MSVC++ have fairly low limits on the maximum
length of a string literal; 509 is the lowest we've come across.  You
may need to break up a long printf statement into many smaller ones.


Empty macro arguments
---------------------

ISO C (6.8.3 in the 1990 standard) specifies the following:

If (before argument substitution) any argument consists of no
preprocessing tokens, the behavior is undefined.

This was relaxed by ISO C99, but some older compilers emit an error,
so code like

#define foo(x, y) x y
foo (bar, )

needs to be coded in some other way.


Avoid unnecessary test before free
----------------------------------

Since SunOS 4 stopped being a reasonable portability target,
(which happened around 2007) there has been no need to guard
against "free (NULL)".  Thus, any guard like the following
constitutes a redundant test:

  if (P)
    free (P);

It is better to avoid the test.[*]
Instead, simply free P, regardless of whether it is NULL.

[*] However, if your profiling exposes a test like this in a
performance-critical loop, say where P is nearly always NULL, and
the cost of calling free on a NULL pointer would be prohibitively
high, consider using __builtin_expect, e.g., like this:

  if (__builtin_expect (ptr != NULL, 0))
    free (ptr);



Trigraphs
---------

You weren't going to use them anyway, but some otherwise ISO C
compliant compilers do not accept trigraphs.


Suffixes on Integer Constants
-----------------------------

You should never use a 'l' suffix on integer constants ('L' is fine),
since it can easily be confused with the number '1'.


			Common Coding Pitfalls
			======================

errno
-----

errno might be declared as a macro.


Implicit int
------------

In C, the 'int' keyword can often be omitted from type declarations.
For instance, you can write

  unsigned variable;

as shorthand for

  unsigned int variable;

There are several places where this can cause trouble.  First, suppose
'variable' is a long; then you might think

  (unsigned) variable

would convert it to unsigned long.  It does not.  It converts to
unsigned int.  This mostly causes problems on 64-bit platforms, where
long and int are not the same size.

Second, if you write a function definition with no return type at
all:

  operate (int a, int b)
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.

Implicit function declarations always have return type int.  So if you
correct the above definition to

  void
  operate (int a, int b)
  ...

but operate() is called above its definition, you will get an error
about a "type mismatch with previous implicit declaration".  The cure
is to prototype all functions at the top of the file, or in an
appropriate header.

Char vs unsigned char vs int
----------------------------

In C, unqualified 'char' may be either signed or unsigned; it is the
implementation's choice.  When you are processing 7-bit ASCII, it does
not matter.  But when your program must handle arbitrary binary data,
or fully 8-bit character sets, you have a problem.  The most obvious
issue is if you have a look-up table indexed by characters.

For instance, the character '\341' in ISO Latin 1 is SMALL LETTER A
WITH ACUTE ACCENT.  In the proper locale, isalpha('\341') will be
true.  But if you read '\341' from a file and store it in a plain
char, isalpha(c) may look up character 225, or it may look up
character -31.  And the ctype table has no entry at offset -31, so
your program will crash.  (If you're lucky.)

It is wise to use unsigned char everywhere you possibly can.  This
avoids all these problems.  Unfortunately, the routines in <string.h>
take plain char arguments, so you have to remember to cast them back
and forth - or avoid the use of strxxx() functions, which is probably
a good idea anyway.

Another common mistake is to use either char or unsigned char to
receive the result of getc() or related stdio functions.  They may
return EOF, which is outside the range of values representable by
char.  If you use char, some legal character value may be confused
with EOF, such as '\377' (SMALL LETTER Y WITH UMLAUT, in Latin-1).
The correct choice is int.

A more subtle version of the same mistake might look like this:

  unsigned char pushback[NPUSHBACK];
  int pbidx;
  #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
  #define get(c) (pbidx ? pushback[--pbidx] : getchar())
  ...
  unget(EOF);

which will mysteriously turn a pushed-back EOF into a SMALL LETTER Y
WITH UMLAUT.


Other common pitfalls
---------------------

o Expecting 'plain' char to be either sign or unsigned extending.

o Shifting an item by a negative amount or by greater than or equal to
  the number of bits in a type (expecting shifts by 32 to be sensible
  has caused quite a number of bugs at least in the early days).

o Expecting ints shifted right to be sign extended.

o Modifying the same value twice within one sequence point.

o Host vs. target floating point representation, including emitting NaNs
  and Infinities in a form that the assembler handles.

o qsort being an unstable sort function (unstable in the sense that
  multiple items that sort the same may be sorted in different orders
  by different qsort functions).

o Passing incorrect types to fprintf and friends.

o Adding a function declaration for a module declared in another file to
  a .c file instead of to a .h file.