This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r123365 - in /branches/fixed-point: ./ ChangeLo...
- From: chaoyingfu at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 30 Mar 2007 18:51:47 -0000
- Subject: r123365 - in /branches/fixed-point: ./ ChangeLo...
Author: chaoyingfu
Date: Fri Mar 30 19:51:44 2007
New Revision: 123365
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123365
Log:
Merged revisions 123242-123363 via svnmerge from
svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk
........
r123242 | zack | 2007-03-26 15:23:50 -0700 (Mon, 26 Mar 2007) | 1 line
Add file left out of prior commit, and regenerate the proper configure script
........
r123243 | dj | 2007-03-26 15:50:13 -0700 (Mon, 26 Mar 2007) | 2 lines
Revert accidental commit.
........
r123244 | brooks | 2007-03-26 15:59:33 -0700 (Mon, 26 Mar 2007) | 2 lines
* error.c (show_locus): Remove always-false test.
........
r123247 | gccadmin | 2007-03-26 16:16:59 -0700 (Mon, 26 Mar 2007) | 1 line
Daily bump.
........
r123249 | mueller | 2007-03-26 17:15:29 -0700 (Mon, 26 Mar 2007) | 6 lines
2007-03-26 Dirk Mueller <dmueller@suse.de>
* parser.c (cp_parser_member_declaration): Pedwarn
about stray semicolons after member declarations.
........
r123250 | rth | 2007-03-26 17:30:32 -0700 (Mon, 26 Mar 2007) | 17 lines
* config/i386/i386.c (IX86_BUILTIN_PSLLDQ128, IX86_BUILTIN_PSLLW128,
IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128, IX86_BUILTIN_PSRAW128,
IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128, IX86_BUILTIN_PSRLD128,
IX86_BUILTIN_PSRLQ128): New.
(ix86_init_mmx_sse_builtins): Add them.
(ix86_expand_builtin): Expand them.
* config/i386/sse.md (ashr<mode>3, lshr<mode>3, ashl<mode>3): Make
operand 2 be TImode.
* config/i386/emmintrin.h (_mm_slli_epi64, _mm_srai_epi16,
_mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
_mm_srli_epi64): Mark __B const.
(_mm_srli_si128, _mm_srli_si128): Fix disabled inline versions.
(_mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64, _mm_sra_epi16,
_mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32, _mm_srl_epi64): Use
new two-vector shift builtins.
........
r123251 | brooks | 2007-03-26 17:41:27 -0700 (Mon, 26 Mar 2007) | 3 lines
* gfc-internals.texi: New file,
* Make-lang.in: Add rules to convert it to dvi, pdf, and info.
........
r123252 | mrs | 2007-03-26 18:04:30 -0700 (Mon, 26 Mar 2007) | 5 lines
* config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add
objective-c-header, objective-c++-header and objc++-cpp-output
support.
* config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
........
r123253 | tromey | 2007-03-26 18:37:34 -0700 (Mon, 26 Mar 2007) | 31 lines
Index: gcc/java/ChangeLog
from Tom Tromey <tromey@redhat.com>
* Make-lang.in (JAVA_MANFILES): Removed grmiregistry.1.
(java.maintainer-clean): Likewise.
(java.install-man): Likewise.
(.INTERMEDIATE): Removed grmiregistry.pod.
(grmiregistry.pod): Removed.
* gcj.texi (Invoking gcjh): Removed.
(Invoking gjnih): Likewise.
(Invoking grmiregistry): Likewise.
(direntry): Updated.
(Top): Likewise.
(which-gcj): Removed.
Index: libjava/classpath/ChangeLog
from Tom Tromey <tromey@redhat.com>
* doc/cp-tools.texinfo (gcjh Tool): Added more text.
(rmid Tool): Likewise.
2007-03-25 Dalibor Topic <robilad@kaffe.org>
* doc/cp-tools.texinfo: Fix node ordering.
2007-03-19 Matthias Klose <doko@ubuntu.com>
* doc/Makefile.am: Build a gcjh(1) man page.
* doc/cp-tools.texinfo: Add documentation for gcjh.
........
r123255 | uros | 2007-03-27 00:00:13 -0700 (Tue, 27 Mar 2007) | 6 lines
* lib/target-supports.exp (check_effective_target_fortran_large_real):
Delete created executable test file.
(check_effective_target_fortran_large_int): Ditto.
(check_effective_target_static_libgfortran): Ditto.
........
r123256 | drow | 2007-03-27 05:34:51 -0700 (Tue, 27 Mar 2007) | 2 lines
* gcc.target/powerpc/ppc-stackalign-1.c: Run for powerpc-eabi.
........
r123259 | rguenth | 2007-03-27 08:40:09 -0700 (Tue, 27 Mar 2007) | 5 lines
2007-03-27 Richard Guenther <rguenther@suse.de>
* tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and
computations with it with a HOST_WIDE_INT variable.
........
r123260 | paolo | 2007-03-27 08:51:41 -0700 (Tue, 27 Mar 2007) | 6 lines
2007-03-27 Paolo Carlini <pcarlini@suse.de>
* include/bits/fstream.tcc (basic_filebuf<>::underflow):
Don't call codecvt::in at all if _M_ext_next >= _M_ext_end.
* testsuite/27_io/basic_filebuf/underflow/char/3.cc: New.
........
r123263 | aesok | 2007-03-27 10:53:51 -0700 (Tue, 27 Mar 2007) | 6 lines
* config/avr/avr.c (avr_hard_regno_mode_ok): Disallow QImode in stack
pointer regs.
* config/avr/avr.h (REGISTER_NAMES): Rename "__SPL__" and "__SPH__"
regs to "__SP_L__" and "__SP_H__".
........
r123264 | aesok | 2007-03-27 10:59:23 -0700 (Tue, 27 Mar 2007) | 3 lines
Fix year in CangeLog.
........
r123265 | kseitz | 2007-03-27 11:40:48 -0700 (Tue, 27 Mar 2007) | 2 lines
Classpath JDWP merge with upstream
........
r123266 | kseitz | 2007-03-27 11:42:49 -0700 (Tue, 27 Mar 2007) | 33 lines
* gnu/classpath/jdwp/VMFrame.java: Update from upstream
classpath.
* gnu/classpath/jdwp/natVMFrame.cc: Likewise.
* gnu/classpath/jdwp/VMVirtualMachine.java: Likewise.
* gnu/classpath/jdwp/natVMVirtualMachine.cc: Likewise.
(initialize): Fix compiler type-punning warning.
(getAllLoadedClasses): Return empty list instead of NULL.
(getLoadRequests): Likewise.
* gnu/classpath/jdwp/exception/InvalidTagException.h: New file.
* gnu/classpath/jdwp/exception/InvalidSlotException.h: New file.
* gnu/classpath/jdwp/exception/TypeMismatchException.h: New file.
* gnu/classpath/jdwp/VMVirtualMachine.h: Rebuilt.
* gnu/classpath/jdwp/value/CharValue.h: New file.
* gnu/classpath/jdwp/value/LongValue.h: New file.
* gnu/classpath/jdwp/value/ShortValue.h: New file.
* gnu/classpath/jdwp/value/Value.h: New file.
* gnu/classpath/jdwp/value/BooleanValue.h: New file.
* gnu/classpath/jdwp/value/VoidValue.h: New file.
* gnu/classpath/jdwp/value/ByteValue.h: New file.
* gnu/classpath/jdwp/value/FloatValue.h: New file.
* gnu/classpath/jdwp/value/ObjectValue.h: New file.
* gnu/classpath/jdwp/value/StringValue.h: New file.
* gnu/classpath/jdwp/value/ValueFactory.h: New file.
* gnu/classpath/jdwp/value/IntValue.h: New file.
* gnu/classpath/jdwp/value/DoubleValue.h: New file.
* gnu/classpath/jdwp/VMFrame.h: Rebuilt.
* gnu/classpath/jdwp/id/NullObjectId.h: New file.
* gnu/classpath/jdwp/util/MethodResult.h: Rebuilt.
* gnu/classpath/jdwp/util/NullObject.h: New file.
* gnu/classpath/jdwp/util/MonitorInfo.h: New file.
* Makefile.in: Rebuilt.
* sources.am: Rebuilt.
........
r123267 | tromey | 2007-03-27 12:29:54 -0700 (Tue, 27 Mar 2007) | 3 lines
* external/sax/org/xml/sax/helpers/XMLReaderFactory.java
(createXMLReader): Code in Classpath default.
........
r123269 | rth | 2007-03-27 14:37:34 -0700 (Tue, 27 Mar 2007) | 2 lines
Remove executable bit.
........
r123270 | janis | 2007-03-27 15:06:00 -0700 (Tue, 27 Mar 2007) | 2 lines
* lib/compat.exp (compat-execute): Fix processing of file names.
........
r123271 | janis | 2007-03-27 15:06:52 -0700 (Tue, 27 Mar 2007) | 2 lines
* configure: Regenerate using the correct version of autoconf.
........
r123272 | janis | 2007-03-27 15:14:02 -0700 (Tue, 27 Mar 2007) | 3 lines
* configure.ac: Fix assembler test for powerpc*-linux decimal float.
* configure: Regenerate.
........
r123273 | aesok | 2007-03-27 15:44:34 -0700 (Tue, 27 Mar 2007) | 4 lines
* config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
architecture.
........
r123275 | janis | 2007-03-27 16:00:33 -0700 (Tue, 27 Mar 2007) | 2 lines
* gcc.dg/dfp/operandor-conf.c: Call init, fix typo.
........
r123276 | janis | 2007-03-27 16:05:42 -0700 (Tue, 27 Mar 2007) | 3 lines
* gcc.dg/dfp/func-vararg-mixed.c: Add optional debugging output.
* gcc.dg/dfp/func-vararg-dfp.c: Ditto.
........
r123277 | janis | 2007-03-27 16:07:45 -0700 (Tue, 27 Mar 2007) | 2 lines
Fix misspelled file name in ChangeLog entry.
........
r123280 | gccadmin | 2007-03-27 16:17:09 -0700 (Tue, 27 Mar 2007) | 1 line
Daily bump.
........
r123282 | janis | 2007-03-27 16:38:05 -0700 (Tue, 27 Mar 2007) | 5 lines
* gcc.dg/dfp/func-vararg-alternate.h: New file.
* gcc.dg/dfp/func-vararg-alternate-d32.c: New test.
* gcc.dg/dfp/func-vararg-alternate-d64.c: New test.
* gcc.dg/dfp/func-vararg-alternate-d128.c: New test.
........
r123284 | jvdelisle | 2007-03-27 17:19:39 -0700 (Tue, 27 Mar 2007) | 6 lines
2007-03-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* io/transfer.c (next_record_r): Do not call test_endfile if in namelist
mode.
........
r123285 | tromey | 2007-03-27 18:02:10 -0700 (Tue, 27 Mar 2007) | 15 lines
2007-03-27 Casey Marshall <csm@gnu.org>
* gnu/javax/net/ssl/provider/SSLSocketImpl.java (SSLSocketImpl):
Always make a new socket.
(bind, connect, getInetAddress, getLocalAddress, getPort,
getLocalPort, getRemoteSocketAddress, getLocalSocketAddress,
setTcpNoDelay, getTcpNoDelay, setSoLinger, getSoLinger,
setOOBInline, getOOBInline, setSoTimeout, getSoTimeout,
setSendBufferSize, getSendBufferSize, setReceiveBufferSize,
getReceiveBufferSize, setKeepAlive, getKeepAlive, setTrafficClass,
getTrafficClass, setReuseAddress, getReuseAddress, close,
shutdownInput, shutdownOutput, isConnected, isBound, isClosed,
isInputShutdown, isOutputShutdown): Always use
'underlyingSocket'.
........
r123287 | mrs | 2007-03-27 18:56:58 -0700 (Tue, 27 Mar 2007) | 8 lines
2007-03-27 Douglas Gregor <doug.gregor@gmail.com>
* tree.c (tree_contains_struct): Permit 512 tree codes.
* tree.h (tree_contains_struct): Ditto.
(MAX_TREE_CODES): Ditto.
(struct tree_base): Make CODE 16 bits, instead of 8 bits. Add
SPARE member to store remaining padding bits.
........
r123288 | tromey | 2007-03-27 19:01:01 -0700 (Tue, 27 Mar 2007) | 7 lines
* sources.am, Makefile.in: Rebuilt.
* scripts/mime.types: Removed.
* scripts/MakeDefaultMimeTypes.java: Removed.
* gnu/gcj/io/MimeTypes.java: Removed.
* gnu/gcj/io/MimeTypes.h: Removed.
* gnu/gcj/io/DefaultMimeTypes.java: Removed.
* gnu/gcj/io/DefaultMimeTypes.h: Removed.
........
r123289 | steven | 2007-03-27 21:13:10 -0700 (Tue, 27 Mar 2007) | 3 lines
* ifcvt.c (cond_exec_find_if_block): Return FALSE if no
transformations are applied successfully.
........
r123290 | kkojima | 2007-03-27 22:18:03 -0700 (Tue, 27 Mar 2007) | 6 lines
* config/sh/sh.h (CALL_COOKIE_RET_TRAMP_SHIFT): Move after
the definition of struct sh_args.
(CALL_COOKIE_RET_TRAMP, CALL_COOKIE_STACKSEQ_SHIFT,
CALL_COOKIE_INT_REG_GET): Likewise.
........
r123291 | krebbel | 2007-03-28 01:39:03 -0700 (Wed, 28 Mar 2007) | 11 lines
2007-03-28 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.md ("fix_trunc<mode>di2"): New expander.
("fix_trunc<DFP:mode>di2_dfp"): New insn definition renamed from
fix_trunc<mode>di2.
("fixuns_truncdddi2", "fixuns_trunctddi2"): Use
fix_trunc<DFP:mode>di2_dfp instead of fix_trunc<mode>di2.
("fix_truncdfsi2", "fix_truncsfsi2", "fixuns_truncdddi2",
"fixuns_trunctddi2"): Whitespace fix.
........
r123292 | kkojima | 2007-03-28 05:18:51 -0700 (Wed, 28 Mar 2007) | 4 lines
* config.gcc: Add sh4-300 to multilib.
* config/sh/t-mlib-sh4-300: New file.
........
r123294 | dgregor | 2007-03-28 05:31:37 -0700 (Wed, 28 Mar 2007) | 13 lines
2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
* decl.c (grokdeclarator): Deal with cv-qualified function type
typedefs in the same way for member and non-member functions.
2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
* g++.dg/other/cv_func2.C: New.
........
r123295 | kkojima | 2007-03-28 05:37:12 -0700 (Wed, 28 Mar 2007) | 4 lines
* config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
(movsf_ie): Likewise.
........
r123296 | kkojima | 2007-03-28 05:52:07 -0700 (Wed, 28 Mar 2007) | 3 lines
* config/sh/sh.md (movsi_i): Fix type attribute.
........
r123297 | nickc | 2007-03-28 05:56:11 -0700 (Wed, 28 Mar 2007) | 3 lines
* config/fr30/fr30.md (movsi_internal): Change destination
constraint from m to V and add m to the end.
........
r123298 | nickc | 2007-03-28 05:58:02 -0700 (Wed, 28 Mar 2007) | 2 lines
Fix dates on recent entries
........
r123299 | hjl | 2007-03-28 06:38:24 -0700 (Wed, 28 Mar 2007) | 5 lines
2007-03-28 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
* config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.
........
r123300 | dgregor | 2007-03-28 07:05:29 -0700 (Wed, 28 Mar 2007) | 23 lines
2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
* decl.c (redeclaration_error_message): Complain when redeclaring
a friend function with default template arguments (C++0x mode only).
* cp-tree.h (check_default_tmpl_args): Declare.
* pt.c (check_default_tmpl_args): In C++0x mode, permit default
template arguments in function templates. Add support for checking
the default template arguments of friend templates.
(push_template_decl_real): Fix call to check_default_tmpl_args.
(type_unification_real): If a template parameter has not been
deduced but provides a default template argument, substitute into
that default template argument.
* parser.c (cp_parser_init_declarator): When declaring (but not
defining!) a function template in C++0x mode, check for default
template arguments.
2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
* g++.dg/cpp0x/temp_default1.C: New.
* g++.dg/cpp0x/temp_default3.C: New.
* g++.dg/cpp0x/temp_default2.C: New.
* g++.dg/cpp0x/temp_default4.C: New.
........
r123301 | uros | 2007-03-28 07:05:48 -0700 (Wed, 28 Mar 2007) | 9 lines
* config/i386/i386.h (X86_TUNE_PROMOTE_HIMODE_IMUL): New tuning
option.
(TARGET_TUNE_PROMOTE_HIMODE_IMUL): New define. Use new tuning option.
* config/i386/i386.c (ix86_tune_features): Initialize new
tuning option.
* config/i386/predicates.md (promotable_binary_operator): Use
TARGET_TUNE_PROMOTE_HIMODE_IMUL.
........
r123302 | dgregor | 2007-03-28 07:14:33 -0700 (Wed, 28 Mar 2007) | 28 lines
2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
* parser.c (struct cp_parser): Update comment for
greater_than_is_operator_p.
(cp_parser_primary_expression): In C++0x mode, a cast operator can
be terminated with a `>>' token when !GREATER_THAN_IS_OPERATOR_P.
(TOKEN_PRECEDENCE): In C++0x mode, `>>' is treated like `>' when
!GREATER_THAN_IS_OPERATOR_P.
(cp_parser_binary_expression): When -Wc++0x-compat, warn about
`>>' operators that will become two `>' tokens in C++0x.
(cp_parser_parameter_declaration): Treat `>>' like `>' in C++0x
mode, allowing it to terminate default arguments.
(cp_parser_enclosed_template_argument_list): In C++0x mode, treat
`>>' like two consecutive `>' tokens.
(cp_parser_skip_to_end_of_template_parameter_list): Ditto.
(cp_parser_next_token_ends_template_argument_p): In C++0x, `>>'
ends a template argument.
2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
* g++.dg/cpp0x/bracket1.C: New.
* g++.dg/cpp0x/bracket2.C: New.
* g++.dg/cpp0x/bracket3.C: New.
* g++.dg/cpp0x/bracket4.C: New.
........
r123303 | rguenth | 2007-03-28 08:01:08 -0700 (Wed, 28 Mar 2007) | 6 lines
2007-03-28 Richard Guenther <rguenther@suse.de>
* tree.c (is_global_var): Move ...
* tree-flow-inline.h (is_global_var): ... here.
* tree.h (is_global_var): Remove declaration.
........
r123306 | dwarak | 2007-03-28 09:29:21 -0700 (Wed, 28 Mar 2007) | 1 line
Added <dwarak.rajagopal@amd.com> to MAINTAINERS file with Write After Approval access
........
r123307 | tromey | 2007-03-28 11:25:07 -0700 (Wed, 28 Mar 2007) | 5 lines
2007-03-28 Casey Marshall <csm@gnu.org>
* gnu/javax/net/ssl/provider/ClientHandshake.java (RSAGen.implRun):
check keyEncipherment bit of the certificate, and just pass the public
key to the cipher.
........
r123309 | tobi | 2007-03-28 11:57:14 -0700 (Wed, 28 Mar 2007) | 6 lines
2007-03-28 Tobias Schlter <tobi@gcc.gnu.org>
* gfc-internals.texi: Fix output filename. Merge type index into
concept index. Start documentation of gfc_code structure.
........
r123311 | ebotcazou | 2007-03-28 13:11:20 -0700 (Wed, 28 Mar 2007) | 4 lines
* tree-dfa.c (get_ref_base_and_extent): Do not expect positive
offsets for BIT_FIELD_REF and COMPONENT_REF.
........
r123312 | simartin | 2007-03-28 14:06:01 -0700 (Wed, 28 Mar 2007) | 6 lines
2007-03-28 Simon Martin <simartin@users.sourceforge.net>
* decl.c (grokfndecl): Properly setup decl if it is a constructor or a
destructor.
........
r123313 | dwarak | 2007-03-28 14:44:56 -0700 (Wed, 28 Mar 2007) | 1 line
Adding barcelona as a variant of amdfam10 architecture
........
r123314 | echristo | 2007-03-28 16:08:26 -0700 (Wed, 28 Mar 2007) | 7 lines
2007-03-28 Eric Christopher <echristo@apple.com>
* lib/target-supports.exp (check_effective_target_fstack_protector): New.
* gcc.dg/ssp-1.c: Use.
* gcc.dg/ssp-2.c: Ditto.
........
r123317 | gccadmin | 2007-03-28 16:17:23 -0700 (Wed, 28 Mar 2007) | 1 line
Daily bump.
........
r123321 | mrs | 2007-03-28 18:44:26 -0700 (Wed, 28 Mar 2007) | 6 lines
* config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Add.
* config/darwin.h (MAX_OFILE_ALIGNMENT): Fix.
testsuite:
* gcc.dg/darwin-comm.c: Add.
........
r123323 | krebbel | 2007-03-28 23:57:42 -0700 (Wed, 28 Mar 2007) | 6 lines
2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
* regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair action if
SRC->DEST replacement failed anyway.
........
r123324 | krebbel | 2007-03-28 23:58:42 -0700 (Wed, 28 Mar 2007) | 15 lines
2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.c (s390_secondary_input_reload_class,
s390_secondary_output_reload_class): Functions removed.
(s390_secondary_reload): New function.
(TARGET_SECONDARY_RELOAD): Target macro defined.
* config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS,
SECONDARY_OUTPUT_RELOAD_CLASS): Macro definitions removed.
* config/s390/s390.md ("reload_outti", "reload_outdi",
"reload_indi", "reload_insi", "reload_out<mode>", "reload_in<mode>",
"reload_out<mode>"): Expanders removed.
("reload<mode>_plus", "reload<mode>_nonoffmem_in",
"reload<mode>_nonoffmem_out"): Expanders added.
........
r123326 | nickc | 2007-03-29 03:23:27 -0700 (Thu, 29 Mar 2007) | 5 lines
* config/fr30/fr30.md (movdi): Do not accept immediates as the destination of this insn.
* config/fr30/fr30.c (fr30_move_double): Use emit_move_insn rather than calling gen_rtx_SET directly.
Use r0 to hold the value of 'address + 4' rather than a stack based temporary which can be
mis-optimized away.
........
r123327 | steven | 2007-03-29 05:04:09 -0700 (Thu, 29 Mar 2007) | 6 lines
* ifcvt.c (struct noce_if_info): Add then_else_reversed field.
(noce_get_alt_condition): Look at it to determine whether to
reverse the condition or not.
(noce_get_condition): Substitute the truth for lies.
(noce_find_if_block): Set the then_else_reversed field.
........
r123329 | rguenth | 2007-03-29 05:55:14 -0700 (Thu, 29 Mar 2007) | 4 lines
2007-03-29 Richard Guenther <rguenther@suse.de>
* tree.c (cp_walk_subtrees): Do not set input_location.
........
r123330 | dgregor | 2007-03-29 07:11:28 -0700 (Thu, 29 Mar 2007) | 9 lines
2007-03-29 Douglas Gregor <doug.gregor@gmail.com>
* tree.c (build_complex_type): When creating type names for DWARF2
debug info, create TYPE_DECLs for TYPE_NAME instead of
IDENTIFIER_NODEs.
(build_common_tree_nodes_2): Use build_complex_type when building
predefined complex types, to preserve canonical types.
........
r123332 | zack | 2007-03-29 07:59:52 -0700 (Thu, 29 Mar 2007) | 2 lines
* gengtype.c (oprintf): Mostly revert changes from 2007-03-26;
add comment explaining why vsnprintf cannot be used.
........
r123337 | mrs | 2007-03-29 09:17:42 -0700 (Thu, 29 Mar 2007) | 2 lines
* config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
........
r123339 | mrs | 2007-03-29 11:36:43 -0700 (Thu, 29 Mar 2007) | 2 lines
* config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Fix typo.
........
r123341 | fxcoudert | 2007-03-29 13:44:47 -0700 (Thu, 29 Mar 2007) | 27 lines
* size_dim.f90: Fix dg directive.
* pr16433.f: Likewise.
* use_6.f90: Likewise.
* use_7.f90: Likewise.
* entry_9.f90: Likewise.
* pointer_intent_2.f90: Likewise.
* protected_1.f90: Likewise.
* fmt_missing_period_2.f: Likewise.
* pointer_intent_3.f90: Likewise.
* protected_2.f90: Likewise.
* protected_3.f90: Likewise.
* pr15754.f90: Likewise.
* protected_4.f90: Likewise.
* protected_5.f90: Likewise.
* initialization_2.f90: Likewise.
* protected_6.f90: Likewise.
* continuation_7.f90: Likewise.
* derived_function_interface_1.f90: Likewise.
* der_pointer_4.f90: Likewise.
* fmt_zero_precision.f90: Likewise.
* blockdata_3.f90: Likewise.
* fmt_missing_period_1.f: Likewise.
* real_const_3.f90: Likewise.
* use_4.f90: Likewise.
* fmt_missing_period_3.f: Likewise.
* use_5.f90: Likewise.
........
r123342 | brobecke | 2007-03-29 13:55:09 -0700 (Thu, 29 Mar 2007) | 6 lines
* filename_cmp.c: New file.
* Makefile.in (CFILES): Add filename_cmp.c.
(REQUIRED_OFILES): Add filename_cmp.o
(filename_cmp.o): New rule.
* functions.texi: Regenerate.
........
r123343 | brobecke | 2007-03-29 13:55:57 -0700 (Thu, 29 Mar 2007) | 3 lines
* filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
regardless of the type of file system.
........
r123344 | rth | 2007-03-29 14:54:35 -0700 (Thu, 29 Mar 2007) | 46 lines
* varasm.c (initializer_constant_valid_p): Don't deny
DECL_DLLIMPORT_P on functions.
* config/i386/cygming.h: Remove function declarations.
(SUBTARGET_ENCODE_SECTION_INFO): Don't undef first.
(ASM_OUTPUT_LABELREF): Remove.
(COMMON_ASM_OP): Remove.
(ASM_OUTPUT_COMMON): Remove.
(ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
(ASM_DECLARE_OBJECT_NAME): Use i386_pe_maybe_record_exported_symbol.
(ASM_DECLARE_FUNCTION_NAME): Likewise.
* config/i386/i386-interix.h (SUBTARGET_ENCODE_SECTION_INFO):
Rename from TARGET_ENCODE_SECTION_INFO.
* config/i386/netware.h: Likewise.
* config/i386/i386-protos.h: Update.
* config/i386/i386.c (ix86_function_ok_for_sibcall): Turn ifdef
of TARGET_DLLIMPORT_DECL_ATTRIBUTES into straight if.
(legitimate_constant_p): Reject dllimports.
(dllimport_map, get_dllimport_decl): New.
(legitimize_dllimport_symbol): New.
(legitimize_address, ix86_expand_move): Use it.
(TARGET_BINDS_LOCAL_P): Redefine for TARGET_DLLIMPORT_DECL_ATTRIBUTES.
* config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Remove.
(SYMBOL_FLAG_DLLIMPORT, SYMBOL_REF_DLLIMPORT_P): New.
(SYMBOL_FLAG_DLLEXPORT, SYMBOL_REF_DLLEXPORT_P): New.
* config/i386/predicates.md (constant_call_address_operand): Only
accept symbols; reject dllimport_p symbols.
* config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Use
i386_pe_maybe_record_exported_symbol.
* config/i386/winnt.c (DLL_IMPORT_PREFIX, DLL_EXPORT_PREFIX): Remove.
(i386_pe_determine_dllexport_p): Rename from i386_pe_dllexport_p.
(i386_pe_determine_dllimport_p): Rename from i386_pe_dllimport_p;
trust the setting of DECL_DLLIMPORT_P.
(i386_pe_dllexport_name_p, i386_pe_dllimport_name_p): Remove.
(i386_pe_mark_dllexport, i386_pe_mark_dllimport): Remove.
(gen_stdcall_or_fastcall_suffix): Return NULL if no change required;
tidy the argument scanning loop.
(i386_pe_encode_section_info): Set SYMBOL_FLAG_DLLIMPORT and
SYMBOL_FLAG_DLLEXPORT in SYMBOL_REF_FLAGS.
(i386_pe_strip_name_encoding): Remove.
(i386_pe_binds_local_p): New.
(i386_pe_strip_name_encoding_full): Use default_strip_name_encoding.
(i386_pe_output_labelref): Remove.
(i386_pe_asm_output_aligned_decl_common): New.
(i386_pe_maybe_record_exported_symbol): Rename from
i386_pe_record_exported_symbol; check for dllexported symbols.
........
r123345 | mueller | 2007-03-29 15:38:13 -0700 (Thu, 29 Mar 2007) | 5 lines
2007-03-29 Dirk Mueller <dmueller@suse.de>
* g++.dg/warn/pedantic2.C: New testcase.
........
r123346 | tobi | 2007-03-29 15:57:23 -0700 (Thu, 29 Mar 2007) | 5 lines
* intrinsic.c (conv_name): Let gfc_get_string handle the format.
(find_conv): Compare pointers instead of calling strcmp.
(find_sym): Likewise, but ensure that the compared pointer is in
the global string table.
........
r123349 | gccadmin | 2007-03-29 16:17:23 -0700 (Thu, 29 Mar 2007) | 1 line
Daily bump.
........
r123351 | rth | 2007-03-29 16:34:10 -0700 (Thu, 29 Mar 2007) | 3 lines
* emutls.c (struct __emutls_array): New.
(emutls_destroy): Use it instead of casting element 0 from void*.
(__emutls_get_address): Likewise.
........
r123352 | rth | 2007-03-29 16:35:33 -0700 (Thu, 29 Mar 2007) | 2 lines
* unwind-generic.h (_sleb128_t, _uleb128_t): Don't use HAVE_LONG_LONG
to decide, but __SIZEOF_LONG_LONG__.
........
r123355 | tobi | 2007-03-29 16:54:22 -0700 (Thu, 29 Mar 2007) | 3 lines
* symbol.c (gfc_find_gsymbol): Simplify, don't unconditionally
descend into all branches.
........
r123356 | tromey | 2007-03-29 21:09:35 -0700 (Thu, 29 Mar 2007) | 10 lines
libjava
* java/util/logging/LogManager.java (readConfiguration): Handle
comma-separated 'handlers'. Don't try to add a non-existing
handler.
libgcj/classpath
* gnu/java/util/jar/JarUtils.java (log): Commented out.
(readSFManifest): Don't log.
........
r123358 | hubicka | 2007-03-30 01:03:55 -0700 (Fri, 30 Mar 2007) | 5 lines
* dwarf2out.c (reference_to_unused): Ask cgraph for functions
availablility; add more sanity checking; ask varpool only about
VAR_DECL.
........
r123359 | rakdver | 2007-03-30 02:36:19 -0700 (Fri, 30 Mar 2007) | 5 lines
* tree-data-ref.c (affine_function_equal_p): Do not require the vectors
to have the same length.
........
r123361 | paolo | 2007-03-30 10:10:50 -0700 (Fri, 30 Mar 2007) | 8 lines
2007-03-30 Paolo Carlini <pcarlini@suse.de>
* include/bits/basic_string.tcc (find(const _CharT*, size_type,
size_type)): Avoid unsigned overflow.
* testsuite/21_strings/basic_string/find/char/4.cc: New.
* testsuite/21_strings/basic_string/find/wchar_t/4.cc: Likewise.
........
r123363 | steven | 2007-03-30 11:17:31 -0700 (Fri, 30 Mar 2007) | 4 lines
* regmove.c: Move all of pass_stack_adjustments from here...
* combine-stack-adj.c: ...to this new file.
* Makefile.in: Add rules for combine-stack-adj.o.
........
Added:
branches/fixed-point/libstdc++-v3/testsuite/21_strings/basic_string/find/char/4.cc
- copied unchanged from r123363, trunk/libstdc++-v3/testsuite/21_strings/basic_string/find/char/4.cc
branches/fixed-point/libstdc++-v3/testsuite/21_strings/basic_string/find/wchar_t/4.cc
- copied unchanged from r123363, trunk/libstdc++-v3/testsuite/21_strings/basic_string/find/wchar_t/4.cc
branches/fixed-point/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/3.cc
- copied unchanged from r123363, trunk/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/3.cc
Modified:
branches/fixed-point/libstdc++-v3/ChangeLog
branches/fixed-point/libstdc++-v3/include/bits/basic_string.tcc
branches/fixed-point/libstdc++-v3/include/bits/fstream.tcc
Changes in other areas also in this revision:
Added:
branches/fixed-point/gcc/combine-stack-adj.c
- copied unchanged from r123363, trunk/gcc/combine-stack-adj.c
branches/fixed-point/gcc/fortran/gfc-internals.texi
- copied unchanged from r123363, trunk/gcc/fortran/gfc-internals.texi
branches/fixed-point/gcc/gengtype-parse.c
- copied unchanged from r123363, trunk/gcc/gengtype-parse.c
branches/fixed-point/gcc/testsuite/g++.dg/cpp0x/bracket1.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/cpp0x/bracket1.C
branches/fixed-point/gcc/testsuite/g++.dg/cpp0x/bracket2.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/cpp0x/bracket2.C
branches/fixed-point/gcc/testsuite/g++.dg/cpp0x/bracket3.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/cpp0x/bracket3.C
branches/fixed-point/gcc/testsuite/g++.dg/cpp0x/bracket4.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/cpp0x/bracket4.C
branches/fixed-point/gcc/testsuite/g++.dg/cpp0x/temp_default1.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/cpp0x/temp_default1.C
branches/fixed-point/gcc/testsuite/g++.dg/cpp0x/temp_default2.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/cpp0x/temp_default2.C
branches/fixed-point/gcc/testsuite/g++.dg/cpp0x/temp_default3.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/cpp0x/temp_default3.C
branches/fixed-point/gcc/testsuite/g++.dg/cpp0x/temp_default4.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/cpp0x/temp_default4.C
branches/fixed-point/gcc/testsuite/g++.dg/other/cv_func2.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/other/cv_func2.C
branches/fixed-point/gcc/testsuite/g++.dg/parse/constructor3.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/parse/constructor3.C
branches/fixed-point/gcc/testsuite/g++.dg/warn/pedantic2.C
- copied unchanged from r123363, trunk/gcc/testsuite/g++.dg/warn/pedantic2.C
branches/fixed-point/gcc/testsuite/gcc.dg/darwin-comm.c
- copied unchanged from r123363, trunk/gcc/testsuite/gcc.dg/darwin-comm.c
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d128.c
- copied unchanged from r123363, trunk/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d128.c
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d32.c
- copied unchanged from r123363, trunk/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d32.c
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d64.c
- copied unchanged from r123363, trunk/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate-d64.c
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate.h
- copied unchanged from r123363, trunk/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate.h
branches/fixed-point/gcc/testsuite/gnat.dg/thin_pointer.adb
- copied unchanged from r123363, trunk/gcc/testsuite/gnat.dg/thin_pointer.adb
branches/fixed-point/gcc/testsuite/gnat.dg/thin_pointer.ads
- copied unchanged from r123363, trunk/gcc/testsuite/gnat.dg/thin_pointer.ads
branches/fixed-point/libiberty/filename_cmp.c
- copied unchanged from r123363, trunk/libiberty/filename_cmp.c
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/exception/InvalidSlotException.java
- copied unchanged from r123363, trunk/libjava/classpath/gnu/classpath/jdwp/exception/InvalidSlotException.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/exception/InvalidTagException.java
- copied unchanged from r123363, trunk/libjava/classpath/gnu/classpath/jdwp/exception/InvalidTagException.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/exception/TypeMismatchException.java
- copied unchanged from r123363, trunk/libjava/classpath/gnu/classpath/jdwp/exception/TypeMismatchException.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/id/NullObjectId.java
- copied unchanged from r123363, trunk/libjava/classpath/gnu/classpath/jdwp/id/NullObjectId.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/util/MonitorInfo.java
- copied unchanged from r123363, trunk/libjava/classpath/gnu/classpath/jdwp/util/MonitorInfo.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/util/NullObject.java
- copied unchanged from r123363, trunk/libjava/classpath/gnu/classpath/jdwp/util/NullObject.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/value/
- copied from r123363, trunk/libjava/classpath/gnu/classpath/jdwp/value/
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/exception/InvalidSlotException.class
- copied unchanged from r123363, trunk/libjava/classpath/lib/gnu/classpath/jdwp/exception/InvalidSlotException.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/exception/InvalidTagException.class
- copied unchanged from r123363, trunk/libjava/classpath/lib/gnu/classpath/jdwp/exception/InvalidTagException.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/exception/TypeMismatchException.class
- copied unchanged from r123363, trunk/libjava/classpath/lib/gnu/classpath/jdwp/exception/TypeMismatchException.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/id/NullObjectId.class
- copied unchanged from r123363, trunk/libjava/classpath/lib/gnu/classpath/jdwp/id/NullObjectId.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/util/MonitorInfo.class
- copied unchanged from r123363, trunk/libjava/classpath/lib/gnu/classpath/jdwp/util/MonitorInfo.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/util/NullObject.class
- copied unchanged from r123363, trunk/libjava/classpath/lib/gnu/classpath/jdwp/util/NullObject.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/value/
- copied from r123363, trunk/libjava/classpath/lib/gnu/classpath/jdwp/value/
branches/fixed-point/libjava/gnu/classpath/jdwp/exception/InvalidSlotException.h
- copied unchanged from r123363, trunk/libjava/gnu/classpath/jdwp/exception/InvalidSlotException.h
branches/fixed-point/libjava/gnu/classpath/jdwp/exception/InvalidTagException.h
- copied unchanged from r123363, trunk/libjava/gnu/classpath/jdwp/exception/InvalidTagException.h
branches/fixed-point/libjava/gnu/classpath/jdwp/exception/TypeMismatchException.h
- copied unchanged from r123363, trunk/libjava/gnu/classpath/jdwp/exception/TypeMismatchException.h
branches/fixed-point/libjava/gnu/classpath/jdwp/id/NullObjectId.h
- copied unchanged from r123363, trunk/libjava/gnu/classpath/jdwp/id/NullObjectId.h
branches/fixed-point/libjava/gnu/classpath/jdwp/util/MonitorInfo.h
- copied unchanged from r123363, trunk/libjava/gnu/classpath/jdwp/util/MonitorInfo.h
branches/fixed-point/libjava/gnu/classpath/jdwp/util/NullObject.h
- copied unchanged from r123363, trunk/libjava/gnu/classpath/jdwp/util/NullObject.h
branches/fixed-point/libjava/gnu/classpath/jdwp/value/
- copied from r123363, trunk/libjava/gnu/classpath/jdwp/value/
Removed:
branches/fixed-point/libjava/classpath/lib/gnu/gcj/io/DefaultMimeTypes.class
branches/fixed-point/libjava/classpath/lib/gnu/gcj/io/MimeTypes.class
branches/fixed-point/libjava/gnu/gcj/io/DefaultMimeTypes.h
branches/fixed-point/libjava/gnu/gcj/io/DefaultMimeTypes.java
branches/fixed-point/libjava/gnu/gcj/io/MimeTypes.h
branches/fixed-point/libjava/gnu/gcj/io/MimeTypes.java
branches/fixed-point/libjava/scripts/MakeDefaultMimeTypes.java
branches/fixed-point/libjava/scripts/mime.types
Modified:
branches/fixed-point/ (props changed)
branches/fixed-point/ChangeLog
branches/fixed-point/MAINTAINERS
branches/fixed-point/configure
branches/fixed-point/gcc/ChangeLog
branches/fixed-point/gcc/DATESTAMP
branches/fixed-point/gcc/Makefile.in
branches/fixed-point/gcc/config.gcc
branches/fixed-point/gcc/config/avr/avr.c
branches/fixed-point/gcc/config/avr/avr.h
branches/fixed-point/gcc/config/darwin.h
branches/fixed-point/gcc/config/darwin9.h
branches/fixed-point/gcc/config/fr30/fr30.c
branches/fixed-point/gcc/config/fr30/fr30.md
branches/fixed-point/gcc/config/i386/cygming.h
branches/fixed-point/gcc/config/i386/darwin.h
branches/fixed-point/gcc/config/i386/emmintrin.h
branches/fixed-point/gcc/config/i386/host-cygwin.c (props changed)
branches/fixed-point/gcc/config/i386/i386-interix.h
branches/fixed-point/gcc/config/i386/i386-protos.h
branches/fixed-point/gcc/config/i386/i386.c
branches/fixed-point/gcc/config/i386/i386.h
branches/fixed-point/gcc/config/i386/netware.h
branches/fixed-point/gcc/config/i386/predicates.md
branches/fixed-point/gcc/config/i386/sse.md
branches/fixed-point/gcc/config/i386/uwin.h
branches/fixed-point/gcc/config/i386/winnt.c
branches/fixed-point/gcc/config/rs6000/darwin.h
branches/fixed-point/gcc/config/s390/s390.c
branches/fixed-point/gcc/config/s390/s390.h
branches/fixed-point/gcc/config/s390/s390.md
branches/fixed-point/gcc/config/sh/sh.h
branches/fixed-point/gcc/config/sh/sh.md
branches/fixed-point/gcc/configure
branches/fixed-point/gcc/configure.ac
branches/fixed-point/gcc/cp/ChangeLog
branches/fixed-point/gcc/cp/cp-tree.h
branches/fixed-point/gcc/cp/decl.c
branches/fixed-point/gcc/cp/parser.c
branches/fixed-point/gcc/cp/pt.c
branches/fixed-point/gcc/cp/tree.c
branches/fixed-point/gcc/doc/invoke.texi
branches/fixed-point/gcc/dwarf2out.c
branches/fixed-point/gcc/emutls.c
branches/fixed-point/gcc/fortran/ChangeLog
branches/fixed-point/gcc/fortran/Make-lang.in
branches/fixed-point/gcc/fortran/error.c
branches/fixed-point/gcc/fortran/intrinsic.c
branches/fixed-point/gcc/fortran/symbol.c
branches/fixed-point/gcc/gengtype.c
branches/fixed-point/gcc/ifcvt.c
branches/fixed-point/gcc/java/ChangeLog
branches/fixed-point/gcc/java/Make-lang.in
branches/fixed-point/gcc/java/gcj.texi
branches/fixed-point/gcc/regmove.c
branches/fixed-point/gcc/testsuite/ChangeLog
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/func-vararg-dfp.c
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/func-vararg-mixed.c
branches/fixed-point/gcc/testsuite/gcc.dg/dfp/operator-cond.c
branches/fixed-point/gcc/testsuite/gcc.dg/ssp-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/ssp-2.c
branches/fixed-point/gcc/testsuite/gcc.target/powerpc/ppc-stackalign-1.c
branches/fixed-point/gcc/testsuite/gfortran.dg/blockdata_3.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/continuation_7.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/der_pointer_4.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/derived_function_interface_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/entry_9.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/fmt_missing_period_1.f
branches/fixed-point/gcc/testsuite/gfortran.dg/fmt_missing_period_2.f
branches/fixed-point/gcc/testsuite/gfortran.dg/fmt_missing_period_3.f
branches/fixed-point/gcc/testsuite/gfortran.dg/fmt_zero_precision.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/initialization_2.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/pointer_intent_2.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/pointer_intent_3.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/pr15754.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/pr16433.f
branches/fixed-point/gcc/testsuite/gfortran.dg/protected_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/protected_2.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/protected_3.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/protected_4.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/protected_5.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/protected_6.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/real_const_3.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/size_dim.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/use_4.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/use_5.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/use_6.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/use_7.f90
branches/fixed-point/gcc/testsuite/lib/compat.exp
branches/fixed-point/gcc/testsuite/lib/target-supports.exp
branches/fixed-point/gcc/tree-data-ref.c
branches/fixed-point/gcc/tree-dfa.c
branches/fixed-point/gcc/tree-flow-inline.h
branches/fixed-point/gcc/tree.c
branches/fixed-point/gcc/tree.h
branches/fixed-point/gcc/unwind-generic.h
branches/fixed-point/gcc/varasm.c
branches/fixed-point/include/ChangeLog
branches/fixed-point/include/filenames.h
branches/fixed-point/libgfortran/ChangeLog
branches/fixed-point/libgfortran/io/transfer.c
branches/fixed-point/libiberty/ChangeLog
branches/fixed-point/libiberty/Makefile.in
branches/fixed-point/libiberty/functions.texi
branches/fixed-point/libjava/ChangeLog
branches/fixed-point/libjava/Makefile.in
branches/fixed-point/libjava/classpath/ChangeLog
branches/fixed-point/libjava/classpath/doc/Makefile.am
branches/fixed-point/libjava/classpath/doc/Makefile.in
branches/fixed-point/libjava/classpath/doc/cp-tools.texinfo
branches/fixed-point/libjava/classpath/external/sax/org/xml/sax/helpers/XMLReaderFactory.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/event/EventManager.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/event/filters/StepFilter.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/ArrayReferenceCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/ClassTypeCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/EventRequestCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/MethodCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/StackFrameCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/util/MethodResult.java
branches/fixed-point/libjava/classpath/gnu/classpath/jdwp/util/Value.java
branches/fixed-point/libjava/classpath/gnu/java/util/jar/JarUtils.java
branches/fixed-point/libjava/classpath/gnu/javax/net/ssl/provider/ClientHandshake.java
branches/fixed-point/libjava/classpath/gnu/javax/net/ssl/provider/SSLSocketImpl.java
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/VMFrame.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/event/EventManager.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/event/filters/StepFilter.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/ArrayReferenceCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/ClassTypeCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/EventRequestCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/MethodCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/StackFrameCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/processor/VirtualMachineCommandSet.class
branches/fixed-point/libjava/classpath/lib/gnu/classpath/jdwp/util/MethodResult.class
branches/fixed-point/libjava/classpath/lib/gnu/java/util/jar/JarUtils.class
branches/fixed-point/libjava/classpath/lib/gnu/javax/net/ssl/provider/ClientHandshake$GenCertVerify.class
branches/fixed-point/libjava/classpath/lib/gnu/javax/net/ssl/provider/ClientHandshake$RSAGen.class
branches/fixed-point/libjava/classpath/lib/gnu/javax/net/ssl/provider/SSLSocketImpl.class
branches/fixed-point/libjava/classpath/lib/java/util/logging/LogManager$1.class
branches/fixed-point/libjava/classpath/lib/java/util/logging/LogManager.class
branches/fixed-point/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderFactory.class
branches/fixed-point/libjava/gnu/classpath/jdwp/VMFrame.h
branches/fixed-point/libjava/gnu/classpath/jdwp/VMFrame.java
branches/fixed-point/libjava/gnu/classpath/jdwp/VMVirtualMachine.h
branches/fixed-point/libjava/gnu/classpath/jdwp/VMVirtualMachine.java
branches/fixed-point/libjava/gnu/classpath/jdwp/natVMFrame.cc
branches/fixed-point/libjava/gnu/classpath/jdwp/natVMVirtualMachine.cc
branches/fixed-point/libjava/gnu/classpath/jdwp/util/MethodResult.h
branches/fixed-point/libjava/java/util/logging/LogManager.java
branches/fixed-point/libjava/sources.am
Propchange: branches/fixed-point/
('svnmerge-integrated' modified)
Propchange: branches/fixed-point/gcc/config/i386/host-cygwin.c
('svn:executable' removed)