public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/67222] New: ICE in gimple_call_arg with bogus posix_memalign
@ 2015-08-14 20:30 mpolacek at gcc dot gnu.org
  2015-08-14 20:31 ` [Bug middle-end/67222] [4.9/5/6 Regression] " mpolacek at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-08-14 20:30 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67222
           Summary: ICE in gimple_call_arg with bogus posix_memalign
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mpolacek at gcc dot gnu.org
  Target Milestone: ---

int
main (void)
{
  posix_memalign ();
}

$ ./cc1 -quiet -O k.c
k.c: In function ‘main’:
k.c:4:3: warning: implicit declaration of function ‘posix_memalign’
[-Wimplicit-function-declaration]
   posix_memalign ();
   ^
k.c:2:1: internal compiler error: in gimple_call_arg, at gimple.h:3099
 main (void)
 ^
0x159df7d gimple_call_arg
        /home/marek/src/gcc/gcc/gimple.h:3099
0x159dfd3 gimple_call_arg
        /home/marek/src/gcc/gcc/gimple.h:3107
0x159fa88 lower_builtin_posix_memalign
        /home/marek/src/gcc/gcc/gimple-low.c:819
0x159eccb lower_stmt
        /home/marek/src/gcc/gcc/gimple-low.c:351
0x159e8f6 lower_sequence
        /home/marek/src/gcc/gcc/gimple-low.c:212
0x159ef78 lower_gimple_bind
        /home/marek/src/gcc/gcc/gimple-low.c:426
0x159e9f8 lower_stmt
        /home/marek/src/gcc/gcc/gimple-low.c:250
0x159e8f6 lower_sequence
        /home/marek/src/gcc/gcc/gimple-low.c:212
0x159ef78 lower_gimple_bind
        /home/marek/src/gcc/gcc/gimple-low.c:426
0x159e593 lower_function_body
        /home/marek/src/gcc/gcc/gimple-low.c:116
0x159e85a execute
        /home/marek/src/gcc/gcc/gimple-low.c:190
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
>From gcc-bugs-return-494870-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Aug 14 20:31:43 2015
Return-Path: <gcc-bugs-return-494870-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 77333 invoked by alias); 14 Aug 2015 20:31:42 -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 77314 invoked by uid 48); 14 Aug 2015 20:31:41 -0000
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/67222] [4.9/5/6 Regression] ICE in gimple_call_arg with bogus posix_memalign
Date: Fri, 14 Aug 2015 20:31:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 6.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: mpolacek at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.4
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on assigned_to everconfirmed
Message-ID: <bug-67222-4-ecvfGConb6@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-67222-4@http.gcc.gnu.org/bugzilla/>
References: <bug-67222-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: 2015-08/txt/msg01012.txt.bz2
Content-length: 589

https://gcc.gnu.org/bugzilla/show_bug.cgi?idg222

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-08-14
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I'll take a look next week.


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

end of thread, other threads:[~2021-09-21  7:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-14 20:30 [Bug middle-end/67222] New: ICE in gimple_call_arg with bogus posix_memalign mpolacek at gcc dot gnu.org
2015-08-14 20:31 ` [Bug middle-end/67222] [4.9/5/6 Regression] " mpolacek at gcc dot gnu.org
2015-08-17  7:30 ` rguenth at gcc dot gnu.org
2015-08-17  8:02 ` mpolacek at gcc dot gnu.org
2015-09-17 12:53 ` [Bug middle-end/67222] [4.9/5 " mpolacek at gcc dot gnu.org
2021-09-21  7:42 ` pinskia 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).