From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32567 invoked by alias); 1 Feb 2007 13:57:47 -0000 Received: (qmail 32464 invoked by uid 48); 1 Feb 2007 13:57:33 -0000 Date: Thu, 01 Feb 2007 13:57:00 -0000 Subject: [Bug tree-optimization/30666] New: warning: canonical types differ for identical types double __complex__ and double __complex__ X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-02/txt/msg00055.txt.bz2 Attached testcase (delta didn't reduce it any further) produces several warnings, when compiled with -O2: gcc -O2 -S render_1.ii render_1.ii: In function âint pov::create_ray(pov::RAY*, double, double, int)â: render_1.ii:6494: warning: canonical types differ for identical types double __complex__ and double __complex__ unit size align 64 symtab 0 alias set 2 canonical type 0xb7ce06e8 precision 64 pointer_to_this reference_to_this > DC size constant invariant 128> unit size constant invariant 16> align 64 symtab 0 alias set -1 canonical type 0xb77a2b60> unit size align 64 symtab 0 alias set 2 canonical type 0xb7ce06e8 precision 64 pointer_to_this reference_to_this > DC size constant invariant 128> unit size constant invariant 16> align 64 symtab 0 alias set -1 canonical type 0xb7ce0d68> render_1.ii:6494: warning: canonical types differ for identical types double __complex__ and double __complex__ unit size align 64 symtab 0 alias set 2 canonical type 0xb7ce06e8 precision 64 pointer_to_this reference_to_this > DC size constant invariant 128> unit size constant invariant 16> align 64 symtab 0 alias set -1 canonical type 0xb77a2b60> unit size align 64 symtab 0 alias set 2 canonical type 0xb7ce06e8 precision 64 pointer_to_this reference_to_this > DC size constant invariant 128> unit size constant invariant 16> align 64 symtab 0 alias set -1 canonical type 0xb7ce0d68> -- Summary: warning: canonical types differ for identical types double __complex__ and double __complex__ Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ubizjak at gmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30666