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/29116] Failure to diagnose violation of constraint 6.7.5.2p2



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-07-06 09:54 -------
The issue is we are folding 0*n into 0 but not marking it as being non
constant, we could use the infrastructure provided by the patch for PR 32643
and set folding_initializer correctly while folding of the array size.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
  BugsThisDependsOn|                            |32643


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


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