public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35323]  New: [4.3/4.4 regression] ICE calling functions with fixed-point type parameter
@ 2008-02-23 18:49 reichelt at gcc dot gnu dot org
  2008-02-23 18:49 ` [Bug c++/35323] " reichelt at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-02-23 18:49 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE on mainline and 4.3 branch:

=========================================
void foo(int);

void bar()
{
  foo(1r);
}
=========================================

bug.cc: In function 'void bar()':
bug.cc:5: internal compiler error: in arg_assoc_type, at cp/name-lookup.c:4630
Please submit a full bug report, [etc.]

Before, the code was rejected because fixed-point types weren't supported.


-- 
           Summary: [4.3/4.4 regression] ICE calling functions with fixed-
                    point type parameter
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-03-06 17:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 18:49 [Bug c++/35323] New: [4.3/4.4 regression] ICE calling functions with fixed-point type parameter reichelt at gcc dot gnu dot org
2008-02-23 18:49 ` [Bug c++/35323] " reichelt at gcc dot gnu dot org
2008-02-25 21:29 ` pcarlini at suse dot de
2008-02-26 10:11 ` paolo at gcc dot gnu dot org
2008-03-03 16:28 ` [Bug c++/35323] [4.3 " rguenth at gcc dot gnu dot org
2008-03-06 17:52 ` paolo at gcc dot gnu dot org
2008-03-06 17:54 ` pcarlini at suse dot de

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).