Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(386)

Issue 6569045: [google 4.7] not group modules with -frtti and -fno-rtti

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by xur
Modified:
11 years, 7 months ago
Reviewers:
davidxl
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_7/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M gcc/coverage.c View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2
xur
Hi, This patch is for google branches only. It prohibits the grouping of modules with ...
11 years, 7 months ago (2012-09-24 21:41:39 UTC) #1
davidxl
11 years, 7 months ago (2012-09-24 21:48:14 UTC) #2
Ok.

David

On Mon, Sep 24, 2012 at 2:41 PM, Rong Xu <xur@google.com> wrote:
> Hi,
>
> This patch is for google branches only.
> It prohibits the grouping of modules with diffent flag_rtti value.
> otherwise it may cause profile mismatch, undefined symbols and some other
> internal errors.
>
> Tested with google internal benchmarks.
>
> Thanks,
>
> -Rong
>
>
> 2012-09-24  Rong Xu  <xur@google.com>
>
>         * gcc/coverage.c (force_matching_cg_opts): add new entries.
>         Google Ref: b/7210837 and b/7210303.
>
> Index: gcc/coverage.c
> ===================================================================
> --- gcc/coverage.c      (revision 191679)
> +++ gcc/coverage.c      (working copy)
> @@ -274,6 +274,7 @@
>    {
>      { "-fexceptions", "-fno-exceptions", true },
>      { "-fsized-delete", "-fno-sized-delete", false },
> +    { "-frtti", "-fno-rtti", true },
>      { NULL, NULL, false }
>    };
>
>
> --
> This patch is available for review at http://codereview.appspot.com/6569045
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b