aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-04-09configure.in: Replace old AC_PROG_CC hack with new one.Nathanael Nerode4-1744/+4672
2004-04-09configure.in: Improve comments on gthread_cflags.Nathanael Nerode3-16/+18
2004-04-09configure.in: Move PACKAGE and VERSION settings up top.Nathanael Nerode3-197/+83
2004-04-09configure.in: Clean up handling of --enable-version-specific-runtime-libs and...Nathanael Nerode5-478/+425
2004-04-091.cc: Remove junk.Paolo Carlini18-118/+43
2004-04-09configure.in: Update to autoconf 2.59; clean up slightly.Nathanael Nerode6-1558/+4633
2004-04-09re PR bootstrap/14871 (Non-unified-tree ordinary cross-compiler builds defaul...Nathanael Nerode5-176/+242
2004-04-09VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().Ranjit Mathew4-8/+43
2004-04-09function.c (gen_mem_addressof): When changing the RTX from a REG to a MEM...Roger Sayle2-2/+6
2004-04-09re PR target/14888 (ICE with -O2 -ffast-math in final_scan_insn())Roger Sayle4-3/+66
2004-04-09* gcc.c (default_compilers): Add missing initializers.Ian Lance Taylor2-1/+3
2004-04-09host-darwin.c (darwin_rs6000_gt_pch_use_address): Return 1 if file was succes...Ian Lance Taylor2-2/+7
2004-04-09Daily bump.GCC Administrator2-2/+2
2004-04-08re PR pch/13419 (Clarification of invoke.texi requested)Geoffrey Keating18-21/+160
2004-04-08* explow.c: Fix typo defining default of PROMOTE_FUNCTION_MODE.Geoffrey Keating2-1/+5
2004-04-08invoke.texi (Precompiled Headers): Warn about known problems.Mark Mitchell2-0/+12
2004-04-08re PR c++/14808 ([win32] Undefined results with virtual base classes)Danny Smith6-8/+44
2004-04-08arm.h (CLASS_LIKELY_SPILLED_P): Define.Paul Brook4-0/+30
2004-04-08explow.c (promote_mode): Use PROMOTE_FUNCTION_MODE instead of PROMOTE_FOR_CAL...Paul Brook11-52/+98
2004-04-08re PR ada/14538 (*-rtems broken for gnat)Joel Sherrill5-204/+60
2004-04-08re PR ada/14665 (gnatmake invokes wrong cross tools)Joel Sherrill2-5/+36
2004-04-08re PR target/10129 ([3.4 only] Ada bootstrap fails on PPC-Darwin - invalid as...Andrew Pinski1-0/+1
2004-04-08darwin.c (darwin_encode_section_info): When the decl has a DECL_INITIAL, it i...Andrew Pinski2-1/+6
2004-04-08builtins.c (fold_builtin_isascii, [...]): New.Kaveh R. Ghazi4-0/+136
2004-04-08decl2.c (mark_used): Don't segfault if cfun != NULL but current_function_decl...Jakub Jelinek2-0/+6
2004-04-08[multiple changes]Arnaud Charlet16-174/+434
2004-04-07ia64.c (ia64_encode_section_info): Don't prod global register variables.H.J. Lu2-0/+8
2004-04-08Daily bump.GCC Administrator2-2/+2
2004-04-07time_members.cc (__timepunct<char>::_M_initialize_timepunct, [...]): the corr...Paolo Carlini42-328/+287
2004-04-07* gcc.dg/pch/pch.exp: Add largefile test.Ian Lance Taylor2-0/+19
2004-04-07inclhack.def (rpc_xdr_lvalue_cast_a, [...]): New fixes.Joseph Myers4-5/+131
2004-04-07rs6000.c (processor_target_table): Add MASK_MFCRF to power4 and power5 entries.David Edelsohn2-2/+7
2004-04-07Index: ChangeLogGeoffrey Keating5-1/+17
2004-04-07gcc.c (main): Move 'break' in main loops (on an error) to wait until error pr...Caroline Tice2-8/+9
2004-04-07gcc_release (build_sources): Do not use "-r" and "-D" at the same time with "...Mark Mitchell2-2/+9
2004-04-072004-04-07 Paolo Carlini <pcarlini@suse.de>Paolo Carlini3-8/+19
2004-04-07Fixups for EDG front end.Benjamin Kosnik18-104/+153
2004-04-07re PR bootstrap/14760 (A bug in configure{,.in} prevents using both --program...Nathanael Nerode3-30/+39
2004-04-07config.gcc: Stop changing enable_threads midstream.Nathanael Nerode4-67/+50
2004-04-07struct-by-value-5a_main.c, [...]: New files.Kaveh R. Ghazi19-81/+287
2004-04-07Daily bump.GCC Administrator2-2/+2
2004-04-06i386-sse-8.c: Don't use -march=pentium3 on x86_64.Jakub Jelinek4-3/+11
2004-04-06builtins.c: Implement support for sincos function.Uros Bizjak9-21/+588
2004-04-06re PR target/14467 (Compiling on Mac OS X 10.1.5 broken)Devang Patel2-1/+6
2004-04-06gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0.H.J. Lu2-4/+10
2004-04-06configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.David Edelsohn3-4/+10
2004-04-06* doc/install.texi: Update HP-UX 11 installation procedure.John David Anglin2-62/+105
2004-04-06* README.gcc: Remove obsolete contraint on testcases.Paul Brook2-4/+4
2004-04-06* doc/sourcebuild.texi: Remove obsolete contraint on testcases.Paul Brook2-5/+5
2004-04-06[multiple changes]Arnaud Charlet10-32/+118