public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/53293] New: Internal Compiler Error
@ 2012-05-09  9:46 vikram2rhyme at gmail dot com
  2012-05-09  9:48 ` [Bug c/53293] " vikram2rhyme at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: vikram2rhyme at gmail dot com @ 2012-05-09  9:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53293

             Bug #: 53293
           Summary: Internal Compiler Error
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vikram2rhyme@gmail.com


-O2 : Internal Compiler Error (Segmentation fault) : gcc compiler fails on
--param min-crossjump-insns=0
Command:  gcc biariencode.i -c -O2 --param min-crossjump-insns=0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/53293] Internal Compiler Error
  2012-05-09  9:46 [Bug c/53293] New: Internal Compiler Error vikram2rhyme at gmail dot com
@ 2012-05-09  9:48 ` vikram2rhyme at gmail dot com
  2012-05-09  9:58 ` vikram2rhyme at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: vikram2rhyme at gmail dot com @ 2012-05-09  9:48 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53293

--- Comment #1 from vikram <vikram2rhyme at gmail dot com> 2012-05-09 09:46:11 UTC ---
Created attachment 27353
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27353
Preprocessed file


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/53293] Internal Compiler Error
  2012-05-09  9:46 [Bug c/53293] New: Internal Compiler Error vikram2rhyme at gmail dot com
  2012-05-09  9:48 ` [Bug c/53293] " vikram2rhyme at gmail dot com
@ 2012-05-09  9:58 ` vikram2rhyme at gmail dot com
  2012-05-09 12:11 ` glisse at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: vikram2rhyme at gmail dot com @ 2012-05-09  9:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53293

--- Comment #2 from vikram <vikram2rhyme at gmail dot com> 2012-05-09 09:48:00 UTC ---
ICE:SEGFAULT


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/53293] Internal Compiler Error
  2012-05-09  9:46 [Bug c/53293] New: Internal Compiler Error vikram2rhyme at gmail dot com
  2012-05-09  9:48 ` [Bug c/53293] " vikram2rhyme at gmail dot com
  2012-05-09  9:58 ` vikram2rhyme at gmail dot com
@ 2012-05-09 12:11 ` glisse at gcc dot gnu.org
  2014-05-08 18:49 ` [Bug middle-end/53293] " mpolacek at gcc dot gnu.org
  2014-12-11 14:25 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: glisse at gcc dot gnu.org @ 2012-05-09 12:11 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53293

--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> 2012-05-09 12:06:37 UTC ---
typedef struct {
  unsigned Ebits_to_go ;
  int C 
} * EncodingEnvironmentPtr ;
arienco_done_encoding ( EncodingEnvironmentPtr eep ) { 
  if ( ( eep -> Ebits_to_go ) ) { 
    while ( eep -> C ) { 
      while ( 7 ) { 
      } 
    } 
  } 
}


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/53293] Internal Compiler Error
  2012-05-09  9:46 [Bug c/53293] New: Internal Compiler Error vikram2rhyme at gmail dot com
                   ` (2 preceding siblings ...)
  2012-05-09 12:11 ` glisse at gcc dot gnu.org
@ 2014-05-08 18:49 ` mpolacek at gcc dot gnu.org
  2014-12-11 14:25 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-05-08 18:49 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53293

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org
          Component|c                           |middle-end

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed in 4.8+ (cc1: error: minimum value of parameter ‘min-crossjump-insns’ is
1).
>From gcc-bugs-return-451033-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu May 08 18:52:32 2014
Return-Path: <gcc-bugs-return-451033-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 29088 invoked by alias); 8 May 2014 18:52:32 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 29045 invoked by uid 48); 8 May 2014 18:52:28 -0000
From: "pinskia at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug debug/61116] redundant DWARF with VLAs inside structs
Date: Thu, 08 May 2014 18:52:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: debug
X-Bugzilla-Version: unknown
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: pinskia at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: short_desc
Message-ID: <bug-61116-4-dNMcBZg3BP@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61116-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61116-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-05/txt/msg00725.txt.bz2
Content-length: 546

http://gcc.gnu.org/bugzilla/show_bug.cgi?ida116

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|redundant DWARF with VLAs   |redundant DWARF with VLAs
                   |                            |inside structs

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think the main reason is that Vla types are not merged. Think of code like:
Int a[n];
N++
Int b[b];


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/53293] Internal Compiler Error
  2012-05-09  9:46 [Bug c/53293] New: Internal Compiler Error vikram2rhyme at gmail dot com
                   ` (3 preceding siblings ...)
  2014-05-08 18:49 ` [Bug middle-end/53293] " mpolacek at gcc dot gnu.org
@ 2014-12-11 14:25 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-12-11 14:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53293

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
So fixed.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-11 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-09  9:46 [Bug c/53293] New: Internal Compiler Error vikram2rhyme at gmail dot com
2012-05-09  9:48 ` [Bug c/53293] " vikram2rhyme at gmail dot com
2012-05-09  9:58 ` vikram2rhyme at gmail dot com
2012-05-09 12:11 ` glisse at gcc dot gnu.org
2014-05-08 18:49 ` [Bug middle-end/53293] " mpolacek at gcc dot gnu.org
2014-12-11 14:25 ` mpolacek at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).