gcc-patches archive
subject index for October, 2004

This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

"fix" gcc.dg/cleanup-{8,9,10,11}.c

-dynamiclib documentation, etc., for Darwin

-fcrossjumping doc error

.

.machine for Darwin, new cctools required

intrinsic rand with an optional argument

Re: [gfortran] Avoid induction variables in DO loops.

Re: [PATCH] intrinsic rand with an optional argument

[PATCH] intrinsic rand with an optional argument

Patch gcc-4.0 should not apply mathematical associative rules for addition or multiplication In the following code the repeated multiplication is folded into a single operation (multiplication by Infinity), when compiled for apple-ppc-darwin target. For different values of "x" this leads to undeserved or absent floating point exceptions, and breaks some of the elementary math functions in Libm. Occurs at optimization O1 and higher. /* test */ static const double C = 0x1.0p1023; double foo(double x) { return ( ( (x * C) * C ) * C ); } This is done in routine: simplify_rhs_and_lookup_avail_expr(...) which is preceded with this comment: /* If we have z = (x OP C1), see if we earlier had x = y OP C2. If OP is associative, create and fold (y OP C2) OP C1 which should result in (y OP C3), use that as the RHS for the assignment. Add minus to this, as we handle it specially below. */ But in: Section 5.1.2.3 Program execution of the Programming languages â C standard we read: 13 EXAMPLE 5 Rearrangement for floating-point expressions is often restricted because of limitations in precision as well as range. The implementation cannot generally apply the mathematical associative rules for addition or multiplication, nor the distributive rule, because of roundoff error, eveninthe absence of overflowand underflow. Likewise, implementations cannot generally replace decimal constants in order to rearrange expressions. Inthe following fragment, rearrangements suggested by mathematical rules for real numbers are often not valid (see F.8). double x, y, z; /*... */ x=(x*y)*z; //not equivalent to x*=y*z; Any comments from math. experts on this alias is appreciated. - Thanks, fariborz (fjahanian@apple.com) Here is the patch. It has been bootstrapped, dejagnu tested on apple-ppc-darwin. OK for fsf mainline? - thanks, fariborz (fjahanian@apple.com) ChangeLog: 2004-10-05 Fariborz Jahanian <fjahanian@apple.com> * tree-ssa-dom.c (associative_fp_binop): New function. (simplify_rhs_and_lookup_avail_expr): Disallow associativity and constant folding of floating point MULT_EXPR/PLUS_EXPR expressions. ï

[3.4 PATCH] Fix -fwritable-strings (PR middle-end/18129)

[3.4 PATCH] Fix 17829

[3.4 PATCH] Fix IRIX bootstrap failure in libstdc++

[3.4 PATCH] Fix miscompilation of Ada compiler on Alpha

[3.4 PATCH] PR opt/17581: Pseudo escaping from libcall block

[3.4 PATCH] PR opt/17853: -O2 ICE for MMX testcase

[3.4 PATCH] PR other/17361: C++ compiler options with .S

[3.4 testcase] PR 18084 fixed by PR 17581

[3.4-e500] add support for 8548 (1 of many)

[ADA] Ada shared library uses the wrong file ending on darwin

[Ada] Improve GC and tree marking

[ada] Set gnat library version to 4.0

[all] Update my e-mail address

[apple-ppc-branch] configuring libobjc when not configuring objc

Re: [arm] Add new cores.

[arm] Correct Arm EABI ELF version

[arm] Fix contraints on addsi3_cbranch_scratch

[arm] Fix thumb -fPIC

[arm] Give _init and _fini correct type

Re: [arm] Use .init_array for static constructors.

Re: [arm] Use EABI unwind library

[BC] Fix bad merge

[BC] Patch: FYI:

[BC] Patch: FYI: add another class state

[BC] Patch: FYI: avoid verifier failures

[BC] Patch: FYI: make type map in new verifer

[BC] Patch: FYI: make verifier build

[BC] Patch: FYI: make verifier debug code work

[BC] Patch: FYI: minor verifier cleanup

[BC] Patch: FYI: more verifier fixes

[BC] Patch: FYI: more verifier updates

[BC] Patch: FYI: remove some dead verifier code

[BC] Patch: FYI: two verifier fixes

[BC] Patch: FYI: warning avoidance

[BC] Patch: RFA: itable fix

Re: [Bug other/17991] [4.0 Regression] Two-process fixincludes broken:pz_mn_name_pat undefined

Re: [Bug target/16300] Bug in vendor /usr/include/net/if.h needs fixincluding

Re: [Bug tree-optimization/15524] [4.0 Regression] jump threadingon trees is slow with switch statements with large # of cases

[C++ PATCH]

[C++ PATCH] [PR10479] Fold expressions in attributes

[C++ PATCH] [PR17743] attributes in typedefs are ignored

[C++ PATCH] Allow some function pointer conversions

[C++ PATCH] Avoid some token copying

[C++ PATCH] Compare binfo types directly

[C++ PATCH] Fix friend class name lookup part 1/n

Re: [C++ PATCH] Fix friend class name lookup part 2/n (PR14513, 15410)

[C++ PATCH] Fix friend class name lookup part 2/n (PR14513, 15410)

[C++ PATCH] Fix PR 16301, ICE with strong used

[C++ PATCH] function<->object pointer casts

[C++ PATCH] improve loopkup_base

[C++ PATCH] PING: Rewrite convert_nontype_argument

Re: [C++ PATCH] Precedence-based parsing

[C++ PATCH] vtable modification

[C++ PATCH]: Avoid mem clearing, fix 18095

[C++ PATCH]: Fix 17829

[C++ PATCH]: Fix exception shadow checking

[C++ PATCH]: Optimize binfo walking

[C++] My unreviewed patch

[C++] PATCH c++/17542

[C++] PATCH c++/17542 (version 2)

[c++] RFC: partial C99 designated-initializers support

[cft] emit_group_load/store fallout

[cft] fix debug/15860

[Committed wwwdocs] Update latest branch status e-mail.

[committed, treelang] Wrap param variable inside enable checking

[committed,testcase] PR tree-opt/17529

[committed] [wwwdocs] MIPS changes in 4.0

[Committed] Add missing prototype to testsuite/gcc.dg/bf-ms-attrib.c

[committed] Fix --enable-intermodule

[committed] Fix 3.4 branch bootstrap

[Committed] Fix a simple diagnostic problem in C++ parser

[COMMITTED] Fix bootstrap with new bisons

[committed] fix calling convention output

[committed] Fix gcc.dg/tree-ssa/loop-1.c failure on s390

[committed] Fix MIPS umulsidi3_32bit_r4000 asm output

[committed] Fix mips-sgi-irix6.5 --without-gnu-ld bootstrap

[committed] Fix mips64-linux-gnu bootstrap

[committed] Fix PR target/17770: missing nop after lwl

[Committed] Fix simple spelling mistake in common.opt

[committed] Fix two testcases on ppc-darwin

Fwd: [COMMITTED] Fix: new FAILs on HEAD

[committed] fixincludes: less va_list rewriting

[committed] frv adddi3 fixes

[committed] gfortran testsuite fix

[committed] Merge libtool support for s390x-ibm-tpf

[Committed] PR 17853: New VECTOR_STORE_FLAG_VALUE target macro

[Committed] PR middle-end/17894: X/-10 < 1 incorrectly optimized

[Committed] PR/18047

[committed] PR15747: Document /bin/sh hang on mips-sgi-irix5

[committed] Re: Build failure with --disable-checking

[committed] Re: new FAILs on HEAD

[committed] Remove unused variable from mips.c

[committed] speed up GC for fortran

[Committed] testcase for PR16567

[Committed] Use special-purpose hash table to speed up walk_tree

[contrib] patch ping

[csl-arm-branch] Correct detection of binutils features in unified tree

Re: [csl-arm-branch] Correct detection of binutils features in unifiedtree

[csl-arm] Typo in arm.h

[DOC PATCH]: update solaris documentation w/kernel bugfix for testsuite

[docs] Clarify that reverting patches is hunky-dory

[docs] install.texi lists unsupported languages

[Fwd: [gfortran] Fix PRs 17535, 17583, 17713]

[gengtype]: Allow #define in a struct

[gfortran, committed] Fix formatting issues in module.c

[gfortran, committed] Fix PR17676 : segfault with user defined operators

[gfortran, committed] minor updates to trans-decl.c

[gfortran, committing] Fix formatting issues in arith.c

[gfortran] Avoid induction variables in DO loops.

[gfortran] Change libgfortran from scalbn to ldexp

[gfortran] Fix broken test.

[gfortran] Fix line number debug info

Re: [gfortran] Fix PR 17283: PACK intrinsic not working

[gfortran] Fix PR 17568: Shortcomings in ISHFT constant folder

Re: [gfortran] Fix PR 17612: Correctly detect length of character-valued expressions

[gfortran] Fix PR 17776: Add SYSTEM intrinsics

[gfortran] Fix PR 18023

[gfortran] Fix PR 18111: set DECL_ARTIFICAL on function result parameters

Re: [gfortran] Fix PR 18111: set DECL_ARTIFICAL on function resultparameters

Re: [gfortran] Fix PR15326

Re: [gfortran] Fix PR15976: Report wrong array spec

Re: [gfortran] Fix PR17631: intrinsic MVBITS missing

[gfortran] Fix PR17678

Re: [gfortran] Fix PR17708: Fix jumps to END DO label

[gfortran] Fix PR17709 (Null IO list)

[gfortran] Let f951 generate type infos for SELECTED_*_KIND

[gfortran] Memory leak with internal files.

Re: [gfortran] Minor cleanup: add gfc_conv_cstring_const

[gfortran] Off by one in VERIFY intrinsic.

Re: [gfortran] patch for pr 17286

Re: [gfortran] Patch for PR 17590: Tagging intrinsics with standard version

[gfortran] PATCH: Allow wide boz constants

[gfortran] use numerically safe algorithm for folding CABS

[gfotran, committed] Fix segfault in PR 17535 (not the bug itself)

[gomp RFA] Keep an explicit stack of break/continue labels

[gomp RFA] Remove c-semantics.c from C++ front-end

[gomp] Add libgomp to toplevel

[gomp] parse OpenMP directives

[libjava] tweak to alpha thread code

[libmudflap] more wrappers, fixes

[libmudflap] more wrappers, warnings cleanup

[libobjc][committed] Fix SJLJ and libobjc, and PR 16448

Re: [lno] [patch] bring over vectorizer changes from mainline

Re: [lno] Fix bootstrap on ia64

[lno][patch]Enable versioning for alignment with unknown loop bounds

Re: [m68k] register renaming not properly tracking used registers

[Makefile] RFR: Patch for PR bootstrap/17817

[mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

Re: [mips java patch] add -mxgot for libjava convenience librarieson mips/mipsel-linux

[mudflap] more complex expression fixes

[mudflap] timing of mudflap_finish vs. unaccessed global decls

[Patch (Newb)]:libstdc++v3/tr1/array: Fix cast in array::end const so that it matches the return type of const_interator.

Re: [Patch (Newb)]:libstdc++v3/tr1/array: Fix cast in array::endconst so that it matches the return type of const_interator.

Re: [PATCH - h8300] function_vector attribute in H8300 targets

[PATCH, ARM] Avoid aborts in arm_print_operand

[PATCH, committed] Re: bootstrap failure on Linux /AMD64

[PATCH, committed] rs6000 attribute fix

[PATCH, committed] rs6000.md FP min/max trapping math

[PATCH, committed] xcoffout debug fix

[PATCH, FFI, ARM] Rework FFI call code for ARM

[PATCH, FFI] Support test environments needing testglue

[patch, fortran] Fix spurious FAILs for operator ** testcase

[patch, gfortran] PRs 13490 and 17912, integer ranges

[PATCH, gomp] Adding projects/gomp to documentation

[patch, rfc] add case-values-threshold as a param

[PATCH, to be committed] Enable mfcrf on PPC Linux

[PATCH/RFA] Avoid warnings in compiling config/sh/sh.c

[PATCH/RFA] Avoid warnings in compiling final.c

[PATCH/RFA] libffi: A SH fixup and a new testcase

[PATCH/RFA] PR target/18032: SH: wrong code for EH

[PATCH/RFA] SH custom java-signal.h

[PATCH/RFA] SH: builtin-prefetch test failures

[PATCH/RFA] SH: Fix an ICE in compiling libc with tls

[PATCH/RFA] SH: Fix gcc.dg/tls failures

[PATCH/RFA] SH: Fix typo

Re: [PATCH/RFC] Enable java on sh64-linux (Take 2)

[PATCH] Add m32r target to libjava

[PATCH] - local factoring on RTL

[PATCH] Add a little more checking in gimple_push_condition

Re: [PATCH] Add ABI baseline for s390x-*-linux*

[PATCH] add m32r-linux to boehm-gc

[PATCH] Add testcase for rotate optimization on IA-32/x86-64

[PATCH] Additional features for -fms-extensions

[PATCH] arc backend patch

[PATCH] arc backend patches. Mainline.

[patch] Avoid host assembler in canadian cross.

[PATCH] avoid xmm register in SSE float->int conversions

[Patch] bitmap_allocator.

[PATCH] boehm gc support for CRIS

[patch] Broken __cxa_exit configure check

[PATCH] C++ implications of PR 18160

[patch] c-common.c: Fix a comment typo.

[patch] c-semantics.c: Remove re_push_stmt_list.

[patch] call.c, typeck.c: Fix comment typos.

[patch] cfg-loop.[ch]: Remove flow_loops_update.

[patch] cfg.c, cfgrtl.c: Speed up edge insertion

Re: [patch] cfgloopmanip.c: Don't use FALLTHRU_EDGE and BRANCH_EDGE on trees.

[patch] cfgloopmanip.c: Don't use FALLTHRU_EDGE and BRANCH_EDGE ontrees.

[patch] cfgloopmanip.c: Remove split_loop_bb.

[patch] Clean up scattered uses of PENDING_STMT.

[PATCH] Cleanup $symbolic_link vs. $LN_S

[patch] config/*: Update copyright.

Re: [patch] Consider "important" candidates in ivopts

[patch] cp/*.c: Update copyright.

[patch] decl.c: Fix a comment typo.

[patch] Decrease memory consumption of # of iterations analysis

[PATCH] Disable speculative prefetching for -fprofile-generate/use

[PATCH] Disable TARGET_POWER on Darwin and PPC SVR4.

[PATCH] Don't use fprs when soft-float is present

[PATCH] edge profiler considering liveness

[patch] emit-rtl.c: Remove unused/useless functions.

Re: [patch] Enable Auto-vectorization for MIPS64

Fw: [PATCH] Enable target-libgloss for CRX

[patch] except.c: Remove duplicate_eh_regions and its children.

[patch] expr.c (expand_expr): Update a comment. (needs reviewing!)

[patch] expr.c: Clean up store_expr.

[patch] expr.c: Don't request a value to expand_assignment.

[patch] expr.c: Fix PR middle-end/18008.

[patch] expr.c: Remove a boring variable in store_expr.

[patch] expr.c: Remove an obsolete comment.

[patch] expr.c: Remove some dead code from store_expr.

[patch] expr.c: Remove two arguments from store_field.

[patch] expr.c: Return const0_rtx when expanding MODIFY_EXPR.

Re: [patch] extend.texi MIPS PS/3D Support

[PATCH] Finish fixing PR16286

[PATCH] Fix --enable-intermodule with fortran

[PATCH] Fix a large number of testsuite failures on darwin

[PATCH] Fix boehm-gc crash on s390x

[PATCH] Fix bogus address costs in ivopts

[PATCH] Fix bootstrap failure on ppc-darwin

[PATCH] Fix C++ friend usage in libjava

[PATCH] Fix c++/17661, ICE in create_tmp_var

[PATCH] Fix c/16999, #ident is outputted wrong from preprocessor

Re: [PATCH] Fix c/16999, #ident is outputted wrong frompreprocessor

[PATCH] Fix c54a13b

[PATCH] Fix configure breakage when cross compiling

[PATCH] Fix const-str-[34].m on darwin

[PATCH] Fix cross-jumping codesize regression at -Os

[Patch] Fix debug/17406

[PATCH] Fix debug/17787, infinite loop with -feliminate-unused-debug-symbols

[PATCH] Fix environ.c on darwin

[PATCH] Fix FileChannelImpl::available failure on s390x

[patch] Fix for PR17520

[PATCH] Fix gcc.dg/tree-ssa/loop-1.c on darwin

[PATCH] Fix ICE in i386.md addqi_1_slp

[PATCH] Fix incompatible quote handling

[PATCH] Fix intrinsic_pack.f90, tree-nested not marking some decls as addressable

Re: [PATCH] Fix intrinsic_pack.f90, tree-nested not marking somedecls as addressable

[PATCH] Fix JNI failures on s390x

[PATCH] Fix memory leak in DOM

[PATCH] Fix memory leak in predict.c

[PATCH] Fix memory leak in the C/C++ front-ends

[PATCH] Fix off by one in group_case_labels

[PATCH] Fix PACKAGE_* redefined warnings in libjava.

[PATCH] Fix ppc64 undefined .LCTOC0 failures (PR target/17751)

[PATCH] Fix PR / 17317

[PATCH] Fix PR 177757, ICE in fold

[PATCH] Fix PR 17925, gotos locations do get locations on RTL

[PATCH] Fix PR 17929, ICE in finish_anon_union, error recovery

[PATCH] Fix PR 18231, not inlining sibling nested functions

[PATCH] Fix PR bootstrap/18058, building with Sun's CC

[PATCH] Fix PR c++/13560 wrong file reported for file

[PATCH] Fix PR c++/17368, asm expressions have cleanup

[PATCH] Fix PR c++/17729 double deprecated warning

[PATCH] Fix PR C++/17797, ICE in build_reinterpret_cast

[patch] Fix PR c++/17868

[PATCH] Fix PR c++/17907, missing CLEANUP_POINT_EXPR

[PATCH] Fix PR c++/18121 and middle-end/17407

[PATCH] Fix PR c/17407, ice in int_mode_for_mode

[PATCH] Fix PR c/17538, wrong file names in debug for IMA

[PATCH] Fix PR java/17265

[PATCH] Fix PR middle-end/16266 slowness in find_temp_slot_from_address

[PATCH] Fix PR middle-end/17703 and the C++ part of 17657

[PATCH] Fix PR middle-end/17746

[PATCH] Fix PR middle-end/17793

[PATCH] Fix PR middle-end/17813

[PATCH] Fix PR middle-end/17835

[PATCH] fix PR middle-end/17885, gimplifing of volatile &a->b

[PATCH] Fix PR middle-end/17967, remove_useless_stmts is slow

[patch] Fix PR middle-end/18005.

[patch] Fix PR middle-end/18029 and PR middle-end/18030 (4.1material)

[PATCH] Fix PR middle-end/18045

[PATCH] Fix PR objc/18255, sub protocals are not being initialized

Re: [PATCH] Fix PR other/16820 (struct-layout-1 failures on non-I

re: [PATCH] Fix PR other/16820 (struct-layout-1 failures)

[PATCH] Fix PR rtl-optimization/17027

Re: [PATCH] Fix PR target/16304: AIX 4.x forward reference proble

[PATCH] Fix PR target/16304: AIX 4.x forward reference problem

[PATCH] Fix PR tree-opt/16808, Vops are not being renamed

[PATCH] Fix PR tree-opt/17343, cases do not combine with default

Re: [PATCH] Fix PR tree-opt/17343, cases do not combine withdefault

[PATCH] Fix PR tree-opt/17529, ICE due to *&a not being folded to a[0]

Re: [PATCH] Fix PR tree-opt/17529, ICE due to *&a not being foldedto a[0]

[PATCH] Fix PR tree-opt/17902, ICE caused by PHI-OPT

[PATCH] Fix PR tree-optimization/17724

[PATCH] Fix PR tree-optimization/17724 (take 2)

[PATCH] Fix PR tree-optimization/18184 (pointer mode conversions ignored)

[PATCH] Fix PR/17901 -J causes -std=f95

[PATCH] Fix PRs c/17178 and c/17820

[PATCH] Fix PRs middle-end/15014 and middle-end/16973, removing labels with their address taken

Re: [PATCH] Fix PRs middle-end/15014 and middle-end/16973, removinglabels with their address taken

Re: [PATCH] Fix PRs middle-end/15014 and middle-end/16973,removing labels with their address taken

[PATCH] Fix regression for missed combine opportunity

[PATCH] Fix segfault in rtl_for_decl_location

[PATCH] Fix some of the mt_allocator testcases on darwin

[PATCH] Fix srcdir=. bug in build modules

[PATCH] Fix target/15286 (reload of paradoxical subregs)

[patch] fold-const.c: Fix tree-optimization/16632.

[patch] for 17749

Re: [patch] for PR 17133

[patch] for PR 17560

[patch] for PR 17766

[patch] for PR 17791

[patch] For PR 17806

[patch] for PR 17906

[patch] for PR 18040

[patch] for PR17133 and PR17790 (revised)

[patch] for PR17723

[patch] gcc/*: Fix comment formatting.

[patch] gcc/*: Update copyright.

[patch] ginclude/stddef.h: Fix a comment typo.

[patch] hooks.[ch]: Remove unused functions.

Re: [PATCH] i386-k*bsd-gnu fix (w/ChangeLog)

[patch] i386.c: Fix PR rtl-optimization/17931

[patch] ia64.c: Fix a comment typo.

[PATCH] ICE on m32r-linux-gcc-4.0.0

[patch] integrate.[ch]: Remove try_constants and its children.

Re: [PATCH] intrinsic rand with an optional argument

[patch] java-tree.h: Fix a comment typo.

[patch] java/*.[ch]: Update copyright.

[Patch] Java: Prepare for %q, %< and %> in diagnostic messages

[Patch] Java: Use New Quoting Style in Diagnostics (1/n)

[Patch] Java: Use New Quoting Style in Diagnostics (2/n)

[patch] lex.c: Fix a comment typo.

[PATCH] libcpp warning patrol

[PATCH] libffi on XScale (BE)

[PATCH] libffi support for CRIS

Re: [PATCH] Libtool support for TPF

[patch] loop-unroll.c: Fix comment typos.

[PATCH] m32r libffi port

Re: [patch] MAINTAINERS: Add a new group Language Front Ends Maintaine

Re: [patch] MAINTAINERS: Add a new group Language Front Ends Maintainers.

Re: [patch] MAINTAINERS: Add a new group Language Front Ends Maintainers.(take 2)

[patch] MAINTAINERS: Add a new group Language Front EndsMaintainers.

[patch] MAINTAINERS: Add a new group Language Front EndsMaintainers. (take 2)

[patch] MAINTAINERS: Move the "windows, cygwin, mingw" maintainerto "OS Port Maintainers".

[patch] MAINTAINERS: Remove duplicates.

[patch] MAINTAINERS: Remove from Write After Approval those thatare already maintainers.

[patch] Make EXECUTE_IF_*_IN_REG_SET iterator style.

[PATCH] Make the C front-end produce &a[0]

[patch] Makefile.in (OBJS-common): Remove duplicates.

[patch] Merge data dependence bits for interchanging swim loops

[PATCH] movcc for s390

[patch] Move checking out of loop in ivopts

[patch] Move find_unreachable_blocks() to cfgcleanup.c.

RE: [Patch] new (almost rewritten) version of the ARM assembly ieee754 lib

[Patch] new (almost rewritten) version of the ARM assembly ieee754lib

Re: [Patch] new (almost rewritten) version of the ARM assemblyieee754 lib

[patch] new MMX testcase

[patch] objc-act.c: Fix comment typos.

Re: [PATCH] Optimize stdarg functions with void * or char * va_list

[patch] pa.md fix typos in prefetch_64 and prefetch_32 patterns

[patch] Partial fix for PR 18048

[patch] pointer-set.c, tree-vectorizer.c: Fix comment typos.

[patch] PR 13070 Asymmetric Integers

Re: [patch] PR 13070 Asymmetric Integers (wrong PR, should be 13490)

[PATCH] PR 14940 - fix for linux/ppc

[PATCH] PR 17115: Do not warn for noinline functions

[PATCH] PR 17896: clearer warning for &/&& glitches

[PATCH] PR 17946: warning message for suspect "a && MASK"

[patch] PR 18009: vectorizer ICE fix

[PATCH] PR 18096: Diagnose stack frame overflow in rs6000.c

[PATCH] PR c++/17554, ice in create_tmp_var, cleanup_expr

[PATCH] PR libstdc++/17850: Newlib doesn't provide strtold

[PATCH] PR mid-end/17657: Truncate case ranges to index's type

[PATCH] PR middle-end/14521: Inconsistent warning quoting

[PATCH] PR other/17361: C++ options when preprocessing .S

Re: [PATCH] PR/17635

Re: [PATCH] PR/17836 (was Re: [RFA/RFT] Tree-level lowering of generic vectors, part 4)

[PATCH] PR/17836 (was Re: [RFA/RFT] Tree-level lowering of genericvectors, part 4)

[PATCH] PR/17860: wrong code generated by loop optimizer up to 3.4

Re: [PATCH] PR/17860: wrong code generated by loop optimizer up to3.4

Re: [PATCH] PR17913:[4.0 Regression] ICE jumping into statement expression

[PATCH] PR17913:[4.0 Regression] ICE jumping into statement expression

Re: [PATCH] PR17913:[4.0 Regression] ICE jumping into statementexpression

[patch] PR18151: Don't configure fixincludes for avr target

[patch] PR18172: fix for a regression in vectorizer testsuite

[PATCH] Precompiled header alignment fix

[PATCH] profiledbootstrap

[patch] pt.c, search.c: Fix comment typos.

[patch] pt.c: Fix a comment typo.

[patch] Reduce number of # iterations queries

[PATCH] reference ProPolice

[patch] reload1.c: Remove ior_hard_reg_set.

[patch] Remove COLLECT_PARSE_FLAG.

[patch] Remove DBX_OUTPUT_FUNCTION_END.

[patch] Remove DWARF2_GENERATE_TEXT_SECTION_LABEL.

[PATCH] Remove redundant dump of reg life info

[patch] Remove SDB_GENERATE_FAKE.

[patch] Remove the last argument of expand_assignment.

[patch] Remove traces of RTL-level VRP.

Re: [patch] RFA add dwarf calling convention support

[patch] rfa fix alignment of fp register saves

[patch] rfa: fix problem with reassociating pointer additions