public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/23104] New: [4.1 Regression] C does not reject the same function in two different TUs with -combine
@ 2005-07-27 22:07 pinskia at gcc dot gnu dot org
  2005-07-27 22:12 ` [Bug c/23104] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-27 22:07 UTC (permalink / raw)
  To: gcc-bugs

Compile the following sources with -combine:
---- file1.c ----
int f(void) {}
---- end ----
---- file2.c ----
int f(void) {}
---- end ----

We used to reject this in 4.0.0.
This was caused by:
2005-06-28  Eric Christopher  <echristo@redhat.com>

        PR c/22052
        PR c/21975
        * c-decl.c (diagnose_mismatched_decls): Define DECL_EXTERN_INLINE.
        Use. Fix detection of invalid extern inline redefinition.

-- 
           Summary: [4.1 Regression] C does not reject the same function in
                    two different TUs with -combine
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <bug-23104-6528@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-31  4:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-27 22:07 [Bug c/23104] New: [4.1 Regression] C does not reject the same function in two different TUs with -combine pinskia at gcc dot gnu dot org
2005-07-27 22:12 ` [Bug c/23104] " pinskia at gcc dot gnu dot org
2005-07-27 22:18 ` belyshev at depni dot sinp dot msu dot ru
2005-07-27 23:33 ` pinskia at gcc dot gnu dot org
2005-09-16 17:55 ` pinskia at gcc dot gnu dot org
2005-09-17 20:25 ` pinskia at gcc dot gnu dot org
     [not found] <bug-23104-6528@http.gcc.gnu.org/bugzilla/>
2005-10-12  0:56 ` pinskia at gcc dot gnu dot org
2005-10-20 23:51 ` pinskia at gcc dot gnu dot org
2005-10-31  4:18 ` mmitchel at gcc dot gnu dot org
2005-10-31  4:19 ` pinskia at gcc dot gnu dot 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).