This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/69974] [6 Regression] gcc ICE on invalid code on x86_64-linux-gnu in "create_tmp_from_val"


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-02-26
                 CC|                            |jakub at gcc dot gnu.org
            Summary|gcc ICE on invalid code on  |[6 Regression] gcc ICE on
                   |x86_64-linux-gnu in         |invalid code on
                   |"create_tmp_from_val"       |x86_64-linux-gnu in
                   |                            |"create_tmp_from_val"
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r232622.
Less broken testcase with the same ICE:
struct S;
char foo (struct S *);
struct S a;
int b;

void
bar ()
{
  b &= foo (&a);
}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]