Mark Mitchell
9e62871ee9
re PR c++/13438 (internal compiler error: tree check: expected identifier_node, have integer_cst in c_parse_error at c-common.c:5921)
...
PR c++/13438
* cp-tree.h (cp_tree_index): Remove CPTI_RECORD_TYPE,
CPTI_UNION_TYPE, CPTI_ENUM_TYPE.
(record_type_node): Remove.
(union_type_node): Likewise.
(enum_type_node): Likewise.
* decl.c: Remove mention of above tree nodes in comment.
* lex.c (cxx_init): Do not assign to record_type_node,
union_type_node, or enum_type_node. Simplify handling of
class_type_node.
PR c++/13438
* g++.dg/parse/error8.C: New test.
From-SVN: r74931
2003-12-22 08:03:15 +00:00
Dan Nicolaescu
439a7e544d
Patch from Dan Nicolaescu
...
* rtl.h (dump_rtx_statistics): Declare it.
* rtl.c (rtx_alloc_counts, rtx_alloc_sizes, rtvec_alloc_counts,
rtx_alloc_sizes): New static vars.
(rtx_alloc, rtvec_alloc): Update them.
(dump_rtx_statistics): New function.
* toplev.c (finalize): Call it.
* ggc-page.c (struct globals): Fix comments. Add new member
total_allocated_per_order.
(ggc_alloc): Keep track of the total allocated memory.
(ggc_print_statistics): Clarify message. Print total allocated
memory stats.
* configure.in (gather-detailed-mem-stats): New flag.
* configure: Regenerate.
* config.in: Regenerate.
* doc/install.texi (Configuration): Document
--enable-gather-detailed-mem-stats.
From-SVN: r74930
2003-12-21 23:42:43 -08:00
Mark Mitchell
d9dd2c4ed7
re PR c++/11554 (Warning about reordering of initializers doesn't mention location of constructor)
...
PR c++/11554
* init.c (sort_mem_initializers): Add warning.
PR c++/11554
* testsuite/g++.dg/warn/ctor-init-1.C: New test.
From-SVN: r74926
2003-12-22 06:07:01 +00:00
Kazu Hirata
c6a515f409
system.h (CONVERT_HARD_REGISTER_TO_SSA_P): Poison.
...
* system.h (CONVERT_HARD_REGISTER_TO_SSA_P): Poison.
* config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Remove.
From-SVN: r74925
2003-12-22 05:52:51 +00:00
Kazu Hirata
b665cdce96
20020910-1.c: Disable if __INT_MAX is too small.
...
* gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
too small.
* gcc.c-torture/compile/930217-1.c: Likewise.
* gcc.c-torture/compile/930513-1.c: Likewise.
* gcc.c-torture/execute/920908-2.c: Likewise.
* gcc.c-torture/execute/921204-1.c: Likewise.
* gcc.c-torture/execute/930621-1.c: Likewise.
* gcc.c-torture/execute/930630-1.c: Likewise.
* gcc.c-torture/execute/931031-1.c: Likewise.
* gcc.c-torture/execute/980602-2.c: Likewise.
* gcc.c-torture/execute/comp-goto-1.c: Likewise.
* gcc.c-torture/execute/compndlit-1.c: Likewise.
* gcc.c-torture/execute/extzvsi.c: Likewise.
* gcc.c-torture/unsorted/ext.c: Likewise.
From-SVN: r74923
2003-12-22 03:32:35 +00:00
GCC Administrator
73b9c9bffa
Daily bump.
...
From-SVN: r74921
2003-12-22 00:16:08 +00:00
Roger Sayle
24b7a8c944
hpux.h (TARGET_OS_CPP_BUILTINS): Define _ILP32 when compiling in ILP32 mode.
...
* config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Define _ILP32
when compiling in ILP32 mode.
From-SVN: r74918
2003-12-21 23:23:54 +00:00
Bernardo Innocenti
3d159f3fc7
* configure: Revert spurious change caused by patched autoconf-2.13.
...
From-SVN: r74917
2003-12-21 23:42:31 +01:00
Kazu Hirata
f4f206f46f
call.c: Fix comment formatting.
...
* call.c: Fix comment formatting.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* cxx-pretty-print.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* error.c: Likewise.
* except.c: Likewise.
* init.c: Likewise.
* name-lookup.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* rtti.c: Likewise.
* semantics.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
From-SVN: r74916
2003-12-21 21:07:32 +00:00
Michael Koch
90f107de3b
AttributeSetUtilities.java, [...]: New files.
...
2003-12-21 Michael Koch <konqueror@gmx.de>
* javax/print/attribute/AttributeSetUtilities.java,
javax/print/attribute/HashAttributeSet.java,
javax/print/attribute/HashDocAttributeSet.java,
javax/print/attribute/HashPrintJobAttributeSet.java,
javax/print/attribute/HashPrintRequestAttributeSet.java,
javax/print/attribute/HashPrintServiceAttributeSet.java: New files.
* Makefile.am (ordinary_java_source_files): Added new files.
* Makefile.in: Regenerated.
From-SVN: r74914
2003-12-21 19:54:52 +00:00
Andrew Pinski
cd413cab51
rs6000.c (rs6000_tls_referenced_p): Return early if TARGET_HAVE_TLS is false.
...
2003-12-21 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/rs6000.c (rs6000_tls_referenced_p): Return early if
TARGET_HAVE_TLS is false.
From-SVN: r74912
2003-12-21 10:49:17 -08:00
Kazu Hirata
f6bf809f6c
ip2k-protos.h: Remove the prototype for asm_output_section_name.
...
* config/ip2k/ip2k-protos.h: Remove the prototype for
asm_output_section_name.
* config/ip2k/ip2k.c (asm_output_section_name): Remove.
From-SVN: r74911
2003-12-21 18:40:48 +00:00
Michael Koch
eb77256b63
EnumSyntax.java, [...]: New files.
...
2003-12-21 Michael Koch <konqueror@gmx.de>
* javax/print/attribute/EnumSyntax.java,
javax/print/attribute/SetOfIntegerSyntax.java: New files.
* Makefile.am (ordinary_java_source_files):
Added javax/print/attribute/EnumSyntax.java
and javax/print/attribute/SetOfIntegerSyntax.java.
* Makefile.in: Regenerated.
From-SVN: r74908
2003-12-21 15:56:38 +00:00
Kazu Hirata
6614fd40d2
alias.c: Fix comment formatting.
...
* alias.c: Fix comment formatting.
* alloc-pool.c: Likewise.
* bitmap.c: Likewise.
* bitmap.h: Likewise.
* bt-load.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-opts.c: Likewise.
* c-pretty-print.c: Likewise.
* caller-save.c: Likewise.
* cfghooks.h: Likewise.
* cgraph.c: Likewise.
* collect2.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.h: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* final.c: Likewise.
* function.c: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genemit.c: Likewise.
* ggc.h: Likewise.
* haifa-sched.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.h: Likewise.
* loop.c: Likewise.
* predict.h: Likewise.
* unwind-libunwind.c: Likewise.
* varasm.c: Likewise.
From-SVN: r74907
2003-12-21 14:08:35 +00:00
Michael Koch
5b24813d3e
PrintJobAttribute.java, [...]: New files.
...
2003-12-21 Michael Koch <konqueror@gmx.de>
* javax/print/attribute/PrintJobAttribute.java,
javax/print/attribute/PrintJobAttributeSet.java,
javax/print/attribute/PrintRequestAttribute.java,
javax/print/attribute/PrintServiceAttribute.java,
javax/print/attribute/PrintServiceAttributeSet.java,
javax/print/attribute/SupportedValuesAttribute.java: New files.
* Makefile.am (ordinary_java_source_files): Added new files.
* Makefile.in: Regenerated.
From-SVN: r74905
2003-12-21 11:44:02 +00:00
Michael Koch
b8ddbd2d80
DateTimeSyntax.java, [...]: New files.
...
2003-12-21 Michael Koch <konqueror@gmx.de>
* javax/print/attribute/DateTimeSyntax.java,
javax/print/attribute/DocAttribute.java,
javax/print/attribute/DocAttributeSet.java,
javax/print/attribute/IntegerSyntax.java,
javax/print/attribute/ResolutionSyntax.java,
javax/print/attribute/Size2DSyntax.java,
javax/print/attribute/TextSyntax.java,
javax/print/attribute/URISyntax.java,
javax/print/attribute/UnmodifiableSetException.java: New files.
* Makefile.am (ordinary_java_source_files): Added new files.
* Makefile.in: Regenerated.
From-SVN: r74904
2003-12-21 11:10:54 +00:00
Kazu Hirata
3bc5e4eff8
mn10300.c (mn10300_encode_section_info): Fix a warning.
...
* config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
a warning.
From-SVN: r74902
2003-12-21 07:47:56 +00:00
Kazu Hirata
f177788284
arm.c: Convert to ISO-C.
...
* config/arm/arm.c: Convert to ISO-C.
* config/avr/avr.h: Likewise.
* config/fr30/fr30.c: Likewise.
* config/ip2k/ip2k.c: Likewise.
* config/mn10300/mn10300.c: Likewise.
From-SVN: r74901
2003-12-21 07:29:36 +00:00
Bernardo Innocenti
5785c0ed5d
configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
...
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
* configure: Regenerated.
From-SVN: r74900
2003-12-21 06:11:42 +01:00
GCC Administrator
fee3eb5e84
Daily bump.
...
From-SVN: r74898
2003-12-21 00:16:37 +00:00
Michael Koch
59bed4cab5
2003-12-21 Michael Koch <konqueror@gmx.de>
...
* gnu/java/net/PlainDatagramSocketImpl.java
(mcastGrp): Added documentation.
From-SVN: r74896
2003-12-20 23:04:44 +00:00
Michael Koch
4e24f93733
2003-12-20 Michael Koch <konqueror@gmx.de>
...
* gnu/java/net/protocol/jar/Connection.java
(connectionCache): New field.
(connect): New method.
(getInputStream): New method.
(hdrHash): New field.
(hdrVec): New field.
(gotHeaders): New field.
(getHeaderField): New method.
(getHeaderFields): New method.
(getHeaderFieldKey): New method.
(getKey): New method.
(getField): New method.
(getHeaders): New method.
* java/net/JarURLConnection.java
(connectionCache): Removed.
(connect): Removed.
(getInputStream): Removed.
(hdrHash): Removed.
(hdrVec): Removed.
(gotHeaders): Removed.
(getHeaderField): Removed.
(getHeaderFields): Removed.
(getHeaderFieldKey): Removed.
(getKey): Removed.
(getField): Removed.
(getHeaders): Removed.
From-SVN: r74895
2003-12-20 22:54:26 +00:00
Michael Koch
70d26e8152
ObjectStreamField.java (isUnshared): Added documentation.
...
2003-12-20 Michael Koch <konqueror@gmx.de>
* java/io/ObjectStreamField.java (isUnshared): Added documentation.
From-SVN: r74894
2003-12-20 22:36:02 +00:00
Andrew Pinski
781f4ec18f
re PR target/12749 (i386 LP64 bug.)
...
2003-12-20 Andrew Pinski <pinskia@gcc.gnu.org>
Matt Thomas <matt@3am-software.com>
PR target/12749
* config/i386/i386.c (print_operand): Print only the first
8 characters of the float in hex.
2003-12-20 Andrew Pinski <pinskia@gcc.gnu.org>
PR target/12749
* gcc.c-torture/compile/20031220-2.c: New test case.
Co-Authored-By: Matt Thomas <matt@3am-software.com>
From-SVN: r74893
2003-12-20 13:56:47 -08:00
Roger Sayle
3b24df36c0
re PR rtl-optimization/13031 (ICE (unrecognizable insn) when building gnome-libs-1.4.2)
...
2003-12-20 Roger Sayle <roger@eyesopen.com>
PR optimization/13031
* gcc.c-torture/compile/20031220-1.c: New test case.
From-SVN: r74892
2003-12-20 20:17:53 +00:00
Jason Merrill
c703c3900e
atomicity.h: Fix oversight in previous change.
...
* config/cpu/powerpc/atomicity.h: Fix oversight in previous
change.
From-SVN: r74890
2003-12-20 13:45:30 -05:00
Jason Merrill
778e99e55f
fix thinko
...
From-SVN: r74889
2003-12-20 12:44:11 -05:00
John David Anglin
3914c31fc6
pa.h (TRAMPOLINE_TEMPLATE): Shorten sequence when generating PA 2.0 code.
...
* pa.h (TRAMPOLINE_TEMPLATE): Shorten sequence when generating PA
2.0 code.
(TRAMPOLINE_CODE_SIZE, MIN_CACHELINE_SIZE): New defines.
(INITIALIZE_TRAMPOLINE): Rework to pass line length, and aligned start
and end addresses to I and D cache instruction patterns.
* pa.md (anddi3, iordi3): Change predicates of operands 1 and 2 to
and_operand and ior_operand, respectively. When generating 64-bit
code, only one operand needs to be a register operand.
(xordi3): Change predicates of operands 1 and 2 to register_operand.
(one_cmpldi2): Change predicate of operand 1 to register_operand.
(dcacheflush, icacheflush): Revise to flush an arbitrary number of
cache lines.
From-SVN: r74888
2003-12-20 17:24:15 +00:00
Josef Zlomek
6ae533cf89
PR optimization/13430, PR optimization/12322
...
PR optimization/13430, PR optimization/12322
* bb-reorder.c (copy_bb_p): Do not allow block with many successors to
be copied.
(find_traces_1_round): Surround check for fake edges by
#ifdef ENABLE_CHECKING #endif.
From-SVN: r74887
2003-12-20 16:31:12 +00:00
Bruce Korb
5d7f899bb3
New file for the darwin_private_extern fix
...
From-SVN: r74886
2003-12-20 16:00:47 +00:00
Ian Lance Taylor
2307e075c1
cp-demangle.c (d_identifier): In Java mode, skip an optional '$' after the identifier.
...
* cp-demangle.c (d_identifier): In Java mode, skip an optional '$'
after the identifier.
* testsuite/demangle-expected: Add test case.
From-SVN: r74885
2003-12-20 15:53:06 +00:00
Jerry Quinn
3101fa3c06
TODO: Update.
...
2003-12-20 Jerry Quinn <jlquinn@optonline.net>
* docs/doxygen/TODO: Update.
* include/bits/locale_classes.h (locale, facet, id): Document.
* include/bits/locale_facets.tcc (has_facet, use_facet): Document.
From-SVN: r74884
2003-12-20 15:51:09 +00:00
Bruce Korb
9c0817543f
Keep inclhack.def sortable.
...
Keep inclhack.def sortable. The segmentation is based on lines containing only
a slash and an asterisk
From-SVN: r74883
2003-12-20 15:49:22 +00:00
Kazu Hirata
3a976c72d6
class.c: Remove uses of "register" specifier in declarations of arguments and local...
...
* class.c: Remove uses of "register" specifier in
declarations of arguments and local variables.
* decl.c: Likewise.
* expr.c: Likewise.
* gjavah.c: Likewise.
* jcf-dump.c: Likewise.
* jcf-io.c: Likewise.
* jcf-parse.c: Likewise.
* jcf-write.c: Likewise.
* keyword.h: Likewise.
* parse.y: Likewise.
* typeck.c: Likewise.
* verify.c: Likewise.
From-SVN: r74882
2003-12-20 15:38:28 +00:00
Kazu Hirata
aed8bfdc7e
trans.c: Remove uses of "register" specifier in declarations of local variables.
...
* trans.c: Remove uses of "register" specifier in
declarations of local variables.
From-SVN: r74880
2003-12-20 15:37:31 +00:00
Mohan Embar
677f99cce5
* gnu/java/nio/SelectorImpl.java
...
(selectThreadMutex): New field.
(selectThread): New field.
(unhandledWakeup): New field.
(implCloseSelector): Added skeleton code which
synchronizes as per Sun JRE JavaDoc.
(keys): Throw ClosedSelectorException if selector
is closed.
(selectNow): Added comment that we're faking out
an immediate select with a one-microsecond-timeout one.
(select): Use 0 instead of -1 for infinite timeout.
(implSelect): Changed comment in declaration.
(select): Added synchronized to method declaration.
Added synchronization and wakeup support as per Sun
JRE JavaDoc.
(selectedKeys): Throw ClosedSelectorException if selector
is closed.
(wakeup): Implemented.
(deregisterCancelledKeys): Synchronize on cancelled key
set before deregistering.
(register): Synchronize on key set before registering.
* java/nio/channels/spi/AbstractSelector.java
Added import for java.nio.channels.ClosedSelectorException.
(close): Added synchronized to method declaration.
(cancelledKeys): Throw ClosedSelectorException if selector
is closed.
(cancelKey): Synchronize on cancelled key set before key.
From-SVN: r74879
2003-12-20 15:33:24 +00:00
Michael Koch
59687e1890
Makefile.am (ordinary_java_source_files): Added gnu.java.net.URLParseError.java.
...
2003-12-20 Michael Koch <konqueror@gmx.de>
* Makefile.am (ordinary_java_source_files):
Added gnu.java.net.URLParseError.java.
* Makefile.in: Regenerated.
From-SVN: r74878
2003-12-20 12:45:11 +00:00
Guilhem Lavaux
32ab41edd2
URLParseError.java: New file.
...
2003-12-20 Guilhem Lavaux <guilhem@kaffe.org>
* gnu/java/net/URLParseError.java: New file.
* gnu/java/net/protocol/jar/Handler.java
(parseURL): Throw URLParseError if needed, fix '/' handling.
* java/net/URL.java (URL): Catch URLParseError and
transform it into a MalformedURLException.
From-SVN: r74877
2003-12-20 12:28:25 +00:00
Eric Botcazou
1713a69f0a
re PR other/7956 (unreadable error on -m64 with --disable-multilib)
...
PR other/7956
* genmultilib: New variable disable_multilib. Set it to 'yes'
if enable_multilib was set to 'no'. Emit DISABLE_MULTILIB
if disable_multilib was set to 'yes'.
* gcc.c: Include multilib.h before tm.h.
* config/sparc/sol2-bi.h (LINK_ARCH_SPEC): Emit an error
message for multiarch options if DISABLE_MULTILIB is set.
* config/sparc/sol2-gld-bi.h (LINK_ARCH_SPEC): Likewise.
From-SVN: r74875
2003-12-20 07:40:24 +00:00
Eric Botcazou
c96f4f736a
re PR c/12085 (Internal compiler error in convert_move, at expr.c:504 with -O3 flag)
...
PR c/12085
* c-typeck.c (build_function_call): Issue a warning if a
function is called through an incompatible prototype and
replace the call by a trap in this case.
From-SVN: r74874
2003-12-20 07:12:39 +00:00
James E Wilson
bcd11e5e45
install.texi (ia64-*-linux): Document minimum libunwind version number.
...
* install.texi (ia64-*-linux): Document minimum libunwind version
number.
From-SVN: r74873
2003-12-19 23:05:17 -08:00
Per Bothner
7b330e0818
re PR c/13110 (error message includes extra blank line)
...
* langhooks.c (lhd_print_error_function): Fix for PR c/13110.
Don't do pp_newline; it causes an extra blank line.
* pretty-print.c (pp_base_flush): Clear pp_needs_newline.
From-SVN: r74872
2003-12-19 22:32:32 -08:00
Jason Merrill
f3da0ead0c
tree.c (get_unwidened): Decide whether to narrow a bitfield reference based on TYPE_SIZE...
...
* tree.c (get_unwidened): Decide whether to narrow a bitfield
reference based on TYPE_SIZE, not TYPE_PRECISION.
* cp/cvt.c (convert_to_void): Don't warn about the RHS of a comma
being useless if TREE_NO_UNUSED_WARNING is set.
* stmt.c (parse_output_constraint): Warn about in-out constraint
that doesn't allow a register.
(parse_input_constraint): Warn about matching constraint that
doesn't allow a register.
From-SVN: r74871
2003-12-19 22:21:25 -05:00
Jason Merrill
46eb4b3989
atomicity.h: Remove memory clobbers.
...
* config/cpu/cris/atomicity.h: Remove memory clobbers.
* config/cpu/mips/atomicity.h: Likewise.
* config/cpu/i486/atomicity.h: Remove memory clobbers.
Split up read-write memory operand.
* config/cpu/m68k/atomicity.h: Likewise.
* config/cpu/powerpc/atomicity.h: Make memory I/O explicit.
* config/cpu/s390/atomicity.h: Likewise.
* config/cpu/sparc/atomicity.h: Likewise.
From-SVN: r74870
2003-12-19 22:08:42 -05:00
James E Wilson
a06f01ba1e
Patch for asm clobber of fp.
...
* flow.c (mark_set_regs, case PARALLEL): Scan loop forwards.
Add case for ASM_OPERANDS.
* global.c (global_alloc): Set regs_ever_live for regs_asm_clobbered
registers.
From-SVN: r74869
2003-12-19 18:39:43 -08:00
Kazu Hirata
020036b90e
expr.c (check_max_integer_computation_mode): Remove.
...
* expr.c (check_max_integer_computation_mode): Remove.
* dojump.c (do_jump): Don't use MAX_INTEGER_COMPUTATION_MODE.
* fold-const.c (fold): Likewise.
* system.h (MAX_INTEGER_COMPUTATION_MODE): Poison.
* doc/tm.texi (MAX_INTEGER_COMPUTATION_MODE): Remove.
From-SVN: r74868
2003-12-20 01:40:41 +00:00
Jim Wilson
750e3ed363
Fix typo in name.
...
From-SVN: r74866
2003-12-19 17:31:23 -08:00
James E Wilson
28f08c8adb
Drop test for libunwind 0.95 and earlier.
...
* configure.in: Delete libunwind_has_eh_support test.
* configure: Regenerate.
* config.gcc (ia64*-*-linux*): Delete reference to t-libunwind-no-eh
and libunwind_has_eh_support check.
* config/t-libunwind-no-eh: Delete.
From-SVN: r74865
2003-12-19 17:30:23 -08:00
GCC Administrator
0d49ce35e3
Daily bump.
...
From-SVN: r74863
2003-12-20 00:16:06 +00:00
Joseph Myers
be7ac47149
c-format.c (print_char_table): Allow 'I' flag on floating point decimal formats.
...
* c-format.c (print_char_table): Allow 'I' flag on floating point
decimal formats.
testsuite:
* gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
formats.
From-SVN: r74860
2003-12-20 00:00:39 +00:00