Bug 693986

Summary: GCC internal error
Product: [Fedora] Fedora Reporter: Grahame Bowland <grahame>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 15CC: jakub
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-12 07:05:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
source code emitted by gcc for the bug report none

Description Grahame Bowland 2011-04-06 07:50:10 UTC
Created attachment 490175 [details]
source code emitted by gcc for the bug report

Description of problem:


Version-Release number of selected component (if applicable):
gcc-4.6.0-2.fc15.x86_64

How reproducible:
Compile attached source file

Steps to Reproduce:
1. gcc -o bug bug.c
  
Actual results:
bug.c: In function ‘sse42test’:
bug.c:8:23: warning: dereferencing ‘void *’ pointer [enabled by default]
bug.c:8:23: internal compiler error: in gimplify_expr, at gimplify.c:7472

Expected results:
Compiler error (source code is incorrect), but no internal error.

Additional info:

Comment 1 Jakub Jelinek 2011-04-12 07:05:50 UTC
As this isn't a regression, just ice-on-invalid and a warning is emitted right before it anyway, this will be fixed just in gcc 4.7+.