John David Anglin
1bf9fa0588
re PR testsuite/27611 (FAIL: g++.dg/other/unused1.C scan-assembler string\t"class2" and string\t"printer")
...
PR testsuite/27611
* g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
From-SVN: r115979
2006-08-06 23:56:24 +00:00
John David Anglin
a1334347a5
re PR testsuite/27033 (g++.dg/eh/spbp.C (test for excess errors) fails)
...
PR testsuite/27033
* g++.dg/eh/spbp.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
From-SVN: r115978
2006-08-06 23:41:57 +00:00
Tom Tromey
9327c475df
re PR libgcj/28491 (NetworkInterface.getNetworkInterfaces() doesn't report ipv6 interfaces.)
...
PR libgcj/28491:
* configure, include/config.h.in: Rebuilt.
* configure.ac: Look for ifaddrs.h, getifaddrs.
* java/net/natVMNetworkInterfacePosix.cc (getInterfaces): Use
getifaddrs if available.
From-SVN: r115977
2006-08-06 22:43:05 +00:00
Tom Tromey
bc19f9eeda
re PR libgcj/28576 (PlainDatagramSocketImpl::connect: not implemented yet)
...
PR libgcj/28576:
* gnu/java/net/natPlainDatagramSocketImplPosix.cc (connect):
Implemented.
(disconnect): Likewise.
(send): Handle already-connected case.
From-SVN: r115976
2006-08-06 21:52:04 +00:00
Joern Rennecke
01b2459cd2
sh-modes.def: comment pasto fix.
...
From-SVN: r115974
2006-08-06 20:43:03 +01:00
Andreas Schwab
2f6fc0b613
* config/m68k/m68k.md (truncxfsf2): Readd.
...
From-SVN: r115973
2006-08-06 17:05:28 +00:00
Paolo Carlini
da452330ca
re PR libstdc++/16611 (Terrible code generated for vector<bool>)
...
2006-08-06 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/16611
* include/bits/stl_bvector.h (vector<bool>::operator[],
vector<bool>::operator[] const): Do not use iterator::operator+,
hand code.
From-SVN: r115972
2006-08-06 14:45:04 +00:00
Paolo Bonzini
bab1de0adb
re PR debug/26827 ("GNAT BUG DETECTED" on compile GPS 1.3.1/gtkada)
...
2006-08-06 Paolo Bonzini <bonzini@gnu.org>
PR target/26827
* config/i386/i386.md: Add peephole2 to avoid "fld %st"
instructions.
2006-08-06 Paolo Bonzini <bonzini@gnu.org>
PR target/26827
* gcc.target/i386/pr27827.c: New testcase.
From-SVN: r115969
2006-08-06 12:06:31 +00:00
Andreas Schwab
884b74f0f4
m68k.c (m68k_output_function_epilogue): Fix format string.
...
* config/m68k/m68k.c (m68k_output_function_epilogue): Fix format
string. Whitespace and comment fixup.
From-SVN: r115968
2006-08-06 10:15:33 +00:00
Paul Thomas
f970c857c9
re PR fortran/28590 (A SEQUENCEd defined type which refers to another defined type generates a spurious complaint about the lack of SEQUENCE attribute in the latter)
...
2006-08-06 Paul Thomas <pault@gcc.gnu.org>
PR fortran/28590
* parse.c (parse_derived): Remove the test for sequence type
components of a sequence type.
* resolve.c (resolve_fl_derived): Put the test here so that
pointer components are tested.
2006-08-06 Paul Thomas <pault@gcc.gnu.org>
PR fortran/28590
* gfortran.dg/sequence_types_1.f90: New test.
From-SVN: r115966
2006-08-06 04:58:04 +00:00
Steven G. Kargl
994c1cc04d
re PR fortran/28548 ([4.1 only] Optional argument failed)
...
2006-08-05 Steven G. Kargl <kargls@comcast.nt>
PR fortran/28548
* gfortran.dg/elemental_optional_args_1.f90: dg-error becomes
dg-warning. Add -pedantic option.
* resolve.c(resolve_elemental_actual): Add flags.h to use -pedantic
and exclude conversion functions in conditional. Change gfc_error
to gfc_warning.
(warn_unused_label) Rename to ...
(warn_unused_fortran_label) avoid warn_unused_label in flags.h.
From-SVN: r115963
2006-08-06 01:38:46 +00:00
GCC Administrator
676d444a02
Daily bump.
...
From-SVN: r115961
2006-08-06 00:17:23 +00:00
Volker Reichelt
ffc44ab683
re PR c/28502 (ICE with invalid declaration after definition)
...
PR c/28502
* c-decl.c (validate_proto_after_old_defn): Return false on invalid
argument.
* gcc.dg/proto-1.c: New test.
From-SVN: r115957
2006-08-05 23:41:22 +00:00
Volker Reichelt
c0bcacec2d
re PR c/27721 (ICE using += with a function)
...
PR c/27721
* c-typeck.c (build_modify_expr): Test earlier for non-lvalues.
* gcc.dg/lvalue-4.c: New test.
From-SVN: r115955
2006-08-05 23:26:38 +00:00
Volker Reichelt
85cad37c81
re PR c/28136 (ICE with incomplete array type)
...
PR c/28136
* c-parser.c (c_parser_postfix_expression_after_paren_type): Robustify.
* gcc.dg/init-bad-5.c: New test.
From-SVN: r115952
2006-08-05 23:08:54 +00:00
Francois-Xavier Coudert
fd517dc661
* intrinsics/access.c (access_func): Remove export directive.
...
From-SVN: r115949
2006-08-05 13:37:52 +00:00
Paolo Carlini
15ecde8ebf
re PR libstdc++/28587 (vector<bool> is extremely slow (900x slower than it should be))
...
2006-08-05 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/28587
* include/bits/stl_bvector.h (vector<bool>::_M_fill): New.
(vector<bool>::_M_fill_insert): Use it.
* testsuite/performance/23_containers/resize/vector_bool.cc: New.
* testsuite/23_containers/vector/bool/modifiers/insert/1.cc: New.
* testsuite/23_containers/vector/bool/capacity/1.cc: Likewise.
From-SVN: r115947
2006-08-05 10:11:13 +00:00
Mark Wielaard
76b63f3c5f
jvmti.cc: Include gcj/method.h.
...
2006-08-04 Mark Wielaard <mark@klomp.org>
* jvmti.cc: Include gcj/method.h.
From-SVN: r115943
2006-08-05 03:17:07 +00:00
Tom Tromey
cb86b2b6db
jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.
...
* jvmti.cc: Added MAYBE_UNUSED to 'env' parameters.
(_Jv_JVMTI_GetObjectSize): Cast _Jv_GetArrayElementFromElementType
result to _Jv_uintptr_t.
From-SVN: r115942
2006-08-05 01:28:36 +00:00
GCC Administrator
e97bfda898
Daily bump.
...
From-SVN: r115938
2006-08-05 00:17:41 +00:00
Keith Seitz
27d8ff9b83
VMFrame.java: Update to Classpath 0.91.
...
* gnu/classpath/jdwp/VMFrame.java: Update to Classpath 0.91.
* gnu/classpath/jdwp/VMIdManager.java: Likewise.
* gnu/classpath/jdwp/VMMethod.java: Likewise.
* gnu/classpath/jdwp/VMVirtualMachine: Likewise.
* gnu/classpath/jdwp/natVMFrame.java: New file.
* gnu/classpath/jdwp/natVMMethod.java: New file.
* gnu/classpath/jdwp/natVMVirtualMachine.java: New file.
* Makefile.am (nat_source_files): Add new filles.
* Makefile.in: Regenerated.
From-SVN: r115934
2006-08-04 20:34:02 +00:00
Lee Millward
cc011e7f12
re PR c++/28347 (ICE on typedef with initialization)
...
PR c++/28347
* decl.c (start_decl): Return error_mark_node if a
diagnostic was issed for an invalid typedef initialization.
* g++.dg/ext/typedef-init.C: Add new test for
typedef initialization inside templates. Adjust
existing error markers
From-SVN: r115931
2006-08-04 18:08:14 +00:00
Jan Hubicka
71156bccaa
re PR rtl-optimization/26655 (ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446)
...
PR target/26655
PR target/28270
* reload.c (push_reload): Patch out the mismathcing instruction; return early.
(find_reload): Bail out if the instruction was patched out.
From-SVN: r115928
2006-08-04 17:05:38 +00:00
Jan Hubicka
9659ce8b61
re PR tree-optimization/24888 (duplication of local variables after versioning/inlining)
...
PR tree-optimization/24888
* tree-inline.c (expand_call_inline): Do not re-record variables.
(declare_inline_vars): Add variable to unexpanded_var_list.
From-SVN: r115927
2006-08-04 17:03:32 +00:00
John David Anglin
824a4527c1
re PR rtl-optimization/26244 (FAIL: gcc.c-torture/execute/builtin-bitops-1.c execution, -O3 -fomit-frame-pointer -funroll-loops)
...
PR rtl-optimization/26244
* cse.c (fold_rtx): Correctly associate shifts when const_arg1 and/or
inner_const are negative or greater than or equal to the bitsize of
MODE. If SHIFT_COUNT_TRUNCATED is false, the values aren't associated.
Otherwise, the values are masked using GET_MODE_BITSIZE (mode) - 1.
Simplify complicated if statement. For ASHIFT and LSHIFTRT, return
CONST0_RTX (mode) when the new shift count is greater than or equal to
to the bitsize of the object being shifted and XEXP (y, 0) has no side
effects.
Co-Authored-By: Roger Sayle <roger@eyesopen.com>
From-SVN: r115924
2006-08-04 14:15:37 +00:00
Paolo Carlini
8443c250af
stl_queue.h (priority_queue<>::push, [...]): Remove try/catch, just follow the letter of the Standard.
...
2006-08-04 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_queue.h (priority_queue<>::push,
priority_queue<>::pop): Remove try/catch, just follow the
letter of the Standard.
From-SVN: r115923
2006-08-04 09:34:17 +00:00
Kazu Hirata
de1e45c30b
* tree-cfg.c: Fix a comment typo.
...
From-SVN: r115921
2006-08-04 06:10:15 +00:00
Mark Mitchell
f092a8668a
re PR c++/28148 (ICE with pointer to member function initializer and cast to a different type)
...
PR c++/28148
* varasm.c (output_constant): Give the front end another chance to
expand constants, after stripping NOPs.
PR c++/28148
* g++.dg/init/ptrmem3.C: New test.
From-SVN: r115919
2006-08-04 04:58:36 +00:00
GCC Administrator
493297e384
Daily bump.
...
From-SVN: r115917
2006-08-04 00:17:16 +00:00
Jan Hubicka
df648b94c9
domwalk.c (walk_dominator_tree): Reorganize to non-recursive implementation.
...
* domwalk.c (walk_dominator_tree): Reorganize to non-recursive
implementation.
From-SVN: r115912
2006-08-03 21:21:22 +00:00
Paolo Carlini
d508327cc8
stl_queue.h: Trivial formatting fixes.
...
2006-08-03 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_queue.h: Trivial formatting fixes.
* include/bits/stl_stack.h: Likewise.
From-SVN: r115911
2006-08-03 21:11:13 +00:00
Dorit Nuzman
0be79f24f8
re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)
...
PR tree-optimization/27770
* tree-vectorizer.h (get_vectype_for_scalar_type): Function
declaration removed (moved to tree-flow.h).
(vect_can_force_dr_alignment_p): Likewise.
* tree-flow.h (get_vectype_for_scalar_type): New function declaration
(moved from tree-vectorizer.h).
(vect_can_force_dr_alignment_p): Likewise.
* tree-vectorizer.c (vect_print_dump_info): Allow calling this function
from outside the vectorizer - in particular from cgraph stage.
* tree-vect-analyze.c (vect_compute_data_ref_alignment): Don't increase
the alignment of global arrays when -fsection-anchors is enabled.
* cgraphunit.c (cgraph_increase_alignment): New function.
(cgraph_optimize): Call cgraph_increase_alignment.
From-SVN: r115910
2006-08-03 20:35:05 +00:00
Tom Tromey
224aaa4139
jvmti.cc (REQUIRE_PHASE): New macro.
...
* jvmti.cc (REQUIRE_PHASE): New macro.
(_Jv_JVMTI_InterruptThread): New function.
(_Jv_JVMTI_CreateRawMonitor): Likewise.
(_Jv_JVMTI_DestroyRawMonitor): Likewise.
(_Jv_JVMTI_RawMonitorEnter): Likewise.
(_Jv_JVMTI_RawMonitorExit): Likewise.
(_Jv_JVMTI_RawMonitorWait): Likewise.
(_Jv_JVMTI_RawMonitorNotify): Likewise.
(_Jv_JVMTI_RawMonitorNotifyAll): Likewise.
(_Jv_JVMTI_Allocate): Likewise.
(_Jv_JVMTI_Deallocate): Likewise.
(_Jv_JVMTI_GetClassModifiers): Likewise.
(_Jv_JVMTI_GetClassMethods): Likewise.
(_Jv_JVMTI_IsInterface): Likewise.
(_Jv_JVMTI_IsArrayClass): Likewise.
(_Jv_JVMTI_GetClassLoader): Likewise.
(_Jv_JVMTI_GetObjectHashCode): Likewise.
(_Jv_JVMTI_GetFieldModifiers): Likewise.
(_Jv_JVMTI_IsFieldSynthetic): Likewise.
(_Jv_JVMTI_GetMethodModifiers): Likewise.
(_Jv_JVMTI_IsMethodNative): Likewise.
(_Jv_JVMTI_IsMethodSynthetic): Likewise.
(_Jv_JVMTI_GetClassLoaderClasses): Likewise.
(_Jv_JVMTI_ForceGarbageCollection): Likewise.
(_Jv_JVMTI_GetSystemProperty): Likewise.
(_Jv_JVMTI_SetSystemProperty): Likewise.
(_Jv_JVMTI_GetTime): Likewise.
(_Jv_JVMTI_GetAvailableProcessors): Likewise.
(_Jv_JVMTI_AddToBootstrapClassLoaderSearch): Likewise.
(_Jv_JVMTI_SetVerboseFlag): Likewise.
(_Jv_JVMTI_GetObjectSize): Likewise.
(_Jv_JVMTI_SetJNIFunctionTable): Likewise.
(_Jv_JVMTI_GetJNIFunctionTable): Likewise.
(_Jv_JVMTI_Interface): Updated.
(NULL_CHECK): New macro.
From-SVN: r115907
2006-08-03 17:13:51 +00:00
John David Anglin
00643d1ce2
20060801-1.c: Add missing '}'.
...
* gcc.dg/20060801-1.c: Add missing '}'.
From-SVN: r115903
2006-08-03 16:32:29 +00:00
David Edelsohn
1650e3f510
re PR target/27566 (ICEs in final_scan_insn and reload_cse_simplify_operands for vectors with SPE)
...
PR target/27566
* config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
not reload a SPE symbol_ref into a lo_sum address.
From-SVN: r115902
2006-08-03 09:48:01 -04:00
Andreas Schwab
d9b8265106
Typo.
...
From-SVN: r115899
2006-08-03 09:28:37 +00:00
Volker Reichelt
c0dc47a866
re PR c++/27508 (ICE on invalid destructor name)
...
PR c++/27508
* parser.c (cp_parser_unqualified_id): Check for invalid scopes
when parsing destructor names.
* g++.dg/parse/dtor9.C: New test.
* g++.dg/parse/dtor10.C: New test.
* g++.dg/other/error7.C: Adjust error-marker.
From-SVN: r115896
2006-08-03 02:49:07 +00:00
Volker Reichelt
4a2f6dc05b
re PR c++/28274 (Redeclaration with extra default argument doesn't work)
...
PR c++/28274
* decl.c (duplicate_decls): Call check_default_args here.
(start_preparsed_function): Do not call check_default_args.
* name-lookup.c (pushdecl_maybe_friend): Only call
check_default_args if duplicate_decls got bypassed.
* g++.dg/other/default5.C: New test.
From-SVN: r115893
2006-08-03 02:30:49 +00:00
GCC Administrator
74c5a70c23
Daily bump.
...
From-SVN: r115891
2006-08-03 00:17:39 +00:00
Richard Guenther
cfc581fe44
re PR c++/28479 (cc1plus just sits there eating CPU and RAM for a simple program)
...
2006-08-02 Richard Guenther <rguenther@suse.de>
PR c++/28479
Revert
2006-07-05 Richard Guenther <rguenther@suse.de>
Andrew Pinski <pinskia@gcc.gnu.org>
PR c++/27084
* cp-objcp-common.c (cxx_types_compatible_p): Ignore
top level qualifiers for pointer type comparisons.
* g++.dg/tree-ssa/copyprop-1.C: XFAIL.
From-SVN: r115887
2006-08-02 20:48:59 +00:00
Mark Mitchell
6f67f00022
re PR c++/28557 (Trouble with templated type conversion operator)
...
PR c++/28557
* pt.c (tsubst_baselink): Substitute into BASELINK_OPTYPE.
PR c++/28557
* g++.dg/template/conv9.C: New test.
From-SVN: r115886
2006-08-02 20:35:41 +00:00
Andreas Tobler
006d133dfe
re PR libgcj/28546 (./java/lang/Thread.h:31: error: using typedef-name '_Jv_Thread_t' after 'class')
...
2006-08-02 Andreas Tobler <a.tobler@schweiz.ch>
PR libgcj/28546
* include/no-threads.h: Declare _Jv_Thread_t as empty class.
From-SVN: r115883
2006-08-02 22:18:05 +02:00
Thomas Koenig
73c9fbdf8c
Makefile.in: Regenerate using automake 1.9.6.
...
2006-08-02 Thomas Koenig <Thomas.Koenig@online.de>
* Makefile.in: Regenerate using automake 1.9.6.
* aclocal.m4: Revert to previous version.
From-SVN: r115881
2006-08-02 20:05:23 +00:00
Daniel Jacobowitz
19450f2b21
re PR debug/28063 (Dwarf no longer uses merged strings for DW_AT_comp_dir)
...
gcc/
PR debug/28063
* dwarf2out.c (prune_unused_types_prune): Move call to
prune_unused_types_update_strings to cover the parent DIE also.
gcc/testuite/
PR debug/28063
* gcc.dg/debug/dwarf2/dwarf-merge.c: New test.
* lib/target-supports.exp (get_compiler_messages): Add WANT_OUTPUT.
Optionally return assembly text. Update callers.
(check_no_compiler_messages): Update verbose messages.
(check_no_messages_and_pattern): New.
(check_effective_target_string_merging): New.
From-SVN: r115874
2006-08-02 13:31:56 +00:00
Jan Hubicka
0a4fe58f40
PR gcov/profile/28480
...
PR gcov/profile/28480
* tree-cfg.c (change_bb_for_stmt): New function.
(tree_merge_blocks, tree_split_blocks): Use it.
From-SVN: r115873
2006-08-02 09:34:34 +00:00
GCC Administrator
1ec481b18c
Daily bump.
...
From-SVN: r115870
2006-08-02 00:17:28 +00:00
Volker Reichelt
413803d3d8
re PR c++/28250 (ICE with invalid catch)
...
PR c++/28250
PR c++/28257
PR c++/28259
PR c++/28267
* toplev.c (compile_file): Return early on errorcount or sorrycount.
* cgraphunit.c (cgraph_finalize_compilation_unit): Likewise.
(cgraph_optimize): Likewise.
PR c++/28250
* g++.dg/eh/catch4.C: New test.
PR c++/28257
* g++.dg/other/qual1.C: New test.
PR c++/28259
* g++.dg/inherit/error2.C: New test.
PR c++/28267
* g++.dg/other/new1.C: New test.
* g++.dg/warn/pr23075.C: Remove obsolete test.
* g++.old-deja/g++.brendan/crash52.C: Remove dg-warning marker.
* g++.old-deja/g++.jason/report.C: Remove dg-warning marker.
From-SVN: r115866
2006-08-01 23:45:11 +00:00
Andreas Tobler
d2b815074b
natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD_SEMANTICS.
...
2006-08-01 Andreas Tobler <a.tobler@schweiz.ch>
* gnu/classpath/natSystemProperties.cc: Add additional check for
getpwuid_r on _POSIX_PTHREAD_SEMANTICS.
(SystemProperties::insertSystemProperties): Likewise.
* java/io/natFilePosix.cc (File::performList): Add
additional check for readdir_r on _POSIX_PTHREAD_SEMANTICS.
* java/util/natVMTimeZone.cc (VMTimeZone::getSystemTimeZoneId): Add
additional check for localtime_r on _POSIX_PTHREAD_SEMANTICS.
From-SVN: r115864
2006-08-01 22:59:24 +02:00
Mark Mitchell
9beafc83ca
re PR c++/28523 (Throw of a derived class casted to its base class using a C-style cast)
...
PR c++/28523
* tree.c (stabilize_expr): Tweak documentation. Add assertion.
(stabilize_call): Tweak documentation.
(stabilize_init): Only call stabilize_call for calls.
PR c++/28523
* g++.dg/eh/cast1.C: New test.
From-SVN: r115862
2006-08-01 20:04:57 +00:00
Ed Smith-Rowland
8218f92fdf
tr1.html: Update.
...
2006-08-01 Ed Smith-Rowland <3dw4rd@verizon.net>
* docs/html/ext/tr1.html: Update.
From-SVN: r115860
2006-08-01 18:22:35 +00:00