public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/60226] ICE initializing array of elements with too large alignment
       [not found] <bug-60226-4@http.gcc.gnu.org/bugzilla/>
@ 2014-02-16 20:50 ` glisse at gcc dot gnu.org
  2014-02-22  1:33 ` glisse at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: glisse at gcc dot gnu.org @ 2014-02-16 20:50 UTC (permalink / raw)
  To: gcc-bugs

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

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-02-16
          Component|c                           |middle-end
     Ever confirmed|0                           |1


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

* [Bug middle-end/60226] ICE initializing array of elements with too large alignment
       [not found] <bug-60226-4@http.gcc.gnu.org/bugzilla/>
  2014-02-16 20:50 ` [Bug middle-end/60226] ICE initializing array of elements with too large alignment glisse at gcc dot gnu.org
@ 2014-02-22  1:33 ` glisse at gcc dot gnu.org
  2014-03-04 12:59 ` mpolacek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: glisse at gcc dot gnu.org @ 2014-02-22  1:33 UTC (permalink / raw)
  To: gcc-bugs

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

Marc Glisse <glisse at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikulas at artax dot karlin.mff.cu
                   |                            |ni.cz

--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
*** Bug 60310 has been marked as a duplicate of this bug. ***


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

* [Bug middle-end/60226] ICE initializing array of elements with too large alignment
       [not found] <bug-60226-4@http.gcc.gnu.org/bugzilla/>
  2014-02-16 20:50 ` [Bug middle-end/60226] ICE initializing array of elements with too large alignment glisse at gcc dot gnu.org
  2014-02-22  1:33 ` glisse at gcc dot gnu.org
@ 2014-03-04 12:59 ` mpolacek at gcc dot gnu.org
  2014-07-08  5:39 ` mpolacek at gcc dot gnu.org
  2014-07-08  5:41 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-03-04 12:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |mpolacek at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I have a patch for this.


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

* [Bug middle-end/60226] ICE initializing array of elements with too large alignment
       [not found] <bug-60226-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-03-04 12:59 ` mpolacek at gcc dot gnu.org
@ 2014-07-08  5:39 ` mpolacek at gcc dot gnu.org
  2014-07-08  5:41 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-07-08  5:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Tue Jul  8 05:38:12 2014
New Revision: 212346

URL: https://gcc.gnu.org/viewcvs?rev=212346&root=gcc&view=rev
Log:
    PR c/60226
    * fold-const.c (round_up_loc): Change the parameter type.
    Remove assert.
    * fold-const.h (round_up_loc): Adjust declaration.
    * stor-layout.c (finalize_record_size): Check for too large types.

    * c-c++-common/pr60226.c: New test.

Added:
    trunk/gcc/testsuite/c-c++-common/pr60226.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c
    trunk/gcc/fold-const.h
    trunk/gcc/stor-layout.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug middle-end/60226] ICE initializing array of elements with too large alignment
       [not found] <bug-60226-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-07-08  5:39 ` mpolacek at gcc dot gnu.org
@ 2014-07-08  5:41 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-07-08  5:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2014-07-08  5:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-60226-4@http.gcc.gnu.org/bugzilla/>
2014-02-16 20:50 ` [Bug middle-end/60226] ICE initializing array of elements with too large alignment glisse at gcc dot gnu.org
2014-02-22  1:33 ` glisse at gcc dot gnu.org
2014-03-04 12:59 ` mpolacek at gcc dot gnu.org
2014-07-08  5:39 ` mpolacek at gcc dot gnu.org
2014-07-08  5:41 ` 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).