public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/59280] New: [4.8/4.9 Regression] ICE with attribute((constructor(invalid)))
@ 2013-11-24 22:49 glisse at gcc dot gnu.org
  2013-11-25  9:11 ` [Bug c/59280] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: glisse at gcc dot gnu.org @ 2013-11-24 22:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59280
           Summary: [4.8/4.9 Regression] ICE with
                    attribute((constructor(invalid)))
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: glisse at gcc dot gnu.org

//void foo (void) { }
void func3 (char *) __attribute__((constructor(foo)));

This ICEs in C (not in C++) because of the call to default_conversion. I
noticed while trying to use the same call to default_conversion in other
builtins that have a more extensive testsuite.


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

end of thread, other threads:[~2013-11-29  7:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-24 22:49 [Bug c/59280] New: [4.8/4.9 Regression] ICE with attribute((constructor(invalid))) glisse at gcc dot gnu.org
2013-11-25  9:11 ` [Bug c/59280] " rguenth at gcc dot gnu.org
2013-11-28 17:15 ` jakub at gcc dot gnu.org
2013-11-29  7:42 ` jakub at gcc dot gnu.org
2013-11-29  7:43 ` jakub at gcc dot gnu.org
2013-11-29  7:51 ` jakub 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).