Age | Commit message (Expand) | Author | Files | Lines |
2002-10-08 | re PR target/8087 (sparc-sun-solaris2.7 C testsuite failures in execute/20020... | Roger Sayle | 2 | -0/+9 |
2002-10-08 | system.h (GCCBUGURL): Delete. | Zack Weinberg | 2 | -4/+4 |
2002-10-08 | c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall. | Nathan Sidwell | 8 | -9/+45 |
2002-10-08 | interpret.cc (_Jv_InterpMethod::run): Use UINT32 instead of unsigned long tem... | Ulrich Weigand | 2 | -1/+6 |
2002-10-08 | re PR java/8003 (gcj segfaults on simple java line of code) | Tom Tromey | 2 | -6/+6 |
2002-10-08 | system.h (GCCBUGURL): Delete. | Zack Weinberg | 9 | -21/+46 |
2002-10-08 | (__ev_set_acc_u64): Use __ev_create_u64 to convert uint64_t into __ev64_opaqu... | Nick Clifton | 2 | -4/+14 |
2002-10-08 | s390.md ("*doloop_si_long"): Add missing operand. | Ulrich Weigand | 2 | -4/+9 |
2002-10-08 | parse.y (attach_init_test_initialization_flags): Check for error_mark_node. | Andrew Haley | 2 | -2/+10 |
2002-10-08 | configure.host [s390*-*]: Enable Java interpreter. | Ulrich Weigand | 3 | -0/+88 |
2002-10-08 | java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret raw data as _Jv_word val... | Ulrich Weigand | 4 | -29/+102 |
2002-10-08 | Tue Oct 8 16:50:10 CEST 2002 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 2 | -1/+5 |
2002-10-08 | * config/mips/mips.md (define_attr cpu): Add r4111. | Richard Sandiford | 2 | -1/+5 |
2002-10-08 | Fix bitmap bug. | Anthony Green | 2 | -1/+5 |
2002-10-08 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2002-10-08 | Fix string concatenation bug. | Anthony Green | 2 | -2/+17 |
2002-10-07 | c4x.c (c4x_print_operand): Enlarge buffer for REAL_VALUE_TO_DECIMAL output. | Michael Hayes | 2 | -1/+6 |
2002-10-07 | * configure.in: Add tic4x target. | Svein E. Seldal | 2 | -1/+5 |
2002-10-07 | Thread.java (setDaemon): Check startable_flag, not isAlive(). | Mark Wielaard | 2 | -1/+6 |
2002-10-07 | rs6000.c (rs6000_override_options): Set real_format_for_mode for IBM extended... | David Edelsohn | 4 | -19/+133 |
2002-10-07 | configopts.html, [...]: Add DOCTYPEs. | Jonathan Wakely | 25 | -25/+150 |
2002-10-07 | Permit doloop treatment for preconditioned loops. | Dale Johannesen | 5 | -1/+13 |
2002-10-07 | Buffer.java: New stub file. | Michael Koch | 5 | -4/+56 |
2002-10-07 | ByteBuffer.java: removed import of not commited class. | Michael Koch | 2 | -2/+5 |
2002-10-07 | ByteBuffer.java, [...]: New files, forgot to add these dummies. | Michael Koch | 5 | -1/+100 |
2002-10-07 | i960.c (i960_setup_incoming_varargs): Create a new rtx for comparing the argu... | Richard Henderson | 2 | -5/+19 |
2002-10-07 | * decl2.c, pt.c: Revert c++/7754 fix. | Richard Henderson | 3 | -43/+36 |
2002-10-07 | Fix entry formatting. | Richard Henderson | 1 | -1/+1 |
2002-10-07 | i960.md (*): Use TFmode, not XFmode. | Richard Henderson | 4 | -95/+85 |
2002-10-07 | fp-bit.c (EXTENDED_FLOAT_STUBS): Flush out all XF/TFmode entry points; use vo... | Richard Henderson | 2 | -32/+41 |
2002-10-07 | t-pdp11: Add MULTILIB support for msoft-float. | Naohiko Shimizu | 5 | -99/+185 |
2002-10-07 | AlreadyConnectedException.java, [...]: New file. | Michael Koch | 18 | -0/+987 |
2002-10-07 | re PR c/7411 (cistore.c:392: Internal compiler error in instantiate_virtual_r... | Eric Botcazou | 3 | -4/+29 |
2002-10-07 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2002-10-06 | * gcc.dg/20020411-1.c: Disable for 16-bit "int". | D.Venkatasubramanian | 2 | -0/+8 |
2002-10-06 | * config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint. | Richard Henderson | 2 | -1/+5 |
2002-10-06 | re PR rtl-optimization/2960 (Duplicate loop conditions even with -Os) | Richard Henderson | 2 | -1/+8 |
2002-10-06 | c++98-pedantic.C: Moved to g++.dg/cpp. | Andreas Jaeger | 4 | -0/+9 |
2002-10-06 | re PR target/7559 (kdelibs miscompilation) | Andreas Jaeger | 2 | -2/+34 |
2002-10-06 | cplus-dem.c (ada_demangle): Get rid of unneeded variable and of strict-aliasi... | Andreas Jaeger | 2 | -17/+21 |
2002-10-06 | mips.h (SIZE_TYPE, [...]): Override previously definitions. | Alexandre Oliva | 2 | -5/+9 |
2002-10-06 | cppinit.c (init_standard_includes, [...]): Use strncmp. | Frank Ch. Eigler | 3 | -5/+10 |
2002-10-06 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2002-10-05 | The Linux variant of GCC has no need of defining "i386", so it doesn't. | Bruce Korb | 1 | -1/+1 |
2002-10-05 | gcc.c (set_multilib_dir): Don't access *end. | Jakub Jelinek | 4 | -7/+42 |
2002-10-05 | add fixes for new hp/ux patch | Bruce Korb | 4 | -4/+18 |
2002-10-05 | * c-common.c (cb_register_builtins): Use really_no_inline. | Jan Hubicka | 2 | -1/+5 |
2002-10-05 | re PR c++/7804 (bad printing of fp constant in warning message) | Kriang Lerdsuwanakij | 4 | -7/+29 |
2002-10-05 | 2002-10-05 Michael Koch <konqueror@gmx.de> | Michael Koch | 7 | -3/+800 |
2002-10-05 | Daily bump. | GCC Administrator | 2 | -2/+2 |