Nathan Sidwell
80b3502bcb
gcov.c (no_data_file): New flag.
...
* gcov.c (no_data_file): New flag.
(read_count_file): Set it if data file not present. Assume counts
zero if not found.
(output_lines): Don't name the data file, if there wasn't one.
From-SVN: r116045
2006-08-09 19:09:06 +00:00
Tom Tromey
1506961e11
re PR awt/28666 (IllegalAccessError in gtk peers)
...
PR classpath/28666:
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c
(Java_gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice_nativeGetDisplayModes):
Create a 'short' array.
From-SVN: r116044
2006-08-09 19:00:54 +00:00
Lee Millward
2d8ba2c76b
re PR c++/28637 (ICE on invalid template parameter)
...
2006-08-09 Lee Millward <lee.millward@codesourcery.com>
PR c++/28637
* pt.c (coerce_template_parms): Copy across the
invalid template arguments to the new template inner arguments.
(retrieve_specialization): Robustify.
* g++.dg/template/void3.C: New test.
PR c++/28638
* pt.c (coerce_template_template_parms): Robustify.
* g++.dg/template/void4.C: New test.
PR c++/28639
* error.c (dump_template_parms): Robustify.
PR c++/28640
* pt.c (redeclare_class_template): Robustify
* g++.dg/template/void5.C: New test.
PR c++/28641
* pt.c (type_unification_real): Robustify.
From-SVN: r116043
2006-08-09 18:43:06 +00:00
Eric Botcazou
cef6b86c00
rs6000.c (print_operand): Fix comment and adjust.
...
* config/rs6000/rs6000.c (print_operand) <D>: Fix comment and adjust.
(rs6000_generate_compare): Tweak comments.
* config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Fix comment.
From-SVN: r116041
2006-08-09 16:38:45 +00:00
Gary Benson
9e7ef3a881
stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.
...
2006-08-09 Gary Benson <gbenson@redhat.com>
* stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.
From-SVN: r116038
2006-08-09 14:59:16 +00:00
Paolo Carlini
62c7a041bb
stl_algobase.h (fill(const _Deque_iterator<>&, const _Deque_iterator<>&, const _Tp&)): Move...
...
2006-08-09 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_algobase.h (fill(const _Deque_iterator<>&,
const _Deque_iterator<>&, const _Tp&)): Move...
* include/bits/deque.tcc: ... here.
* include/bits/stl_deque.h: Declare.
From-SVN: r116034
2006-08-09 09:56:15 +00:00
Gary Benson
fac186e500
System.java (setSecurityManager): Javadoc fix.
...
2006-08-09 Gary Benson <gbenson@redhat.com>
* java/lang/System.java (setSecurityManager): Javadoc fix.
* java/security/VMAccessController.java (getContext): Comment fix.
From-SVN: r116033
2006-08-09 08:46:34 +00:00
Gary Benson
c7dc750aef
java-stack.h (accesscontrol_trace_fn): Declare.
...
2006-08-09 Gary Benson <gbenson@redhat.com>
* include/java-stack.h (accesscontrol_trace_fn): Declare.
(GetAccessControlStack): Likewise.
(GetClassMethodStack): Remove.
* stacktrace.cc (accesscontrol_trace_fn): New method.
(GetAccessControlStack): Likewise.
(GetClassMethodStack): Remove.
* java/security/natVMAccessController.cc (getStack): Use
GetAccessControlStack.
From-SVN: r116032
2006-08-09 08:38:28 +00:00
Alexandre Oliva
ca78720074
var-tracking.c (enum micro_operation_type): Add MO_COPY.
...
* var-tracking.c (enum micro_operation_type): Add MO_COPY.
(var_debug_decl): New function.
(var_reg_set): Follow debug decl link. Add location even if
reg is already known to hold some other variable.
(var_mem_set): Follow debug decl link.
(var_reg_delete_and_set, var_mem_delete_and_set): Follow debug
decl link. Delete other known locations of the variable part
if requested.
(var_reg_delete, var_mem_delete): Delete other known locations
of the variable part if requested.
(same_variable_part_p): New function.
(add_stores): Select MO_COPY when appropriate.
(vt_initialize): Handle it.
(compute_bb_dataflow, emit_notes_in_bb): Likewise. Delete
known locations for MO_SET and MO_CLOBBER.
(find_variable_location_part): New function.
(set_variable_part, delete_variable_part): Use it.
(clobber_variable_part): New function.
* dwarf2out.c (dwarf2out_var_location): Do not follow debug
decl link.
From-SVN: r116031
2006-08-09 06:46:22 +00:00
GCC Administrator
88f2d703c7
Daily bump.
...
From-SVN: r116027
2006-08-09 00:17:24 +00:00
Eric Botcazou
094c07a00d
MAINTAINERS (Various Maintainers): Add self as RTL opt.
...
* MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
From-SVN: r116012
2006-08-08 07:56:32 +00:00
GCC Administrator
0770a56035
Daily bump.
...
From-SVN: r116010
2006-08-08 00:17:30 +00:00
Danny Smith
39dcb782d3
class1.C (dg-require-visibility): Move after dg-do compile.
...
* g++.dg/ext/visibility/class1.C (dg-require-visibility): Move
after dg-do compile.
From-SVN: r116006
2006-08-07 23:40:54 +00:00
Tom Tromey
10b7bdb02a
re PR libgcj/28609 (make install broken in current trunk (svn 115947))
...
PR libgcj/28609:
* ltconfig: Copied from gcc.
From-SVN: r116003
2006-08-07 20:37:50 +00:00
Gary Benson
ded9dbb894
re PR libgcj/28340 (gij ignores -Djava.security.manager)
...
2006-08-07 Gary Benson <gbenson@redhat.com>
PR libgcj/28340:
* java/lang/ClassLoader.java (clinit): Install a default
security manager if java.security.manager is defined.
(getParent, getSystemClassLoader): Use the correct stack
frame during security checks.
* java/net/URLClassLoader.java (findClass): Avoid calling
this.toString() during VM initialization.
(runtimeInitialized): New method.
* java/net/natURLClassLoader.cc: New file.
* Makefile.am (nat_source_files): Added the above.
* Makefile.in: Rebuilt.
From-SVN: r115999
2006-08-07 14:48:59 +00:00
Gary Benson
da0f033486
SecurityManager.java (getSecurityContext, [...]): Merge with Classpath.
...
2006-08-07 Gary Benson <gbenson@redhat.com>
Casey Marshall <csm@gnu.org>
* java/lang/SecurityManager.java (getSecurityContext,
checkPermission, checkAccess, checkRead, checkConnect,
checkPackageAccess, checkPackageDefinition, checkPackageList):
Merge with Classpath.
(SecurityContext): Remove.
Co-Authored-By: Casey Marshall <csm@gnu.org>
From-SVN: r115998
2006-08-07 14:42:48 +00:00
Gary Benson
e79e0270c0
VMAccessController.java (pushContext, [...]): Use Thread.currentThread() to determine when we're bootstrapping.
...
2006-08-07 Gary Benson <gbenson@redhat.com>
* java/security/VMAccessController.java (pushContext, popContext,
getContext): Use Thread.currentThread() to determine when we're
bootstrapping.
(runtimeInitialized): Remove.
* java/security/natVMAccessController.cc (runtimeInitialized):
Remove.
From-SVN: r115996
2006-08-07 14:14:14 +00:00
Victor Kaplansky
4192d75b25
re PR tree-optimization/26969 (ICE with -O1 -funswitch-loops -ftree-vectorize)
...
ChangeLog
PR tree-optimization/26969
* tree-vect-analyze.c (vect_analyze_loop_form): Add check of latch
witch an empty list of PHIs.
testsuite/Changelog:
PR tree-optimizations/26969
* gcc.dg/vect/vect.exp: Compile tests prefixed with
"unswitch-loops" with -funswitch-loops.
* gcc.dg/vect/unswitch-loops-pr26969.c: New test.
From-SVN: r115995
2006-08-07 11:28:31 +00:00
Eric Botcazou
105d82a07b
dwarf-1.m: Skip on Solaris 2.5.1 and 2.6 too.
...
* objc.dg/dwarf-1.m: Skip on Solaris 2.5.1 and 2.6 too.
* objc.dg/dwarf-2.m: Likewise.
* obj-c++.dg/dwarf-2.mm: Likewise
From-SVN: r115994
2006-08-07 08:18:53 +00:00
Eric Botcazou
6218f885f8
unused1.C: Skip on Solaris 2.5.1 and 2.6 too.
...
* g++.dg/other/unused1.C: Skip on Solaris 2.5.1 and 2.6 too.
From-SVN: r115993
2006-08-07 08:13:22 +00:00
Eric Botcazou
2369d5debf
unused1.C: Also match "asci?z".
...
* g++.dg/other/unused1.C: Also match "asci?z".
From-SVN: r115992
2006-08-07 07:45:11 +00:00
Eric Botcazou
d041a05377
spbp.C: Skip on Solaris 2.5.1 and 2.6 too.
...
* g++.dg/eh/spbp.C: Skip on Solaris 2.5.1 and 2.6 too.
From-SVN: r115991
2006-08-07 07:23:49 +00:00
Eric Botcazou
9dc0379469
sparc-getcontext-1.c: Fix typo.
...
* gcc.dg/sparc-getcontext-1.c: Fix typo.
From-SVN: r115988
2006-08-07 06:44:41 +00:00
John David Anglin
405dbbf76a
dwarf-1.m: Skip on 32-bit hppa hpux.
...
* objc.dg/dwarf-1.m: Skip on 32-bit hppa hpux.
* objc.dg/dwarf-2.m: Likewise.
* obj-c++.dg/dwarf-2.mm: Likewise.
From-SVN: r115987
2006-08-07 00:22:26 +00:00
GCC Administrator
f0ee4135aa
Daily bump.
...
From-SVN: r115985
2006-08-07 00:17:32 +00:00
John David Anglin
ef22f3701e
re PR libfortran/28603 (FAIL: gfortran.dg/direct_io_6.f90 -O0 execution test)
...
PR libfortran/28603
* gfortran.dg/direct_io_6.f90: Skip on hppa*-*-hpux*.
From-SVN: r115980
2006-08-07 00:04:06 +00:00
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